Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045110
en ru br
ALT Linux repos
S:3.0.1-alt2

Group :: Development/Python3
RPM: python3-module-apipkg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.0.1-alt2
Build date: 15 june 2023, 10:11 ( 41.1 weeks ago )
Size: 17.12 Kb

Home page:   http://pypi.python.org/pypi/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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-apipkg
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin