@@ -22,7 +22,7 @@ bandersnatch
2222`Issues <https://github.com/pypa/bandersnatch/issues >`__ |
2323`GitHub <https://github.com/pypa/bandersnatch >`__ |
2424`PyPI <https://pypi.org/project/bandersnatch >`__ |
25- Dev IRC:`#bandersnatch <https://webchat.freenode.net/?channels=%23bandersnatch >`__
25+ Dev IRC:`#bandersnatch <https://web.libera.chat/#bandersnatch >`__
2626
2727``bandersnatch `` is a PyPI mirroring client designed to efficiently
2828create a complete mirror of the contents of PyPI. Organizations thus
4040`Issues <https://github.com/pypa/build/issues >`__ |
4141`GitHub <https://github.com/pypa/build >`__ |
4242`PyPI <https://pypi.org/project/build >`__ |
43- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
44- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
43+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
44+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
4545
4646``build `` is a :pep: `517 ` compatible Python package builder. It provides a CLI to
4747build packages, as well as a Python API.
@@ -100,8 +100,8 @@ packaging
100100`Issues <https://github.com/pypa/packaging/issues >`__ |
101101`GitHub <https://github.com/pypa/packaging >`__ |
102102`PyPI <https://pypi.org/project/packaging >`__ |
103- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
104- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
103+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
104+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
105105
106106Core utilities for Python packaging used by :ref: `pip ` and :ref: `setuptools `.
107107
133133`Issues <https://github.com/pypa/pip/issues >`__ |
134134`GitHub <https://github.com/pypa/pip >`__ |
135135`PyPI <https://pypi.org/project/pip/ >`__ |
136- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
137- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
136+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
137+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
138138
139139The most popular tool for installing Python packages, and the one
140140included with modern versions of Python.
@@ -185,8 +185,8 @@ Python Packaging User Guide
185185`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ |
186186`Issues <https://github.com/pypa/python-packaging-user-guide/issues >`__ |
187187`GitHub <https://github.com/pypa/python-packaging-user-guide >`__ |
188- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
189- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
188+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
189+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
190190
191191This guide!
192192
@@ -217,8 +217,8 @@ setuptools
217217`Issues <https://github.com/pypa/setuptools/issues >`__ |
218218`GitHub <https://github.com/pypa/setuptools >`__ |
219219`PyPI <https://pypi.org/project/setuptools >`__ |
220- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
221- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
220+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
221+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
222222
223223
224224setuptools (which includes ``easy_install ``) is a collection of
@@ -285,8 +285,8 @@ virtualenv
285285`Issues <https://github.com/pypa/virtualenv/issues >`__ |
286286`GitHub <https://github.com/pypa/virtualenv >`__ |
287287`PyPI <https://pypi.org/project/virtualenv/ >`__ |
288- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
289- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
288+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
289+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
290290
291291virtualenv is a tool which uses the command-line path environment
292292variable to create isolated Python :term: `Virtual Environments
@@ -307,7 +307,7 @@ Warehouse
307307`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
308308`Issues <https://github.com/pypa/warehouse/issues >`__ |
309309`GitHub <https://github.com/pypa/warehouse >`__ |
310- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
310+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
311311
312312
313313
@@ -326,8 +326,8 @@ wheel
326326`Issues <https://github.com/pypa/wheel/issues >`__ |
327327`GitHub <https://github.com/pypa/wheel >`__ |
328328`PyPI <https://pypi.org/project/wheel >`__ |
329- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
330- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
329+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
330+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
331331
332332Primarily, the wheel project offers the ``bdist_wheel `` :ref: `setuptools ` extension for
333333creating :term: `wheel distributions <Wheel> `. Additionally, it offers its own
@@ -370,7 +370,7 @@ buildout
370370`Issues <https://bugs.launchpad.net/zc.buildout >`__ |
371371`PyPI <https://pypi.org/project/zc.buildout >`__ |
372372`GitHub <https://github.com/buildout/buildout/ >`__ |
373- IRC:`#buildout <https://webchat.freenode.net/?channels=%23buildout >`__
373+ IRC:`#buildout <https://web.libera.chat/#buildout >`__
374374
375375Buildout is a Python-based build system for creating, assembling and deploying
376376applications from multiple parts, some of which may be non-Python-based. It
@@ -678,8 +678,8 @@ distutils
678678`Docs <https://docs.python.org/3/library/distutils.html >`__ |
679679`User list <http://mail.python.org/mailman/listinfo/distutils-sig >`__ [2 ]_ |
680680`Issues <http://bugs.python.org >`__ |
681- User IRC:`#pypa <https://webchat.freenode.net/?channels=%23pypa >`__ |
682- Dev IRC:`#pypa-dev <https://webchat.freenode.net/?channels=%23pypa -dev >`__
681+ User IRC:`#pypa <https://web.libera.chat/#pypa >`__ |
682+ Dev IRC:`#pypa-dev <https://web.libera.chat/#pypa -dev >`__
683683
684684The original Python packaging system, added to the standard library in
685685Python 2.0.
0 commit comments