@@ -6,7 +6,7 @@ Project Summaries
66=================
77
88:Page Status: Complete
9- :Last Reviewed: 2015-09-08
9+ :Last Reviewed: 2016-06-24
1010
1111Summaries and links for the most relevant projects in the space of Python
1212installation and packaging.
@@ -35,7 +35,7 @@ complete mirror of the contents of PyPI.
3535distlib
3636=======
3737
38- `Docs <http://pythonhosted.org/distlib >`__ |
38+ `Docs <http://pythonhosted.org/distlib/ >`__ |
3939`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
4040`Issues <https://bitbucket.org/pypa/distlib/issues?status=new&status=open >`__ |
4141`Bitbucket <https://bitbucket.org/pypa/distlib >`__ |
@@ -68,7 +68,7 @@ Core utilities for Python packaging used by :ref:`pip` and :ref:`setuptools`.
6868pip
6969===
7070
71- `Docs <https://pip.pypa.io >`__ |
71+ `Docs <https://pip.pypa.io/en/stable/ >`__ |
7272`User list <http://groups.google.com/group/python-virtualenv >`__ [1 ]_ |
7373`Dev list <http://groups.google.com/group/pypa-dev >`__ |
7474`Issues <https://github.com/pypa/pip/issues >`__ |
@@ -83,7 +83,7 @@ A tool for installing Python packages.
8383Python Packaging User Guide
8484===========================
8585
86- `Docs <http ://packaging.python.org >`__ |
86+ `Docs <https ://packaging.python.org/en/latest/ >`__ |
8787`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ |
8888`Issues <https://github.com/pypa/python-packaging-user-guide/issues >`__ |
8989`Github <https://github.com/pypa/python-packaging-user-guide >`__ |
@@ -99,7 +99,7 @@ This guide!
9999setuptools
100100==========
101101
102- `Docs <https://setuptools.readthedocs.io >`__ |
102+ `Docs <https://setuptools.readthedocs.io/en/latest/ >`__ |
103103`User list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
104104`Dev list <http://groups.google.com/group/pypa-dev >`__ |
105105`Issues <https://bitbucket.org/pypa/setuptools/issues >`__ |
@@ -137,7 +137,7 @@ Twine is a utility for interacting with PyPI, that offers a secure replacement f
137137virtualenv
138138==========
139139
140- `Docs <https://virtualenv.pypa.io >`__ |
140+ `Docs <https://virtualenv.pypa.io/en/stable/ >`__ |
141141`User list <http://groups.google.com/group/python-virtualenv >`__ |
142142`Dev list <http://groups.google.com/group/pypa-dev >`__ |
143143`Issues <https://github.com/pypa/virtualenv/issues >`__ |
@@ -154,7 +154,7 @@ A tool for creating isolated Python environments.
154154Warehouse
155155=========
156156
157- `Docs <http ://warehouse.readthedocs.org/en/latest / >`__ |
157+ `Docs <https ://warehouse.pypa.io / >`__ |
158158`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
159159`Issues <https://github.com/pypa/warehouse/issues >`__ |
160160`Github <https://github.com/pypa/warehouse >`__ |
@@ -169,7 +169,7 @@ The new unreleased PyPI application which can be previewed at https://warehouse.
169169wheel
170170=====
171171
172- `Docs <http://wheel.readthedocs.org >`__ |
172+ `Docs <http://wheel.readthedocs.io/en/latest/ >`__ |
173173`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
174174`Issues <https://bitbucket.org/pypa/wheel/issues?status=new&status=open >`__ |
175175`Bitbucket <https://bitbucket.org/pypa/wheel >`__ |
@@ -206,7 +206,7 @@ reproducibility, extensibility and simplicity (in that order).
206206buildout
207207========
208208
209- `Docs <http://www.buildout.org >`__ |
209+ `Docs <http://www.buildout.org/en/latest/ >`__ |
210210`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
211211`Issues <https://bugs.launchpad.net/zc.buildout >`__ |
212212`PyPI <https://pypi.python.org/pypi/zc.buildout >`__ |
@@ -221,7 +221,7 @@ lets you create a buildout configuration and reproduce the same software later.
221221conda
222222=====
223223
224- `Docs <http://docs.continuum.io/conda/index.html >`__
224+ `Docs <http://conda.pydata.org/docs/ >`__
225225
226226conda is the package management tool for `Anaconda
227227<http://docs.continuum.io/anaconda/index.html> `__ Python installations.
@@ -244,7 +244,7 @@ for managing distributions from PyPI.
244244devpi
245245=====
246246
247- `Docs <http://doc.devpi.net >`__ |
247+ `Docs <http://doc.devpi.net/latest/ >`__ |
248248`Mailing List <https://groups.google.com/forum/#!forum/devpi-dev >`__ |
249249`Issues <https://bitbucket.org/hpk42/devpi/issues >`__ |
250250`PyPI <https://pypi.python.org/pypi/devpi >`__
@@ -304,7 +304,7 @@ build of the Python distribution.
304304distutils
305305=========
306306
307- `Docs <https://docs.python.org/3/library/distutils.html#module-distutils >`__ |
307+ `Docs <https://docs.python.org/3/library/distutils.html >`__ |
308308`User list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
309309`Issues <http://bugs.python.org >`__ |
310310User irc:#pypa |
@@ -324,10 +324,9 @@ venv
324324`Docs <https://docs.python.org/3/library/venv.html >`__ |
325325`Issues <http://bugs.python.org >`__
326326
327- A package in the Python Standard Library (starting with Python 3.3) that
328- includes the ``pyvenv `` tool for creating :term: `Virtual Environments <Virtual
329- Environment> `. For more information, see the section on :ref: `Creating and
330- using Virtual Environments`.
327+ A package in the Python Standard Library (starting with Python 3.3) for
328+ creating :term: `Virtual Environments <Virtual Environment> `. For more
329+ information, see the section on :ref: `Creating and using Virtual Environments `.
331330
332331
333332----
0 commit comments