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

Build Status PyPI Version PyPI Licence Language grade: Python Total alerts PyPI Python Version PyPI Wheel PyPI Status Last Commit Release Date Coverage Status

Python library with tools for Bytom blockchain.

Installation

PIP to install shuttle globally. For Linux sudo may be required.

$ pip install pybytom

For specific version

$ pip install pybytom==1.0.0

Development

We welcome pull requests. To get started, just fork this repo, clone it locally, and run:

$ pip install -e .[tests] -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. See LICENSE for more information.