summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2013-06-29 01:33:40 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2013-06-29 01:33:40 +0300
commit4d18c15814e189518d36fab09e56d2ae5e9e510d (patch)
treed10389d29d363640d9f7a92eceb24124b610003b /README.rst
parent8ce8b1a6ee4739d804f7526ed4dda56611203dbf (diff)
downloadapscheduler-4d18c15814e189518d36fab09e56d2ae5e9e510d.tar.gz
Removed trigger specific methods from Scheduler, making the API more generic
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 96b6525..98702c9 100644
--- a/README.rst
+++ b/README.rst
@@ -15,9 +15,9 @@ provides features not present in Quartz (such as multiple job stores).
Features
========
-* No (hard) external dependencies
+* No (hard) external dependencies, except for setuptools/distribute
* Thread-safe API
-* Excellent test coverage (tested on CPython 2.5 - 2.7, 3.2 - 3.3, Jython 2.5.3, PyPy 1.9)
+* Excellent test coverage (tested on CPython 2.6 - 2.7, 3.2 - 3.3, Jython 2.5.3, PyPy 1.9)
* Configurable scheduling mechanisms (triggers):
* Cron-like scheduling