LICENSE
MANIFEST.in
README.md
pyproject.toml
themes.json
somafm_tui/__init__.py
somafm_tui/__main__.py
somafm_tui/bitrate_utils.py
somafm_tui/channels.py
somafm_tui/cli.py
somafm_tui/config.py
somafm_tui/constants.py
somafm_tui/http_client.py
somafm_tui/models.py
somafm_tui/mpris_service.py
somafm_tui/player.py
somafm_tui/terminal.py
somafm_tui/themes.json
somafm_tui/themes.py
somafm_tui/timer.py
somafm_tui/ui.py
somafm_tui.egg-info/PKG-INFO
somafm_tui.egg-info/SOURCES.txt
somafm_tui.egg-info/dependency_links.txt
somafm_tui.egg-info/entry_points.txt
somafm_tui.egg-info/requires.txt
somafm_tui.egg-info/top_level.txt
somafm_tui/core/__init__.py
somafm_tui/core/input.py
somafm_tui/core/playback.py
somafm_tui/core/state.py
tests/test_bitrate_utils.py
tests/test_channels.py
tests/test_cli.py
tests/test_config.py
tests/test_http_client.py
tests/test_input.py
tests/test_models.py
tests/test_mpris_service.py
tests/test_playback.py
tests/test_player.py
tests/test_state.py
tests/test_terminal.py
tests/test_themes.py
tests/test_timer.py
tests/test_ui.py