summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-02-22 09:18:58 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-02-24 08:58:11 +0200
commit42941673a50cc235d25daf0da2cf1cca4255004b (patch)
treee24d8ec8f30b888b3288c7fea534455bed858e13 /README.rst
parent6e6649ad14bf3397f0be3a22676968f006969c5f (diff)
downloadapscheduler-42941673a50cc235d25daf0da2cf1cca4255004b.tar.gz
Implemented integration with various event loops
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 15 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 98702c9..5a92f60 100644
--- a/README.rst
+++ b/README.rst
@@ -15,17 +15,25 @@ provides features not present in Quartz (such as multiple job stores).
Features
========
-* No (hard) external dependencies, except for setuptools/distribute
* Thread-safe API
-* Excellent test coverage (tested on CPython 2.6 - 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.4, PyPy 2.2)
* Configurable scheduling mechanisms (triggers):
* Cron-like scheduling
* Delayed scheduling of single run jobs (like the UNIX "at" command)
* Interval-based (run a job at specified time intervals)
+* Integrates with several frameworks:
+
+ * `asyncio <http://docs.python.org/3.4/library/asyncio.html>`_
+ (`PEP 3156 <http://www.python.org/dev/peps/pep-3156/>`_)
+ * `gevent <http://www.gevent.org/>`_
+ * `Tornado <http://www.tornadoweb.org/>`_
+ * `Twisted <http://twistedmatrix.com/>`_
+ * `Qt <http://qt-project.org/>`_ (using either `PyQt <http://www.riverbankcomputing.com/software/pyqt/intro>`_
+ or `PySide <http://qt-project.org/wiki/PySide>`_)
* Multiple, simultaneously active job stores:
- * RAM
+ * Memory
* File-based simple database (shelve)
* `SQLAlchemy <http://www.sqlalchemy.org/>`_ (any supported RDBMS works)
* `MongoDB <http://www.mongodb.org/>`_
@@ -41,14 +49,13 @@ Documentation can be found `here <http://readthedocs.org/docs/apscheduler/en/lat
Source
======
-The source can be browsed at `Bitbucket
-<http://bitbucket.org/agronholm/apscheduler/src/>`_.
+The source can be browsed at `Bitbucket <http://bitbucket.org/agronholm/apscheduler/src/>`_.
Reporting bugs
==============
-A `bug tracker <http://bitbucket.org/agronholm/apscheduler/issues/>`_
+A `bug tracker <https://bitbucket.org/agronholm/apscheduler/issues?status=new&status=open>`_
is provided by bitbucket.org.
@@ -57,7 +64,5 @@ Getting help
If you have problems or other questions, you can either:
-* Ask on the `APScheduler Google group
- <http://groups.google.com/group/apscheduler>`_, or
-* Ask on the ``#apscheduler`` channel on
- `Freenode IRC <http://freenode.net/irc_servers.shtml>`_
+* Ask on the `APScheduler Google group <http://groups.google.com/group/apscheduler>`_, or
+* Ask on the ``#apscheduler`` channel on `Freenode IRC <http://freenode.net/irc_servers.shtml>`_