Metadata-Version: 2.1
Name: django-channels-presence-4.0
Version: 1.1.1
Home-page: https://github.com/ml-learning/django-channels-presence.git
Author: Charlie DeTar
Author-email: cfd@media.mit.edu
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.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.6
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
========================

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

- Docs: https://django-channels-presence.readthedocs.org

Compatible with Django 4.2 and django-channels 4.0.0

Quick install::

    pip install django-channels-presence-4.0


