diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-06-11 19:15:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:35:52 +0700 |
commit | 69cb970b38e6e98617c9a8e1f0b1df6f306453f2 (patch) | |
tree | e853d471fc1852108ddd219e2cb4c8ef9a506456 /python/python-cached-property/slack-desc | |
parent | 2d609653307e5826d566b3234409c563d5ca65cc (diff) |
python/python-cached-property: Added (caching properties decorator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-cached-property/slack-desc')
-rw-r--r-- | python/python-cached-property/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-cached-property/slack-desc b/python/python-cached-property/slack-desc new file mode 100644 index 0000000000000..eeb010102d540 --- /dev/null +++ b/python/python-cached-property/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-cached-property: python-cached-property (decorator for caching properties in classes) +python-cached-property: +python-cached-property: Homepage: https://github.com/pydanny/cached-property +python-cached-property: +python-cached-property: +python-cached-property: +python-cached-property: +python-cached-property: +python-cached-property: +python-cached-property: +python-cached-property: |