https://github.com/coldfix/minrpc
Minimalistic RPC utility (use at your own risk, we will break the API as necessary)
https://github.com/coldfix/minrpc
Last synced: 3 months ago
JSON representation
Minimalistic RPC utility (use at your own risk, we will break the API as necessary)
- Host: GitHub
- URL: https://github.com/coldfix/minrpc
- Owner: coldfix
- License: other
- Created: 2016-09-19T08:29:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T17:52:34.000Z (about 3 years ago)
- Last Synced: 2025-03-03T00:47:11.660Z (3 months ago)
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: COPYING.GPLv3.txt
Awesome Lists containing this project
README
minrpc
------|Version| |License| |Python| |Tests| |Coverage|
Minimalistic RPC utility.
Please do not use. This package is only used within cpymad and pytao.
.. |Tests| image:: https://github.com/coldfix/minrpc/workflows/Tests/badge.svg
:target: https://github.com/coldfix/minrpc/actions?query=Tests
:alt: GitHub Actions Status.. |Coverage| image:: https://coveralls.io/repos/hibtc/minrpc/badge.svg?branch=master
:target: https://coveralls.io/r/hibtc/minrpc
:alt: Coverage.. |Version| image:: https://img.shields.io/pypi/v/minrpc.svg
:target: https://pypi.python.org/pypi/minrpc/
:alt: Latest Version.. |License| image:: http://img.shields.io/pypi/l/minrpc.svg
:target: https://github.com/hibtc/minrpc/blob/master/COPYING.GPLv3.txt
:alt: License.. |Python| image:: http://img.shields.io/pypi/pyversions/minrpc.svg
:target: https://pypi.python.org/pypi/minrpc#downloads
:alt: Supported Python versions