amsdal 0.3.5__cp311-cp311-macosx_10_9_universal2.whl → 0.3.6__cp311-cp311-macosx_10_9_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-311-darwin.so +0 -0
- amsdal/cloud/client.cpython-311-darwin.so +0 -0
- amsdal/cloud/constants.cpython-311-darwin.so +0 -0
- amsdal/cloud/enums.cpython-311-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
- amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
- amsdal/fixtures/manager.pyi +7 -6
- amsdal/manager.cpython-311-darwin.so +0 -0
- amsdal/migration/__init__.cpython-311-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.pyi +3 -4
- amsdal/migration/data_classes.cpython-311-darwin.so +0 -0
- amsdal/migration/data_classes.pyi +0 -7
- amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
- amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
- amsdal/migration/executors/base.pyi +2 -3
- amsdal/migration/executors/default_executor.cpython-311-darwin.so +0 -0
- amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
- amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
- amsdal/migration/file_migration_executor.pyi +2 -2
- amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
- amsdal/migration/file_migration_generator.pyi +3 -3
- amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
- amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
- amsdal/migration/migrations.cpython-311-darwin.so +0 -0
- amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
- amsdal/migration/migrations_loader.pyi +1 -1
- amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
- amsdal/migration/utils.cpython-311-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
- amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
- amsdal/mixins/build_mixin.pyi +2 -2
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
- amsdal/schemas/core/file/properties/from_file.py +1 -1
- amsdal/schemas/manager.cpython-311-darwin.so +0 -0
- amsdal/services/__init__.cpython-311-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
- amsdal/services/transaction_execution.pyi +1 -1
- amsdal/utils/tests/helpers.py +154 -14
- {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/METADATA +1 -1
- {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/RECORD +81 -81
- {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/WHEEL +1 -1
- {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.3.5.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,9 +1,9 @@
|
|
|
1
1
|
amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
|
|
2
2
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
4
|
-
amsdal/manager.cpython-311-darwin.so,sha256=
|
|
4
|
+
amsdal/manager.cpython-311-darwin.so,sha256=u8D8dKWASHPRO9D9ipjW7gXGp7-EnxZoXlW3-5jzfkc,518288
|
|
5
5
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
|
|
6
|
-
amsdal/__about__.py,sha256=
|
|
6
|
+
amsdal/__about__.py,sha256=haZI6loAE4IFvj4ZGj0pJYu15WO8028N4xUT8n3F8g0,124
|
|
7
7
|
amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
|
|
8
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
|
|
@@ -13,11 +13,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
13
13
|
amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
|
|
15
15
|
amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
|
|
16
|
-
amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=
|
|
16
|
+
amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=fpeco9IogOrJsohDlZK9BZ2qDzU4pcmk2OEdTUYUi8Q,337528
|
|
17
17
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
|
-
amsdal/mixins/build_mixin.pyi,sha256=
|
|
19
|
-
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=
|
|
20
|
-
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=
|
|
18
|
+
amsdal/mixins/build_mixin.pyi,sha256=8wqfyBsxpxsECvhtB50qu3-hPxOqcqRsnO7xgFs6sDI,2447
|
|
19
|
+
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=g36HfOPxDX5ybK29jNUwPokkmW-n3MOoGNmMQb9ahh8,120656
|
|
20
|
+
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=3Td3WIVHxOpTrjQRXHr85sLM6xZ3SEyNvp0k3XygOqo,180576
|
|
21
21
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
|
23
23
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -25,12 +25,12 @@ amsdal/utils/contrib_paths.pyi,sha256=Ngb_2wCTCPJ9NSIqKiP254Ww9xrQzAV1-AiqUkVmiu
|
|
|
25
25
|
amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
|
|
26
26
|
amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
|
|
28
|
-
amsdal/utils/tests/helpers.py,sha256=
|
|
28
|
+
amsdal/utils/tests/helpers.py,sha256=6JtFcxzVb6F8_kqWB6_05d_ce0DeqRTXAgyEwsUStp0,15761
|
|
29
29
|
amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNeu4lbU,962
|
|
30
30
|
amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
|
|
31
31
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
33
|
-
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=
|
|
33
|
+
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=UB4xIS-UWSpGAZsWSesfrx3GOablqp8EdiypIvaJc8o,120656
|
|
34
34
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
35
35
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
36
|
amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -91,7 +91,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
|
|
|
91
91
|
amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
|
|
92
92
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
|
-
amsdal/schemas/manager.cpython-311-darwin.so,sha256=
|
|
94
|
+
amsdal/schemas/manager.cpython-311-darwin.so,sha256=rOF6Gum98Xv1z58dgXvYSPezVeNp6L-AV4diWJPHTLU,249456
|
|
95
95
|
amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
|
|
96
96
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
97
97
|
amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
|
|
@@ -109,7 +109,7 @@ amsdal/schemas/core/file/properties/str.py,sha256=r2RAz6uBxEFJjRJGBYk4yWXzmLyZ_z
|
|
|
109
109
|
amsdal/schemas/core/file/properties/mimetype.py,sha256=Y2hTq82Da8KeuRsIV4RK3E1F7sbsu12dWqD99kD3Inw,433
|
|
110
110
|
amsdal/schemas/core/file/properties/to_file.py,sha256=qzlfo4YHBtsf11S2Hy30AjvA7Lyi8ezsGEXqxGBOPVg,720
|
|
111
111
|
amsdal/schemas/core/file/properties/validate_data.py,sha256=1LsIAdijogQa6uJp6O2wQ7shAJMgWPvYps02HRVzttA,919
|
|
112
|
-
amsdal/schemas/core/file/properties/from_file.py,sha256=
|
|
112
|
+
amsdal/schemas/core/file/properties/from_file.py,sha256=5I_7ZuJ53BC12RDI3jK_LrF0OKDC-OlJZKvYf4zoWGA,958
|
|
113
113
|
amsdal/schemas/core/file/hooks/pre_create.py,sha256=9JUaU2U5h-_7jbF2NyTWwyCemkOR-1yHRXP92e9EIQ0,741
|
|
114
114
|
amsdal/schemas/core/file/hooks/pre_update.py,sha256=TD9MmK_ZRbWD_jfdHmH0BWt4gr-QZvmMGdR3Dq7Ycc4,721
|
|
115
115
|
amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
|
|
@@ -129,129 +129,129 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
|
|
|
129
129
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
130
130
|
amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
|
|
131
131
|
amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
|
|
132
|
-
amsdal/cloud/client.cpython-311-darwin.so,sha256=
|
|
132
|
+
amsdal/cloud/client.cpython-311-darwin.so,sha256=87awjTbFLxTb8wBrwLPR8jN6fGnRiiCLvX4qxxL79Ws,216208
|
|
133
133
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
134
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
135
135
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
|
136
|
-
amsdal/cloud/enums.cpython-311-darwin.so,sha256=
|
|
137
|
-
amsdal/cloud/constants.cpython-311-darwin.so,sha256=
|
|
138
|
-
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=
|
|
136
|
+
amsdal/cloud/enums.cpython-311-darwin.so,sha256=7Kcjyb6F8WBl42tuUA5v-18Ae0uEZbzKgay4GI3h3EQ,158064
|
|
137
|
+
amsdal/cloud/constants.cpython-311-darwin.so,sha256=q_N-u25iNQwi4lPP9AWEvNFIl4NCa5RFBxQNHGO2ABY,158688
|
|
138
|
+
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=1YUqlzx1n7QnTY0x4_J0Hc6lpjtChbXbZpPRRFckVqI,120656
|
|
139
139
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
|
140
|
-
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=
|
|
140
|
+
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=nGLQQPSJbSzc1SwTKNFiVHycvngtYWmEvKoLZpM3bDw,211632
|
|
141
141
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
|
142
142
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
|
-
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=
|
|
143
|
+
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=eXbIKYM3-XE_LTUQCK39MlU3-eeBT8khDVgcxJvYIxE,120688
|
|
144
144
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
145
|
-
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=
|
|
146
|
-
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=
|
|
145
|
+
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=phGHm5UZ_N8WrqOLPUn_qzGui1GYq10w7vvyyEnQd60,120688
|
|
146
|
+
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=j0k-_CjVwnv6uFrCoLgZSD6sZP8eoA4rUxmKLtWvjKk,163104
|
|
147
147
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
148
148
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
|
149
149
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
150
150
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
|
151
|
-
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=
|
|
152
|
-
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=
|
|
151
|
+
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=d0-r6dqGCQgM_cXGjETu7lCvSnFTcPQ5tBW-hpiC_FU,251152
|
|
152
|
+
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=EN3SdReBbSy4kIfHmrOHmlo5071WEqr6HH1hzhw9TSM,214128
|
|
153
153
|
amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
|
|
154
|
-
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=
|
|
155
|
-
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=
|
|
156
|
-
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=
|
|
154
|
+
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=tL5mJw1nvc5TYamVZODtUVdmsm91pSkyU6MesClLrj0,216216
|
|
155
|
+
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=k2FvBmq4QN-WaIm_8GBbLJ5MmbbLlP0xsO7NC5KXeew,120704
|
|
156
|
+
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=cMmCxZ0nLddMyEdpJoopLATzU9dmgVd4dVzujlG_bNo,253096
|
|
157
157
|
amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
|
|
158
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=
|
|
159
|
-
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=
|
|
158
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=xF4r9g_qKrB7CWiEtgYMR-frg2uDHQ4Cb18GT1xQnxc,181112
|
|
159
|
+
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=yStj4s7oummB3frZYZSMdZTPvKQsoll7i5GmC1Ns1vg,323552
|
|
160
160
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
|
161
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=
|
|
161
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=C-C3Xw4F8JuNsIDHgUJ7T6LmyDicSpTd2RvrxttkpRE,180744
|
|
162
162
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
|
163
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=
|
|
164
|
-
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=
|
|
163
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=RWgkDjsG2fw79lILRNh6i_CaEIWlhope6XZEIRUWWok,180776
|
|
164
|
+
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=cSTrhv3VD0yNKvLMcAksHXrYICdgf-xXivQfO2KEtro,180584
|
|
165
165
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
|
166
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=
|
|
167
|
-
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=h_u7bp8_CLTlihQNpb6lRr7ukKNcgSg-Ohbc7DAQX4w,180760
|
|
167
|
+
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=UzJC6HOKRKxFkUvH9ner_VP2eyOgUU7hmk2oQS_GY2Q,181184
|
|
168
168
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
|
169
|
-
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=
|
|
169
|
+
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=mqOZpbZr-YdX3GfMLX2dovo0hpuBrUptaoN9xhSrN9M,180632
|
|
170
170
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
|
171
171
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
|
172
|
-
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=
|
|
172
|
+
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=ZSogQj5K7Y5gAvgoBHjJV2hMjF9wVI9yRIGsRKpC2NA,181304
|
|
173
173
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
174
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
|
175
|
-
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=
|
|
176
|
-
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=
|
|
177
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=
|
|
178
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=
|
|
179
|
-
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=
|
|
180
|
-
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=
|
|
175
|
+
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=gqOdBXKOu8PItRdk5SKK9tJOmh4nWCDwZr3Frzc_0Xw,181080
|
|
176
|
+
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=h_LRoZ6dwlAFv5wBy_Te53mbVQwgJgLjf1Hvkz_e7O4,180752
|
|
177
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=DUEQ-mrhIgJmUs-Q4ILsDfuT95-TYKE9qd1mHmrhZPQ,181304
|
|
178
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=svUrkoeNpmtA2m2IoNkYLl4de4K-xRzafEpXabNO_mw,180536
|
|
179
|
+
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=Xs1pHQXzl4zlEwgrGdArulLnQQqtNDIhI1tY-nxuPWA,180984
|
|
180
|
+
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=YHOPnM9ccec7a018PfnE27qZH47mOj7285bikCApv4o,252744
|
|
181
181
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
|
182
182
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
|
183
|
-
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=
|
|
183
|
+
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=CfHJdRmj9-gLl6asPSwTYbCciRKq0i1wYbOGx3cuhv0,371312
|
|
184
184
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
|
185
|
-
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=
|
|
185
|
+
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=tNkInVJShSk0O0s8N0TheZyv4mTHGpp4BIARd56IErg,180712
|
|
186
186
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
|
187
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=
|
|
187
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=p6bRonLdh_lEriWTU-GzjYpuzIgWSWeOYVZheQsmBak,180832
|
|
188
188
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
|
189
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=
|
|
189
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=4VO7FUsMVP-_OSaaEviFthuprm7NeoRBpxvwkEykBQQ,181112
|
|
190
190
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
|
191
191
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
|
192
192
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
|
193
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=
|
|
194
|
-
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=
|
|
193
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=CYAdrdsRz9KLMbF5hORQ3jHPDzxuQb6xc1NaIAHhVpU,180976
|
|
194
|
+
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=6T6bqiYdDoMR8mmrovhZL4jW9kKOjgqC9ckiSe5re1w,181064
|
|
195
195
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
|
196
|
-
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=
|
|
196
|
+
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=cclcArHWCvZFkQ8LKx2ann60CGY9DnoU2EhDC-yCpD8,180824
|
|
197
197
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
|
198
|
-
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=
|
|
199
|
-
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=
|
|
198
|
+
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=xJBbzjf5H7So1YIUP7PfHl8PJKvt_QGaa-Gja2EIVUU,180824
|
|
199
|
+
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=PHaF4eaMx-5UawQIH5rz9ZZ5VGDveKYFQVL4ikZ5lWA,120720
|
|
200
200
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
|
201
201
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
|
202
202
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
|
203
203
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
|
204
204
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
|
205
205
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
|
206
|
-
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=
|
|
206
|
+
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=SNtBG33R5pmuCgR2E7s1iWnvdFFYtLADHFpcLyEhGDg,180680
|
|
207
207
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
|
208
|
-
amsdal/fixtures/manager.pyi,sha256=
|
|
208
|
+
amsdal/fixtures/manager.pyi,sha256=A4DsV1F1IAEDTBjNHv0Xu_fB0Z17bmzyFL2A6vUiBLM,9542
|
|
209
209
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
|
-
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=
|
|
211
|
-
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=
|
|
210
|
+
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=KpATfsxrRMpl2CZuzjMEGnT8R2VEhxiMVtl0FIuGd38,638096
|
|
211
|
+
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=qQ5gGjgDy641fKEopGCDzIBoRjMj0zeTrzknLbOiarA,120672
|
|
212
212
|
amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
|
|
213
|
-
amsdal/migration/file_migration_executor.pyi,sha256=
|
|
214
|
-
amsdal/migration/migrations_loader.pyi,sha256=
|
|
213
|
+
amsdal/migration/file_migration_executor.pyi,sha256=UvCfy5Ub2nLoiZeebbCpobHy--yO3DkRrFmY5c9_yyU,7176
|
|
214
|
+
amsdal/migration/migrations_loader.pyi,sha256=I5dqSD07Fk5slF_kvh0IlHwTGxYW1h9lDeueHvCd-DM,1138
|
|
215
215
|
amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
216
216
|
amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
|
|
217
|
-
amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=
|
|
218
|
-
amsdal/migration/base_migration_schemas.pyi,sha256=
|
|
219
|
-
amsdal/migration/data_classes.pyi,sha256=
|
|
217
|
+
amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=IbJfTZ1VTLfzjOXLumLyrnPnqRQLz9yYBHLLSY5RZdo,446224
|
|
218
|
+
amsdal/migration/base_migration_schemas.pyi,sha256=6UEc3TZJbbico0orL8mcpGJ8TbvmlbhC0ErBf7cYWBA,5235
|
|
219
|
+
amsdal/migration/data_classes.pyi,sha256=4nRFiObV3Ye8KU_0JljUpmEmbwMw6wdpiOF_bTuB02k,5164
|
|
220
220
|
amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
|
|
221
|
-
amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=
|
|
222
|
-
amsdal/migration/utils.cpython-311-darwin.so,sha256=
|
|
221
|
+
amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=4Ap7Cuczg_XDah1_bv-p1OoBM5mPjkO09MPVMmeNsXo,592352
|
|
222
|
+
amsdal/migration/utils.cpython-311-darwin.so,sha256=osRij2jnW_B2QLk7LjqZLza6jaPjqepoeLSwyCgx6IM,303264
|
|
223
223
|
amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
|
|
224
|
-
amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=
|
|
225
|
-
amsdal/migration/file_migration_generator.pyi,sha256=
|
|
226
|
-
amsdal/migration/__init__.cpython-311-darwin.so,sha256=
|
|
227
|
-
amsdal/migration/migrations.cpython-311-darwin.so,sha256=
|
|
228
|
-
amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=
|
|
229
|
-
amsdal/migration/data_classes.cpython-311-darwin.so,sha256=
|
|
230
|
-
amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=
|
|
231
|
-
amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=
|
|
224
|
+
amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=iv-VwcHlBCJ_le8_dR82fcAd0rNZ8uSTdhYoGUwchTU,252400
|
|
225
|
+
amsdal/migration/file_migration_generator.pyi,sha256=ERDXphNn0Vx8Hujw7FGYxPvOEtLxblJT1CIHtpLRfTA,9644
|
|
226
|
+
amsdal/migration/__init__.cpython-311-darwin.so,sha256=WGQHZDiNm1eLwwshTmrKNg3ati8pAKRVxOjmEcxaFDw,120672
|
|
227
|
+
amsdal/migration/migrations.cpython-311-darwin.so,sha256=r9bDZSYtCWDhAJf_j_qr4bQ8YQHpRXmmbbe1XVAZBAs,267960
|
|
228
|
+
amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=QbiY8wrpisZQ0I5lUmGw5c-feJS9Y3z86Kjxr7vJ-CQ,687968
|
|
229
|
+
amsdal/migration/data_classes.cpython-311-darwin.so,sha256=2SrV1c_ggIe0vMPPu-nPgi2AOUbeu1OxhmSmKuywh_w,216888
|
|
230
|
+
amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=hVd91t-SNBilMH-AI2K4hqx5gmJ6Lqg55x1s-WpXtHA,217704
|
|
231
|
+
amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=ALk_LXShdZN6u3CnTZE_v6Fbf09i3_p-bw8iAWD29pY,257000
|
|
232
232
|
amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
|
|
233
|
-
amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=
|
|
234
|
-
amsdal/migration/executors/base.cpython-311-darwin.so,sha256=
|
|
235
|
-
amsdal/migration/executors/base.pyi,sha256=
|
|
233
|
+
amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=Ei6Qk1F76IG7AUZA0ylICh30vo6uNi17VR6f52ff-f4,567088
|
|
234
|
+
amsdal/migration/executors/base.cpython-311-darwin.so,sha256=b1IpJl7uL59i06RmD7myOxjMUt974TiNsSWHI7U66To,377664
|
|
235
|
+
amsdal/migration/executors/base.pyi,sha256=5dQmPDr0uE7c0c-v0lzyexoocSphoXJluI9Q77PFBuY,5274
|
|
236
236
|
amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
|
|
237
237
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
238
|
-
amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=
|
|
239
|
-
amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=
|
|
238
|
+
amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=gp7TR4JJQRPiOVPwkNGWEMObj64-bXo1uW-sDasKP9E,892616
|
|
239
|
+
amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=3M-7j0IMJYpbbsbkjfrUP-Wqz9PiEiRTQBhbwAli0Kw,359208
|
|
240
240
|
amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
|
|
241
|
-
amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=
|
|
241
|
+
amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=Q5yoTfNH_HNFFPeweQmHtRez-Jx1OXdYGIS4NBk_xUI,120720
|
|
242
242
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
|
|
243
243
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
244
244
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
245
245
|
amsdal/migration/templates/data_migration.tmpl,sha256=MzDSiNqH006F1cs-dskpboInBja5LZ8ErtoEmRzDsIQ,436
|
|
246
246
|
amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9l7jYPmQoSOtU,193
|
|
247
247
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
248
|
-
amsdal/services/transaction_execution.pyi,sha256=
|
|
248
|
+
amsdal/services/transaction_execution.pyi,sha256=OanrSxNmRAH4domDWqnmH_Y4fyz9puBZxFHcpvB4sMY,4320
|
|
249
249
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
250
|
-
amsdal/services/__init__.cpython-311-darwin.so,sha256=
|
|
251
|
-
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=
|
|
252
|
-
amsdal-0.3.
|
|
253
|
-
amsdal-0.3.
|
|
254
|
-
amsdal-0.3.
|
|
255
|
-
amsdal-0.3.
|
|
256
|
-
amsdal-0.3.
|
|
257
|
-
amsdal-0.3.
|
|
250
|
+
amsdal/services/__init__.cpython-311-darwin.so,sha256=VBo3LLt-pGSAioIZ6KuF3J9Yq0TuRgLKlh6EAlSMwdQ,120672
|
|
251
|
+
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=SeeJ7wDSsbvUTAgJx5PjjCg-TQk8tLtvgBM9lJET6rw,434448
|
|
252
|
+
amsdal-0.3.6.dist-info/RECORD,,
|
|
253
|
+
amsdal-0.3.6.dist-info/WHEEL,sha256=K10eKSN6_vzvMOgXxWbVOQNR7Orfl6gBTCpCI8bcYx4,114
|
|
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
|