We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c31b3a + 1a52353 commit c69a53dCopy full SHA for c69a53d
1 file changed
docs/shipping/packaging.rst
@@ -62,12 +62,14 @@ you can still install MyPackage using:
62
63
$ pip install http://127.0.0.1:9000/MyPackage.tar.gz
64
65
-Chishop
66
-+++++++
+pypiserver
+++++++++++
67
+
68
+`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
69
+It can be used to serve a set of packages to easy_install or pip. It includes helpful
70
+features like an administrative command (``-U``) which will update all its packages to their
71
+latest versions found on PyPI.
72
-`Chishop <https://github.com/benliles/djangopypi>`_ is a simple PyPI server
-written in django which allows you to register/upload with distutils and
-install with easy_install/pip.
73
74
S3-Hosted PyPi
75
++++++++++++++
0 commit comments