Metadata-Version: 2.1
Name: greenws
Version: 0.1.0a7
Summary: WebSockets for gevent.
Author-email: Auri <me@aurieh.me>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: gevent
Requires-Dist: wsproto ~= 1.0.0
Project-URL: Code, https://github.com/quasar-media/python-greenws
Project-URL: Documentation, https://greenws.rtfd.io

**greenws** provides an implementation of websockets (`RFC 6455`_) for the
gevent_ networking library. It is backed by the excellent wsproto_ protocol
implementation.

Documentation
-------------

Available on RTD_.

Usage
-----

Don't. Not yet, at least: there's still a lot of work left to do: passing the
Autobahn compliance tests and a nicer client API are the current priorities.

.. _RFC 6455: https://datatracker.ietf.org/doc/html/rfc6455
.. _gevent: https://gevent.org/
.. _wsproto: https://github.com/python-hyper/wsproto
.. _RTD: https://greenws.rtfd.io/

