Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3code/py-jsonrpc-lite
Parse and Serialize JSON-RPC2 messages in Python
https://github.com/r3code/py-jsonrpc-lite
json jsonrpc jsonrpc-wrapper python
Last synced: about 1 month ago
JSON representation
Parse and Serialize JSON-RPC2 messages in Python
- Host: GitHub
- URL: https://github.com/r3code/py-jsonrpc-lite
- Owner: r3code
- License: mit
- Created: 2016-12-14T07:32:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T15:08:08.000Z (over 7 years ago)
- Last Synced: 2024-02-19T07:03:21.408Z (11 months ago)
- Topics: json, jsonrpc, jsonrpc-wrapper, python
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
py-jsonrpc-lite
===============.. image:: https://travis-ci.org/r3code/py-jsonrpc-lite.svg?branch=master
:target: https://travis-ci.org/r3code/py-jsonrpc-lite
:alt: Build Status.. image:: https://codecov.io/gh/r3code/py-jsonrpc-lite/branch/master/graph/badge.svg
:target: https://codecov.io/gh/r3code/py-jsonrpc-lite
:alt: Coverage Status
.. image:: https://api.codacy.com/project/badge/Grade/acf5dba2b46242a1a85d171f884f3993
:target: https://www.codacy.com/app/r3code/py-jsonrpc-lite
:alt: Code Quality StatusInspired by https://www.npmjs.com/package/jsonrpc-lite
A implementation of py-jsonrpc-lite 2.0 specifications
This implementation does not have any transport functionality realization, only protocol.
#todo: Documentation: http://py-jsonrpc-lite.readthedocs.org
Install
-------pip install py-jsonrpc-lite
Tests
-----python -m unittest discover -s "tests" -p "test*.py"
Features
--------- Vanilla python, no dependencies
- JSON-RPC 2.0 supportTesting
-------
py-jsonrpc-lite is a python library, it supports pythons: 2.7.