Metadata-Version: 2.4
Name: soundsource
Version: 0.1.1
Summary: Official Python SDK for the SoundSource API
Project-URL: Homepage, https://https://github.com/Ejii24/soundsource-python
Project-URL: Documentation, https://soundsource.readthedocs.io
Project-URL: Repository, https://github.com/Ejii24/soundsource-python
Project-URL: Issues, https://github.com/Ejii24/soundsource-python/issues
Author-email: Emmanuel Ejii <dev@soundsource.app>
License: MIT
Keywords: api,audio,sdk,soundsource
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: mypy>=1.10.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6.0; extra == 'docs'
Description-Content-Type: text/markdown

# SoundSource Python SDK

[![PyPI version](https://badge.fury.io/py/soundsource.svg)](https://pypi.org/project/soundsource/)
[![CI](https://github.com/Ejii24/soundsource-python/actions/workflows/ci.yml/badge.svg)](https://github.com/Ejii24/soundsource-python/actions/workflows/ci.yml)

Official Python SDK for the SoundSource audio processing API.

## Installation

```bash
# Using uv (recommended)
uv add soundsource

# Using pip
pip install soundsource