operatorequals/httpimport

Add remote repos in python command line arguments

Closed this issue · 1 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.

This has been settled in a way with 1.1.0 Default Profiles:
https://github.com/operatorequals/httpimport#default-profiles

Every time the module is imported, profiles can be automatically loaded.