Check latest version on PyPI and suggest to upgrade
See original GitHub issueOn any command of fds
, it should check if a new version is available and either display a message clearly suggesting to upgrade, or actually ask whether to upgrade interactively.
Not sure if the interactive upgrade is actually possible though.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Different Ways to Upgrade PIP Latest or Specific Version
1. Get Current pip Version · 2. Upgrade pip to Latest Version · 3. Upgrade pip to a Specific Version · 4. Upgrade...
Read more >How to check if python package is latest version ...
The program then runs pip show package_name and gets the current version of the package. If it finds a match, it returns True,...
Read more >Updating a package on pypi
1: Update local packages for distribution · 2: Create distribution packages on your local machine, and check the dist/ directory for the new...
Read more >Help - PyPI
How do I get notified when a new version of a project is released? Where can I see statistics about PyPI, downloads, and...
Read more >Why you should upgrade pip, and how to do it - Python⇒Speed
The solution: upgrading pip. In order to get the latest and greatest packages, without compilation, you need to upgrade to a recent version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@indweller Thank you! We’ll review it ASAP
Have submitted PR