.env.example
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
SECURITY.md
pyproject.toml
docs/api.md
docs/contributing.md
docs/index.md
docs/migration.md
docs/quickstart.md
examples/discord_py_demo.py
examples/docker-compose.yml
examples/nextcord_demo.py
py_sonora.egg-info/PKG-INFO
py_sonora.egg-info/SOURCES.txt
py_sonora.egg-info/dependency_links.txt
py_sonora.egg-info/entry_points.txt
py_sonora.egg-info/requires.txt
py_sonora.egg-info/top_level.txt
sonora/__init__.py
sonora/cli.py
sonora/client.py
sonora/events.py
sonora/exceptions.py
sonora/filters.py
sonora/metrics.py
sonora/node.py
sonora/player.py
sonora/py.typed
sonora/queue.py
sonora/track.py
sonora/typing.py
sonora/utils.py
sonora/integrations/__init__.py
sonora/integrations/discord_py.py
sonora/plugins/__init__.py
sonora/plugins/youtube.py
sonora/protocol/__init__.py
tests/test_client.py
tests/test_player.py