amsdal_cli 0.6.0__tar.gz → 0.6.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.
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/PKG-INFO +2 -2
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/change-logs.md +6 -0
- amsdal_cli-0.6.1/latest-changelogs.md +5 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/pyproject.toml +3 -3
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/__about__.py +1 -1
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/services/builder.py +6 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/services/mixin.py +27 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_frontend_config.py +5 -3
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/.gitignore +1 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/command.py +45 -25
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/services/supervisor.py +28 -14
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/utils.py +15 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/worker/sub_commands/run.py +2 -2
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/uv.lock +39 -39
- amsdal_cli-0.6.0/latest-changelogs.md +0 -5
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/.editorconfig +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/.gitignore +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/.junie/guidelines.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/CONTRIBUTING.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/LICENSE.txt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/README.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/license_check.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/release_notes/.gitkeep +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/scripts/release.sh +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/scripts/tag_check.sh +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/Third-Party Materials - AMSDAL Dependencies - License Notices.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/config.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/data_classes.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/operation_log.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/comparison.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/data_factory.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/runner.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/api_check/services/storage.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/constants.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/data_models/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/data_models/custom_code.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/data_models/options.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/data_models/schemas_directory.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/extenders/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/extenders/custom_code_extender.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/extenders/options_extender.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/base.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/cli_custom_code_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/cli_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/cli_options_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/cli_statics_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/cli_transactions_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/loaders/utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/mixins/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/mixins/enrich_schemas_mixin.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/schema_json_loader.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/schemas/utils/merger.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/services/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/build/utils/build_config_file.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/callbacks.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/ci_cd/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/ci_cd/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/ci_cd/constants.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/ci_cd/templates/github.yml +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/clean/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/clean/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/sub_commands/dependency_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/sub_commands/dependency_list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/dependency/sub_commands/dependency_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/sub_commands/deploy_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/sub_commands/deploy_list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/deploy/sub_commands/deploy_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/enums.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/constants.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/sub_commands/env_checkout.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/sub_commands/env_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/sub_commands/env_list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/sub_commands/env_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/environments/utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/sub_commands/connection_add.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/sub_commands/connection_list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/sub_commands/connection_remove.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/external_connections/sub_commands/connection_update.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/constants.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/sub_commands/secret_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/sub_commands/secret_list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/secret/sub_commands/secret_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/sub_commands/allowlist_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/allowlist/sub_commands/allowlist_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/sub_commands/basic_auth_delete.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/sub_commands/basic_auth_new.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/basic_auth/sub_commands/basic_auth_retrieve.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/security/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/sub_commands/expose_db.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/sub_commands/get_monitoring_info.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/cloud/sub_commands/sync_db.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/enums.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_external_models.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_hook.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_model.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_modifier.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_permission.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_property.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_tests.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/sub_commands/generate_transaction.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/async_transaction.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/hook.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/modifier/constructor.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/modifier/display_name.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/modifier/version_name.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/property.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/templates/transaction.pyt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/build_base_path.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/cast_to_attribute_type.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/model_attributes.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/async_mode_utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/conftest_utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/function_utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/model_utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/templates/async/conftest.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/templates/sync/conftest.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/type_utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/generate/utils/tests/unit.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/constants.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/sub_commands/apply.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/sub_commands/list.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/sub_commands/make.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/sub_commands/make_contrib.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/migrations/utils.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/.amsdal/.dependencies +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/.amsdal/.environment +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/.amsdal/.secrets +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/.amsdal-cli +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/README.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/config.yml +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/new/templates/requirements.txt +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/.amsdal-cli +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/README.md +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/config.yml +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/pyproject.toml +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/src/__about__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/src/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/src/models/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/src/transactions/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/plugin/templates/src/transactions/example_transaction.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/build.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/config_updater.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/credentials.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/initialize.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/meta.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/migrate_models.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/model_generator.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/register_connection/utils/tables.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/restore/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/restore/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/restore/enums.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/filters/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/filters/models_watch_filter.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/filters/static_files_watch_filter.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/serve/services/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/tests/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/tests/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/models.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/utils/verify_json_model.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/verify/utils/verify_python_file.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/worker/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/worker/app.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/worker/command.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/commands/worker/sub_commands/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/config/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/config/main.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/main.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/py.typed +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/alias_group.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/check_versions.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/cli_config.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/copier.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/markdown_patch.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/render_template.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/schema_repository.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/text.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/vcs/__init__.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/vcs/base.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/vcs/dummy.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/vcs/enums.py +0 -0
- {amsdal_cli-0.6.0 → amsdal_cli-0.6.1}/src/amsdal_cli/utils/vcs/git.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amsdal_cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.1
|
|
4
4
|
Summary: CLI for AMSDAL framework
|
|
5
5
|
Project-URL: Documentation, https://pypi.org/project/amsdal_cli/#readme
|
|
6
6
|
Project-URL: Issues, https://pypi.org/project/amsdal_cli/
|
|
@@ -122,7 +122,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
122
122
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
123
123
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
124
124
|
Requires-Python: <3.14,>=3.11
|
|
125
|
-
Requires-Dist: amsdal-server
|
|
125
|
+
Requires-Dist: amsdal-server==0.6.*
|
|
126
126
|
Requires-Dist: click<8.2.0
|
|
127
127
|
Requires-Dist: faker==27.*
|
|
128
128
|
Requires-Dist: gitpython~=3.1
|
|
@@ -40,15 +40,15 @@ dependencies = [
|
|
|
40
40
|
"jinja2~=3.1",
|
|
41
41
|
"watchfiles~=0.21",
|
|
42
42
|
"GitPython~=3.1",
|
|
43
|
-
"
|
|
43
|
+
"amsdal_server==0.6.*",
|
|
44
44
|
"faker==27.*",
|
|
45
45
|
"httpx==0.28.*",
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[dependency-groups]
|
|
49
49
|
dev = [
|
|
50
|
-
"amsdal[async-sqlite]",
|
|
51
|
-
"amsdal[postgres-binary]",
|
|
50
|
+
"amsdal[async-sqlite]>=0.6.0",
|
|
51
|
+
"amsdal[postgres-binary]>=0.6.0",
|
|
52
52
|
"coverage[toml]>=7.4",
|
|
53
53
|
"pytest-cov>=6.0.0",
|
|
54
54
|
"pytest==8.4.1",
|
|
@@ -79,6 +79,12 @@ class AppBuilder(BuildMixin):
|
|
|
79
79
|
if not is_silent:
|
|
80
80
|
rprint(rich_success('OK!'))
|
|
81
81
|
|
|
82
|
+
if not is_silent:
|
|
83
|
+
rprint(rich_info('Building app config...'), end=' ')
|
|
84
|
+
self.build_app_config(self.source_path)
|
|
85
|
+
if not is_silent:
|
|
86
|
+
rprint(rich_success('OK!'))
|
|
87
|
+
|
|
82
88
|
def pre_build(self, output: Path) -> None:
|
|
83
89
|
from amsdal.configs.main import settings
|
|
84
90
|
from amsdal_utils.config.manager import AmsdalConfigManager
|
|
@@ -194,6 +194,33 @@ class BuildMixin:
|
|
|
194
194
|
if expected_fixtures_path.exists() and expected_fixtures_path.is_dir():
|
|
195
195
|
shutil.copytree(expected_fixtures_path, target_fixtures_path, dirs_exist_ok=True)
|
|
196
196
|
|
|
197
|
+
@staticmethod
|
|
198
|
+
def build_app_config(cli_app_path: Path, output_path: Path | None = None) -> None:
|
|
199
|
+
"""
|
|
200
|
+
Copies app.py from src/ to the build directory.
|
|
201
|
+
|
|
202
|
+
Args:
|
|
203
|
+
cli_app_path (Path): The path to the CLI application source directory (src/).
|
|
204
|
+
output_path (Path | None): The output directory. If None, uses settings.APP_PATH.
|
|
205
|
+
"""
|
|
206
|
+
app_config_source = cli_app_path / 'app.py'
|
|
207
|
+
|
|
208
|
+
if not app_config_source.exists():
|
|
209
|
+
return
|
|
210
|
+
|
|
211
|
+
if output_path is None:
|
|
212
|
+
from amsdal.configs.main import settings
|
|
213
|
+
|
|
214
|
+
output_path = settings.APP_PATH
|
|
215
|
+
|
|
216
|
+
app_config_dest = output_path / 'app.py'
|
|
217
|
+
|
|
218
|
+
# Remove existing file to ensure fresh copy
|
|
219
|
+
if app_config_dest.exists():
|
|
220
|
+
app_config_dest.unlink()
|
|
221
|
+
|
|
222
|
+
shutil.copy(app_config_source, app_config_dest)
|
|
223
|
+
|
|
197
224
|
@staticmethod
|
|
198
225
|
def _reimport_models() -> None:
|
|
199
226
|
from amsdal_models.classes.class_manager import ClassManager
|
|
@@ -15,7 +15,9 @@ def generate_frontend_config(
|
|
|
15
15
|
"""
|
|
16
16
|
Generates Frontend Config fixture file for the specified model.
|
|
17
17
|
"""
|
|
18
|
-
from amsdal.contrib.frontend_configs.
|
|
18
|
+
from amsdal.contrib.frontend_configs.event_handlers.object_control import (
|
|
19
|
+
_get_default_control as get_default_control,
|
|
20
|
+
)
|
|
19
21
|
from amsdal.manager import AmsdalManager
|
|
20
22
|
from amsdal.manager import AsyncAmsdalManager
|
|
21
23
|
from amsdal_utils.config.manager import AmsdalConfigManager
|
|
@@ -60,12 +62,12 @@ def generate_frontend_config(
|
|
|
60
62
|
current_dir = Path('.').absolute()
|
|
61
63
|
|
|
62
64
|
if frontend_config_file.exists():
|
|
63
|
-
|
|
65
|
+
overwrite = input(
|
|
64
66
|
f'The file "{frontend_config_file.relative_to(current_dir)}" already exists. '
|
|
65
67
|
'Would you like to overwrite it? [y/N]: '
|
|
66
68
|
).strip()
|
|
67
69
|
|
|
68
|
-
if
|
|
70
|
+
if overwrite.lower() != 'y':
|
|
69
71
|
return
|
|
70
72
|
|
|
71
73
|
write_file(
|
|
@@ -21,9 +21,10 @@ async def _async_serve(
|
|
|
21
21
|
*,
|
|
22
22
|
apply_fixtures: bool,
|
|
23
23
|
) -> 'AsyncAmsdalManager':
|
|
24
|
-
from
|
|
25
|
-
from
|
|
26
|
-
from amsdal_utils.
|
|
24
|
+
from amsdal_server.apps.common.events import ServerStartupContext
|
|
25
|
+
from amsdal_server.apps.common.events import ServerStartupEvent
|
|
26
|
+
from amsdal_utils.events import EventBus
|
|
27
|
+
from amsdal_utils.events import EventListener
|
|
27
28
|
|
|
28
29
|
from amsdal_cli.commands.serve.utils import async_build_app_and_check_migrations
|
|
29
30
|
|
|
@@ -38,11 +39,19 @@ async def _async_serve(
|
|
|
38
39
|
|
|
39
40
|
try:
|
|
40
41
|
|
|
41
|
-
class
|
|
42
|
-
def
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
42
|
+
class AmsdalInitListener(EventListener[ServerStartupContext]):
|
|
43
|
+
def handle(
|
|
44
|
+
self,
|
|
45
|
+
context: ServerStartupContext,
|
|
46
|
+
next_fn: Any,
|
|
47
|
+
) -> ServerStartupContext:
|
|
48
|
+
raise NotImplementedError
|
|
49
|
+
|
|
50
|
+
async def ahandle(
|
|
51
|
+
self,
|
|
52
|
+
context: ServerStartupContext,
|
|
53
|
+
next_fn: Any,
|
|
54
|
+
) -> ServerStartupContext:
|
|
46
55
|
if not amsdal_manager._is_setup:
|
|
47
56
|
await amsdal_manager.setup()
|
|
48
57
|
await amsdal_manager.post_setup() # type: ignore[call-arg]
|
|
@@ -52,10 +61,12 @@ async def _async_serve(
|
|
|
52
61
|
|
|
53
62
|
amsdal_manager.init_classes()
|
|
54
63
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
64
|
+
return await next_fn(context)
|
|
65
|
+
|
|
66
|
+
EventBus.subscribe(
|
|
67
|
+
ServerStartupEvent,
|
|
68
|
+
AmsdalInitListener,
|
|
69
|
+
priority=0,
|
|
59
70
|
)
|
|
60
71
|
return amsdal_manager
|
|
61
72
|
except Exception:
|
|
@@ -91,11 +102,12 @@ def serve_command(
|
|
|
91
102
|
Starts a test FastAPI server based on your app's models.
|
|
92
103
|
"""
|
|
93
104
|
|
|
105
|
+
from amsdal_server.apps.common.events import ServerStartupContext
|
|
106
|
+
from amsdal_server.apps.common.events import ServerStartupEvent
|
|
94
107
|
from amsdal_server.server import start
|
|
95
108
|
from amsdal_utils.config.manager import AmsdalConfigManager
|
|
96
|
-
from amsdal_utils.
|
|
97
|
-
from amsdal_utils.
|
|
98
|
-
from amsdal_utils.lifecycle.producer import LifecycleProducer
|
|
109
|
+
from amsdal_utils.events import EventBus
|
|
110
|
+
from amsdal_utils.events import EventListener
|
|
99
111
|
|
|
100
112
|
from amsdal_cli.commands.serve.services.supervisor import Supervisor
|
|
101
113
|
from amsdal_cli.commands.serve.utils import build_app_and_check_migrations
|
|
@@ -138,7 +150,6 @@ def serve_command(
|
|
|
138
150
|
)
|
|
139
151
|
try:
|
|
140
152
|
start(
|
|
141
|
-
is_development_mode=False,
|
|
142
153
|
host=host,
|
|
143
154
|
port=server_port,
|
|
144
155
|
)
|
|
@@ -154,8 +165,12 @@ def serve_command(
|
|
|
154
165
|
confirm_migrations=False,
|
|
155
166
|
)
|
|
156
167
|
|
|
157
|
-
class
|
|
158
|
-
def
|
|
168
|
+
class AmsdalInitListener(EventListener[ServerStartupContext]):
|
|
169
|
+
def handle(
|
|
170
|
+
self,
|
|
171
|
+
context: ServerStartupContext,
|
|
172
|
+
next_fn: Any,
|
|
173
|
+
) -> ServerStartupContext:
|
|
159
174
|
if not amsdal_manager._is_setup:
|
|
160
175
|
amsdal_manager.setup()
|
|
161
176
|
amsdal_manager.post_setup() # type: ignore[call-arg]
|
|
@@ -165,16 +180,21 @@ def serve_command(
|
|
|
165
180
|
|
|
166
181
|
amsdal_manager.init_classes()
|
|
167
182
|
|
|
168
|
-
|
|
169
|
-
|
|
183
|
+
return next_fn(context)
|
|
184
|
+
|
|
185
|
+
async def ahandle(
|
|
186
|
+
self,
|
|
187
|
+
context: ServerStartupContext,
|
|
188
|
+
next_fn: Any,
|
|
189
|
+
) -> ServerStartupContext:
|
|
190
|
+
raise NotImplementedError
|
|
170
191
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
192
|
+
EventBus.subscribe(
|
|
193
|
+
ServerStartupEvent,
|
|
194
|
+
AmsdalInitListener,
|
|
195
|
+
priority=0,
|
|
175
196
|
)
|
|
176
197
|
start(
|
|
177
|
-
is_development_mode=False,
|
|
178
198
|
host=host,
|
|
179
199
|
port=server_port,
|
|
180
200
|
)
|
|
@@ -192,7 +192,6 @@ class Supervisor:
|
|
|
192
192
|
target=cls._check_and_serve,
|
|
193
193
|
kwargs={
|
|
194
194
|
'queue': queue,
|
|
195
|
-
'is_development_mode': False,
|
|
196
195
|
'output_path': output_path,
|
|
197
196
|
'config_path': config_path,
|
|
198
197
|
'host': host,
|
|
@@ -208,7 +207,6 @@ class Supervisor:
|
|
|
208
207
|
cls,
|
|
209
208
|
queue: QueueType,
|
|
210
209
|
*,
|
|
211
|
-
is_development_mode: bool,
|
|
212
210
|
output_path: Path,
|
|
213
211
|
config_path: Path,
|
|
214
212
|
host: str,
|
|
@@ -226,7 +224,6 @@ class Supervisor:
|
|
|
226
224
|
_server_process = spawn_context.Process(
|
|
227
225
|
target=cls._serve,
|
|
228
226
|
kwargs={
|
|
229
|
-
'is_development_mode': is_development_mode,
|
|
230
227
|
'output_path': output_path,
|
|
231
228
|
'config_path': config_path,
|
|
232
229
|
'host': host,
|
|
@@ -337,14 +334,25 @@ class Supervisor:
|
|
|
337
334
|
config_path: Path,
|
|
338
335
|
**kwargs: Any,
|
|
339
336
|
) -> None:
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
from
|
|
337
|
+
import os
|
|
338
|
+
|
|
339
|
+
from amsdal_server.apps.common.events import ServerStartupContext
|
|
340
|
+
from amsdal_server.apps.common.events import ServerStartupEvent
|
|
341
|
+
from amsdal_utils.events import EventBus
|
|
342
|
+
from amsdal_utils.events import EventListener
|
|
343
|
+
|
|
344
|
+
# Set APP_PATH via env var BEFORE any settings access
|
|
345
|
+
# This ensures _load_user_app() finds app.py in the correct location
|
|
346
|
+
os.environ['AMSDAL_APP_PATH'] = str(output_path)
|
|
343
347
|
|
|
344
348
|
cls._invalidate_amsdal_state()
|
|
345
349
|
|
|
346
|
-
class
|
|
347
|
-
def
|
|
350
|
+
class AmsdalInitListener(EventListener[ServerStartupContext]):
|
|
351
|
+
def handle(
|
|
352
|
+
self,
|
|
353
|
+
context: ServerStartupContext,
|
|
354
|
+
next_fn: Any,
|
|
355
|
+
) -> ServerStartupContext:
|
|
348
356
|
settings.override(APP_PATH=output_path)
|
|
349
357
|
|
|
350
358
|
config_manager = AmsdalConfigManager()
|
|
@@ -356,13 +364,19 @@ class Supervisor:
|
|
|
356
364
|
amsdal_manager.authenticate()
|
|
357
365
|
amsdal_manager.init_classes()
|
|
358
366
|
|
|
359
|
-
|
|
360
|
-
|
|
367
|
+
return next_fn(context)
|
|
368
|
+
|
|
369
|
+
async def ahandle(
|
|
370
|
+
self,
|
|
371
|
+
context: ServerStartupContext,
|
|
372
|
+
next_fn: Any,
|
|
373
|
+
) -> ServerStartupContext:
|
|
374
|
+
raise NotImplementedError
|
|
361
375
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
376
|
+
EventBus.subscribe(
|
|
377
|
+
ServerStartupEvent,
|
|
378
|
+
AmsdalInitListener,
|
|
379
|
+
priority=0,
|
|
366
380
|
)
|
|
367
381
|
start(**kwargs)
|
|
368
382
|
|
|
@@ -40,6 +40,11 @@ def cleanup_app(output_path: Path, *, remove_warehouse: bool = True) -> None:
|
|
|
40
40
|
continue
|
|
41
41
|
shutil.rmtree(str(path.resolve()))
|
|
42
42
|
|
|
43
|
+
# Remove generated app.py
|
|
44
|
+
app_py_path = output_path / 'app.py'
|
|
45
|
+
if app_py_path.exists():
|
|
46
|
+
app_py_path.unlink()
|
|
47
|
+
|
|
43
48
|
warehouse_path = output_path / 'warehouse'
|
|
44
49
|
|
|
45
50
|
if remove_warehouse and warehouse_path.exists():
|
|
@@ -74,11 +79,16 @@ def build_app_and_check_migrations(
|
|
|
74
79
|
from amsdal.manager import AmsdalManager
|
|
75
80
|
|
|
76
81
|
from amsdal_cli.commands.build.services.builder import AppBuilder
|
|
82
|
+
|
|
83
|
+
# Copy app.py BEFORE creating AppBuilder (which triggers settings initialization)
|
|
84
|
+
from amsdal_cli.commands.build.services.mixin import BuildMixin
|
|
77
85
|
from amsdal_cli.utils.text import CustomConfirm
|
|
78
86
|
from amsdal_cli.utils.text import rich_error
|
|
79
87
|
from amsdal_cli.utils.text import rich_info
|
|
80
88
|
from amsdal_cli.utils.text import rich_success
|
|
81
89
|
|
|
90
|
+
BuildMixin.build_app_config(app_source_path, output_path)
|
|
91
|
+
|
|
82
92
|
app_builder = AppBuilder(
|
|
83
93
|
cli_config=cli_config,
|
|
84
94
|
config_path=config_path,
|
|
@@ -348,11 +358,16 @@ async def async_build_app_and_check_migrations(
|
|
|
348
358
|
from amsdal.manager import AsyncAmsdalManager
|
|
349
359
|
|
|
350
360
|
from amsdal_cli.commands.build.services.builder import AppBuilder
|
|
361
|
+
|
|
362
|
+
# Copy app.py BEFORE creating AppBuilder (which triggers settings initialization)
|
|
363
|
+
from amsdal_cli.commands.build.services.mixin import BuildMixin
|
|
351
364
|
from amsdal_cli.utils.text import CustomConfirm
|
|
352
365
|
from amsdal_cli.utils.text import rich_error
|
|
353
366
|
from amsdal_cli.utils.text import rich_info
|
|
354
367
|
from amsdal_cli.utils.text import rich_success
|
|
355
368
|
|
|
369
|
+
BuildMixin.build_app_config(app_source_path, output_path)
|
|
370
|
+
|
|
356
371
|
app_builder = AppBuilder(
|
|
357
372
|
cli_config=cli_config,
|
|
358
373
|
config_path=config_path,
|
|
@@ -36,7 +36,7 @@ def _sync_run(cli_config: 'CliConfig', app_source_path: Path, mode: WorkerMode)
|
|
|
36
36
|
manager.setup()
|
|
37
37
|
manager.authenticate()
|
|
38
38
|
|
|
39
|
-
for transaction in TransactionApi().get_transactions().rows:
|
|
39
|
+
for transaction in TransactionApi().get_transactions().rows: # type: ignore[attr-defined]
|
|
40
40
|
TransactionExecutionService().get_transaction_func(transaction.title)
|
|
41
41
|
|
|
42
42
|
_init_function()
|
|
@@ -72,7 +72,7 @@ async def _async_run(cli_config: 'CliConfig', app_source_path: Path, mode: Worke
|
|
|
72
72
|
await manager.setup()
|
|
73
73
|
manager.authenticate()
|
|
74
74
|
|
|
75
|
-
for transaction in TransactionApi().get_transactions().rows:
|
|
75
|
+
for transaction in TransactionApi().get_transactions().rows: # type: ignore[attr-defined]
|
|
76
76
|
TransactionExecutionService().get_transaction_func(transaction.title)
|
|
77
77
|
|
|
78
78
|
async def _shutdown_function(**kwargs: Any) -> None: # noqa: ARG001
|
|
@@ -17,7 +17,7 @@ wheels = [
|
|
|
17
17
|
|
|
18
18
|
[[package]]
|
|
19
19
|
name = "amsdal"
|
|
20
|
-
version = "0.
|
|
20
|
+
version = "0.6.0"
|
|
21
21
|
source = { registry = "https://pypi.org/simple" }
|
|
22
22
|
dependencies = [
|
|
23
23
|
{ name = "amsdal-data" },
|
|
@@ -34,15 +34,15 @@ dependencies = [
|
|
|
34
34
|
{ name = "pyotp" },
|
|
35
35
|
]
|
|
36
36
|
wheels = [
|
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
39
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
41
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
42
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
43
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
44
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/3f/45/62002aa6f472ac38e190de8b7cc26f79c5781379b56302602f5d32f9ee0e/amsdal-0.6.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1f774849287d4bc994775f54650d633f8e856368d231e1db55f03f64da02d5a1", size = 2847424, upload-time = "2026-02-05T21:41:57.28Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/f6/6f/b791947261c043689e0c39a2f6d2e133cad6ad8aa1f2213dd4d51738feae/amsdal-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:39fab64d93506f7610ac9ebf64fbec2f30a006eb9e3c6cd373c2deeab67e95e2", size = 7868810, upload-time = "2026-02-05T21:42:03.319Z" },
|
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/48/97/daa0db73836b7bb7a8e741e26bb9c7b2a6c2878b1103a4ef9351cfbe5d8a/amsdal-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:ee86187288f698990bde4e9dfc6331fd8715ea855f8c776720f8d17e1eb597d9", size = 7539267, upload-time = "2026-02-05T21:42:01.721Z" },
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/83/b2/eaeda8bf37c32825c332644a6964fdfb56e3c0eb4705eef90d703296b94d/amsdal-0.6.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:dcabc2be6aa3989d2ae6a304430872634d00bf97956a10d9dbc495ccbd0f1323", size = 2845043, upload-time = "2026-02-05T21:41:55.356Z" },
|
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/00/ef/7ca30574f674947ec7e010b459de97eecc2a5929f727b174b412219d230f/amsdal-0.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0e78da62e1861ab981ae13d90d0e933f8afc5184a0a319b22fe8ce11cbdaff3d", size = 8186306, upload-time = "2026-02-05T21:41:49.719Z" },
|
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/96/84/9fcf288d2b08d0cc5a1c5bade47c4e95a7fdd9dad3206bc250bd39c75d27/amsdal-0.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:82c39e3950822ac9e13fe5215afb78b05707c49d376087608edc5c100d132ba7", size = 7852362, upload-time = "2026-02-05T21:41:53.754Z" },
|
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/75/db/a7fb327634e5bbce5b87d8fd68ee9880bd40661b8e9d6c310cd5cca7d714/amsdal-0.6.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e884f9f27602403145e1651841f00db3eca5ddf26bdb3f92094bf316e2c9b153", size = 2745194, upload-time = "2026-02-05T21:41:51.477Z" },
|
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/79/90/6370c58c44b2ac66d5ccc78a2f2066a4e764a7c0eb20bc0caeb0f0f42c80/amsdal-0.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7c0d5c0e74661890c9d18ba181c233835871c33a9a1f51ef6b8af9a0fd2f5c26", size = 7814417, upload-time = "2026-02-05T21:41:59.539Z" },
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/0a/2e/b4a68f8caafc992117240b8f220493fe1f70b9bcde8d3c7d9d430720bfa8/amsdal-0.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:4f6b5a6a59dd46637ab61be0cc78b9360f08f39c985010419aa70494ec7ed137", size = 7469919, upload-time = "2026-02-05T21:41:46.894Z" },
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[package.optional-dependencies]
|
|
@@ -96,7 +96,7 @@ dev = [
|
|
|
96
96
|
|
|
97
97
|
[package.metadata]
|
|
98
98
|
requires-dist = [
|
|
99
|
-
{ name = "amsdal-server", specifier = "
|
|
99
|
+
{ name = "amsdal-server", specifier = "==0.6.*" },
|
|
100
100
|
{ name = "click", specifier = "<8.2.0" },
|
|
101
101
|
{ name = "faker", specifier = "==27.*" },
|
|
102
102
|
{ name = "gitpython", specifier = "~=3.1" },
|
|
@@ -111,8 +111,8 @@ requires-dist = [
|
|
|
111
111
|
|
|
112
112
|
[package.metadata.requires-dev]
|
|
113
113
|
dev = [
|
|
114
|
-
{ name = "amsdal", extras = ["async-sqlite"] },
|
|
115
|
-
{ name = "amsdal", extras = ["postgres-binary"] },
|
|
114
|
+
{ name = "amsdal", extras = ["async-sqlite"], specifier = ">=0.6.0" },
|
|
115
|
+
{ name = "amsdal", extras = ["postgres-binary"], specifier = ">=0.6.0" },
|
|
116
116
|
{ name = "black", specifier = ">=24.3.0" },
|
|
117
117
|
{ name = "coverage", extras = ["toml"], specifier = ">=7.4" },
|
|
118
118
|
{ name = "mypy", specifier = ">=1.17.0" },
|
|
@@ -136,7 +136,7 @@ dev = [
|
|
|
136
136
|
|
|
137
137
|
[[package]]
|
|
138
138
|
name = "amsdal-data"
|
|
139
|
-
version = "0.
|
|
139
|
+
version = "0.6.0"
|
|
140
140
|
source = { registry = "https://pypi.org/simple" }
|
|
141
141
|
dependencies = [
|
|
142
142
|
{ name = "amsdal-glue" },
|
|
@@ -147,15 +147,15 @@ dependencies = [
|
|
|
147
147
|
{ name = "pytz" },
|
|
148
148
|
]
|
|
149
149
|
wheels = [
|
|
150
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
151
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
152
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
154
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
156
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
157
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
158
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
150
|
+
{ url = "https://files.pythonhosted.org/packages/03/d1/13bd1e1300ed8cefc6100da5ffa8b58cf989c9b11856e24f41851b8d0be0/amsdal_data-0.6.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:aee40c35395842bd1bb43ab17d9724b76957789512212d1c8836a03659a1b440", size = 465392, upload-time = "2026-02-05T15:59:30.678Z" },
|
|
151
|
+
{ url = "https://files.pythonhosted.org/packages/7f/44/06ff14056549d16c891710b299a4aa45e37dbbade51a48bafa79c8addd21/amsdal_data-0.6.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:c0d6af7ccf450b4933c25a4d5e7256142177d41924f3457fbfbc6226fdc35164", size = 1108778, upload-time = "2026-02-05T15:59:38.106Z" },
|
|
152
|
+
{ url = "https://files.pythonhosted.org/packages/c9/6a/c317404eb47ba847aa37d8a113b190b4d5c343eb3415ef52c6169940a218/amsdal_data-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b4ad304eaeee543e240105eeb85466cc8cf7056906d251f58136df8887bab0da", size = 1070781, upload-time = "2026-02-05T15:59:35.05Z" },
|
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/53/cb/d370cd83f1f97f5d0d48ab58ab29f19b0fd2d25488f71fd57023da79d075/amsdal_data-0.6.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8ba79e3fcf22c1ef62e44cd798d2f4d92876da2e950edde6165b43bce013baa8", size = 463452, upload-time = "2026-02-05T15:59:39.353Z" },
|
|
154
|
+
{ url = "https://files.pythonhosted.org/packages/49/ad/d2cac274d9f9834a4459cac45cdffd17e34f1ef0db89b4320102b4bafeb1/amsdal_data-0.6.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:6fec84693e7a0c62d8d70637e6c206ff794906fd4b951257fac6229cacd3a53c", size = 1087726, upload-time = "2026-02-05T15:59:32.147Z" },
|
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/a3/17/e3c084f9eb1b77d6367d7a6f5778bfe5cbe56af4fe7ea342c32447153aae/amsdal_data-0.6.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:13d4fd2f09e6d9e33d6583fe74ba53fc91bad70515a661b93f157fe0133567f6", size = 1120647, upload-time = "2026-02-05T15:59:36.343Z" },
|
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/94/61/e672aae8b712ef536b49685d1fd81f0ba06e5f600ec8f637f397bc1ead7c/amsdal_data-0.6.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:39d712176f78d17e1ae37d20f19243f8764121aa265096afaefc1e8fb36674fc", size = 455886, upload-time = "2026-02-05T15:59:27.762Z" },
|
|
157
|
+
{ url = "https://files.pythonhosted.org/packages/61/a6/4c56c48db3496c64cf88acef7139569acd2f7f2e89dc5fe884109d68c6a9/amsdal_data-0.6.0-cp313-cp313-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4dc50895d2328fa424f4bee9c832e38d7794baf551f2d76c24c402c623d4f3c9", size = 1046446, upload-time = "2026-02-05T15:59:29.487Z" },
|
|
158
|
+
{ url = "https://files.pythonhosted.org/packages/a7/c6/7ac0d6be0a32121e751049bcd98fd7fc7c97f4dd60c857f4be50e600edeb/amsdal_data-0.6.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:e2e6db3c61b33e1c11ce153578196856305af251be6134d9f5b00b865d9217cb", size = 1079898, upload-time = "2026-02-05T15:59:33.58Z" },
|
|
159
159
|
]
|
|
160
160
|
|
|
161
161
|
[package.optional-dependencies]
|
|
@@ -218,7 +218,7 @@ wheels = [
|
|
|
218
218
|
|
|
219
219
|
[[package]]
|
|
220
220
|
name = "amsdal-models"
|
|
221
|
-
version = "0.
|
|
221
|
+
version = "0.6.0"
|
|
222
222
|
source = { registry = "https://pypi.org/simple" }
|
|
223
223
|
dependencies = [
|
|
224
224
|
{ name = "amsdal-data" },
|
|
@@ -232,20 +232,20 @@ dependencies = [
|
|
|
232
232
|
{ name = "ruff" },
|
|
233
233
|
]
|
|
234
234
|
wheels = [
|
|
235
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
236
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
237
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
238
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
239
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
240
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
241
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
242
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
243
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
235
|
+
{ url = "https://files.pythonhosted.org/packages/96/a3/0a31ab46a2501f15f868c330c665ca5a6eaf8e667e35ef767f8003db627c/amsdal_models-0.6.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:84622f1db7eee37a7574d2c4abc34521a95638f3cd16f6f328e87eb616ddd271", size = 820330, upload-time = "2026-02-05T17:25:25.468Z" },
|
|
236
|
+
{ url = "https://files.pythonhosted.org/packages/a8/d0/5525b3f875dfb7c46c1a97d215953cc937d921b3fe674ddf1e80d65f8300/amsdal_models-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:74cba52444cce3aa0d874708ebc96009c33512ce0eff174d237c5bdfc5cbc3d9", size = 2094171, upload-time = "2026-02-05T17:25:19.156Z" },
|
|
237
|
+
{ url = "https://files.pythonhosted.org/packages/42/cb/69e69079ec62e7ad97a115d1ba4c83079957827331f510cb973bc0d2d673/amsdal_models-0.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e015ca5214a07bb5947a48d0ced485febf81070af08601ce65d1dcedf41c2eef", size = 2030845, upload-time = "2026-02-05T17:25:27.583Z" },
|
|
238
|
+
{ url = "https://files.pythonhosted.org/packages/39/94/fa99ed4d5ab949314fc7179257a55f94cffd631172d77cfb71b060bbcc8f/amsdal_models-0.6.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:f8819904f81ac2179f2fccd9acbfd487d565d8bbd4e22eb24e6b00f114f941ed", size = 806619, upload-time = "2026-02-05T17:25:17.198Z" },
|
|
239
|
+
{ url = "https://files.pythonhosted.org/packages/45/1c/152239dcd56f50a10675c3b7cb93f31c9b909efda78b75361cca97d5f41a/amsdal_models-0.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:784674ed5589427fbb40de2ffac7b2033d9d844f8d5814f126650de8548a2d90", size = 2143837, upload-time = "2026-02-05T17:25:30.612Z" },
|
|
240
|
+
{ url = "https://files.pythonhosted.org/packages/19/47/bd3b022a49ed4edcc39213f48b7702006eceb136f5c2ffa1d1e8dbabe408/amsdal_models-0.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:11da52b5f1e47cf4e52de91da87593a68c8e9f74890e398d351077399efd61da", size = 2088656, upload-time = "2026-02-05T17:25:23.621Z" },
|
|
241
|
+
{ url = "https://files.pythonhosted.org/packages/c8/32/66a45c9e3e3dc4f363e20e48a2544da7e24bd203899faab59b8308e3b795/amsdal_models-0.6.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:b687e858c45705ea0672d75aaa19fbda5eab56978d3ac5c18a9863dd4174a8ed", size = 797935, upload-time = "2026-02-05T17:25:14.544Z" },
|
|
242
|
+
{ url = "https://files.pythonhosted.org/packages/a4/bb/8ce48986721b19236ecb6a3e3fcbf75e409490d9f4d065715f69dd020502/amsdal_models-0.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:35d1c0043b249134a7de0bcda04178b8cf78e32f886fce9748921404b7452539", size = 2097116, upload-time = "2026-02-05T17:25:29.126Z" },
|
|
243
|
+
{ url = "https://files.pythonhosted.org/packages/23/0e/0f11a16f1a746b2f5a4769364a9e2c76a1d5dd05b61dd9ea98465b9dd307/amsdal_models-0.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:257207957b2a046ee53699af930e1fd2fecc3db173f1bb24f52f191a840fb887", size = 2052181, upload-time = "2026-02-05T17:25:21.233Z" },
|
|
244
244
|
]
|
|
245
245
|
|
|
246
246
|
[[package]]
|
|
247
247
|
name = "amsdal-server"
|
|
248
|
-
version = "0.6.
|
|
248
|
+
version = "0.6.2"
|
|
249
249
|
source = { registry = "https://pypi.org/simple" }
|
|
250
250
|
dependencies = [
|
|
251
251
|
{ name = "amsdal" },
|
|
@@ -258,22 +258,22 @@ dependencies = [
|
|
|
258
258
|
{ name = "pydantic-settings" },
|
|
259
259
|
{ name = "uvicorn" },
|
|
260
260
|
]
|
|
261
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
261
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/3b/b25a341177840526056ec6c461e0c3691e18b7d90548e41a0a55b209c0e5/amsdal_server-0.6.2.tar.gz", hash = "sha256:56f92dd77f45cd02648178d7fbd539385d6e66e0a961d358a971e0336c1dc1db", size = 188179, upload-time = "2026-02-05T22:18:21.998Z" }
|
|
262
262
|
wheels = [
|
|
263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
263
|
+
{ url = "https://files.pythonhosted.org/packages/3b/96/50d47dba6abca791449a49463e933bd551d4bd881b8fa9bda312dba479e7/amsdal_server-0.6.2-py3-none-any.whl", hash = "sha256:07962fa58328cab7cb526e8d617164c40f726605b5e9f5ae58dfc1b36961bc40", size = 104661, upload-time = "2026-02-05T22:18:20.12Z" },
|
|
264
264
|
]
|
|
265
265
|
|
|
266
266
|
[[package]]
|
|
267
267
|
name = "amsdal-utils"
|
|
268
|
-
version = "0.
|
|
268
|
+
version = "0.6.0"
|
|
269
269
|
source = { registry = "https://pypi.org/simple" }
|
|
270
270
|
dependencies = [
|
|
271
271
|
{ name = "pydantic" },
|
|
272
272
|
{ name = "pyyaml" },
|
|
273
273
|
]
|
|
274
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
274
|
+
sdist = { url = "https://files.pythonhosted.org/packages/26/92/aaecd840cf9603cfd417cc95b7e62acdc74236b3ce86ac2368abbd0d7a01/amsdal_utils-0.6.0.tar.gz", hash = "sha256:1635ea76375efe9dc0f2ecea8355093f889a90feae26bf5da50ea92b89615948", size = 106575, upload-time = "2026-02-05T14:45:39.603Z" }
|
|
275
275
|
wheels = [
|
|
276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
276
|
+
{ url = "https://files.pythonhosted.org/packages/9f/c2/dbee5147aa0d5064e476005851b0104cb5d3b71d7e2e8585357e661c4c2b/amsdal_utils-0.6.0-py3-none-any.whl", hash = "sha256:85aea894b6b3418f4dbe46bdec7357d0e965e634edea1d27fdeb3507c7948c6c", size = 74003, upload-time = "2026-02-05T14:45:40.741Z" },
|
|
277
277
|
]
|
|
278
278
|
|
|
279
279
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|