diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-08-09 16:05:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 76f987ed791c69e95c79e4569b1af3391a86bc1b (patch) | |
tree | fd070cda5576f74d30194d3172c12eed79b95146 /python/fasteners/slack-desc | |
parent | 6cc55545436b4f85fcd2ad9b0e4abc39550d4efa (diff) | |
download | slackbuilds-76f987ed791c69e95c79e4569b1af3391a86bc1b.tar.gz |
python/fasteners: Added (useful locks for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/fasteners/slack-desc')
-rw-r--r-- | python/fasteners/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/fasteners/slack-desc b/python/fasteners/slack-desc new file mode 100644 index 0000000000..0b69151add --- /dev/null +++ b/python/fasteners/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------------------------------------------------------| +fasteners: fasteners (A python package that provides useful locks.) +fasteners: +fasteners: A python package that provides useful locks. +fasteners: It includes the following: +fasteners: Locking decorator, +fasteners: Reader-writer locks, +fasteners: Inter-process locks, +fasteners: Generic helpers. +fasteners: +fasteners: Homepage: https://github.com/harlowja/fasteners +fasteners: |