1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: python-peak.util
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol@mornie.org>
Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
python-setuptools
Standards-Version: 3.9.7
X-Python-Version: >= 2.7
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-peak.util.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-peak.util.git
Package: python-peak.util
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
python-peak.util.decorators
Description: utilities from the Python Enterprise Application Kit
The Python Enterprise Application Kit (PEAK) is a set of Python
libraries to help develop large-scale Python applications.
.
PEAK includes libraries and frameworks to support: component
integration, component configuration , document-driven testing,
event-driven programming, storage management and persistence, domain
modelling, and much more.
.
This package provides a subset of utilities related to PEAK, and
commonly found as dependencies for PEAK-based components. In
particular, this package provides:
.
* AddOns - dynamic mixins with private attribute and methods
* BytecodeAssembler - code object generation assembling bytecode
* Extremes - absolute max and min values (PEP 326 implementation)
* ProxyTypes - general purpose proxy and wrapper types
* SymbolType - symbol type, i.e., enumerations
|