httpimport icon indicating copy to clipboard operation
httpimport copied to clipboard

Add remote repos in python command line arguments

Open operatorequals opened this issue 6 years ago • 0 comments

Starting a Python process with preinstalled remote repos would be useful. Something like the following:

$ python -m httpimport --insecure github://operatorequals/covertutils http://somerepo:8000/python-packages
[...]
>>> import covertutils
>>>

For this issue to be implemented, Issue 21 has to be implemented first, to not declare what packages should be implemented from given URLs.

operatorequals avatar Oct 17 '19 15:10 operatorequals