About 2,240,000 results
Open links in new tab
  1. Packaging namespace packages - Python Packaging User Guide

    4 days ago · Use native namespace packages. This type of namespace package is defined in PEP 420 and is available in Python 3.3 and later. This is recommended if packages in your …

  2. Pip install sub-package from own (namespace) package in python

    Mar 25, 2021 · I'd like to install some special sub-package from a package. For example, I want to create package with pkg_a and pkg_b. But I want to allow the user to choose which he wants …

  3. What's a Python Namespace Package, and What's It For?

    In this tutorial, you'll be exploring Python namespace packages: what they are, what they're for, and how you can use them in your package systems. Along the way, you'll create your own …

  4. Discovering Python Namespace Packages - DEV Community

    Jan 9, 2022 · Technically, a package is a Python module with a __path__ attribute. So a package in Python is basically a set of .py files (modules) organized in subdirectories (subpackages). …

  5. Understanding Namespace Packages in Python - ZetCode

    Mar 25, 2025 · Namespace packages are a type of Python package that do not require an __init__.py file to define the package structure. Unlike regular packages, they serve as a …

  6. Python Namespace Packages - Towards Dev

    Dec 28, 2024 · A namespace package is a package-like structure that does not require an __init__.py file and can span multiple directories. It allows for distributed and flexible package …

  7. Package Discovery and Namespace Packages - Setuptools

    Setuptools provides powerful tools to handle package discovery, including support for namespace packages. Normally, you would specify the packages to be included manually in the following …

  8. Python Namespace Package and How to Use it - The Tech Thunder

    Namespace packages are a powerful feature in Python for creating modular and extensible codebases. They allow you to organize your code into separate directories or packages while …

  9. Python Namespace Packages in Python3 - Stack Overflow

    Use native namespace packages. This type of namespace package is defined in PEP 420 and is available in Python 3.3 and later. This is recommended if packages in your namespace only …

  10. Python Namespace Package and How to Use it? - Tpoint Tech

    Aug 29, 2024 · Namespace packages are an advanced Python feature related to the __init__.py file commonly used in packages. If a package doesn't have an __init__.py file, it becomes a …

  11. Some results have been removed
Refresh