Skip to content
Meheret Tesfaye edited this page May 1, 2020 · 21 revisions

Build Status PyPI Version Coverage Status

Python library with tools for Bytom blockchain.

Installation

$ pip install pybytom

Or clone it locally, and run:

$ pip install -e . -r requirements.txt

Testing

You can run the tests with:

$ pytest

Or use tox to run the complete suite against the full set of build targets, or pytest to run specific tests against a specific version of Python.

License

Distributed under the MIT license.