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
- Host: GitHub
- URL: https://github.com/jettify/aionats
- Owner: jettify
- License: apache-2.0
- Created: 2015-12-12T16:27:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T22:01:54.000Z (over 9 years ago)
- Last Synced: 2025-01-25T11:11:19.760Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
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/