The implementation of serialized and deserializer for CPON and Chainpack as well as implementation of Silicon Heaven RPC.
The installation can be done with package manager pip
.
$ pip install pyshv
This project contains tests in directory tests
.
To run tests you have to use pytest. To run all tests just run it in the top level directory of the project. See the pytest documentation for more info.
The documentation is stored in docs directory. You can build the latest version from the source code using:
$ sphinx-build -b html docs docs-html