Metadata-Version: 2.1
Name: django-channel-tasks
Version: 0.9.2.dev2
Summary: Running background tasks through websocket, using channels-redis, from Django Admin or REST API.
Home-page: https://github.com/dfarre/django-channel-tasks
Author-email: Daniel Farré Manzorro <d.farre.m@gmail.com>
Maintainer-email: Daniel Farré Manzorro <d.farre.m@gmail.com>
License: This piece of software is issued under the MIT License:
        
          Copyright (c) 2023 Daniel Farré Manzorro
        
          Permission is hereby granted, free of charge, to any person obtaining a copy
          of this software and associated documentation files (the "Software"), to deal
          in the Software without restriction, including without limitation the rights
          to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
          copies of the Software, and to permit persons to whom the Software is
          furnished to do so, subject to the following conditions:
        
          The above copyright notice and this permission notice shall be included in all
          copies or substantial portions of the Software.
        
          THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
          IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
          FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
          AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
          LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
          OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
          SOFTWARE.
        
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
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: adrf
Requires-Dist: channels
Requires-Dist: channels-redis
Requires-Dist: tzdata
Requires-Dist: psycopg[pool]
Requires-Dist: websocket-client
Requires-Dist: django-sass-compiler
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: 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"

# 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.
