aboutsummaryrefslogtreecommitdiff
path: root/devel/py-apipkg
Commit message (Collapse)AuthorAgeFilesLines
* With apipkg you can control the exported namespace of a python packageWen Heping2010-11-054-0/+40
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. WWW: http://bitbucket.org/hpk42/apipkg Notes: svn path=/head/; revision=264124