amsdal 0.3.4__cp312-cp312-macosx_10_13_universal2.whl → 0.3.6__cp312-cp312-macosx_10_13_universal2.whl
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.
Potentially problematic release.
This version of amsdal might be problematic. Click here for more details.
- amsdal/__about__.py +1 -1
- amsdal/cloud/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/client.cpython-312-darwin.so +0 -0
- amsdal/cloud/constants.cpython-312-darwin.so +0 -0
- amsdal/cloud/enums.cpython-312-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_env.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-312-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-312-darwin.so +0 -0
- amsdal/fixtures/__init__.cpython-312-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
- amsdal/fixtures/manager.pyi +7 -6
- amsdal/manager.cpython-312-darwin.so +0 -0
- amsdal/migration/__init__.cpython-312-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.cpython-312-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.pyi +3 -4
- amsdal/migration/data_classes.cpython-312-darwin.so +0 -0
- amsdal/migration/data_classes.pyi +0 -7
- amsdal/migration/executors/__init__.cpython-312-darwin.so +0 -0
- amsdal/migration/executors/base.cpython-312-darwin.so +0 -0
- amsdal/migration/executors/base.pyi +2 -3
- amsdal/migration/executors/default_executor.cpython-312-darwin.so +0 -0
- amsdal/migration/executors/state_executor.cpython-312-darwin.so +0 -0
- amsdal/migration/file_migration_executor.cpython-312-darwin.so +0 -0
- amsdal/migration/file_migration_executor.pyi +2 -2
- amsdal/migration/file_migration_generator.cpython-312-darwin.so +0 -0
- amsdal/migration/file_migration_generator.pyi +3 -3
- amsdal/migration/file_migration_store.cpython-312-darwin.so +0 -0
- amsdal/migration/file_migration_writer.cpython-312-darwin.so +0 -0
- amsdal/migration/migrations.cpython-312-darwin.so +0 -0
- amsdal/migration/migrations_loader.cpython-312-darwin.so +0 -0
- amsdal/migration/migrations_loader.pyi +1 -1
- amsdal/migration/schemas_loaders.cpython-312-darwin.so +0 -0
- amsdal/migration/utils.cpython-312-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-312-darwin.so +0 -0
- amsdal/mixins/build_mixin.cpython-312-darwin.so +0 -0
- amsdal/mixins/build_mixin.pyi +2 -2
- amsdal/mixins/class_versions_mixin.cpython-312-darwin.so +0 -0
- amsdal/schemas/core/file/properties/from_file.py +1 -1
- amsdal/schemas/manager.cpython-312-darwin.so +0 -0
- amsdal/services/__init__.cpython-312-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-312-darwin.so +0 -0
- amsdal/services/transaction_execution.pyi +1 -1
- amsdal/utils/tests/helpers.py +154 -14
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/METADATA +1 -1
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/RECORD +81 -81
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/WHEEL +1 -1
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.3.4.dist-info → amsdal-0.3.6.dist-info}/top_level.txt +0 -0
amsdal/__about__.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
amsdal/fixtures/manager.pyi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from amsdal.schemas.manager import SchemaManager as SchemaManager
|
|
3
3
|
from amsdal_models.classes.manager import ClassManager
|
|
4
|
+
from amsdal_models.classes.model import Model
|
|
4
5
|
from amsdal_utils.config.manager import AmsdalConfigManager as AmsdalConfigManager
|
|
5
6
|
from amsdal_utils.models.data_models.core import DictSchema, TypeData as TypeData
|
|
6
7
|
from amsdal_utils.models.data_models.schema import PropertyData as PropertyData
|
|
@@ -24,9 +25,9 @@ class FixturesManager:
|
|
|
24
25
|
and file fixture handling.
|
|
25
26
|
"""
|
|
26
27
|
fixtures_path: Incomplete
|
|
27
|
-
fixtures:
|
|
28
|
-
_created_cache:
|
|
29
|
-
data_to_process:
|
|
28
|
+
fixtures: dict[str | int, tuple[float | int, dict[str, Any]]]
|
|
29
|
+
_created_cache: dict[str | int, dict[str, Any] | Model]
|
|
30
|
+
data_to_process: list[FixtureData]
|
|
30
31
|
_class_manager: Incomplete
|
|
31
32
|
_config_manager: Incomplete
|
|
32
33
|
_schema_manager: Incomplete
|
|
@@ -126,9 +127,9 @@ class AsyncFixturesManager:
|
|
|
126
127
|
and file fixture handling.
|
|
127
128
|
"""
|
|
128
129
|
fixtures_path: Incomplete
|
|
129
|
-
fixtures:
|
|
130
|
-
_created_cache:
|
|
131
|
-
data_to_process:
|
|
130
|
+
fixtures: dict[str | int, tuple[float | int, dict[str, Any]]]
|
|
131
|
+
_created_cache: dict[str | int, dict[str, Any] | Model]
|
|
132
|
+
data_to_process: list[FixtureData]
|
|
132
133
|
_class_manager: Incomplete
|
|
133
134
|
_config_manager: Incomplete
|
|
134
135
|
_schema_manager: Incomplete
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import abc
|
|
2
|
-
from _typeshed import Incomplete
|
|
3
2
|
from abc import ABC, abstractmethod
|
|
4
3
|
from amsdal.configs.constants import BASE_DIR as BASE_DIR
|
|
5
4
|
from amsdal_models.classes.model import Model
|
|
@@ -16,9 +15,9 @@ class BaseMigrationSchemas(ABC, metaclass=abc.ABCMeta):
|
|
|
16
15
|
It includes methods for registering, unregistering, and compiling classes, as well as
|
|
17
16
|
managing class versions.
|
|
18
17
|
"""
|
|
19
|
-
_classes:
|
|
20
|
-
_classes_versions:
|
|
21
|
-
_buffered_classes:
|
|
18
|
+
_classes: dict[str, type[Model]]
|
|
19
|
+
_classes_versions: dict[str, dict[str, type[Model]]]
|
|
20
|
+
_buffered_classes: list[tuple[str, ObjectSchema, SchemaTypes]]
|
|
22
21
|
def __init__(self) -> None: ...
|
|
23
22
|
def get_model(self, name: str) -> type[Model]:
|
|
24
23
|
"""
|
|
Binary file
|
|
@@ -30,7 +30,6 @@ class ClassSaveResult:
|
|
|
30
30
|
"""
|
|
31
31
|
action: Action
|
|
32
32
|
instance: Model
|
|
33
|
-
def __init__(self, action, instance) -> None: ...
|
|
34
33
|
|
|
35
34
|
@dataclass
|
|
36
35
|
class ClassUpdateResult:
|
|
@@ -43,7 +42,6 @@ class ClassUpdateResult:
|
|
|
43
42
|
"""
|
|
44
43
|
is_updated: bool
|
|
45
44
|
class_instance: Model
|
|
46
|
-
def __init__(self, is_updated, class_instance) -> None: ...
|
|
47
45
|
|
|
48
46
|
@dataclass
|
|
49
47
|
class MigrateResult:
|
|
@@ -58,7 +56,6 @@ class MigrateResult:
|
|
|
58
56
|
class_instance: Model
|
|
59
57
|
is_table_created: bool
|
|
60
58
|
is_data_migrated: bool
|
|
61
|
-
def __init__(self, class_instance, is_table_created, is_data_migrated) -> None: ...
|
|
62
59
|
|
|
63
60
|
class ModuleTypes(str, Enum):
|
|
64
61
|
"""
|
|
@@ -100,7 +97,6 @@ class MigrationFile:
|
|
|
100
97
|
Returns:
|
|
101
98
|
bool: True if this is the initial migration, False otherwise.
|
|
102
99
|
"""
|
|
103
|
-
def __init__(self, path, type, number, module=..., applied_at=..., stored_address=...) -> None: ...
|
|
104
100
|
|
|
105
101
|
@dataclass
|
|
106
102
|
class ClassSchema:
|
|
@@ -113,7 +109,6 @@ class ClassSchema:
|
|
|
113
109
|
"""
|
|
114
110
|
object_schema: ObjectSchema
|
|
115
111
|
type: ModuleTypes
|
|
116
|
-
def __init__(self, object_schema, type) -> None: ...
|
|
117
112
|
|
|
118
113
|
class OperationTypes(str, Enum):
|
|
119
114
|
"""
|
|
@@ -145,7 +140,6 @@ class MigrateOperation:
|
|
|
145
140
|
schema_type: SchemaTypes
|
|
146
141
|
old_schema: ObjectSchema | PropertyData | None = ...
|
|
147
142
|
new_schema: ObjectSchema | PropertyData | None = ...
|
|
148
|
-
def __init__(self, type, class_name, schema_type, old_schema=..., new_schema=...) -> None: ...
|
|
149
143
|
|
|
150
144
|
class MigrationDirection(str, Enum):
|
|
151
145
|
"""
|
|
@@ -169,4 +163,3 @@ class MigrationResult:
|
|
|
169
163
|
"""
|
|
170
164
|
direction: MigrationDirection
|
|
171
165
|
migration: MigrationFile
|
|
172
|
-
def __init__(self, direction, migration) -> None: ...
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import abc
|
|
2
|
-
from _typeshed import Incomplete
|
|
3
2
|
from abc import ABC, abstractmethod
|
|
4
3
|
from amsdal.migration.base_migration_schemas import BaseMigrationSchemas as BaseMigrationSchemas
|
|
5
4
|
from amsdal_utils.models.data_models.schema import ObjectSchema as ObjectSchema
|
|
@@ -37,8 +36,8 @@ class BaseMigrationExecutor(ABC, metaclass=abc.ABCMeta):
|
|
|
37
36
|
It also manages schema migration buffers and generates full object schemas based on the migration history.
|
|
38
37
|
"""
|
|
39
38
|
schemas: BaseMigrationSchemas
|
|
40
|
-
_buffer:
|
|
41
|
-
_non_flushable_buffer:
|
|
39
|
+
_buffer: list[tuple[str, ObjectSchema, SchemaTypes]]
|
|
40
|
+
_non_flushable_buffer: list[tuple[str, ObjectSchema, SchemaTypes]]
|
|
42
41
|
def __init__(self) -> None: ...
|
|
43
42
|
def generate_full_object_schema(self, class_name: str, object_schema: ObjectSchema, buffer: list[tuple[str, ObjectSchema, SchemaTypes]]) -> list[FieldDescription]:
|
|
44
43
|
"""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -30,7 +30,7 @@ class FileMigrationExecutorManager:
|
|
|
30
30
|
contrib_loaders: Incomplete
|
|
31
31
|
app_loader: Incomplete
|
|
32
32
|
executor: Incomplete
|
|
33
|
-
_applied_migration_files:
|
|
33
|
+
_applied_migration_files: list[MigrationFile]
|
|
34
34
|
store: Incomplete
|
|
35
35
|
def __init__(self, app_migrations_loader: MigrationsLoader, executor: BaseMigrationExecutor, store: BaseMigrationStore | None = None) -> None: ...
|
|
36
36
|
def execute(self, migration_number: int | None = None, module_type: ModuleTypes | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]:
|
|
@@ -84,7 +84,7 @@ class AsyncFileMigrationExecutorManager:
|
|
|
84
84
|
contrib_loaders: Incomplete
|
|
85
85
|
app_loader: Incomplete
|
|
86
86
|
executor: Incomplete
|
|
87
|
-
_applied_migration_files:
|
|
87
|
+
_applied_migration_files: list[MigrationFile]
|
|
88
88
|
store: Incomplete
|
|
89
89
|
def __init__(self, app_migrations_loader: MigrationsLoader, executor: AsyncBaseMigrationExecutor, store: AsyncBaseMigrationStore | None = None) -> None: ...
|
|
90
90
|
async def execute(self, migration_number: int | None = None, module_type: ModuleTypes | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]:
|
|
Binary file
|
|
@@ -32,7 +32,7 @@ class StateMigrationSchemas(BaseMigrationSchemas):
|
|
|
32
32
|
state (dict[str, tuple[SchemaTypes, ObjectSchema]]): A dictionary mapping class names to their schema types
|
|
33
33
|
and object schemas.
|
|
34
34
|
"""
|
|
35
|
-
state:
|
|
35
|
+
state: dict[str, tuple[SchemaTypes, ObjectSchema]]
|
|
36
36
|
def __init__(self) -> None: ...
|
|
37
37
|
def register_model(self, class_name: str, object_schema: ObjectSchema, schema_type: SchemaTypes, class_version: str | Versions = ...) -> None:
|
|
38
38
|
"""
|
|
@@ -66,7 +66,7 @@ class FileMigrationGenerator:
|
|
|
66
66
|
_app_migrations_path: Incomplete
|
|
67
67
|
_app_migrations_loader: Incomplete
|
|
68
68
|
_schema_loader: Incomplete
|
|
69
|
-
_state:
|
|
69
|
+
_state: dict[str, tuple[SchemaTypes, ObjectSchema]]
|
|
70
70
|
def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
|
|
71
71
|
def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile:
|
|
72
72
|
"""
|
|
@@ -151,7 +151,7 @@ class AsyncFileMigrationGenerator:
|
|
|
151
151
|
_app_migrations_path: Incomplete
|
|
152
152
|
_app_migrations_loader: Incomplete
|
|
153
153
|
_schema_loader: Incomplete
|
|
154
|
-
_state:
|
|
154
|
+
_state: dict[str, tuple[SchemaTypes, ObjectSchema]]
|
|
155
155
|
def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
|
|
156
156
|
async def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile:
|
|
157
157
|
"""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,7 +10,7 @@ class MigrationsLoader:
|
|
|
10
10
|
_migrations_path: Incomplete
|
|
11
11
|
_module_type: Incomplete
|
|
12
12
|
_module_name: Incomplete
|
|
13
|
-
_migrations_files:
|
|
13
|
+
_migrations_files: list[MigrationFile]
|
|
14
14
|
def __init__(self, migrations_dir: Path, module_type: ModuleTypes, module_name: str | None = None) -> None: ...
|
|
15
15
|
@property
|
|
16
16
|
def has_initial_migration(self) -> bool:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
amsdal/mixins/build_mixin.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
from _typeshed import Incomplete
|
|
2
1
|
from amsdal.configs.constants import CORE_SCHEMAS_PATH as CORE_SCHEMAS_PATH, TYPE_SCHEMAS_PATH as TYPE_SCHEMAS_PATH
|
|
3
2
|
from amsdal.configs.main import settings as settings
|
|
4
3
|
from amsdal_models.schemas.loaders.cli_fixtures_loader import CliFixturesLoader
|
|
4
|
+
from amsdal_utils.models.data_models.schema import ObjectSchema
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
7
|
class CliMultiFixturesLoader(CliFixturesLoader):
|
|
@@ -12,7 +12,7 @@ class CliMultiFixturesLoader(CliFixturesLoader):
|
|
|
12
12
|
models_with_fixtures (list[tuple[Path, ObjectSchema]]): List of tuples containing the path and object schema
|
|
13
13
|
of models with fixtures.
|
|
14
14
|
"""
|
|
15
|
-
models_with_fixtures:
|
|
15
|
+
models_with_fixtures: list[tuple[Path, ObjectSchema]]
|
|
16
16
|
def __init__(self, schema_dirs: list[Path]) -> None: ...
|
|
17
17
|
|
|
18
18
|
class BuildMixin:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -31,7 +31,7 @@ class TransactionExecutionService(metaclass=Singleton):
|
|
|
31
31
|
and handle asynchronous transactions. It ensures that transactions are executed
|
|
32
32
|
with the correct arguments and handles any necessary preprocessing of arguments.
|
|
33
33
|
"""
|
|
34
|
-
_transactions:
|
|
34
|
+
_transactions: dict[str, Callable[..., Any]]
|
|
35
35
|
def __init__(self) -> None: ...
|
|
36
36
|
def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
|
|
37
37
|
"""
|
amsdal/utils/tests/helpers.py
CHANGED
|
@@ -2,22 +2,28 @@ import os
|
|
|
2
2
|
import random
|
|
3
3
|
import string
|
|
4
4
|
import tempfile
|
|
5
|
+
from collections.abc import AsyncGenerator
|
|
6
|
+
from collections.abc import AsyncIterator
|
|
5
7
|
from collections.abc import Generator
|
|
6
8
|
from collections.abc import Iterator
|
|
9
|
+
from contextlib import asynccontextmanager
|
|
7
10
|
from contextlib import contextmanager
|
|
8
11
|
from contextlib import suppress
|
|
9
12
|
from pathlib import Path
|
|
10
13
|
from typing import Any
|
|
11
14
|
|
|
12
15
|
import yaml
|
|
16
|
+
from amsdal_data.application import AsyncDataApplication
|
|
13
17
|
from amsdal_utils.config.manager import AmsdalConfigManager
|
|
14
18
|
from amsdal_utils.models.enums import SchemaTypes
|
|
15
19
|
|
|
16
20
|
from amsdal.configs.constants import CORE_MIGRATIONS_PATH
|
|
17
21
|
from amsdal.configs.main import settings
|
|
18
22
|
from amsdal.manager import AmsdalManager
|
|
23
|
+
from amsdal.manager import AsyncAmsdalManager
|
|
19
24
|
from amsdal.migration import migrations
|
|
20
25
|
from amsdal.migration.data_classes import ModuleTypes
|
|
26
|
+
from amsdal.migration.executors.default_executor import DefaultAsyncMigrationExecutor
|
|
21
27
|
from amsdal.migration.executors.default_executor import DefaultMigrationExecutor
|
|
22
28
|
from amsdal.migration.file_migration_executor import FileMigrationExecutorManager
|
|
23
29
|
from amsdal.migration.file_migration_generator import FileMigrationGenerator
|
|
@@ -89,9 +95,12 @@ def _get_config_template(
|
|
|
89
95
|
db_execution_type: DbExecutionType,
|
|
90
96
|
lakehouse_option: LakehouseOption,
|
|
91
97
|
state_option: StateOption,
|
|
98
|
+
*,
|
|
99
|
+
is_async: bool = False,
|
|
92
100
|
) -> str:
|
|
93
101
|
config_object: dict[str, Any] = {
|
|
94
102
|
'application_name': 'test_client_app',
|
|
103
|
+
'async_mode': is_async,
|
|
95
104
|
'connections': [
|
|
96
105
|
{'name': 'lock', 'backend': 'amsdal_data.lock.implementations.thread_lock.ThreadLock'},
|
|
97
106
|
],
|
|
@@ -101,7 +110,7 @@ def _get_config_template(
|
|
|
101
110
|
config_object['connections'].append(
|
|
102
111
|
{
|
|
103
112
|
'name': 'lakehouse',
|
|
104
|
-
'backend': 'postgres-historical',
|
|
113
|
+
'backend': 'postgres-historical-async' if is_async else 'postgres-historical',
|
|
105
114
|
'credentials': [
|
|
106
115
|
{
|
|
107
116
|
'db_host': '{{ db_host }}',
|
|
@@ -117,7 +126,7 @@ def _get_config_template(
|
|
|
117
126
|
config_object['connections'].append(
|
|
118
127
|
{
|
|
119
128
|
'name': 'lakehouse',
|
|
120
|
-
'backend': 'sqlite-historical',
|
|
129
|
+
'backend': 'sqlite-historical-async' if is_async else 'sqlite-historical',
|
|
121
130
|
'credentials': [{'db_path': '{{ db_dir }}/sqlite_lakehouse.sqlite3'}],
|
|
122
131
|
}
|
|
123
132
|
)
|
|
@@ -131,7 +140,7 @@ def _get_config_template(
|
|
|
131
140
|
config_object['connections'].append(
|
|
132
141
|
{
|
|
133
142
|
'name': 'state',
|
|
134
|
-
'backend': 'postgres',
|
|
143
|
+
'backend': 'postgres-async' if is_async else 'postgres',
|
|
135
144
|
'credentials': [
|
|
136
145
|
{
|
|
137
146
|
'db_host': '{{ db_host }}',
|
|
@@ -148,7 +157,7 @@ def _get_config_template(
|
|
|
148
157
|
config_object['connections'].append(
|
|
149
158
|
{
|
|
150
159
|
'name': 'state',
|
|
151
|
-
'backend': 'sqlite',
|
|
160
|
+
'backend': 'sqlite-async' if is_async else 'sqlite',
|
|
152
161
|
'credentials': [{'db_path': '{{ db_dir }}/sqlite_state.sqlite3'}],
|
|
153
162
|
}
|
|
154
163
|
)
|
|
@@ -157,11 +166,13 @@ def _get_config_template(
|
|
|
157
166
|
|
|
158
167
|
|
|
159
168
|
@contextmanager
|
|
160
|
-
def
|
|
169
|
+
def _init_manager(
|
|
161
170
|
db_execution_type: DbExecutionType,
|
|
162
171
|
lakehouse_option: LakehouseOption,
|
|
163
172
|
state_option: StateOption,
|
|
164
|
-
|
|
173
|
+
*,
|
|
174
|
+
is_async: bool = False,
|
|
175
|
+
) -> Generator[tuple[Path, Path], Any, None]:
|
|
165
176
|
Path('.tmp').mkdir(exist_ok=True)
|
|
166
177
|
with tempfile.TemporaryDirectory(dir='.tmp') as temp_dir:
|
|
167
178
|
db_dir = Path(temp_dir) / 'db_dir'
|
|
@@ -169,7 +180,7 @@ def init_manager(
|
|
|
169
180
|
|
|
170
181
|
lakehouse_database = ''.join(random.sample(string.ascii_letters, 16))
|
|
171
182
|
state_database = ''.join(random.sample(string.ascii_letters, 16))
|
|
172
|
-
config_text = _get_config_template(db_execution_type, lakehouse_option, state_option)
|
|
183
|
+
config_text = _get_config_template(db_execution_type, lakehouse_option, state_option, is_async=is_async)
|
|
173
184
|
|
|
174
185
|
if lakehouse_option in [LakehouseOption.postgres, LakehouseOption.postgres_immutable]:
|
|
175
186
|
(
|
|
@@ -204,6 +215,16 @@ def init_manager(
|
|
|
204
215
|
config_path = Path(temp_dir) / 'config.yml'
|
|
205
216
|
config_path.write_text(config_text)
|
|
206
217
|
|
|
218
|
+
yield db_dir, config_path
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
@contextmanager
|
|
222
|
+
def init_manager(
|
|
223
|
+
db_execution_type: DbExecutionType,
|
|
224
|
+
lakehouse_option: LakehouseOption,
|
|
225
|
+
state_option: StateOption,
|
|
226
|
+
) -> Generator[AmsdalManager, Any, None]:
|
|
227
|
+
with _init_manager(db_execution_type, lakehouse_option, state_option) as (db_dir, config_path):
|
|
207
228
|
with override_settings(APP_PATH=db_dir, CONFIG_PATH=config_path):
|
|
208
229
|
config_manager = AmsdalConfigManager()
|
|
209
230
|
config_manager.load_config(config_path)
|
|
@@ -219,6 +240,83 @@ def init_manager(
|
|
|
219
240
|
AmsdalConfigManager.invalidate()
|
|
220
241
|
|
|
221
242
|
|
|
243
|
+
@asynccontextmanager
|
|
244
|
+
async def async_init_manager(
|
|
245
|
+
db_execution_type: DbExecutionType,
|
|
246
|
+
lakehouse_option: LakehouseOption,
|
|
247
|
+
state_option: StateOption,
|
|
248
|
+
) -> AsyncIterator[AsyncAmsdalManager]:
|
|
249
|
+
with _init_manager(db_execution_type, lakehouse_option, state_option, is_async=True) as (db_dir, config_path):
|
|
250
|
+
with override_settings(
|
|
251
|
+
APP_PATH=db_dir,
|
|
252
|
+
CONFIG_PATH=config_path,
|
|
253
|
+
):
|
|
254
|
+
config_manager = AmsdalConfigManager()
|
|
255
|
+
config_manager.load_config(config_path)
|
|
256
|
+
manager = AsyncAmsdalManager()
|
|
257
|
+
await manager.setup()
|
|
258
|
+
await manager.post_setup() # type: ignore[call-arg,misc]
|
|
259
|
+
|
|
260
|
+
try:
|
|
261
|
+
yield manager
|
|
262
|
+
finally:
|
|
263
|
+
await manager.teardown()
|
|
264
|
+
await AsyncDataApplication().teardown()
|
|
265
|
+
AsyncAmsdalManager.invalidate()
|
|
266
|
+
AmsdalConfigManager.invalidate()
|
|
267
|
+
AsyncDataApplication.invalidate()
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
def migrate(app_schemas_path: Path) -> None:
|
|
271
|
+
schemas = MigrationSchemas()
|
|
272
|
+
executor = DefaultMigrationExecutor(schemas)
|
|
273
|
+
_migrate_per_loader(
|
|
274
|
+
executor,
|
|
275
|
+
MigrationsLoader(
|
|
276
|
+
migrations_dir=CORE_MIGRATIONS_PATH,
|
|
277
|
+
module_type=ModuleTypes.CORE,
|
|
278
|
+
),
|
|
279
|
+
)
|
|
280
|
+
|
|
281
|
+
for contrib in settings.CONTRIBS:
|
|
282
|
+
contrib_root_path = contrib_to_module_root_path(contrib)
|
|
283
|
+
_migrate_per_loader(
|
|
284
|
+
executor,
|
|
285
|
+
MigrationsLoader(
|
|
286
|
+
migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
|
|
287
|
+
module_type=ModuleTypes.CONTRIB,
|
|
288
|
+
module_name=contrib,
|
|
289
|
+
),
|
|
290
|
+
)
|
|
291
|
+
|
|
292
|
+
schema_loader = JsonClassSchemaLoader(app_schemas_path)
|
|
293
|
+
|
|
294
|
+
for class_schema in schema_loader.iter_app_schemas():
|
|
295
|
+
for _operation_data in FileMigrationGenerator.build_operations(
|
|
296
|
+
SchemaTypes.USER,
|
|
297
|
+
class_schema.object_schema,
|
|
298
|
+
None,
|
|
299
|
+
):
|
|
300
|
+
_operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
|
|
301
|
+
kwargs = {}
|
|
302
|
+
|
|
303
|
+
if _operation_data.old_schema:
|
|
304
|
+
kwargs['old_schema'] = _operation_data.old_schema.model_dump()
|
|
305
|
+
|
|
306
|
+
if _operation_data.new_schema:
|
|
307
|
+
kwargs['new_schema'] = _operation_data.new_schema.model_dump()
|
|
308
|
+
|
|
309
|
+
_operation = getattr(migrations, _operation_name)(
|
|
310
|
+
schema_type=SchemaTypes.USER,
|
|
311
|
+
class_name=_operation_data.class_name,
|
|
312
|
+
**kwargs,
|
|
313
|
+
)
|
|
314
|
+
|
|
315
|
+
_operation.forward(executor)
|
|
316
|
+
|
|
317
|
+
executor.flush_buffer()
|
|
318
|
+
|
|
319
|
+
|
|
222
320
|
def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLoader) -> None:
|
|
223
321
|
for _migration in loader:
|
|
224
322
|
migration_class = FileMigrationExecutorManager.get_migration_class(_migration)
|
|
@@ -233,10 +331,10 @@ def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLo
|
|
|
233
331
|
executor.flush_buffer()
|
|
234
332
|
|
|
235
333
|
|
|
236
|
-
def
|
|
334
|
+
async def async_migrate(app_schemas_path: Path) -> None:
|
|
237
335
|
schemas = MigrationSchemas()
|
|
238
|
-
executor =
|
|
239
|
-
|
|
336
|
+
executor = DefaultAsyncMigrationExecutor(schemas)
|
|
337
|
+
await _async_migrate_per_loader(
|
|
240
338
|
executor,
|
|
241
339
|
MigrationsLoader(
|
|
242
340
|
migrations_dir=CORE_MIGRATIONS_PATH,
|
|
@@ -246,7 +344,7 @@ def migrate(app_schemas_path: Path) -> None:
|
|
|
246
344
|
|
|
247
345
|
for contrib in settings.CONTRIBS:
|
|
248
346
|
contrib_root_path = contrib_to_module_root_path(contrib)
|
|
249
|
-
|
|
347
|
+
await _async_migrate_per_loader(
|
|
250
348
|
executor,
|
|
251
349
|
MigrationsLoader(
|
|
252
350
|
migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
|
|
@@ -280,7 +378,21 @@ def migrate(app_schemas_path: Path) -> None:
|
|
|
280
378
|
|
|
281
379
|
_operation.forward(executor)
|
|
282
380
|
|
|
283
|
-
executor.flush_buffer()
|
|
381
|
+
await executor.flush_buffer()
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
async def _async_migrate_per_loader(executor: DefaultAsyncMigrationExecutor, loader: MigrationsLoader) -> None:
|
|
385
|
+
for _migration in loader:
|
|
386
|
+
migration_class = FileMigrationExecutorManager.get_migration_class(_migration)
|
|
387
|
+
migration_class_instance = migration_class()
|
|
388
|
+
|
|
389
|
+
for _operation in migration_class_instance.operations:
|
|
390
|
+
if isinstance(_operation, MigrateData):
|
|
391
|
+
await executor.flush_buffer()
|
|
392
|
+
|
|
393
|
+
_operation.forward(executor)
|
|
394
|
+
|
|
395
|
+
await executor.flush_buffer()
|
|
284
396
|
|
|
285
397
|
|
|
286
398
|
@contextmanager
|
|
@@ -294,11 +406,12 @@ def init_manager_and_migrate(
|
|
|
294
406
|
lakehouse_option=lakehouse_option,
|
|
295
407
|
state_option=state_option,
|
|
296
408
|
) as manager:
|
|
297
|
-
|
|
409
|
+
src_dir_path = TESTS_DIR / 'src'
|
|
410
|
+
app_schemas_path = src_dir_path / 'models'
|
|
298
411
|
manager.build(
|
|
299
412
|
source_models_path=app_schemas_path,
|
|
300
413
|
source_fixtures_path=app_schemas_path,
|
|
301
|
-
source_transactions_path=
|
|
414
|
+
source_transactions_path=src_dir_path,
|
|
302
415
|
source_static_files_path=app_schemas_path,
|
|
303
416
|
source_migrations_path=app_schemas_path,
|
|
304
417
|
)
|
|
@@ -307,3 +420,30 @@ def init_manager_and_migrate(
|
|
|
307
420
|
manager.init_classes()
|
|
308
421
|
|
|
309
422
|
yield manager
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
@asynccontextmanager
|
|
426
|
+
async def async_init_manager_and_migrate(
|
|
427
|
+
db_execution_type: DbExecutionType,
|
|
428
|
+
lakehouse_option: LakehouseOption,
|
|
429
|
+
state_option: StateOption,
|
|
430
|
+
) -> AsyncGenerator[AsyncAmsdalManager, Any]:
|
|
431
|
+
async with async_init_manager(
|
|
432
|
+
db_execution_type=db_execution_type,
|
|
433
|
+
lakehouse_option=lakehouse_option,
|
|
434
|
+
state_option=state_option,
|
|
435
|
+
) as manager:
|
|
436
|
+
src_dir_path = TESTS_DIR / 'src'
|
|
437
|
+
app_schemas_path = src_dir_path / 'models'
|
|
438
|
+
manager.build(
|
|
439
|
+
source_models_path=app_schemas_path,
|
|
440
|
+
source_fixtures_path=app_schemas_path,
|
|
441
|
+
source_transactions_path=src_dir_path,
|
|
442
|
+
source_static_files_path=app_schemas_path,
|
|
443
|
+
source_migrations_path=app_schemas_path,
|
|
444
|
+
)
|
|
445
|
+
manager.authenticate()
|
|
446
|
+
await async_migrate(app_schemas_path)
|
|
447
|
+
manager.init_classes()
|
|
448
|
+
|
|
449
|
+
yield manager
|
|
@@ -1,16 +1,10 @@
|
|
|
1
|
-
amsdal-0.3.4.dist-info/RECORD,,
|
|
2
|
-
amsdal-0.3.4.dist-info/WHEEL,sha256=w9Wib2Cggr6a0jsmQwU18YkLmVsyOqV25G3M7UiDLV0,115
|
|
3
|
-
amsdal-0.3.4.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
4
|
-
amsdal-0.3.4.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
5
|
-
amsdal-0.3.4.dist-info/METADATA,sha256=P9bTKkguTwtQBLeB1bCVSnOx39av0qvF3THL6aWNKUc,57383
|
|
6
|
-
amsdal-0.3.4.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
7
1
|
amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
|
|
8
2
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
3
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
10
4
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
|
|
11
|
-
amsdal/__about__.py,sha256=
|
|
5
|
+
amsdal/__about__.py,sha256=haZI6loAE4IFvj4ZGj0pJYu15WO8028N4xUT8n3F8g0,124
|
|
12
6
|
amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
|
|
13
|
-
amsdal/manager.cpython-312-darwin.so,sha256=
|
|
7
|
+
amsdal/manager.cpython-312-darwin.so,sha256=hWzy62kfBwrSQtusoZoKIK6aAU8M_h8KXu6qy_acQfk,502256
|
|
14
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
9
|
amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
|
|
16
10
|
amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
|
|
@@ -19,11 +13,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
19
13
|
amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
14
|
amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
|
|
21
15
|
amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
|
|
22
|
-
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=
|
|
23
|
-
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256
|
|
16
|
+
amsdal/mixins/__init__.cpython-312-darwin.so,sha256=lpTP5qtXHBjfmhVQ28CAIwJjMyqXlG2AO5qcf0e00P0,120720
|
|
17
|
+
amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=CQhCsMM8hu18HEbNCD22UDHHQnpHu74rEdlQLDr71BY,180480
|
|
24
18
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
amsdal/mixins/build_mixin.pyi,sha256=
|
|
26
|
-
amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=
|
|
19
|
+
amsdal/mixins/build_mixin.pyi,sha256=8wqfyBsxpxsECvhtB50qu3-hPxOqcqRsnO7xgFs6sDI,2447
|
|
20
|
+
amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=p-ElwvgphJIumhR1i30egeJsztpNRK0pTumMA-7puEs,337272
|
|
27
21
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
22
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
|
29
23
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -31,10 +25,10 @@ amsdal/utils/contrib_paths.pyi,sha256=Ngb_2wCTCPJ9NSIqKiP254Ww9xrQzAV1-AiqUkVmiu
|
|
|
31
25
|
amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
|
|
32
26
|
amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
27
|
amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
|
|
34
|
-
amsdal/utils/tests/helpers.py,sha256=
|
|
28
|
+
amsdal/utils/tests/helpers.py,sha256=6JtFcxzVb6F8_kqWB6_05d_ce0DeqRTXAgyEwsUStp0,15761
|
|
35
29
|
amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNeu4lbU,962
|
|
36
30
|
amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
|
|
37
|
-
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=
|
|
31
|
+
amsdal/contrib/__init__.cpython-312-darwin.so,sha256=SEiWCG2dHGNA61rkGwqBwfw_NElG7LIwd9i_tJ_9HTk,120736
|
|
38
32
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
33
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
40
34
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
@@ -97,7 +91,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
|
|
|
97
91
|
amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
|
|
98
92
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
99
93
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
100
|
-
amsdal/schemas/manager.cpython-312-darwin.so,sha256=
|
|
94
|
+
amsdal/schemas/manager.cpython-312-darwin.so,sha256=rJe3rydYDq-iGHtjmRZ-jg7077PXQk0WEjsbWS_a1bI,249488
|
|
101
95
|
amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
|
|
102
96
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
103
97
|
amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
|
|
@@ -115,7 +109,7 @@ amsdal/schemas/core/file/properties/str.py,sha256=r2RAz6uBxEFJjRJGBYk4yWXzmLyZ_z
|
|
|
115
109
|
amsdal/schemas/core/file/properties/mimetype.py,sha256=Y2hTq82Da8KeuRsIV4RK3E1F7sbsu12dWqD99kD3Inw,433
|
|
116
110
|
amsdal/schemas/core/file/properties/to_file.py,sha256=qzlfo4YHBtsf11S2Hy30AjvA7Lyi8ezsGEXqxGBOPVg,720
|
|
117
111
|
amsdal/schemas/core/file/properties/validate_data.py,sha256=1LsIAdijogQa6uJp6O2wQ7shAJMgWPvYps02HRVzttA,919
|
|
118
|
-
amsdal/schemas/core/file/properties/from_file.py,sha256=
|
|
112
|
+
amsdal/schemas/core/file/properties/from_file.py,sha256=5I_7ZuJ53BC12RDI3jK_LrF0OKDC-OlJZKvYf4zoWGA,958
|
|
119
113
|
amsdal/schemas/core/file/hooks/pre_create.py,sha256=9JUaU2U5h-_7jbF2NyTWwyCemkOR-1yHRXP92e9EIQ0,741
|
|
120
114
|
amsdal/schemas/core/file/hooks/pre_update.py,sha256=TD9MmK_ZRbWD_jfdHmH0BWt4gr-QZvmMGdR3Dq7Ycc4,721
|
|
121
115
|
amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
|
|
@@ -135,123 +129,129 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
|
|
|
135
129
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
130
|
amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
|
|
137
131
|
amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
|
|
138
|
-
amsdal/cloud/__init__.cpython-312-darwin.so,sha256=
|
|
132
|
+
amsdal/cloud/__init__.cpython-312-darwin.so,sha256=dX2f3QfgdyS9NzDlK4dDnYZrK-BsCmJX2XFp2DM9Hck,120720
|
|
139
133
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
140
134
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
141
135
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
|
142
|
-
amsdal/cloud/constants.cpython-312-darwin.so,sha256=
|
|
143
|
-
amsdal/cloud/enums.cpython-312-darwin.so,sha256=
|
|
144
|
-
amsdal/cloud/client.cpython-312-darwin.so,sha256=
|
|
136
|
+
amsdal/cloud/constants.cpython-312-darwin.so,sha256=VOC3W9fgWxCe28aGcDFyzTaevJwGeoNcNS4odUvWvU4,158688
|
|
137
|
+
amsdal/cloud/enums.cpython-312-darwin.so,sha256=unIoOiAxjNKQduNZdgZdBcMxbZ2KK27A5Lm1HJzbYlQ,158128
|
|
138
|
+
amsdal/cloud/client.cpython-312-darwin.so,sha256=l7TfK59ots0yn35hxmZGRL1sWj5Jsqi-emKqYeRsqHc,216144
|
|
145
139
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
|
146
|
-
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=
|
|
140
|
+
amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=ZM0wSrXGjP2Grai_uUhXf2O2fkqJir-kgmQd8ZtG24E,120752
|
|
147
141
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
|
148
142
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
|
-
amsdal/cloud/models/base.cpython-312-darwin.so,sha256=
|
|
150
|
-
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=
|
|
143
|
+
amsdal/cloud/models/base.cpython-312-darwin.so,sha256=u2A1W5nChqdmRJjGvrVfpUErsbNZsUFi9Z7GO_mNXjs,195328
|
|
144
|
+
amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=BzYUXDR3sFNgrq_t5W4KokO9RITrukehTX_2HX8QviE,120768
|
|
151
145
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
152
|
-
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=
|
|
146
|
+
amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=k-Dne3nyvRK661214wkazfFWRNIhjGKfs2CfJgQhuOc,120784
|
|
153
147
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
154
148
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
|
155
149
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
|
-
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=
|
|
150
|
+
amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=j2-0jaVfdHIn7igmX6Zrzxd2R2nJLGwFekjmLnPgd64,253208
|
|
157
151
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
|
158
|
-
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=
|
|
152
|
+
amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=ZabXhu62ax1KRyUvY9wkliyGf6zKqTIWapGiN2Y4UHI,216232
|
|
159
153
|
amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
|
|
160
|
-
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=
|
|
161
|
-
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=
|
|
162
|
-
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=
|
|
154
|
+
amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=9M3tAm_TYKqtw8RQXtWxTqGRzn1oyHJWrIPijjEyzrs,251264
|
|
155
|
+
amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=qefrQ9LHCDLvAoiqgnDQ2jHDBa7mJ8HnITb3DxFlIko,214144
|
|
156
|
+
amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=Ed_OJwJAwVYGrAZQMetY4ZD6Mz-c2oxZZdgEHv9Tv8c,163120
|
|
163
157
|
amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
|
|
164
|
-
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256
|
|
165
|
-
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=
|
|
158
|
+
amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=mDuEk821MzTWqUPUd6hQHdVybbshzfHlMpcVFKMgUuQ,180840
|
|
159
|
+
amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=f35doQDyFFmCuDBJ1sQcpimDZiAgTP9QIjNcP194XOA,120800
|
|
166
160
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
|
167
161
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
|
168
162
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
|
169
163
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
|
170
164
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
|
171
165
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
|
172
|
-
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=O-DeUz5boXnpMBo4rAMy5prZqrVvUS_lzJp8lE4m77U,164312
|
|
173
167
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
168
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
|
175
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=
|
|
169
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=I80Uia7dmhpFl30YxL2LrFnmxkFXbGr6m-oETIIadec,197512
|
|
176
170
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
|
177
171
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
|
178
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=
|
|
179
|
-
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=
|
|
180
|
-
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=
|
|
181
|
-
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=
|
|
182
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=
|
|
172
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=hdmuIdbg5JZoYt_Yxsws5hPX-0Ch-r3Xo2tYChqmp6o,180848
|
|
173
|
+
amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=cPz8mx3AMcf3kC7t_DyIEuVLPOyWztCa_DxusdBWgNo,164328
|
|
174
|
+
amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=LRnXI--cz8WoijH5GgYLQy1ykavTJUAean8njD28j_w,180840
|
|
175
|
+
amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=q9wegAhP4iSyG3VrSFi1wKmsnPyo6mpGEUbKwfwhI1w,181080
|
|
176
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=a7V27vj7HWuOF_9M9iwCVdKDjL2epbsLHmAvYbIfzQY,197376
|
|
183
177
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
|
184
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=
|
|
185
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=
|
|
186
|
-
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=
|
|
187
|
-
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=
|
|
178
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=erwdAQDqbKzyxflPujQrz8Yl3NoJBcU8ZTQIZSv-3eE,164168
|
|
179
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=5-bZfmaV9P3EizYT_NMKR1x4BxsVX_cz4dOCARC8gDU,197704
|
|
180
|
+
amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=8mharvIGWuigpl4H916Ityaxr5_LvSJoVnfoqNUN75E,164384
|
|
181
|
+
amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=W8yAMBSYQUWEa6PmrOjvWrfv6A974gt0eO8f4Zspa_Y,181096
|
|
188
182
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
|
189
183
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
|
190
|
-
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=
|
|
191
|
-
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=
|
|
184
|
+
amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=KyyXdD6EgpPzGLNO6YBEzlWOWrxtCiVOx33z1AVj_UM,269064
|
|
185
|
+
amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=TtU-7rs8o1muS7YFkhl2AsdlxTTeoWJrvpYLj009cf8,181000
|
|
192
186
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
|
193
187
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
|
194
188
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
|
195
|
-
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=
|
|
189
|
+
amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=DCfa8fMF9yTlsryrAeEJTxogk3hq1Qv50Q39auIzntI,354848
|
|
196
190
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
|
197
191
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
|
198
|
-
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=
|
|
199
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=
|
|
192
|
+
amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=7so6k1FG9MWg3bwx0WgXckDq6MfwEv0UNszy5bCtkCM,307200
|
|
193
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=OefMtVSGYjFI2LqxZlb_nsaDMugyGkRGtiJdNMojuAg,197512
|
|
200
194
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
|
201
195
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
|
202
|
-
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=
|
|
203
|
-
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=
|
|
204
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=
|
|
205
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=
|
|
206
|
-
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=
|
|
207
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=
|
|
208
|
-
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=
|
|
196
|
+
amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=9YTehbwbvfEURb3Y4bj6IHbGUrDTCMNB-57QxPYK3MA,164264
|
|
197
|
+
amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=BX17TVovC_gJhfqguPb6NtV6sdTwmFC7ivcKrFsFLTQ,197568
|
|
198
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=UuMTA5o2siSarX_oGHOPFGzJrESjo8VsDz9mgYP4eKY,164376
|
|
199
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=UdZZapZuiCzGL0U5bjt0fKdZtv9QNQfAtr_g0j5rMcc,180792
|
|
200
|
+
amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=6GA9dersi-dfJahuLOWdobkx5DRDIscfU2fXMTgaLZU,164216
|
|
201
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=ZHdMqCGlTm1aFdTgUDybicC7lB4qvSuwEZKMhtoh9bA,164376
|
|
202
|
+
amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=Fs7LJCapkZ9nGzmpY6p6kVRXZEI2oW6MB0TnNFwrzK0,197688
|
|
209
203
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
|
210
204
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
|
211
205
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
|
212
206
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
|
213
207
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
|
214
|
-
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=
|
|
215
|
-
amsdal/fixtures/manager.pyi,sha256=
|
|
208
|
+
amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=iNB-wK-xXKr6jPHSie9KYWtFssZiyIuvF1uyawJxlIY,120736
|
|
209
|
+
amsdal/fixtures/manager.pyi,sha256=A4DsV1F1IAEDTBjNHv0Xu_fB0Z17bmzyFL2A6vUiBLM,9542
|
|
216
210
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
217
|
-
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=
|
|
218
|
-
amsdal/migration/__init__.cpython-312-darwin.so,sha256=
|
|
211
|
+
amsdal/fixtures/manager.cpython-312-darwin.so,sha256=CxNqqlVmxXrZOJL-lxoIZhBZdI_AGfQR_dYBKIjiBkU,654336
|
|
212
|
+
amsdal/migration/__init__.cpython-312-darwin.so,sha256=Y0amU0MzunnnlN94Kl2xA_2UqUVp2wKyTXNB9ICn-ag,120752
|
|
219
213
|
amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
|
|
220
|
-
amsdal/migration/migrations.cpython-312-darwin.so,sha256=
|
|
221
|
-
amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=
|
|
222
|
-
amsdal/migration/data_classes.cpython-312-darwin.so,sha256=
|
|
223
|
-
amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=
|
|
224
|
-
amsdal/migration/file_migration_executor.pyi,sha256=
|
|
225
|
-
amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=
|
|
226
|
-
amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=
|
|
227
|
-
amsdal/migration/migrations_loader.pyi,sha256=
|
|
214
|
+
amsdal/migration/migrations.cpython-312-darwin.so,sha256=5EXUxPifyqTefN5Aj70CGoUHvP-VWnqagWkcbH5Ni4k,267976
|
|
215
|
+
amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=kbPlp7cfo7-EN7UxLwI-XVSo-rnCd1xJsEpopupBaZA,217288
|
|
216
|
+
amsdal/migration/data_classes.cpython-312-darwin.so,sha256=5m2geH555EAW4ciZQP6lh00tbxZeqBmwltv4frandaM,216904
|
|
217
|
+
amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=ixZ5hS_gKBX8j6voU0TN8HsudQxud77bDuYIqueDJfo,638608
|
|
218
|
+
amsdal/migration/file_migration_executor.pyi,sha256=UvCfy5Ub2nLoiZeebbCpobHy--yO3DkRrFmY5c9_yyU,7176
|
|
219
|
+
amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=z8LSnl5DHU7n8CzC2mMR3BiDjHRC3KMPs6puf7y93Sg,550672
|
|
220
|
+
amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=DOF8xkva7ggo78Lqgc8JpNgps6o6lUD3piTIoVY1B0E,273256
|
|
221
|
+
amsdal/migration/migrations_loader.pyi,sha256=I5dqSD07Fk5slF_kvh0IlHwTGxYW1h9lDeueHvCd-DM,1138
|
|
228
222
|
amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
229
223
|
amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
|
|
230
|
-
amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=
|
|
231
|
-
amsdal/migration/utils.cpython-312-darwin.so,sha256=
|
|
232
|
-
amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=
|
|
233
|
-
amsdal/migration/base_migration_schemas.pyi,sha256=
|
|
234
|
-
amsdal/migration/data_classes.pyi,sha256=
|
|
224
|
+
amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=WQouGPMenjURbrOGOWTGiGqSEHbR25PIfESoAausxRc,592320
|
|
225
|
+
amsdal/migration/utils.cpython-312-darwin.so,sha256=Cj3W3mPItwJHt3W3TGpX6emkzxBYiGPUH-Y7UEeLwkA,286896
|
|
226
|
+
amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=zkCMgpKp3ARsB_QPilg3FYA-LvF14pCi2bg0_cS6cW4,252416
|
|
227
|
+
amsdal/migration/base_migration_schemas.pyi,sha256=6UEc3TZJbbico0orL8mcpGJ8TbvmlbhC0ErBf7cYWBA,5235
|
|
228
|
+
amsdal/migration/data_classes.pyi,sha256=4nRFiObV3Ye8KU_0JljUpmEmbwMw6wdpiOF_bTuB02k,5164
|
|
235
229
|
amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
|
|
236
|
-
amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=
|
|
230
|
+
amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=j4jfS1L7ah3unj4pdI3ZmQFKFWXeNTdMpPODSUoQVHo,462576
|
|
237
231
|
amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
|
|
238
|
-
amsdal/migration/file_migration_generator.pyi,sha256=
|
|
232
|
+
amsdal/migration/file_migration_generator.pyi,sha256=ERDXphNn0Vx8Hujw7FGYxPvOEtLxblJT1CIHtpLRfTA,9644
|
|
239
233
|
amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
|
|
240
|
-
amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=
|
|
241
|
-
amsdal/migration/executors/base.pyi,sha256=
|
|
234
|
+
amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=AM1-6KuTNgS4Orqmayi4PJN0SuttAbxpAJcFbOlpqxs,120784
|
|
235
|
+
amsdal/migration/executors/base.pyi,sha256=5dQmPDr0uE7c0c-v0lzyexoocSphoXJluI9Q77PFBuY,5274
|
|
242
236
|
amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
|
|
243
237
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
244
|
-
amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=
|
|
238
|
+
amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=_fmdd-qRBVIWfJI-RXm5L4ffcWKLdCRmXs_q3Co1s-c,342792
|
|
245
239
|
amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
|
|
246
|
-
amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=
|
|
247
|
-
amsdal/migration/executors/base.cpython-312-darwin.so,sha256=
|
|
240
|
+
amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=0oyuURHaoElDEXQuOu1Zu5JeSwdEsdDw-tKQ-lsOXgg,859768
|
|
241
|
+
amsdal/migration/executors/base.cpython-312-darwin.so,sha256=K2wH9XiAmJNskFBvkwMMhwYKswfr2dpOBOViWD35l0Y,377632
|
|
248
242
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
|
|
249
243
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
250
244
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
251
245
|
amsdal/migration/templates/data_migration.tmpl,sha256=MzDSiNqH006F1cs-dskpboInBja5LZ8ErtoEmRzDsIQ,436
|
|
252
246
|
amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9l7jYPmQoSOtU,193
|
|
253
247
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
254
|
-
amsdal/services/__init__.cpython-312-darwin.so,sha256=
|
|
255
|
-
amsdal/services/transaction_execution.pyi,sha256=
|
|
256
|
-
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=
|
|
248
|
+
amsdal/services/__init__.cpython-312-darwin.so,sha256=owgEig4_YIOsG6FkBJlvi0cY0qupNWUGvCd5Qu0I2xE,120736
|
|
249
|
+
amsdal/services/transaction_execution.pyi,sha256=OanrSxNmRAH4domDWqnmH_Y4fyz9puBZxFHcpvB4sMY,4320
|
|
250
|
+
amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=RTWBDktgwJiM7TSOz8SuzTwRGSqo3ixZaTwMezlA50s,434320
|
|
257
251
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
252
|
+
amsdal-0.3.6.dist-info/RECORD,,
|
|
253
|
+
amsdal-0.3.6.dist-info/WHEEL,sha256=iDXcyuxg-66TzzqHGH-kgw_HJdaJE_1RHznrvPNCSNs,115
|
|
254
|
+
amsdal-0.3.6.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
255
|
+
amsdal-0.3.6.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
256
|
+
amsdal-0.3.6.dist-info/METADATA,sha256=bIVLsJfAMf1ysO0gMt0v5K-tUvba0RNvSSBFCCNKO14,57383
|
|
257
|
+
amsdal-0.3.6.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
File without changes
|
|
File without changes
|
|
File without changes
|