Metadata-Version: 2.3
Name: skypro-cli-tool
Version: 0.2.0
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[toml]>=2.14.0
Requires-Dist: typer>=0.25.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# SkyPro cli tool

## How to start

Initialise app

```commandline
sky-cli init
```

Check money you are earned this month

```commandline
sky-cli summary
```

Another month or year

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