Metadata-Version: 2.1
Name: harriet
Version: 0.1.0
Summary: Integrate DRF and Channels-based websockets.
Home-page: UNKNOWN
License: UNKNOWN
Author: Kit La Touche
Author-email: kit@transneptune.net
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: channels (>=2.2,<3.0)
Requires-Dist: django (>=2.0,<3.0)
Requires-Dist: djangorestframework (>=3.9,<4.0)
Description-Content-Type: text/x-rst

=======
Harriet
=======

- version number: 0.1.0
- author: Kit La Touche

Overview
--------

Integrate DRF and Channels-based websockets.

Installation / Usage
--------------------

To install use pip::

    $ pip install harriet


Or clone the repo::

    $ git clone https://github.com/wlonk/harriet.git
    $ python setup.py install
    
Contributing
------------

TBD

Example
-------

TBD

