.gitignore
.tanco
LICENSE
README.md
pyproject.toml
run-server
.github/workflows/ci.yaml
.idea/.gitignore
.idea/dataSources.xml
.idea/jsLibraryMappings.xml
.idea/misc.xml
.idea/modules.xml
.idea/sqldialects.xml
.idea/tanco.iml
.idea/vcs.xml
.idea/codeStyles/Project.xml
.idea/codeStyles/codeStyleConfig.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
tanco/__init__.py
tanco/app.py
tanco/client.py
tanco/database.py
tanco/driver.py
tanco/model.py
tanco/orgtest.py
tanco/runner.py
tanco/testplan.org
tanco.egg-info/PKG-INFO
tanco.egg-info/SOURCES.txt
tanco.egg-info/dependency_links.txt
tanco.egg-info/entry_points.txt
tanco.egg-info/requires.txt
tanco.egg-info/top_level.txt
tanco/sql/init.sql
tanco/static/firebase-cfg.mjs
tanco/static/htmx.js
tanco/static/htmx.min.js
tanco/static/login.mjs
tanco/static/style.css
tanco/templates/about.html
tanco/templates/attempt.html
tanco/templates/challenge.html
tanco/templates/challenges.html
tanco/templates/index.html
tanco/templates/login.html
tanco/templates/me.html
tanco/templates/pass.html
tanco/templates/please_login.html
tanco/templates/result.html
tanco/templates/state.html
tanco/templates/test.html
tanco/templates/websocket.html
tanco/templates/whoami.html
tests/__init__.py
tests/test_basic.py