LICENSE
README.md
pyproject.toml
statline/__init__.py
statline/cli.py
statline.egg-info/PKG-INFO
statline.egg-info/SOURCES.txt
statline.egg-info/dependency_links.txt
statline.egg-info/requires.txt
statline.egg-info/top_level.txt
statline/core/__init__.py
statline/core/cache.py
statline/core/calculator.py
statline/core/db.py
statline/core/guild_manager.py
statline/core/models.py
statline/core/normalization.py
statline/core/scoring.py
statline/core/setup_service.py
statline/core/sheets_sync.py
statline/core/weights.py
statline/core/adapters/__init__.py
statline/core/adapters/compile.py
statline/core/adapters/hooks.py
statline/core/adapters/loader.py
statline/core/adapters/registry.py
statline/core/adapters/types.py
statline/io/__init__.py
statline/io/sheets.py
statline/utils/config.py
statline/utils/logging.py
statline/utils/paths.py
statline/utils/timing.py