Index: third_party/APScheduler/PKG-INFO |
diff --git a/third_party/APScheduler/PKG-INFO b/third_party/APScheduler/PKG-INFO |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ebb63b5d7a15cd0480562a1b4126412e070502b0 |
--- /dev/null |
+++ b/third_party/APScheduler/PKG-INFO |
@@ -0,0 +1,50 @@ |
+Metadata-Version: 1.0 |
+Name: APScheduler |
+Version: 1.3.1 |
+Summary: In-process task scheduler with Cron-like capabilities |
+Home-page: http://apscheduler.nextday.fi/ |
+Author: Alex Gronholm |
+Author-email: apscheduler@nextday.fi |
+License: MIT |
+Description: Advanced Python Scheduler (apscheduler) is a light but powerful in-process task |
+ scheduler that lets you schedule functions (or any python callables) to be |
+ executed at times of your choosing. |
+ |
+ The development of apscheduler was heavily influenced by the `Quartz |
+ <http://www.opensymphony.com/quartz/>`_ task scheduler written in Java, |
+ although APScheduler cannot claim as many features. |
+ |
+ |
+ Features |
+ ======== |
+ |
+ * No external dependencies |
+ * Thread-safe API |
+ * Cron-like scheduling |
+ * Delayed scheduling of single fire jobs (like the UNIX "at" command) |
+ * Interval-based scheduling of jobs, with configurable start date and |
+ repeat count |
+ |
+ |
+ Documentation |
+ ============= |
+ |
+ Documentation can be found on the `APScheduler site |
+ <http://packages.python.org/APScheduler/>`_. |
+ |
+ |
+ Source |
+ ====== |
+ |
+ The source can be browsed at `Bitbucket |
+ <http://bitbucket.org/agronholm/apscheduler/src/>`_. |
+Keywords: scheduling cron |
+Platform: UNKNOWN |
+Classifier: Development Status :: 5 - Production/Stable |
+Classifier: Intended Audience :: Developers |
+Classifier: License :: OSI Approved :: MIT License |
+Classifier: Programming Language :: Python |
+Classifier: Programming Language :: Python :: 2.4 |
+Classifier: Programming Language :: Python :: 2.5 |
+Classifier: Programming Language :: Python :: 2.6 |
+Classifier: Programming Language :: Python :: 3 |