Metadata-Version: 2.4
Name: alldebrid
Version: 0.3.2
Summary: Lightweight async wrapper for AllDebrid API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.11.7

# Async AllDebrid API

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

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

## Changelog

v0.2.0 uses `pydantic` instead of `attrs`+`cattrs` to parse the responses.
