Name: | python3-apipkg |
---|---|
Version: | 2.1.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 32182 |
License: | MIT |
RPM: | python3-apipkg-2.1.1-1.el9.noarch.rpm |
Source RPM: | python-apipkg-2.1.1-1.el9.src.rpm |
Build Date: | Mon Jun 06 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/apipkg |
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 2.7 and 3.4+, Jython and PyPy. It cooperates well with Python's help() system, custom importers (PEP302) and common command-line completion tools. |