Metadata-Version: 2.4
Name: etherscanio
Version: 0.1.0
Summary: Lightweight Python wrapper for the Etherscan v2 Multi-chain API
Project-URL: Documentation, https://github.com/traverne/etherscanio#readme
Project-URL: Issues, https://github.com/traverne/etherscanio/issues
Project-URL: Source, https://github.com/traverne/etherscanio
Author-email: Athen Traverne <athen@aetherionresearch.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: httpx
Description-Content-Type: text/markdown

# etherscanio

[![PyPI - Version](https://img.shields.io/pypi/v/etherscanio.svg)](https://pypi.org/project/etherscanio)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/etherscanio.svg)](https://pypi.org/project/etherscanio)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install etherscanio
```

## License

`etherscanio` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
