MANIFEST.in
README.md
__init__.py
installer.sh
main.py
pyproject.toml
requirements.txt
run.sh
setup.py
skinnerbox_cli.py
update_checker.py
version.txt
Skinnerbox_Source.egg-info/PKG-INFO
Skinnerbox_Source.egg-info/SOURCES.txt
Skinnerbox_Source.egg-info/dependency_links.txt
Skinnerbox_Source.egg-info/entry_points.txt
Skinnerbox_Source.egg-info/requires.txt
Skinnerbox_Source.egg-info/top_level.txt
app/__init__.py
app/app_config.py
app/gpio.py
app/routes.py
app/siteSettings.json
app/trial_config.json
app/trial_state_machine.py
app/utils.py
static/css/main.css
static/js/home.js
static/js/logViewer.js
static/js/testing.js
static/js/trialSettings.js
static/js/trialpage.js
templates/base.html
templates/homepage.html
templates/logpage.html
templates/runningtrialpage.html
templates/summarypage.html
templates/t_logviewer.html
templates/testingpage.html
templates/trialsettingspage.html