Metadata-Version: 2.4
Name: alldebrid
Version: 0.1.1
Summary: Lightweight async wrapper for AllDebrid API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: attrs>=25.3.0
Requires-Dist: cattrs>=25.1.1
Requires-Dist: httpx>=0.28.1

# Async AllDebrid API

Lightweight async API to interact with AllDebrid.
This version uses `attrs` and `cattrs` to parse and manipulate the responses.

Start with `alldebrid.Client("<apikey>")` to create an API client.
