You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lots of times I want to update a module from github, and everytime I have to look up the syntax and copy paste, what I would love is a small script that will find the current module in python's site packages (or the virtual env) and load its setup.py and get the url and current version, if it is a github url it will make this request:
lots of times I want to update a module from github, and everytime I have to look up the syntax and copy paste, what I would love is a small script that will find the current module in python's site packages (or the virtual env) and load its setup.py and get the url and current version, if it is a github url it will make this request:
so instead of having to look up the url (which I just had to again by the way) I could just do:
and have it do all the heavy lifting.
The text was updated successfully, but these errors were encountered: