Metadata-Version: 2.1
Name: celery-pantry
Version: 1.0.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
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
Requires-Dist: celery (~=4.2)
Requires-Dist: Django (~=2.1)
Requires-Dist: coreapi (~=2.3)
Requires-Dist: djangorestframework (~=3.8)
Requires-Dist: psycopg2-binary (~=2.7)


Celery Pantry
=============

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



