openmodule 14.0.4__tar.gz → 14.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openmodule-14.0.4 → openmodule-14.1.0}/.gitlab-ci.yml +12 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/AUTHORS +1 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/ChangeLog +6 -8
- {openmodule-14.0.4 → openmodule-14.1.0}/PKG-INFO +3 -2
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/PKG-INFO +3 -2
- openmodule-14.1.0/openmodule.egg-info/pbr.json +1 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/requires.txt +5 -5
- {openmodule-14.0.4 → openmodule-14.1.0}/requirements.txt +5 -5
- {openmodule-14.0.4 → openmodule-14.1.0}/setup.cfg +6 -5
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_sentry.py +1 -1
- openmodule-14.0.4/openmodule.egg-info/pbr.json +0 -1
- {openmodule-14.0.4 → openmodule-14.1.0}/LICENSE +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/README.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/access_service.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/anonymization.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/cleanup.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/coding_standard.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/commands.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/connection_status_listener.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/csv_export.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/database.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/README.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/access_service/openmodule/models/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/access_service/openmodule/utils/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/access_service/openmodule_test/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/access_service/tests/test_utils_access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/api/openmodule/utils/api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/api/openmodule_test/api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/api/tests/test_utils_api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/package_reader/openmodule/utils/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/package_reader/openmodule_test/fake_package_creator.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/deprecated_code/package_reader/tests/test_package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/event_sending.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/getting_started.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/health.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/images/broker.drawio.png +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/known_issues.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/migrations.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/package_reader.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/rpc.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/sentry.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/settings.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/settings_provider.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/testing.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/translation.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/docs/utils.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/database/custom_types.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/database/database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/database/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/database/migration.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/dispatcher.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/logging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/messaging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/base.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/io.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/privacy.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/models/vehicle.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/rpc/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/rpc/client.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/rpc/common.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/rpc/server.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/sentry.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/threading.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/charset.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/cleanup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/csv_export.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/databox.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/db_helper.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/eventlog.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/io.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/matching.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/misc_functions.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/schema.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/translation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule/utils/validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/SOURCES.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/dependency_links.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/not-zip-safe +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule.egg-info/top_level.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_commands/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_commands/setup.cfg +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_commands/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_commands/translate.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/eventlistener.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/files.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/gate.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/interrupt.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/io_simulator.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/requirements.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/sentry.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/setup.cfg +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/utils.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/openmodule_test/zeromq.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/test-requirements.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/database_models_migration.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/database_models_test.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic/README +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic/versions/ff26e54332f9_datetime_models.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/invalid_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/versions/812a3e5b8517_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/versions/a7ea100a784f_key_error.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/versions/812a3e5b8517_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/versions/a7ea100a784f_no_such_table_error.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/versions/19789aa5361c_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/versions/19d887929ae7_alter.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/versions/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic_migration_test_database.sqlite3 +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/configs/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/configs/test_config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/configs/test_config_1.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/standard_schemes/DEFAULT-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/standard_schemes/DEFAULT-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/standard_schemes/LEGACY-0.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/locale/de/LC_MESSAGES/translation.mo +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/locale/de/LC_MESSAGES/translation.po +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/locale/en/LC_MESSAGES/translation.mo +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/locale/en/LC_MESSAGES/translation.po +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/locale/translation.pot +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/translation/translate.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/A-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/A-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/DEFAULT-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/DEFAULT-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/DEFAULT-30.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/LEGACY-0.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/TEST-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/TEST-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/TEST-30.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/resources/utils_matching/TEST-40.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/sentry_main.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/versions/7bd4fcd38fde_removed_nfc_and_pin.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/versions/9ca98a2e5674_added_parksettings_id.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/versions/c821971f9230_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_alembic_migrations.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_checks.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic/versions/32b8c728abbf_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_dispatcher.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_interrupt.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_io_listen.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic/versions/9c5c944221f4_deprecated_kv_entry_example.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic/versions/c55a69026a25_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/README +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/versions/cdb3214131a9_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_logging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_messaging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_mockrpcclient.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_model.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_schema.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_test_alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_test_gate.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_test_zeromq.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_charset.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_cleanup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_csv_export.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_databox.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_eventlog.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_kv_store_multiple.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_matching.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_misc_functions.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tests/test_utils_vehicle.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.0}/tox.ini +0 -0
|
@@ -9,6 +9,18 @@ before_script:
|
|
|
9
9
|
- pip install -U pip
|
|
10
10
|
- pip --cache-dir=.pip --quiet install tox twine
|
|
11
11
|
|
|
12
|
+
py312:
|
|
13
|
+
stage: tests
|
|
14
|
+
image: python:3.12
|
|
15
|
+
coverage: '/^TOTAL\s+\d+\s+\d+\s+(\d+\%)$/'
|
|
16
|
+
artifacts:
|
|
17
|
+
paths:
|
|
18
|
+
- openmodule/htmlcov
|
|
19
|
+
tags:
|
|
20
|
+
- docker
|
|
21
|
+
script:
|
|
22
|
+
- tox
|
|
23
|
+
|
|
12
24
|
py39:
|
|
13
25
|
stage: tests
|
|
14
26
|
image: python:3.9
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
v14.1.0
|
|
5
|
+
-------
|
|
6
|
+
|
|
7
|
+
* newer settings-models (non-breaking)
|
|
8
|
+
* OM-901 Python 12 Support
|
|
9
|
+
|
|
4
10
|
v14.0.4
|
|
5
11
|
-------
|
|
6
12
|
|
|
@@ -173,7 +179,6 @@ v12.0.0.rc0
|
|
|
173
179
|
* removed Gate and GateType (now from settings models)
|
|
174
180
|
* fixed testcases and removed backend (deprecated in v11)
|
|
175
181
|
* newer settings-models
|
|
176
|
-
* settings models update
|
|
177
182
|
|
|
178
183
|
v11.1.1
|
|
179
184
|
-------
|
|
@@ -199,10 +204,3 @@ v11.0.2
|
|
|
199
204
|
|
|
200
205
|
* fixed get\_no\_exception in SettingsMocker
|
|
201
206
|
* Update database.md [skip ci]
|
|
202
|
-
* Update database.md [skip ci]
|
|
203
|
-
* Update database.md [skip ci]
|
|
204
|
-
* Major Refactoring and many new functionality (v2 parking system refactor and redesign)
|
|
205
|
-
|
|
206
|
-
v10.0.5
|
|
207
|
-
-------
|
|
208
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openmodule
|
|
3
|
-
Version: 14.0
|
|
3
|
+
Version: 14.1.0
|
|
4
4
|
Summary: Libraries for developing the arivo openmodule
|
|
5
5
|
Home-page: https://gitlab.com/arivo-public/device-python/openmodule.git
|
|
6
6
|
Author: ARIVO
|
|
@@ -11,8 +11,9 @@ Platform: UNKNOWN
|
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Description-Content-Type: text/markdown; charset=UTF-8
|
|
17
18
|
Provides-Extra: test
|
|
18
19
|
Provides-Extra: commands
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: openmodule
|
|
3
|
-
Version: 14.0
|
|
3
|
+
Version: 14.1.0
|
|
4
4
|
Summary: Libraries for developing the arivo openmodule
|
|
5
5
|
Home-page: https://gitlab.com/arivo-public/device-python/openmodule.git
|
|
6
6
|
Author: ARIVO
|
|
@@ -11,8 +11,9 @@ Platform: UNKNOWN
|
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
17
|
Description-Content-Type: text/markdown; charset=UTF-8
|
|
17
18
|
Provides-Extra: test
|
|
18
19
|
Provides-Extra: commands
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "4b76d0e", "is_release": true}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
pydantic<2,>=1.7
|
|
2
2
|
sentry-sdk~=2.19.0
|
|
3
3
|
orjson<4,>=3.4.7
|
|
4
|
-
pyzmq
|
|
5
|
-
pyyaml
|
|
6
|
-
editdistance
|
|
4
|
+
pyzmq~=26.2
|
|
5
|
+
pyyaml~=5.3.1
|
|
6
|
+
editdistance>=0.8.1
|
|
7
7
|
sqlalchemy<1.4,>=1.3
|
|
8
8
|
alembic<2,>=1.5.4
|
|
9
|
-
requests
|
|
9
|
+
requests~=2.32
|
|
10
10
|
python-dateutil>=2.7.2
|
|
11
11
|
python-dotenv==0.15.0
|
|
12
|
-
arivo-settings_models<2,>=1.
|
|
12
|
+
arivo-settings_models<2,>=1.2.0
|
|
13
13
|
arivo-schedule~=1.2.2
|
|
14
14
|
|
|
15
15
|
[commands]
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
pydantic>=1.7,<2
|
|
2
2
|
sentry-sdk~=2.19.0
|
|
3
3
|
orjson>=3.4.7,<4
|
|
4
|
-
pyzmq
|
|
5
|
-
pyyaml
|
|
6
|
-
editdistance>=0.
|
|
4
|
+
pyzmq~=26.2
|
|
5
|
+
pyyaml~=5.3.1
|
|
6
|
+
editdistance>=0.8.1
|
|
7
7
|
sqlalchemy>=1.3,<1.4
|
|
8
8
|
alembic>=1.5.4,<2
|
|
9
|
-
requests
|
|
9
|
+
requests~=2.32
|
|
10
10
|
python-dateutil>=2.7.2
|
|
11
11
|
python-dotenv==0.15.0
|
|
12
|
-
arivo-settings_models>=1.
|
|
12
|
+
arivo-settings_models>=1.2.0,<2
|
|
13
13
|
arivo-schedule~=1.2.2
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = openmodule
|
|
3
3
|
author = ARIVO
|
|
4
|
-
|
|
4
|
+
author_email = support@arivo.co
|
|
5
5
|
summary = Libraries for developing the arivo openmodule
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
description_file = README.md
|
|
7
|
+
description_content_type = text/markdown; charset=UTF-8
|
|
8
|
+
home_page = https://gitlab.com/arivo-public/device-python/openmodule.git
|
|
9
9
|
license = GNU General Public License v2 (GPLv2)
|
|
10
10
|
keywords = arivo openmodule
|
|
11
11
|
classifier =
|
|
12
12
|
Intended Audience :: Developers
|
|
13
13
|
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
14
14
|
Programming Language :: Python
|
|
15
|
-
Programming Language :: Python :: 3.7
|
|
16
15
|
Programming Language :: Python :: 3.8
|
|
16
|
+
Programming Language :: Python :: 3.9
|
|
17
|
+
Programming Language :: Python :: 3.12
|
|
17
18
|
|
|
18
19
|
[files]
|
|
19
20
|
packages =
|
|
@@ -343,7 +343,7 @@ class SentryTestCase(SentryTestMixin):
|
|
|
343
343
|
f"{func.__module__}.SentryTestCase.test_trace_lambda.<locals>.<lambda>"])
|
|
344
344
|
|
|
345
345
|
def test_trace_builtin(self):
|
|
346
|
-
func = sentry.trace(
|
|
346
|
+
func = sentry.trace(dir)
|
|
347
347
|
with self.assertRaises(ValueError):
|
|
348
348
|
inspect.signature(func)
|
|
349
349
|
func("test")
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "3d9ddfd", "is_release": true}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic/env.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/alembic.ini
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_double_column_delete_error/makemigration.sh
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/alembic/script.py.mako
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_no_such_table_error/makemigration.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/script.py.mako
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/migration_test_database/alembic/versions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_access_service_database/alembic/script.py.mako
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_database/alembic/versions/32b8c728abbf_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/README
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/__init__.py
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/env.py
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/alembic/script.py.mako
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.0}/tests/test_kv_store_multiple_database/makemigration.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|