README.md
pyproject.toml
src/well_look_at_that/__init__.py
src/well_look_at_that/__main__.py
src/well_look_at_that/accounting.py
src/well_look_at_that/cli.py
src/well_look_at_that/model.py
src/well_look_at_that/plots.py
src/well_look_at_that/redaction.py
src/well_look_at_that/reports.py
src/well_look_at_that/runner.py
src/well_look_at_that/tsv.py
src/well_look_at_that/value.py
src/well_look_at_that.egg-info/PKG-INFO
src/well_look_at_that.egg-info/SOURCES.txt
src/well_look_at_that.egg-info/dependency_links.txt
src/well_look_at_that.egg-info/entry_points.txt
src/well_look_at_that.egg-info/requires.txt
src/well_look_at_that.egg-info/top_level.txt
src/well_look_at_that/collectors/__init__.py
src/well_look_at_that/collectors/codex.py
src/well_look_at_that/collectors/github.py
tests/test_codex_collect.py
tests/test_contracts.py
tests/test_reports_plots_cli.py
tests/test_token_accounting.py