Metadata-Version: 1.2
Name: celery_pantry
Version: 1.1.2
Summary: Monitor and archive Celery task information
Home-page: https://github.com/bosonogi/celery_pantry
Author: Toni Ruža
Author-email: toni.ruza@gmail.com
License: MIT
Description: 
        Celery Pantry
        =============
        
        .. image:: https://readthedocs.org/projects/celery-pantry/badge/?version=latest
            :target: https://celery-pantry.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Django Rest Framework application to store and access Celery task information.
        
        The `example_project` Django project demonstrates how to integrate `celery_pantry` into a Django project.
        
        It can be seen in action with Docker by running::
        
            docker-compose up
        
        
Keywords: celery monitoring archiving
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Archiving
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
