stallion icon indicating copy to clipboard operation
stallion copied to clipboard

Stallion - A Python Package Manager

Results 13 stallion issues
Sort by recently updated
recently updated
newest added

Is python 3 compatibility going to be implemented?

Traceback (most recent call last): File "/usr/local/bin/stallion", line 9, in load_entry_point('Stallion==0.4', 'console_scripts', 'stallion')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point return ep.load()...

https://www.python.org/dev/peps/pep-0426/

feature

Instead of having just the hardcoded PYPI_XMLRPC, it would be awesome if we could specify an optional local repository to search in first.

I installed stallion with pip. From my home directory, I ran the command listed in the README: python -m stallion.main I opened http://localhost:5000/ in my browser. All I saw was...

Please integrate installation of new packages using Stallion by downloading from net, making sure of all possible means.

`plp` should be in its own package for those who want the colourful terminal interface but don't want the web interface.

There are some functions/methods/classes without docstrings, specially on the new console.py module.

documentation

It was the first question I thought of. I should be able to visit the home page, Ctrl+F 'virtualenv' and have a clear statement explaining what's what. It's too big...

Stallion fails to update packages under proxy, defined with http_proxy and https_proxy env vars. Both easy_install and pip work well with these vars.

enhancement