Metadata-Version: 2.4
Name: django-tasks-inprocess
Version: 0.0.1
Summary: A Django Tasks backend inspired by Starlette's In-process Background Workers
Project-URL: Documentation, https://github.com/hartungstenio/django-tasks-inprocess#readme
Project-URL: Issues, https://github.com/hartungstenio/django-tasks-inprocess/issues
Project-URL: Source, https://github.com/hartungstenio/django-tasks-inprocess
Author-email: Christian Hartung <6785871+hartungstenio@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: django>=6.0
Description-Content-Type: text/markdown

# django-tasks-inprocess

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

-----

## Table of Contents

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

## Installation

```console
pip install django-tasks-inprocess
```

## License

`django-tasks-inprocess` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
