About 50 results
Open links in new tab
  1. Packaging Python Projects - Python Packaging User Guide

    Feb 9, 2026 · It will show you how to add the necessary files and structure to create the package, how to build the package, and how to upload it to the Python Package Index (PyPI).

  2. Guides - Python Packaging User Guide

    Feb 9, 2026 · Guides are focused on accomplishing a specific task and assume that you are already familiar with the basics of Python packaging. If you’re looking for an introduction to …

  3. Python Packaging User Guide

    Feb 9, 2026 · 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 …

  4. Overview of Python Packaging - Python Packaging User Guide

    Feb 9, 2026 · So long as your code contains nothing but pure Python code, and you know your deployment environment supports your version of Python, then you can use Python’s native …

  5. Installing Packages - Python Packaging User Guide

    Feb 9, 2026 · Installing Packages ¶ This section covers the basics of how to install Python packages. It’s important to note that the term “package” in this context is being used to …

  6. Packaging and distributing projects - Python

    Dec 14, 2023 · Although it’s not required, the most common practice is to include your Python modules and packages under a single top-level package that has the same name as your …

  7. Writing your pyproject.toml - Python Packaging User Guide

    Feb 9, 2026 · Although the list of classifiers is often used to declare what Python versions a project supports, this information is only used for searching and browsing projects on PyPI, not …

  8. The Packaging Flow - Python Packaging User Guide

    Feb 9, 2026 · The document aims to outline the flow involved in publishing/distributing a distribution package, usually to the Python Package Index (PyPI). It is written for package …

  9. Install packages in a virtual environment using pip and venv - Python

    This guide discusses how to create and activate a virtual environment using the standard library’s virtual environment tool venv and install packages. The guide covers how to:

  10. Tutorials - Python Packaging User Guide

    Feb 9, 2026 · Tutorials ¶ Tutorials are opinionated step-by-step guides to help you get familiar with packaging concepts. For more detailed information on specific packaging topics, see Guides.