Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/APScheduler/PKG-INFO

Issue 6673078: Initial checkin of media test matrix class, which will be used for media perf test later. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Put APScheduler in third_party directory for Media Performance test. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/APScheduler/LICENCE ('k') | third_party/APScheduler/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/APScheduler/LICENCE ('k') | third_party/APScheduler/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698