Metadata-Version: 2.3
Name: skypro-cli-tool
Version: 0.1.1
Summary: SkyPro cli tool
Requires-Dist: aiohttp>=3.13.5
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.3
Requires-Dist: pydantic-settings>=2.14.0
Requires-Dist: typer>=0.25.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# SkyPro cli tool

## How to start

Set environment variables to `.bashrc`

```commandline
SKYPRO__EMAIL=ivan.ivanov@skyeng.ru
SKYPRO__PASSWORD=secret-password
```

Check money you are earned this month

```commandline
sky-cli
```

Another month or year

```commandline
sky-cli --month 3 --year 2026
```
