Path to this page:
./
devel/py-apipkg,
Namespace control and lazy-import mechanism
Branch: CURRENT,
Version: 1.5,
Package name: py27-apipkg-1.5,
Maintainer: pkgsrc-usersWith 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 virtually all Python versions, including CPython2.3 to
Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers] [
devel/py-setuptools_scm]
Master sites:
SHA1: df3cb7615735ca7bb1b5e4eff06e4de08612ec2a
RMD160: 3a9c4097dab889b2047eddca849479e2a3568301
Filesize: 10.924 KB
Version history: (Expand)
- (2018-07-09) Updated to version: py27-apipkg-1.5
- (2017-11-23) Package has been reborn
- (2017-05-29) Package added to pkgsrc.se, version py27-apipkg-1.4 (created)
CVS history: (Expand)
2018-07-09 08:41:02 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-apipkg: updated to 1.5
1.5:
- switch to setuptools_scm
- move to github
- fix up python compat matrix
- avoid dict iteration (fixes issue on python3)
|
2017-09-03 10:53:18 by Thomas Klausner | Files touched by this commit (165) |
Log message:
Follow some redirects.
|
2017-05-29 12:38:16 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
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 virtually all Python versions, including CPython2.3 to
Python3.1, Jython and PyPy. It co-operates well with Python's help() system,
custom importers (PEP302) and common command line completion tools.
|