Metadata-Version: 2.4
Name: retsu
Version: 0.4.1
Summary: A lightweight resource and concurrency control layer for Python background jobs
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.10,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: celery
Provides-Extra: django
Provides-Extra: ray
Requires-Dist: atpublic (>=4.0)
Requires-Dist: celery (>=5) ; extra == "celery"
Requires-Dist: django (>=3) ; extra == "django"
Requires-Dist: ray (>=2) ; extra == "ray"
Requires-Dist: redis (>=5)
Requires-Dist: typing-extensions (>=4.12.0)
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.

