Pinned Repositories
build
A simple, correct Python build frontend
hatch
Modern, extensible Python project management
pip
The Python package installer
pipenv
Python Development Workflow for Humans.
pipx
Install and Run Python Applications in Isolated Environments
sampleproject
A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"
setuptools
Official project repository for the Setuptools build system
twine
Utilities for interacting with PyPI
virtualenv
Virtual Python Environment builder
wheel
The official binary distribution format for Python
Python Packaging Authority's Repositories
pypa/sampleproject
A sample project that exists for PyPUG's "Tutorial on Packaging and Distributing Projects"
pypa/pipfile
pypa/python-manylinux-demo
Demo project for building Python wheels for Linux with Travis-CI
pypa/sample-namespace-packages
Tests against namespace packages
pypa/readme_renderer
Safely render long_description/README files in Warehouse
pypa/packaging-problems
An issue tracker for the problems in packaging
pypa/pyproject-hooks
A low-level library for calling build-backends in `pyproject.toml`-based project
pypa/abi3audit
Scans Python packages for abi3 violations and inconsistencies
pypa/gh-action-pip-audit
A GitHub Action for pip-audit
pypa/.github
Community health files for the Python Packaging Authority
pypa/pypa.io
Source code for the pypa.io website
pypa/interoperability-peps
Development repo for evolution of PyPA interoperability standards (released versions are published as PEPs on python.org)
pypa/integration-test
ensure core packaging tools work well with each other
pypa/pkg_resources
Abandoned extraction of pkg_resources. Official version found at /pypa/setuptools.
pypa/ssl
SSL wrapper for socket objects (2.3, 2.4, 2.5 compatible)
pypa/easy_install
pypa/history
history generates history/changelog files for a project
pypa/wheel-builders
Companion repo for the wheel-builders@python.org mailing list
pypa/browntruck
pypa/docker-python
pypa/pypa-docs-theme
Common base Sphinx theme for PyPA projects
pypa/pip-test-package
Used in pip's test suite
pypa/copr
Package files for building PyPA packages in copr
pypa/pep470
pypa/pypa-bot
Source code behind @pypa-bot (eventually)
pypa/bot-test
pypa/rootbeer
Bootstrapping Python build backends for source-only environments.
pypa/setuptools-issue-900
Reproducing a bug