/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
Doc/library/distribution.rst
15 строк
452 B
Stéphane Wirtel
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814)
15 май 2018, 21:58
15 май 2018, 21:58
19177fb
Код
Авторство
О чём код?
*********************************** Software Packaging and Distribution *********************************** These libraries help you with publishing and installing Python software. While these modules are designed to work in conjunction with the `Python Package Index <https://pypi.org>`__, they can also be used with a local index server, or without any index server at all. .. toctree:: distutils.rst ensurepip.rst venv.rst zipapp.rst