File: control

package info (click to toggle)
python-peak.util 20110909-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 612 kB
  • ctags: 365
  • sloc: python: 2,065; makefile: 34
file content (37 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download
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
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 (>= 7.0.50~),
 python-all,
 python-setuptools,
 python-support
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-peak.util/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-peak.util/trunk/

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)
  * SymbolType - symbol type, i.e., enumerations