Metadata-Version: 2.1
Name: bot-alert-rate
Version: 0.0.5
Summary: Forta Bot Alert Rate Calculator
Author-email: Mariko Wakabayashi <mariko@openzeppelin.com>
Project-URL: Homepage, https://github.com/forta-network/bot-alert-rate
Project-URL: Bug Tracker, https://github.com/forta-network/bot-alert-rate/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pytest>=7.2.1
Requires-Dist: pytest-mock>=3.10.0
Requires-Dist: requests>=2.28.2
Requires-Dist: cachetools>=5.3.0

## Test Instructions

```bash
$ python -m pytest tests/
```

## Publish Instructions

```bash
$ python3 -m build && python3 -m twine upload dist/*
```
