Metadata-Version: 2.1
Name: snappea
Version: 0.0.2
Summary: Dead simple background task runner for Django
Author-email: "Klaas van Schelven (Bugsink BV)" <klaas@bugsink.com>
License: BSD-3-Clause
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

A simple alternative for celery that doesn't require a broker.

See https://www.bugsink.com/snappea-design/

NOTE: as it stands, this code is provided as an example. It was simply
extracted from another codebase, and can be studied.  But I have no expectation
that it will "just run" as is.
