X Tutup
Skip to content

Latest commit

 

History

History
93 lines (70 loc) · 2.91 KB

File metadata and controls

93 lines (70 loc) · 2.91 KB

Python Packaging User Guide

.. toctree::
   :maxdepth: 2
   :hidden:

   overview
   flow
   tutorials/index
   guides/index
   discussions/index
   specifications/index
   key_projects
   glossary
   support
   contribute
   news

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 GitHub by the :doc:`Python Packaging Authority <pypa:index>`. We happily accept :doc:`contributions and feedback <contribute>`. 😊

Overview and Flow

Note

Building your understanding of Python packaging is a journey. Patience and continuous improvement are key to success. The overview and flow sections provide a starting point for understanding the Python packaging ecosystem.

The :doc:`overview` explains Python packaging and its use when preparing and distributing projects. This section helps you build understanding about selecting the tools and processes that are most suitable for your use case. It includes what packaging is, the problems that it solves, and key considerations.

To get an overview of the workflow used to publish your code, see :doc:`packaging flow <flow>`.

Tutorials

Tutorials walk through the steps needed to complete a project for the first time. Tutorials aim to help you succeed and provide a starting point for future exploration. The :doc:`tutorials/index` section includes:

Guides

Guides provide steps to perform a specific task. Guides are more focused on users who are already familiar with Python packaging and are looking for specific information.

The :doc:`guides/index` section provides "how to" instructions in three major areas: package installation; building and distributing packages; miscellaneous topics.

Explanations and Discussions

The :doc:`discussions/index` section for in-depth explanations and discussion about topics, such as:

Reference

X Tutup