Metadata-Version: 2.1
Name: celery-task-manager
Version: 1.0.0b5
Project-URL: Documentation, https://github.com/breatheco-de/celery-task-manager-django-plugin#readme
Project-URL: Issues, https://github.com/breatheco-de/celery-task-manager-django-plugin/issues
Project-URL: Source, https://github.com/breatheco-de/celery-task-manager-django-plugin
Author-email: jefer94 <jdefreitaspinto@gmail.com>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: celery
Provides-Extra: circuitbreaker
Requires-Dist: circuitbreaker; extra == 'circuitbreaker'
Provides-Extra: django
Requires-Dist: django; extra == 'django'
Description-Content-Type: text/markdown

# task_manager

[![PyPI - Version](https://img.shields.io/pypi/v/task-manager.svg)](https://pypi.org/project/task-manager)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/task-manager.svg)](https://pypi.org/project/task-manager)

---

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install celery-task-manager
```

## License

`task-manager` is distributed under the terms of the [LGPL 3.0](https://spdx.org/licenses/LGPL-3.0-or-later.html) license.
