.gitignore
LICENSE
README.md
pyproject.toml
.claude/settings.json
.github/workflows/publish-pypi.yaml
termscockpit/__init__.py
termscockpit/document_utils.py
termscockpit/git_change_index.py
termscockpit/termscockpit.py
termscockpit.egg-info/PKG-INFO
termscockpit.egg-info/SOURCES.txt
termscockpit.egg-info/dependency_links.txt
termscockpit.egg-info/requires.txt
termscockpit.egg-info/top_level.txt
termscockpit/lexglue/__init__.py
termscockpit/lexglue/classifier.py
termscockpit/server/__init__.py
termscockpit/server/__main__.py
termscockpit/server/api.py
termscockpit/server/app.py
termscockpit/server/lexglue_api.py
termscockpit/server/repos_api.py
termscockpit/server/views.py
termscockpit/server/static/css/style.css
termscockpit/server/static/js/app.js
termscockpit/server/templates/base.html
termscockpit/server/templates/document.html
termscockpit/server/templates/evolution.html
termscockpit/server/templates/index.html
termscockpit/server/templates/lexglue.html
termscockpit/server/templates/service.html
termscockpit/server/templates/versions.html