Metadata-Version: 2.1
Name: retsu
Version: 0.0.3
Summary: Retsu aims to wrap-up Celery in way to facilitate to create parallel and serial tasks
License: BSD 3 Clause
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.8.1,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: django
Requires-Dist: atpublic (>=4.0)
Requires-Dist: celery (>=5)
Requires-Dist: django (>=3) ; extra == "django"
Requires-Dist: redis (>=5)
Description-Content-Type: text/markdown

# Retsu

Retsu aims to wrap-up Celery in way to facilitate to create parallel and serial
tasks

- Software License: BSD 3 Clause
- Documentation: https://osl-incubator.github.io/retsu

## Features

TBD

## Credits

This package was created with
[scicookie](https://github.com/osl-incubator/scicookie) project template.

