Python port of evmos.js - library to interact with Evmos blockchain
Project description
Pyevmos - Python SDK to assist developers on Evmos chain.
Disclaimer: this package is not officialy maintained by Evmos affiliates. Read our documentation on ReadTheDocs.
This project is a direct python port of evmosjs library.
Installation
Install with pip:
pip install -U evmos
Install from source:
git clone https://github.com/sterliakov/pyevmos/
cd pyevmos
pip install .
Supported extras:
test
: install test dependencies (pip install evmos[test]
)dev
: install development dependencies (pip install evmos[dev]
) - currentlypre-commit
andcompiler
extension forbetterproto
.docs
: dependencies for building documentation (pip install evmos[docs]
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evmos-0.1.1.tar.gz
(169.6 kB
view hashes)
Built Distribution
evmos-0.1.1-py3-none-any.whl
(216.1 kB
view hashes)