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
|
Source: cached-property
Maintainer: Debian Tryton Maintainers <team+tryton-team@tracker.debian.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python (>= 1.20130901-1~),
python3-freezegun,
python3,
python3-setuptools
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/tryton-team/cached-property
Vcs-Git: https://salsa.debian.org/tryton-team/cached-property.git
Homepage: https://github.com/pydanny/cached-property
Package: python3-cached-property
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Provides cached-property for decorating methods in classes (Python 3)
This Python module
* makes caching of time or computational expensive properties quick and easy.
* is simple to use.
* works in Python 2 and 3.
.
This package is targeting Python version 3.
|