.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/test-package.yml
schedule_manager_ui/__init__.py
schedule_manager_ui/manager.py
schedule_manager_ui.egg-info/PKG-INFO
schedule_manager_ui.egg-info/SOURCES.txt
schedule_manager_ui.egg-info/dependency_links.txt
schedule_manager_ui.egg-info/requires.txt
schedule_manager_ui.egg-info/top_level.txt
schedule_manager_ui/templates/index.html
schedule_manager_ui/templates/logs.html
schedule_manager_ui/templates/script.js
schedule_manager_ui/templates/styles.css
tests/__init__.py
tests/conftest.py
tests/test_authentication.py
tests/test_basic_setup.py
tests/test_client.py