Source: python-peak.util Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Daniele Tricoli 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