pypiserver can be deployed to serve sets of packages and Python eggs to easy_install or pip tools.
Can be used as an alternative to the official PyPI server, or for local installations.
Requirements:
· Python 2.5 or higher
Limitations:
· pypiserver doesn't support uploading files.
· pypiserver doesn't implement the json based '/pypi' interface.
· Doesn't implement the XMLRPC interface (The search won't work).
What's New in This Release: [ read full changelog ]
· Make setup.py install without calling 2to3 by changing source code to be compatible with both python 2 and python 3. We now ship a slightly patched version of bottle. The upcoming bottle 0.11 also contains these changes.
· Make the single-file pypi-server-standalone.py work with Python 3.