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: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T08:03:35.000Z (9 months ago)
- Last Synced: 2026-01-29T13:43:56.652Z (4 months ago)
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- 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