Package python3-module-apipkg: Information

    Source package: python3-module-apipkg
    Version: 3.0.2-alt1.1
    Build time:  Aug 17, 2025, 08:54 AM
    Report package bug
    License: MIT
    Summary: A Python namespace control and lazy-import mechanism
    Description: 
    With apipkg you can control the exported namespace of a Python package
    and greatly reduce the number of imports for your users. It is a small pure
    Python module that works on CPython 3.7+, Jython and PyPy. It cooperates well
    with Python's help() system, custom importers (PEP302) and common
    command-line completion tools.
    
    Usage is very simple: you can require 'apipkg' as a dependency or you can
    copy paste the ~200 lines of code into your project.

    List of RPM packages built from this SRPM:
    python3-module-apipkg (noarch)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin
    Grigory Ustinov

      1. python3-module-hatch-vcs
      2. python3-module-hatchling
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-pytest
      5. python3-module-tox
      6. python3-module-tox-console-scripts
      7. python3-module-tox-no-deps
      8. python3-module-tox-passenv
      9. rpm-build-python3

    Last changed


    Feb. 4, 2025 Stanislav Levin 3.0.2-alt1.1
    - NMU: fixed FTBFS (tox 4).
    June 2, 2024 Grigory Ustinov 3.0.2-alt1
    - Automatically updated to 3.0.2.
    June 15, 2023 Grigory Ustinov 3.0.1-alt2
    - Build with check.