.gitlab-ci.yml
AUTHORS
ChangeLog
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/access_service.md
docs/coding_standard.md
docs/commands.md
docs/connection_status_listener.md
docs/core.md
docs/csv_export.md
docs/database.md
docs/event_sending.md
docs/health.md
docs/known_issues.md
docs/migrations.md
docs/package_reader.md
docs/qc.md
docs/rpc.md
docs/settings.md
docs/testing.md
docs/translation.md
docs/deprecated_code/README.md
docs/deprecated_code/access_service/openmodule/access_service.py
docs/deprecated_code/access_service/openmodule_test/access_service.py
docs/deprecated_code/access_service/tests/test_utils_access_service.py
docs/deprecated_code/api/openmodule/utils/api.py
docs/deprecated_code/api/openmodule_test/api.py
docs/deprecated_code/api/tests/test_utils_api.py
docs/deprecated_code/package_reader/openmodule/utils/package_reader.py
docs/deprecated_code/package_reader/openmodule_test/fake_package_creator.py
docs/deprecated_code/package_reader/tests/test_package_reader.py
openmodule/__init__.py
openmodule/alert.py
openmodule/checks.py
openmodule/config.py
openmodule/connection_status.py
openmodule/core.py
openmodule/dispatcher.py
openmodule/health.py
openmodule/logging.py
openmodule/messaging.py
openmodule/sentry.py
openmodule/threading.py
openmodule.egg-info/PKG-INFO
openmodule.egg-info/SOURCES.txt
openmodule.egg-info/dependency_links.txt
openmodule.egg-info/not-zip-safe
openmodule.egg-info/pbr.json
openmodule.egg-info/requires.txt
openmodule.egg-info/top_level.txt
openmodule/database/custom_types.py
openmodule/database/database.py
openmodule/database/env.py
openmodule/models/__init__.py
openmodule/models/access_service.py
openmodule/models/alert.py
openmodule/models/base.py
openmodule/models/io.py
openmodule/models/kv_store.py
openmodule/models/presence.py
openmodule/models/privacy.py
openmodule/models/rpc.py
openmodule/models/settings.py
openmodule/models/validation.py
openmodule/models/vehicle.py
openmodule/rpc/__init__.py
openmodule/rpc/client.py
openmodule/rpc/common.py
openmodule/rpc/server.py
openmodule/utils/__init__.py
openmodule/utils/access_service.py
openmodule/utils/charset.py
openmodule/utils/csv_export.py
openmodule/utils/databox.py
openmodule/utils/db_helper.py
openmodule/utils/eventlog.py
openmodule/utils/io.py
openmodule/utils/kv_store.py
openmodule/utils/matching.py
openmodule/utils/misc_functions.py
openmodule/utils/package_reader.py
openmodule/utils/presence.py
openmodule/utils/schema.py
openmodule/utils/settings.py
openmodule/utils/translation.py
openmodule/utils/validation.py
openmodule_commands/__init__.py
openmodule_commands/setup.cfg
openmodule_commands/setup.py
openmodule_commands/translate.py
openmodule_test/__init__.py
openmodule_test/access_service.py
openmodule_test/alert.py
openmodule_test/connection_status.py
openmodule_test/core.py
openmodule_test/database.py
openmodule_test/eventlistener.py
openmodule_test/files.py
openmodule_test/gate.py
openmodule_test/health.py
openmodule_test/interrupt.py
openmodule_test/io_simulator.py
openmodule_test/package_reader.py
openmodule_test/presence.py
openmodule_test/requirements.txt
openmodule_test/rpc.py
openmodule_test/settings.py
openmodule_test/setup.cfg
openmodule_test/setup.py
openmodule_test/utils.py
openmodule_test/zeromq.py
tests/__init__.py
tests/config.py
tests/database_models_migration.py
tests/database_models_test.py
tests/test_alert.py
tests/test_checks.py
tests/test_config.py
tests/test_connection_status.py
tests/test_core.py
tests/test_database.py
tests/test_dispatcher.py
tests/test_health.py
tests/test_interrupt.py
tests/test_io_listen.py
tests/test_messaging.py
tests/test_mockrpcclient.py
tests/test_model.py
tests/test_rpc.py
tests/test_schema.py
tests/test_sentry.py
tests/test_test_alert.py
tests/test_test_gate.py
tests/test_test_zeromq.py
tests/test_utils_access_service.py
tests/test_utils_charset.py
tests/test_utils_csv_export.py
tests/test_utils_databox.py
tests/test_utils_eventlog.py
tests/test_utils_kv_store.py
tests/test_utils_kv_store_multiple.py
tests/test_utils_matching.py
tests/test_utils_misc_functions.py
tests/test_utils_package_reader.py
tests/test_utils_presence.py
tests/test_utils_settings.py
tests/test_utils_validation.py
tests/test_utils_vehicle.py
tests/invalid_database/alembic.ini
tests/invalid_database/makemigration.sh
tests/invalid_database/alembic/README
tests/invalid_database/alembic/__init__.py
tests/invalid_database/alembic/env.py
tests/invalid_database/alembic/script.py.mako
tests/invalid_database/alembic/versions/ff26e54332f9_datetime_models.py
tests/migration_test_database/__init__.py
tests/migration_test_database/alembic.ini
tests/migration_test_database/makemigration.sh
tests/migration_test_database/alembic/__init__.py
tests/migration_test_database/alembic/env.py
tests/migration_test_database/alembic/script.py.mako
tests/migration_test_database/alembic/versions/19789aa5361c_initial.py
tests/migration_test_database/alembic/versions/19d887929ae7_alter.py
tests/migration_test_database/alembic/versions/__init__.py
tests/resources/configs/config.py
tests/resources/configs/test_config.py
tests/resources/configs/test_config_1.py
tests/resources/standard_schemes/DEFAULT-10.yml
tests/resources/standard_schemes/DEFAULT-20.yml
tests/resources/standard_schemes/LEGACY-0.yml
tests/resources/utils_matching/A-10.yml
tests/resources/utils_matching/A-20.yml
tests/resources/utils_matching/DEFAULT-10.yml
tests/resources/utils_matching/DEFAULT-20.yml
tests/resources/utils_matching/DEFAULT-30.yml
tests/resources/utils_matching/LEGACY-0.yml
tests/resources/utils_matching/TEST-10.yml
tests/resources/utils_matching/TEST-20.yml
tests/resources/utils_matching/TEST-30.yml
tests/resources/utils_matching/TEST-40.yml
tests/test_access_service_database/alembic.ini
tests/test_access_service_database/makemigration.sh
tests/test_access_service_database/alembic/__init__.py
tests/test_access_service_database/alembic/env.py
tests/test_access_service_database/alembic/script.py.mako
tests/test_access_service_database/alembic/versions/7bd4fcd38fde_removed_nfc_and_pin.py
tests/test_access_service_database/alembic/versions/9ca98a2e5674_added_parksettings_id.py
tests/test_access_service_database/alembic/versions/c821971f9230_initial.py
tests/test_database/alembic.ini
tests/test_database/makemigration.sh
tests/test_database/alembic/__init__.py
tests/test_database/alembic/env.py
tests/test_database/alembic/script.py.mako
tests/test_database/alembic/versions/32b8c728abbf_initial.py
tests/test_kv_store_database/alembic.ini
tests/test_kv_store_database/makemigration.sh
tests/test_kv_store_database/alembic/__init__.py
tests/test_kv_store_database/alembic/env.py
tests/test_kv_store_database/alembic/script.py.mako
tests/test_kv_store_database/alembic/versions/c55a69026a25_initial.py
tests/test_kv_store_multiple_database/alembic.ini
tests/test_kv_store_multiple_database/makemigration.sh
tests/test_kv_store_multiple_database/alembic/README
tests/test_kv_store_multiple_database/alembic/__init__.py
tests/test_kv_store_multiple_database/alembic/env.py
tests/test_kv_store_multiple_database/alembic/script.py.mako
tests/test_kv_store_multiple_database/alembic/versions/cdb3214131a9_initial.py