Metadata-Version: 2.3
Name: hasaki
Version: 0.0.8
Summary: Add your description here
Author: mathewgeola
Author-email: mathewgeola <mathewgeola@gmail.com>
Requires-Dist: anyio>=4.15.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: pandas>=3.0.5
Requires-Dist: parsel>=1.11.0
Requires-Dist: requests>=2.34.2
Requires-Dist: tenacity>=9.1.4
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown

# hasaki

```bash
uv run ruff linter

uv run ruff rule --all
uv run ruff rule BLE001

uv run ruff check src tests
uv run ruff check --fix --unsafe-fixes src tests

uv run pytest -q
```