Metadata-Version: 2.4
Name: django-channel-tasks
Version: 1.3.2.dev0
Summary: Running background tasks through websocket, using channels-redis, from Django Admin or REST API.
Author-email: Daniel Farré Manzorro <d.farre.m@gmail.com>
Maintainer-email: Daniel Farré Manzorro <d.farre.m@gmail.com>
Project-URL: Homepage, https://github.com/dfarre/django-channel-tasks
Project-URL: Source, https://github.com/dfarre/django-channel-tasks
Project-URL: Issue Tracker, https://github.com/dfarre/django-channel-tasks/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 5.1
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django
Requires-Dist: django-filter
Requires-Dist: django-extensions
Requires-Dist: django-request-logging
Requires-Dist: django-jazzmin
Requires-Dist: djangorestframework
Requires-Dist: channels
Requires-Dist: channels-redis
Requires-Dist: tzdata
Requires-Dist: psycopg[pool]
Requires-Dist: websocket-client
Provides-Extra: dev
Requires-Dist: ipdb; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Provides-Extra: mypy
Requires-Dist: mypy; extra == "mypy"
Requires-Dist: django-stubs; extra == "mypy"
Requires-Dist: djangorestframework-stubs[compatible-mypy]; extra == "mypy"
Requires-Dist: types-beautifulsoup4; extra == "mypy"
Requires-Dist: types-setuptools; extra == "mypy"
Requires-Dist: flake8; extra == "mypy"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-httpdomain; extra == "docs"
Requires-Dist: pydeps; extra == "docs"
Requires-Dist: pydot; extra == "docs"
Requires-Dist: pygraphviz; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-django; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: bdd-coder==2.2.3.dev3; extra == "test"
Requires-Dist: beautifulsoup4; extra == "test"
Requires-Dist: requests; extra == "test"
Dynamic: license-file

# PyPI distribution
[![PyPI version](https://badge.fury.io/py/django-channel-tasks.svg)](https://badge.fury.io/py/django-channel-tasks) [![PyPI downloads](https://img.shields.io/pypi/dm/django-channel-tasks.svg)](https://img.shields.io/pypi/dm/django-channel-tasks)

# Documentation
This project is documented with [Sphinx](https://www.sphinx-doc.org/), HTML documentation may be generated using [Tox](https://tox.wiki/) with `tox -e docs`.

# Maintenance
Are you testing or employing this project? Please, email the author explaining your case! New GitHub issues will also be wellcome.
