LICENSE
README.md
pyproject.toml
soracli/__init__.py
soracli/__main__.py
soracli/cli.py
soracli/config.py
soracli.egg-info/PKG-INFO
soracli.egg-info/SOURCES.txt
soracli.egg-info/dependency_links.txt
soracli.egg-info/entry_points.txt
soracli.egg-info/requires.txt
soracli.egg-info/top_level.txt
soracli/api/__init__.py
soracli/api/weather_fetcher.py
soracli/daemon/__init__.py
soracli/daemon/manager.py
soracli/daemon/tmux_controller.py
soracli/engines/__init__.py
soracli/engines/base.py
soracli/engines/clear.py
soracli/engines/fog.py
soracli/engines/rain.py
soracli/engines/snow.py
soracli/engines/thunder.py
soracli/renderer/__init__.py
soracli/renderer/ascii_renderer.py
soracli/themes/__init__.py
soracli/themes/cyberpunk.json
soracli/themes/minimal.json
soracli/themes/nature.json
tests/test_cli.py
tests/test_config.py
tests/test_engines.py
tests/test_renderer.py
tests/test_weather.py