Metadata-Version: 2.1
Name: ethereum-rpc
Version: 0.1.1
Summary: Ethereum RPC types
Author-email: Bogdan Opanchuk <bogdan@opanchuk.net>
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: tests
Project-URL: homepage, https://github.com/fjarri-eth/ethereum-rpc
Description-Content-Type: text/markdown

Ethereum RPC types
==================

[![pypi package][pypi-image]][pypi-link] ![License][pypi-license-image] [![Docs][rtd-image]][rtd-link] [![Coverage][cov-image]][cov-link]

Ethereum RPC types for use in the Ethereum client ([`pons`](https://pypi.org/project/pons/)) and in the Ethereum testerchain ([`alysis`](https://pypi.org/project/alysis/)).

For more information see [the documentation](https://ethereum-rpc.readthedocs.io/en/latest/).


[pypi-image]: https://img.shields.io/pypi/v/ethereum-rpc
[pypi-link]: https://pypi.org/project/ethereum-rpc/
[pypi-license-image]: https://img.shields.io/pypi/l/ethereum-rpc
[rtd-image]: https://readthedocs.org/projects/ethereum-rpc/badge/?version=latest
[rtd-link]: https://ethereum-rpc.readthedocs.io/en/latest/
[cov-image]: https://codecov.io/gh/fjarri-eth/ethereum-rpc/branch/master/graph/badge.svg?token=RZP1LK1HB2
[cov-link]: https://codecov.io/gh/fjarri-eth/ethereum-rpc

