MANIFEST.in
README.md
app.py
migrate_database.py
migrate_to_files.py
pyproject.toml
requirements.txt
run.py
sample_data.py
setup.cfg
simple_test.py
test_login.py
SW_Lab_Manager.egg-info/PKG-INFO
SW_Lab_Manager.egg-info/SOURCES.txt
SW_Lab_Manager.egg-info/dependency_links.txt
SW_Lab_Manager.egg-info/top_level.txt
data/devices.json
data/labs.json
data/stations.json
data/users.json
instance/sw_labs.db
static/css/style.css
static/css/vendor/all.min.css
static/css/vendor/bootstrap.min.css
static/js/app.js
static/js/vendor/bootstrap.bundle.min.js
static/js/vendor/jquery-3.6.0.min.js
static/webfonts/fa-brands-400.ttf
static/webfonts/fa-brands-400.woff2
static/webfonts/fa-regular-400.ttf
static/webfonts/fa-regular-400.woff2
static/webfonts/fa-solid-900.ttf
static/webfonts/fa-solid-900.woff2
static/webfonts/fa-v4compatibility.ttf
static/webfonts/fa-v4compatibility.woff2
templates/add_device.html
templates/add_lab.html
templates/add_station.html
templates/add_user.html
templates/admin_panel.html
templates/base.html
templates/edit_device.html
templates/edit_lab.html
templates/edit_station.html
templates/edit_user.html
templates/index.html
templates/lab_detail.html
templates/login.html
templates/occupy_station.html
templates/station_detail.html