Source: decoratortools
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python-setuptools (>= 0.6.14), python-support
Standards-Version: 3.9.1
Homepage: http://cheeseshop.python.org/pypi/DecoratorTools/
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-decoratortools.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-decoratortools.git
XS-Python-Version: >= 2.5

Package: python-decoratortools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-support
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: version-agnostic decorators support for Python
 DecoratorTools provides decorator facilities for Python 2.3 and above. It
 provides class and function decorators as well as support for decorating
 arbitrary assignments, synchronized methods, and more.
 .
 DecoratorTools is part of the PEAK (Python Enterprise Architecture Kit)
 framework and provides the peak.util.decorators module.
