.editorconfig
.env.example
.flake8
LICENSE
MANIFEST.in
PUBLISHING.md
PUBLISHING_QUICKSTART.md
PUBLISH_QUICK_COMMANDS.md
PYPI_SETUP.md
README.md
RELEASE_READY.md
SETUP_COMPLETE.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
./PUBLISHING.md
./PUBLISHING_QUICKSTART.md
./PUBLISH_QUICK_COMMANDS.md
./PYPI_SETUP.md
./README.md
./RELEASE_READY.md
./SETUP_COMPLETE.md
auto_attendance/__init__.py
auto_attendance/anti_spoofing.py
auto_attendance/api.py
auto_attendance/attendance_manager.py
auto_attendance/cli.py
auto_attendance/config.py
auto_attendance/data_collection.py
auto_attendance/database.py
auto_attendance/debug_labels.py
auto_attendance/diagnose.py
auto_attendance/email_notification.py
auto_attendance/face_recognition.py
auto_attendance/logger.py
auto_attendance/main.py
auto_attendance/run_web_ui.py
auto_attendance/test_recognition.py
auto_attendance/train_model.py
auto_attendance/web_ui.py
auto_attendance.egg-info/PKG-INFO
auto_attendance.egg-info/SOURCES.txt
auto_attendance.egg-info/dependency_links.txt
auto_attendance.egg-info/entry_points.txt
auto_attendance.egg-info/requires.txt
auto_attendance.egg-info/top_level.txt
auto_attendance/static/css/style.css
auto_attendance/static/js/app.js
auto_attendance/static/js/utils.js
auto_attendance/templates/attendance.html
auto_attendance/templates/base.html
auto_attendance/templates/index.html
auto_attendance/templates/register.html
auto_attendance/templates/settings.html
tests/__init__.py
tests/conftest.py
tests/test_anti_spoofing.py
tests/test_database.py
tests/test_face_recognition.py