Metadata-Version: 2.4
Name: foundry-utils
Version: 0.3.2
Summary: Foundry utility toolkit for EVM development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# foundry-utils

Foundry utility toolkit for EVM development

## Installation

```bash
pip install foundry-utils
```

## Usage

```python
from foundry-utils import *
```

## License

MIT
