Metadata-Version: 2.4
Name: eagleliz
Version: 0.0.17
Summary: Eagle.cool related utility scripts.
Author-email: Gabliz <gabliz.dev@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pylizlib[media]>=0.3.70
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tqdm>=4.66.0

# EAGLELIZ
Python binding for [eagle.cool api](https://api.eagle.cool).

Currently only supports the following endpoints:
- /api/application/info
- /api/item/addFromPaths

## Installation
```bash
pip install eagleliz
```
