Metadata-Version: 2.4
Name: openopus
Version: 0.0.3
Summary: Python client and service layer for Open Opus API with caching and normalized models
Author-email: Joonbo Shim <joonbo@gmail.com>
License-Expression: MIT
Keywords: Open Opus,classical music,classical
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# Open Opus 
A lightweight Python package that provides a stable interface to the [Open Opus API](https://openopus.org/).

This project exists to decouple application code from the Open Opus API's raw response formats and availability characterstics. 

---

## Requirements
- Python >= 3.10

---

## Installation
Library only:
```bash
pip install openopus
```
