About 12,200 results
Open links in new tab
  1. Installing Packages - Python Packaging User Guide

    4 days ago · 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 describe a bundle of …

  2. Packaging Python Projects - Python Packaging User Guide

    4 days ago · Packaging Python Projects ¶ This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and structure to create the package, …

  3. Overview of Python Packaging - Python Packaging User Guide

    4 days ago · Overview of Python Packaging ¶ As a general-purpose programming language, Python is designed to be used in many ways. You can build web sites or industrial robots or a game for your …

  4. パッケージをインストールする - Python Packaging User Guide

    Python 3.6.3 のような応答が出力されるはずです。 もし Python がなければ、最新バージョンの 3.x を python.org からインストールするか、 Python ユーザのためのヒッチハイクガイドの Python をイン …

  5. Installing pip/setuptools/wheel with Linux Package Managers - Python

    Jul 26, 2021 · Be aware that collections may not contain the most recent versions. Enable the IUS repository and install one of the parallel-installable Pythons, along with pip, setuptools, and wheel, …

  6. How do I get a list of locally installed Python modules?

    Caveats I have noticed a strange behaviour of this technique - when the Python interpreter is invoked in the same directory as a setup.py file, it does not list the package installed by setup.py. Steps to …

  7. Versioning - Python Packaging User Guide

    4 days ago · Semantic versioning vs. calendar versioning ¶ A versioning scheme is a formalized way to interpret the segments of a version number, and to decide which should be the next version number …

  8. Package Formats - Python Packaging User Guide

    4 days ago · Package Formats ¶ This page discusses the file formats that are used to distribute Python packages and the differences between them. You will find files in two formats on package indices …

  9. Managing Application Dependencies - Python Packaging User Guide

    Managing Application Dependencies ¶ The package installation tutorial covered the basics of getting set up to install and update Python packages. However, running these commands interactively can get …

  10. src layout vs flat layout - Python Packaging User Guide

    Dec 25, 2025 · src layout vs flat layout ¶ The “flat layout” refers to organising a project’s files in a folder or repository, such that the various configuration files and import packages are all in the top-level …