An open API service indexing awesome lists of open source software.

https://github.com/jettify/aionats

aionats - asyncio client for nats.io message queue
https://github.com/jettify/aionats

Last synced: about 1 month ago
JSON representation

aionats - asyncio client for nats.io message queue

Awesome Lists containing this project

README

        

aionats
=======

Requirements
------------

* Python_ 3.5+

.. _Python: https://www.python.org
.. _asyncio: http://docs.python.org/3.4/library/asyncio.html
.. _pyodbc: https://github.com/mkleehammer/pyodbc
.. _ODBC: https://en.wikipedia.org/wiki/Open_Database_Connectivity
.. _aiopg: https://github.com/aio-libs/aiopg
.. _aiomysql: https://github.com/aio-libs/aiomysql
.. _PEP492: https://www.python.org/dev/peps/pep-0492/
.. _unixODBC: http://www.unixodbc.org/
.. _threads: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/