.gitignore
AGENTS.md
README.md
pyproject.toml
.github/dependabot.yml
.github/release.yml
.github/workflows/claude.yml
.github/workflows/pypi-publish.yml
.github/workflows/test.yml
src/restream.io.egg-info/PKG-INFO
src/restream.io.egg-info/SOURCES.txt
src/restream.io.egg-info/dependency_links.txt
src/restream.io.egg-info/entry_points.txt
src/restream.io.egg-info/requires.txt
src/restream.io.egg-info/top_level.txt
src/restream_io/__init__.py
src/restream_io/api.py
src/restream_io/auth.py
src/restream_io/cli.py
src/restream_io/config.py
src/restream_io/errors.py
src/restream_io/schemas.py
src/restream_io/utils.py
tests/conftest.py
tests/test_api_enhanced.py
tests/test_auth.py
tests/test_channel.py
tests/test_cli_channel.py
tests/test_cli_event.py
tests/test_cli_profile.py
tests/test_config.py
tests/test_event.py
tests/test_profile.py
tests/test_schemas.py
tests/test_schemas_integration.py
tests/test_utils.py