|
|
|
Show HN: Python Module Update Checker (WebApp)
|
|
2 points
by ninadmhatre
3705 days ago
|
|
Hi, I have created small Python module update checker on my site as a learning exercise (gevent / threading ), which i think is good enough to be released in wild! Just copy output of "pip freeze" and hit submit it should show if you are using latest version of python module available. You can give it a try at, https://ninadmhatre.com/apps/py_upd_checker Feedback is welcome :) Note: I didn't realize that links in text are plain text! Sorry for that... |
|
But the actual app, is great. I like the output, but I would consider sorting them into those dependencies which are up to date and those which are not.
If you really want some extra user-friendlyness and learn a bit of the github API, that would be a cool way to accept input. Instead of copy&pasting the pip-freeze output, how about just your github repository link, you could then search for a requirements.txt (or similar), OR a first effort at this would be to allow users to link to a requirements.txt file, for example one hosted on github.
Finally, what about a spin-off pypi library to do this? I'd love to be able to do this from the command-line inside my project's directory.