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.
- Host: GitHub
- URL: https://github.com/advancedclimatesystems/diode
- Owner: AdvancedClimateSystems
- License: mpl-2.0
- Created: 2015-11-20T16:34:27.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-23T17:01:10.000Z (over 10 years ago)
- Last Synced: 2025-01-09T11:55:14.896Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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