openmodule 14.0.4__tar.gz → 14.1.1__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.1}/.gitlab-ci.yml +12 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/AUTHORS +1 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/ChangeLog +11 -11
- {openmodule-14.0.4 → openmodule-14.1.1}/PKG-INFO +3 -2
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/PKG-INFO +3 -2
- openmodule-14.1.1/openmodule.egg-info/pbr.json +1 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/requires.txt +5 -5
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_commands/__init__.py +6 -3
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_commands/translate.py +7 -5
- {openmodule-14.0.4 → openmodule-14.1.1}/requirements.txt +5 -5
- {openmodule-14.0.4 → openmodule-14.1.1}/setup.cfg +6 -5
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_sentry.py +1 -1
- openmodule-14.0.4/openmodule.egg-info/pbr.json +0 -1
- {openmodule-14.0.4 → openmodule-14.1.1}/LICENSE +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/README.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/access_service.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/anonymization.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/cleanup.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/coding_standard.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/commands.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/connection_status_listener.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/csv_export.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/database.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/README.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/access_service/openmodule/models/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/access_service/openmodule/utils/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/access_service/openmodule_test/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/access_service/tests/test_utils_access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/api/openmodule/utils/api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/api/openmodule_test/api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/api/tests/test_utils_api.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/package_reader/openmodule/utils/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/package_reader/openmodule_test/fake_package_creator.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/deprecated_code/package_reader/tests/test_package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/event_sending.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/getting_started.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/health.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/images/broker.drawio.png +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/known_issues.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/migrations.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/package_reader.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/rpc.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/sentry.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/settings.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/settings_provider.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/testing.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/translation.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/docs/utils.md +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/database/custom_types.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/database/database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/database/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/database/migration.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/dispatcher.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/logging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/messaging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/base.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/io.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/privacy.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/models/vehicle.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/rpc/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/rpc/client.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/rpc/common.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/rpc/server.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/sentry.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/threading.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/charset.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/cleanup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/csv_export.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/databox.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/db_helper.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/eventlog.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/io.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/matching.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/misc_functions.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/schema.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/translation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule/utils/validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/SOURCES.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/dependency_links.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/not-zip-safe +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule.egg-info/top_level.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_commands/setup.cfg +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_commands/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/eventlistener.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/files.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/gate.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/interrupt.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/io_simulator.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/requirements.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/sentry.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/setup.cfg +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/utils.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/openmodule_test/zeromq.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/setup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/test-requirements.txt +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/database_models_migration.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/database_models_test.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic/README +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic/versions/ff26e54332f9_datetime_models.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/invalid_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic/versions/812a3e5b8517_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic/versions/a7ea100a784f_key_error.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic/versions/812a3e5b8517_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic/versions/a7ea100a784f_no_such_table_error.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_no_such_table_error/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/versions/19789aa5361c_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/versions/19d887929ae7_alter.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic/versions/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/alembic_migration_test_database.sqlite3 +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_test_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/configs/config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/configs/test_config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/configs/test_config_1.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/standard_schemes/DEFAULT-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/standard_schemes/DEFAULT-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/standard_schemes/LEGACY-0.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/locale/de/LC_MESSAGES/translation.mo +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/locale/de/LC_MESSAGES/translation.po +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/locale/en/LC_MESSAGES/translation.mo +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/locale/en/LC_MESSAGES/translation.po +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/locale/translation.pot +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/translation/translate.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/A-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/A-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/DEFAULT-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/DEFAULT-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/DEFAULT-30.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/LEGACY-0.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/TEST-10.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/TEST-20.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/TEST-30.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/resources/utils_matching/TEST-40.yml +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/sentry_main.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/versions/7bd4fcd38fde_removed_nfc_and_pin.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/versions/9ca98a2e5674_added_parksettings_id.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic/versions/c821971f9230_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_access_service_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_alembic_migrations.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_checks.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_config.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_connection_status.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_core.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/alembic/versions/32b8c728abbf_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_database.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_dispatcher.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_health.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_interrupt.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_io_listen.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic/versions/9c5c944221f4_deprecated_kv_entry_example.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic/versions/c55a69026a25_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic/README +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic/__init__.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic/env.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic/script.py.mako +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic/versions/cdb3214131a9_initial.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/alembic.ini +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_kv_store_multiple_database/makemigration.sh +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_logging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_messaging.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_mockrpcclient.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_model.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_rpc.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_schema.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_test_alert.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_test_gate.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_test_zeromq.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_access_service.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_charset.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_cleanup.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_csv_export.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_databox.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_eventlog.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_kv_store.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_kv_store_multiple.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_matching.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_misc_functions.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_package_reader.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_presence.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_settings.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_validation.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/tests/test_utils_vehicle.py +0 -0
- {openmodule-14.0.4 → openmodule-14.1.1}/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,17 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
v14.1.1
|
|
5
|
+
-------
|
|
6
|
+
|
|
7
|
+
* OM-1000: added --library flag for openmodule commands so "\_\_READABLE\_NAME" and "\_\_DESCRIPTION" are not added there
|
|
8
|
+
|
|
9
|
+
v14.1.0
|
|
10
|
+
-------
|
|
11
|
+
|
|
12
|
+
* newer settings-models (non-breaking)
|
|
13
|
+
* OM-901 Python 12 Support
|
|
14
|
+
|
|
4
15
|
v14.0.4
|
|
5
16
|
-------
|
|
6
17
|
|
|
@@ -172,8 +183,6 @@ v12.0.0.rc0
|
|
|
172
183
|
* Removed parking\_area\_id from AccessCheckAccess changed gate permission check in AccessService to new behavior
|
|
173
184
|
* removed Gate and GateType (now from settings models)
|
|
174
185
|
* fixed testcases and removed backend (deprecated in v11)
|
|
175
|
-
* newer settings-models
|
|
176
|
-
* settings models update
|
|
177
186
|
|
|
178
187
|
v11.1.1
|
|
179
188
|
-------
|
|
@@ -197,12 +206,3 @@ v11.0.3
|
|
|
197
206
|
v11.0.2
|
|
198
207
|
-------
|
|
199
208
|
|
|
200
|
-
* fixed get\_no\_exception in SettingsMocker
|
|
201
|
-
* 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.
|
|
3
|
+
Version: 14.1.1
|
|
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.
|
|
3
|
+
Version: 14.1.1
|
|
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": "3784452", "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]
|
|
@@ -16,11 +16,13 @@ def openmodule_makemessages():
|
|
|
16
16
|
parser.add_argument('--hardware', help='The service is only a hardware package with no actual code. '
|
|
17
17
|
'Only translate hardware keywords.',
|
|
18
18
|
required=False, action="count")
|
|
19
|
+
parser.add_argument('--library', help='Do not add __READABLE_NAME and __DESCRIPTION.',
|
|
20
|
+
required=False, action="count")
|
|
19
21
|
parser.add_argument('--languages', help='Languages to translate to (lowercase iso2)', nargs="*",
|
|
20
22
|
default=["en", "de"])
|
|
21
23
|
args = parser.parse_args()
|
|
22
24
|
create_translation(args.out, args.files, args.packages, args.force_dir, args.no_translate, args.hardware,
|
|
23
|
-
args.languages)
|
|
25
|
+
args.library, args.languages)
|
|
24
26
|
|
|
25
27
|
|
|
26
28
|
def openmodule_translate():
|
|
@@ -40,9 +42,10 @@ def openmodule_check_translation():
|
|
|
40
42
|
parser.add_argument('--hardware', help='The service is only a hardware package with no actual code. '
|
|
41
43
|
'Only translate hardware keywords.',
|
|
42
44
|
required=False, action="count")
|
|
45
|
+
parser.add_argument('--library', help='Do not add __READABLE_NAME and __DESCRIPTION.',
|
|
46
|
+
required=False, action="count")
|
|
43
47
|
parser.add_argument('--languages', help='Languages to translate to (lowercase iso2)', nargs="*",
|
|
44
48
|
default=["en", "de"])
|
|
45
49
|
args = parser.parse_args()
|
|
46
50
|
sys.exit(check_translations(args.dir, args.files, args.packages, bool(args.ignore_keywords), args.hardware,
|
|
47
|
-
args.languages))
|
|
48
|
-
|
|
51
|
+
args.library, args.languages))
|
|
@@ -32,7 +32,7 @@ def get_filenames(files, packages):
|
|
|
32
32
|
return filenames
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
def create_translation(out, files, packages, force_dir, no_translate, hardware, languages):
|
|
35
|
+
def create_translation(out, files, packages, force_dir, no_translate, hardware, library, languages):
|
|
36
36
|
global keywords
|
|
37
37
|
|
|
38
38
|
if not force_dir:
|
|
@@ -61,7 +61,7 @@ def create_translation(out, files, packages, force_dir, no_translate, hardware,
|
|
|
61
61
|
if package_dirs is None:
|
|
62
62
|
return
|
|
63
63
|
|
|
64
|
-
keywords_to_add = keywords
|
|
64
|
+
keywords_to_add = [] if library else keywords
|
|
65
65
|
if hardware:
|
|
66
66
|
files = []
|
|
67
67
|
packages = []
|
|
@@ -107,6 +107,9 @@ def create_translation(out, files, packages, force_dir, no_translate, hardware,
|
|
|
107
107
|
lang_dir(language, "translation.po")])
|
|
108
108
|
if not no_translate:
|
|
109
109
|
poedit(out, language)
|
|
110
|
+
if library:
|
|
111
|
+
subprocess.check_output(["msgattrib", "-o", lang_dir(language, "translation.po"), "--no-obsolete",
|
|
112
|
+
lang_dir(language, "translation.po")])
|
|
110
113
|
|
|
111
114
|
print("Finished translation")
|
|
112
115
|
finally:
|
|
@@ -127,7 +130,7 @@ def poedit(out, language):
|
|
|
127
130
|
MSG_EMTPY_REGEX = re.compile(r'^msgid\s*"(.*?)".*?\n.*?\n?^msgstr(\[\d*\])?\s*"(.*?)"', re.DOTALL)
|
|
128
131
|
|
|
129
132
|
|
|
130
|
-
def check_translations(directory, files, packages, check_keywords, hardware, languages):
|
|
133
|
+
def check_translations(directory, files, packages, check_keywords, hardware, library, languages):
|
|
131
134
|
global keywords
|
|
132
135
|
|
|
133
136
|
def out_dir(path):
|
|
@@ -140,7 +143,7 @@ def check_translations(directory, files, packages, check_keywords, hardware, lan
|
|
|
140
143
|
if package_dirs is None:
|
|
141
144
|
return
|
|
142
145
|
|
|
143
|
-
keywords_to_add = keywords
|
|
146
|
+
keywords_to_add = [] if library else keywords
|
|
144
147
|
if hardware:
|
|
145
148
|
files = []
|
|
146
149
|
packages = []
|
|
@@ -154,7 +157,6 @@ def check_translations(directory, files, packages, check_keywords, hardware, lan
|
|
|
154
157
|
filenames = get_filenames(files, packages)
|
|
155
158
|
|
|
156
159
|
with open(PACKAGE_DATA_FILE, "w") as tmp:
|
|
157
|
-
tmp.write('from openmodule.utils.translation import _\n')
|
|
158
160
|
for x in keywords_to_add:
|
|
159
161
|
tmp.write(f'_("{x}")\n')
|
|
160
162
|
try:
|
|
@@ -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
|
{openmodule-14.0.4 → openmodule-14.1.1}/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.1}/tests/migration_double_column_delete_error/alembic.ini
RENAMED
|
File without changes
|
{openmodule-14.0.4 → openmodule-14.1.1}/tests/migration_double_column_delete_error/makemigration.sh
RENAMED
|
File without changes
|