Paketname | python-apipkg |
Beschreibung | namespace control and lazy-import mechanism for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0~b6-5 |
Sektion | python |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | python, python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Adam Schmalhofer |
Quelle | apipkg |
Paketgröße | 6442 Byte |
Prüfsumme MD5 | 584e04d3bab0773e226583e872531f7b |
Prüfsumme SHA1 | fd0addcf6f46927496dd3a04aae870409416e99a |
Prüfsumme SHA256 | f195b16689c9ac432504ee7ec7d80b73f66bc9487a0e27b358d7da9b12723dfb |
Link zum Herunterladen | python-apipkg_1.0~b6-5_all.deb |
Ausführliche Beschreibung | 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.
|