Metadata-Version: 2.4
Name: eagleliz
Version: 0.0.7
Summary: Add your description here
Author-email: Gabliz <gabliz.dev@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Provides-Extra: media
Requires-Dist: pylizlib>=0.5.13; extra == "media"

# 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
```
