Metadata-Version: 2.1
Name: wake-arena-cli
Version: 0.0.5
Summary: Wake Arena CLI tool
Author: pavelsvagr
Author-email: pavel.svagr@ackee.cz
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: eth-wake (==4.12.0.dev1)
Requires-Dist: google-cloud-firestore (>=2.18.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: rich (>=13.8.1,<14.0.0)
Requires-Dist: rich-click (>=1.8.3,<2.0.0)
Requires-Dist: schema (>=0.7.7,<0.8.0)
Description-Content-Type: text/markdown

# Wake Arena CLI
Wake Arena command line interface to request vulnerability checks.

## Setup
1. Activate the venv
```shell
poetry shell
```
2. Install dependencies
```shell
poetry install
```
3. Run the cli module
```shell
python -m cli
```
