Metadata-Version: 2.1
Name: alysis
Version: 0.2.0
Summary: Ethereum testerchain
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
Requires-Dist: compages>=0.2.1
Requires-Dist: eth-keys>=0.5
Requires-Dist: eth-typing>=4
Requires-Dist: eth-utils>=3
Requires-Dist: py-evm==0.9.0b1
Requires-Dist: rlp>=4
Requires-Dist: setuptools
Provides-Extra: docs
Requires-Dist: sphinx>=4; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: setuptools-scm; extra == "docs"
Requires-Dist: enum-tools[sphinx]; extra == "docs"
Provides-Extra: lint
Requires-Dist: mypy>=1.4; extra == "lint"
Requires-Dist: ruff>=0.2; extra == "lint"
Provides-Extra: tests
Requires-Dist: pytest>=6; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: eth-account>=0.6; extra == "tests"
Project-URL: homepage, https://github.com/fjarri/alysis
Description-Content-Type: text/markdown

Alysis, an Ethereum testerchain
===============================

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

A simple Ethereum testerchain, currently based on [`pyevm`](https://pypi.org/project/py-evm/). Exposes both a typed API and an RPC-like one (JSON in/out), the latter mimicking the behavior of major Ethereum providers.

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


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

