Metadata-Version: 2.1
Name: celery-pantry
Version: 1.1.4
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 :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE.txt
Requires-Dist: celery (>=4.0)
Requires-Dist: Django (>=2.0)
Requires-Dist: coreapi (>=2.3)
Requires-Dist: djangorestframework (>=3.8)
Requires-Dist: psycopg2-binary (~=2.7)


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

