Package python3-module-apipkg: Information
Source package: python3-module-apipkg
Version: 3.0.2-alt1.1
Build time: Aug 17, 2025, 08:54 AM
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/apipkg
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.
Maintainer: Stanislav Levin
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.