Metadata-Version: 1.0
Name: django-inoa-chronograph
Version: 0.1.20
Summary: Chronograph, a Django library for managing scheduled tasks (version mantained by Inoa)
Home-page: https://github.com/joaofrancese/django-chronograph
Author: Inoa Sistemas
Author-email: django@inoa.com.br
License: UNKNOWN
Description: Django-Chronograph
        ==================
        
        Chronograph is a simple application that allows you to schedule management commands to be run at regular intervals.
        Schedules can be defined in Django's built-in admin interface. Requires cron or a similar tool (e.g. Windows Task Scheduler).
        
        Chronograph has been forked by Inoa (http://www.inoa.com.br) so we could continue to update and maintain the library.
        The former version in PyPI was out of date and apparently no longer mantained. Multiple forks exist around the internet
        (mainly in GitHub), and we hope to eventually combine the best from all of them.
        
        Grab the source or view the full documentation in GitHub:  https://github.com/joaofrancese/django-chronograph
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
