Python Packaging User Guide¶
Welcome to the Python Packaging User Guide, a collection of tutorials and references to help you distribute and install Python packages with modern tools.
This guide is maintained on Python Packaging Authority. We happily accept any contributions and feedback. 😊
Get started¶
Essential tools and concepts for working within the Python development ecosystem are covered in our Tutorials section:
- to learn how to install packages, see the tutorial on installing packages.
- to learn how to manage dependencies in a version controlled project, see the tutorial on managing application dependencies.
- to learn how to package and distribute your projects, see the tutorial on packaging and distributing
- to get an overview of packaging options for Python libraries and applications, see the Overview of Python Packaging.
Learn more¶
Beyond our Tutorials, this guide has several other resources:
- the Guides section for walk throughs, such as Installing pip/setuptools/wheel with Linux Package Managers or Packaging binary extensions
- the Discussions section for in-depth references on topics such as Deploying Python applications or pip vs easy_install
- the PyPA specifications section for packaging interoperability specifications
Additionally, there is a list of other projects maintained by members of the Python Packaging Authority.