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

https://github.com/advancedclimatesystems/diode

An JSON-RPC server written in Python with asynchronous capabilities.
https://github.com/advancedclimatesystems/diode

Last synced: about 1 year ago
JSON representation

An JSON-RPC server written in Python with asynchronous capabilities.

Awesome Lists containing this project

README

          

Diode
=====

Diode is asynchronous JSON-RPC client and server written Python. It uses the
asyncio_ module which was introduced in Python 3.4. The source can be found on
GitHub_.

License
-------

This software is licensed under `Mozilla Public License`_. © 2015
`Advanced Climate Systems`_.

.. External References:
.. _Advanced Climate Systems: http://advancedclimate.nl
.. _asyncio: https://docs.python.org/3.4/library/asyncio.html
.. _asyncio:
.. _GitHub: https://github.com/AdvancedClimateSystems/Diode
.. _Mozilla Public License: LICENSE