LICENSE
README.md
pyproject.toml
src/switch_parental_controls/__init__.py
src/switch_parental_controls/__main__.py
src/switch_parental_controls/applications.py
src/switch_parental_controls/auth.py
src/switch_parental_controls/cli.py
src/switch_parental_controls/client.py
src/switch_parental_controls/credentials.py
src/switch_parental_controls/data_cache.py
src/switch_parental_controls/device_cache.py
src/switch_parental_controls/devices.py
src/switch_parental_controls/models.py
src/switch_parental_controls/players.py
src/switch_parental_controls/server.py
src/switch_parental_controls/utils.py
src/switch_parental_controls.egg-info/PKG-INFO
src/switch_parental_controls.egg-info/SOURCES.txt
src/switch_parental_controls.egg-info/dependency_links.txt
src/switch_parental_controls.egg-info/entry_points.txt
src/switch_parental_controls.egg-info/requires.txt
src/switch_parental_controls.egg-info/top_level.txt
tests/test_applications.py
tests/test_auth.py
tests/test_cli.py
tests/test_data_cache.py
tests/test_device_cache.py
tests/test_devices.py
tests/test_integration.py
tests/test_players.py