Metadata-Version: 2.1
Name: django-channels-presence-4.0
Version: 1.1.2
Home-page: https://github.com/pzandre/django-channels-presence.git
Author: Andre Perez
Author-email: andremztm+pypi@gmail.com
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENSE

# django-channels-presence-4.0

[![Documentation Status](https://readthedocs.org/projects/django-channels-presence-40/badge/?version=latest)](https://django-channels-presence-40.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/django-channels-presence-4.0.svg)](https://pypi.org/project/django-channels-presence-4.0/)
[![Deploy](https://github.com/pzandre/django-channels-presence/actions/workflows/publish.yml/badge.svg)](https://github.com/pzandre/django-channels-presence/actions/)

[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![Django 4.2](https://img.shields.io/badge/django-4.2-green.svg)](https://docs.djangoproject.com/en/4.2/)
[![Django Channels 4.0](https://img.shields.io/badge/channels-4.0-silver.svg)](https://channels.readthedocs.io/en/latest/)

A reusable Django app for implementing "presence" and "rooms" using
`django-channels <https://github.com/andrewgodwin/channels>`.

- Docs: https://django-channels-presence-40.readthedocs.io/en/latest/

Compatible with Django 4.2 and django-channels 4.0.0

Quick install::

    pip install django-channels-presence-4.0
