.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
VERSIONING.md
pyproject.toml
pytest.ini
setup.cfg
.github/workflows/claude.yml
.github/workflows/pre-commit.yml
.github/workflows/python-packages.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
assets/wavespeed-logo-dark.svg
assets/wavespeed-logo-light.svg
src/wavespeed/__init__.py
src/wavespeed/_config_module.py
src/wavespeed/_version.py
src/wavespeed/config.py
src/wavespeed.egg-info/PKG-INFO
src/wavespeed.egg-info/SOURCES.txt
src/wavespeed.egg-info/dependency_links.txt
src/wavespeed.egg-info/not-zip-safe
src/wavespeed.egg-info/requires.txt
src/wavespeed.egg-info/scm_file_list.json
src/wavespeed.egg-info/scm_version.json
src/wavespeed.egg-info/top_level.txt
src/wavespeed/api/__init__.py
src/wavespeed/api/client.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_config.py