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; see the dependencies in the pyproject.toml file.
To run tests you have to use pytest. To run all tests just run it in the top level directory of the project:
pytest
See the pytest documentation for more info.
The documentation is available in docs
directory. You can build it using:
$ sphinx-build -b html docs docs-html