diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-21 22:26:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:53 +0700 |
commit | 8efa473dacd2f9079d2395c82c62f512a003437b (patch) | |
tree | 7e7f361a1454cc2b3378f393c45dc8e1cb55a0e2 /python/APScheduler/slack-desc | |
parent | 996964e2363bf9f25dc4b599220bc6dacae622da (diff) | |
download | slackbuilds-8efa473dacd2f9079d2395c82c62f512a003437b.tar.gz |
python/APScheduler: Added (Advanced Python Scheduler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/APScheduler/slack-desc')
-rw-r--r-- | python/APScheduler/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/APScheduler/slack-desc b/python/APScheduler/slack-desc new file mode 100644 index 0000000000..6270544c86 --- /dev/null +++ b/python/APScheduler/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------------------------------------------------------| +APScheduler: APScheduler (Advanced Python Scheduler) +APScheduler: +APScheduler: Advanced Python Scheduler (APScheduler) is a Python library that lets +APScheduler: you schedule your Python code to be executed later, either just once +APScheduler: or periodically. +APScheduler: +APScheduler: Homepage: http://pypi.python.org/pypi/APScheduler/ +APScheduler: +APScheduler: +APScheduler: +APScheduler: |