dmart 0.1.8__tar.gz → 0.1.9__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.
- {dmart-0.1.8/dmart.egg-info → dmart-0.1.9}/PKG-INFO +1 -1
- {dmart-0.1.8 → dmart-0.1.9/dmart.egg-info}/PKG-INFO +1 -1
- {dmart-0.1.8 → dmart-0.1.9}/schema_modulate.py +1 -1
- {dmart-0.1.8 → dmart-0.1.9}/setup.py +1 -1
- {dmart-0.1.8 → dmart-0.1.9}/.ruff.toml +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/MANIFEST.in +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/env.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/scripts/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/scripts/calculate_checksums.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/scripts/migration_f7a4949eed19.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/0f3d2b1a7c21_add_authz_materialized_views.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/10d2041b94d4_last_checksum_history.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/1cf4e1ee3cb8_ext_permission_with_filter_fields_values.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/26bfe19b49d4_rm_failedloginattempts.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/3c8bca2219cc_add_otp_table.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/6675fd9dfe42_remove_unique_from_sessions_table.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/71bc1df82e6a_adding_user_last_login_at.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/74288ccbd3b5_initial.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/7520a89a8467_rm_activesession_table.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/848b623755a4_make_created_nd_updated_at_required.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/8640dcbebf85_add_notes_to_users.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/91c94250232a_adding_fk_on_owner_shortname.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/98ecd6f56f9a_ext_meta_with_owner_group_shortname.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/9aae9138c4ef_indexing_created_at_updated_at.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/b53f916b3f6d_json_to_jsonb.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/eb5f1ec65156_adding_user_locked_to_device.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/alembic/versions/f7a4949eed19_adding_query_policies_to_meta.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/info/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/info/router.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/managed/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/managed/router.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/managed/utils.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/public/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/public/router.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/qr/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/qr/router.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/model/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/model/errors.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/model/requests.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/model/responses.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/router.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/api/user/service.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/bundler.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/config/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/config/channels.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/config/notification.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/config.env.sample +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/curl.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/adapter.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/base_data_adapter.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/adapter.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/adapter_helpers.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/archive.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/create_index.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/create_users_folders.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/custom_validations.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/drop_index.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/health_check.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/file/redis_services.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/helpers.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/adapter.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/adapter_helpers.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/create_tables.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/create_users_folders.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/db_to_json_migration.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/health_check_sql.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/json_to_db_migration.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_adapters/sql/update_query_policies.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/data_generator.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.egg-info/SOURCES.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.egg-info/dependency_links.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.egg-info/entry_points.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.egg-info/requires.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.egg-info/top_level.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/dmart.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/get_settings.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/hypercorn_config.toml +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/info.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/languages/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/languages/arabic.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/languages/english.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/languages/kurdish.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/languages/loader.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/login_creds.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/login_creds.sh.sample +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/main.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/manifest.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/migrate.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/models/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/models/api.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/models/core.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/models/enums.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/password_gen.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/action_log/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/action_log/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/admin_notification_sender/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/admin_notification_sender/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/ldap_manager/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/ldap_manager/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/local_notification/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/local_notification/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/realtime_updates_notifier/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/realtime_updates_notifier/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/redis_db_update/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/redis_db_update/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/resource_folders_creation/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/resource_folders_creation/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/system_notification_sender/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/system_notification_sender/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/update_access_controls/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/plugins/update_access_controls/plugin.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/publish.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pylint.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pyrightconfig.json +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/api_user_models_erros_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/api_user_models_requests_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/archive_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/base_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/get_settings_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/json_to_db_migration_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/service_test.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/test_info.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/pytests/test_status.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/redis_connections.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/reload.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/requirements/core.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/requirements/extra.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/requirements/plugins.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/requirements/test.txt +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/run.sh +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/run_notification_campaign.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/scheduled_notification_handler.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/schema_migration.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/set_admin_passwd.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/setup.cfg +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/sync.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/__init__.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/access_control.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/async_request.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/exporter.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/firebase_notifier.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/generate_email.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/helpers.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/hypercorn_config.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/internal_error_code.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/jwt.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/logger.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/middleware.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/notification.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/password_hashing.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/plugin_manager.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/query_policies_helper.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/regex.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/repository.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/router_helper.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/settings.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/sms_notifier.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/social_sso.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/templates/activation.html.j2 +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/templates/reminder.html.j2 +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/ticket_sys_utils.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/utils/web_notifier.py +0 -0
- {dmart-0.1.8 → dmart-0.1.9}/websocket.py +0 -0
|
@@ -4,7 +4,7 @@ from enum import StrEnum
|
|
|
4
4
|
|
|
5
5
|
from sqlalchemy import update
|
|
6
6
|
from typing import Any
|
|
7
|
-
from
|
|
7
|
+
from data_adapters.sql.adapter import SQLAdapter
|
|
8
8
|
from data_adapters.sql.create_tables import Users, Roles, Permissions, Entries, Spaces, Attachments
|
|
9
9
|
from utils.settings import settings
|
|
10
10
|
import argparse
|
|
@@ -16,7 +16,7 @@ plugins_requires = parse_requirements('requirements/plugins.txt')
|
|
|
16
16
|
|
|
17
17
|
setup(
|
|
18
18
|
name="dmart",
|
|
19
|
-
version="0.1.
|
|
19
|
+
version="0.1.9",
|
|
20
20
|
packages=find_packages(),
|
|
21
21
|
py_modules=["dmart", "main", "sync", "bundler", "migrate", "password_gen", "get_settings", "data_generator", "schema_modulate", "schema_migration", "set_admin_passwd", "run_notification_campaign", "scheduled_notification_handler", "websocket"],
|
|
22
22
|
install_requires=install_requires,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.8 → dmart-0.1.9}/alembic/versions/6675fd9dfe42_remove_unique_from_sessions_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.8 → dmart-0.1.9}/alembic/versions/848b623755a4_make_created_nd_updated_at_required.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.8 → dmart-0.1.9}/alembic/versions/98ecd6f56f9a_ext_meta_with_owner_group_shortname.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|