[ buster ]
[ 源代码: python-peak.util ]
软件包:python-peak.util(20160204-1)
python-peak.util 的相关链接
Debian 的资源:
下载源码包 python-peak.util:
- [python-peak.util_20160204-1.dsc]
- [python-peak.util_20160204.orig-addons-0-7.tar.gz]
- [python-peak.util_20160204.orig-bytecodeassembler-0-6.tar.gz]
- [python-peak.util_20160204.orig-extremes-1-1-1.tar.gz]
- [python-peak.util_20160204.orig-proxies-0-9.tar.gz]
- [python-peak.util_20160204.orig-symboltype-1-0.tar.gz]
- [python-peak.util_20160204.orig.tar.gz]
- [python-peak.util_20160204-1.debian.tar.xz]
维护小组:
相似软件包:
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
其他与 python-peak.util 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-peak.util.decorators
- version-agnostic decorators support for Python