Metadata-Version: 2.4
Name: adventuresinodyssey
Version: 0.1.0
Summary: Python API client for the Adventures in Odyssey Club and public endpoints.
Author-email: CATEIN <CATEIN@protonmail.com>
License: MIT
Project-URL: Homepage, https://github.com/CATEIN/adventuresinodyssey-py
Project-URL: Repository, https://github.com/CATEIN/adventuresinodyssey-py
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.1
Requires-Dist: playwright>=1.40.0

# Adventures in Odyssey API Client

An unofficial Python API client for the Adventures in Odyssey Club and public endpoints. This library allows you to interact with AIO content, including retrieving metadata for albums and episodes.

**Note:** This is an Alpha release. APIs may change.

## Installation

Install the package via pip:

```bash
pip install adventuresinodyssey
```

### Important: Browser Requirement

This library uses Playwright for authentication. After installing the package, you must install the required browser binaries (Chromium):

```bash
playwright install chromium
```
