Metadata-Version: 2.1
Name: evm_extras
Version: 0.2.3.post2
Summary: The package containing utilities to develop Web3-based projects
Home-page: https://github.com/CrocoFactory/evm-extras
License: MIT
Author: Alexey
Author-email: axbelenkov@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: evm-wallet (>=2.0.2,<3.0.0)
Requires-Dist: python-extras (>=0.1.6,<0.2.0)
Requires-Dist: web3 (>=6.12.0,<7.0.0)
Project-URL: Repository, https://github.com/CrocoFactory/evm-extras
Description-Content-Type: text/markdown

# evm-extras

<a href="https://github.com/CrocoFactory"><img alt="Croco Logo" src="https://raw.githubusercontent.com/CrocoFactory/.github/main/branding/logo/bookmark_rounded.png" width="100"></a>

[![PyPi Version](https://img.shields.io/pypi/v/evm-extras)](https://pypi.org/project/evm-extras/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/evm-extras?label=downloads)](https://pypi.org/project/evm-extras/)
[![License](https://img.shields.io/github/license/CrocoFactory/evm-extras.svg)](https://pypi.org/project/evm-extras/)
[![Last Commit](https://img.shields.io/github/last-commit/CrocoFactory/evm-extras.svg)](https://pypi.org/project/evm-extras/)
[![Development Status](https://img.shields.io/pypi/status/evm-extras)](https://pypi.org/project/evm-extras/)

The package containing utilities to develop Web3-based projects

- **[Bug reports](https://github.com/CrocoFactory/evm-extras/issues)**

Package's source code is made available under the [MIT License](LICENSE)
                  
The project is made by the **[Croco Factory](https://github.com/CrocoFactory)** team

# Installing evm-extras

To install python-extras from PyPi, you can use that:

```shell
pip install evm-extras
```

To install python-extras from GitHub, use that:

```shell
pip install git+https://github.com/CrocoFactory/evm-extras.git
```

