Metadata-Version: 2.1
Name: pybytom
Version: 0.1.0.dev1
Summary: Python library with tools for Bytom blockchain.
Home-page: https://github.com/meherett/pybytom
Author: Meheret Tesfaye
Author-email: meherett@zoho.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
Requires-Dist: mnemonic (<1,>=0.19)

# PyBytom

*Python library with tools for Bytom blockchain.*

## Installation
```
pip install pybytom
```

## Development
Clone the repository and then run
```
pip install -e . -r requirements.txt
```

## Test
You can run the tests with:
```
pip install -r test-requirements.txt

pytest tests
```
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.

## Examples
Here are more [pybytom/examples](https://github.com/meherett/btmhdw/blob/master/examples)

## Meta

Meheret Tesfaye â€“ [@meherett](https://github.com/meherett) â€“ meherett@zoho.com

Distributed under the MIT license. See ``LICENSE`` for more information.

[https://github.com/meherett/pybytom](LICENSE)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details


