AUTHORS
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
biometrics_tracker/__init__.py
biometrics_tracker/version.py
biometrics_tracker.egg-info/PKG-INFO
biometrics_tracker.egg-info/SOURCES.txt
biometrics_tracker.egg-info/dependency_links.txt
biometrics_tracker.egg-info/entry_points.txt
biometrics_tracker.egg-info/requires.txt
biometrics_tracker.egg-info/top_level.txt
biometrics_tracker/config/__init__.py
biometrics_tracker/config/createconfig.py
biometrics_tracker/config/json_handler.py
biometrics_tracker/config/logging_config.py
biometrics_tracker/gui/__init__.py
biometrics_tracker/gui/biometrics_tracker.png
biometrics_tracker/gui/tk_gui.py
biometrics_tracker/gui/validators.py
biometrics_tracker/gui/widgets.py
biometrics_tracker/help/add-edit-person.html
biometrics_tracker/help/add-edit-schedules.html
biometrics_tracker/help/entry-edit.html
biometrics_tracker/help/glossary.html
biometrics_tracker/help/import-export.html
biometrics_tracker/help/reports.html
biometrics_tracker/help/scheduling.html
biometrics_tracker/help/start-scheduler.html
biometrics_tracker/help/startup.html
biometrics_tracker/help/user-doc-index.html
biometrics_tracker/help/viewing-upcoming-events.html
biometrics_tracker/help/css/biometrics-tracker.css
biometrics_tracker/help/images/add-datapoint.png
biometrics_tracker/help/images/add-edit-daily-schedule.png
biometrics_tracker/help/images/add-edit-hourly-schedule.png
biometrics_tracker/help/images/add-edit-monthly-schedule.png
biometrics_tracker/help/images/add-edit-schedules.png
biometrics_tracker/help/images/add-edit-weekly-schedule.png
biometrics_tracker/help/images/add-person.png
biometrics_tracker/help/images/blank-numeric-error.png
biometrics_tracker/help/images/checked-box-in-focus.png
biometrics_tracker/help/images/checked-box-out-of-focus.png
biometrics_tracker/help/images/checked-button-in-focus.png
biometrics_tracker/help/images/combo-box-1.png
biometrics_tracker/help/images/combo-box-2.png
biometrics_tracker/help/images/combo-box-3.png
biometrics_tracker/help/images/config-display.png
biometrics_tracker/help/images/date-validation-error.png
biometrics_tracker/help/images/export-1.png
biometrics_tracker/help/images/export-2.1.png
biometrics_tracker/help/images/export-2.2.png
biometrics_tracker/help/images/export-2.3.png
biometrics_tracker/help/images/export-2.png
biometrics_tracker/help/images/export-3.png
biometrics_tracker/help/images/export-4.png
biometrics_tracker/help/images/export-5.png
biometrics_tracker/help/images/export-dir-selecter.png
biometrics_tracker/help/images/history-note-dialog.png
biometrics_tracker/help/images/history-report-1.png
biometrics_tracker/help/images/history-report-2.png
biometrics_tracker/help/images/history-report-3.png
biometrics_tracker/help/images/import-csv-1.png
biometrics_tracker/help/images/import-csv-2.png
biometrics_tracker/help/images/import-csv-3.png
biometrics_tracker/help/images/import-csv-4.png
biometrics_tracker/help/images/import-csv-5.png
biometrics_tracker/help/images/import-csv-6.png
biometrics_tracker/help/images/initial-display.png
biometrics_tracker/help/images/invalid-hour-error.png
biometrics_tracker/help/images/main-window.png
biometrics_tracker/help/images/person-list.png
biometrics_tracker/help/images/start-scheduler-1.png
biometrics_tracker/help/images/start-scheduler-2.png
biometrics_tracker/help/images/start-scheduler-3.png
biometrics_tracker/help/images/unchecked-box-in-focus.png
biometrics_tracker/help/images/unchecked-button-in-focus.png
biometrics_tracker/help/images/upcoming-events-1.png
biometrics_tracker/help/images/upcoming-events-2.png
biometrics_tracker/help/images/view-edit-history-1.png
biometrics_tracker/help/images/view-edit-history-2.png
biometrics_tracker/help/images/view-edit-history-3.png
biometrics_tracker/ipc/__init__.py
biometrics_tracker/ipc/messages.py
biometrics_tracker/ipc/queue_manager.py
biometrics_tracker/main/__init__.py
biometrics_tracker/main/core.py
biometrics_tracker/main/dispatcher.py
biometrics_tracker/main/main.py
biometrics_tracker/main/scheduler.py
biometrics_tracker/model/__init__.py
biometrics_tracker/model/datapoints.py
biometrics_tracker/model/exporters.py
biometrics_tracker/model/importers.py
biometrics_tracker/model/json_handler.py
biometrics_tracker/model/persistence.py
biometrics_tracker/model/uoms.py
biometrics_tracker/output/__init__.py
biometrics_tracker/output/reports.py
biometrics_tracker/plugin/__init__.py
biometrics_tracker/plugin/json_handler.py
biometrics_tracker/plugin/plugin.py
biometrics_tracker/utilities/__init__.py
biometrics_tracker/utilities/utilities.py
docs/source/LICENSE.rst
docs/source/api.rst
docs/source/conf.py
docs/source/config-createconfig.rst
docs/source/config-json_handler.rst
docs/source/config-logging_config.rst
docs/source/gui-tk-gui.rst
docs/source/gui-validators.rst
docs/source/gui-widgets.rst
docs/source/index.rst
docs/source/main-core.rst
docs/source/main-dispatcher.rst
docs/source/main-scheduler.rst
docs/source/main.rst
docs/source/model-datapoints.rst
docs/source/model-exporters.rst
docs/source/model-importers.rst
docs/source/model-json_handler.rst
docs/source/model-persistence.rst
docs/source/model-uoms.rst
docs/source/output-reports.rst
docs/source/plugin-json_handler.rst
docs/source/plugin-plugin.rst
docs/source/tests-model-datapoints_fixtures.rst
docs/source/tests-model-persistence_fixtures.rst
docs/source/tests-model-random_data.rst
docs/source/tests-model-test_datapoints.rst
docs/source/tests-model-test_exporters.rst
docs/source/tests-model-test_json_handler.rst
docs/source/tests-model-test_persistence.rst
docs/source/tests-model-test_tools.rst
docs/source/tests-random_data.rst
docs/source/tests-test_tools.rst
docs/source/utilities-utilities.rst
tests/__init__.py
tests/random_data.py
tests/test_tools.py
tests/model/__init__.py
tests/model/datapoints_fixtures.py
tests/model/persistence_fixtures.py
tests/model/random_data.py
tests/model/test_datapoints.py
tests/model/test_exporters.py
tests/model/test_importers.py
tests/model/test_json_handler.py
tests/model/test_persistence.py
tests/model/test_tools.py
venv/bin/activate_this.py