Metadata-Version: 1.0
Name: jits
Version: 0.1.1
Summary: Django JITS (Just In Time Scheduler)
Home-page: http://jits.pythonesque.org/
Author: Mikeal Rogers
Author-email: mikeal.rogers@gmail.com
License: Python license
Description: A scheduling system for django. 
        
        Instead of a traditional scheduler which has a main loop, usually in a thread, which polls for scheduled tasks this scheduler's polls are triggered by each new request. This way scheduled events are fired as often as needed to retrieve new data that may be needed for local content adjustment without the overhead of another thread and polling loop.
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
