amsdal 0.1.25__cp310-cp310-win_amd64.whl → 0.1.27__cp310-cp310-win_amd64.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__.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/client.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/client.pyi +46 -2
- amsdal/cloud/constants.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/enums.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/enums.pyi +46 -0
- amsdal/cloud/models/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/models/base.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/models/base.pyi +156 -0
- amsdal/cloud/services/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.pyi +16 -1
- amsdal/cloud/services/actions/add_basic_auth.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/add_basic_auth.pyi +17 -1
- amsdal/cloud/services/actions/add_dependency.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/add_dependency.pyi +16 -1
- amsdal/cloud/services/actions/add_secret.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/add_secret.pyi +17 -1
- amsdal/cloud/services/actions/base.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/base.pyi +71 -3
- amsdal/cloud/services/actions/create_deploy.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/create_deploy.pyi +33 -3
- amsdal/cloud/services/actions/create_env.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/create_env.pyi +15 -1
- amsdal/cloud/services/actions/create_session.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/create_session.pyi +13 -1
- amsdal/cloud/services/actions/delete_allowlist_ip.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.pyi +16 -1
- amsdal/cloud/services/actions/delete_basic_auth.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.pyi +17 -1
- amsdal/cloud/services/actions/delete_dependency.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/delete_dependency.pyi +18 -1
- amsdal/cloud/services/actions/delete_env.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/delete_env.pyi +17 -1
- amsdal/cloud/services/actions/delete_secret.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/delete_secret.pyi +18 -1
- amsdal/cloud/services/actions/destroy_deploy.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/destroy_deploy.pyi +15 -1
- amsdal/cloud/services/actions/expose_db.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/expose_db.pyi +18 -1
- amsdal/cloud/services/actions/get_basic_auth_credentials.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.pyi +17 -1
- amsdal/cloud/services/actions/get_monitoring_info.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.pyi +17 -1
- amsdal/cloud/services/actions/list_dependencies.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/list_dependencies.pyi +17 -1
- amsdal/cloud/services/actions/list_deploys.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/list_deploys.pyi +15 -1
- amsdal/cloud/services/actions/list_envs.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/list_envs.pyi +16 -1
- amsdal/cloud/services/actions/list_secrets.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/list_secrets.pyi +18 -1
- amsdal/cloud/services/actions/manager.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/manager.pyi +254 -20
- amsdal/cloud/services/actions/signup_action.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/signup_action.pyi +16 -1
- amsdal/cloud/services/actions/update_deploy.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/actions/update_deploy.pyi +15 -1
- amsdal/cloud/services/auth/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/base.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/credentials.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/credentials.pyi +12 -1
- amsdal/cloud/services/auth/manager.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/manager.pyi +15 -1
- amsdal/cloud/services/auth/signup_service.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/signup_service.pyi +16 -1
- amsdal/cloud/services/auth/token.cp310-win_amd64.pyd +0 -0
- amsdal/cloud/services/auth/token.pyi +15 -1
- amsdal/configs/constants.py +10 -0
- amsdal/configs/constants.pyi +11 -1
- amsdal/configs/main.py +132 -19
- amsdal/configs/main.pyi +140 -10
- amsdal/context/manager.py +39 -0
- amsdal/context/manager.pyi +41 -3
- amsdal/contrib/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/contrib/auth/app.py +12 -0
- amsdal/contrib/auth/app.pyi +12 -1
- amsdal/contrib/auth/lifecycle/consumer.py +53 -0
- amsdal/contrib/auth/lifecycle/consumer.pyi +53 -3
- amsdal/contrib/auth/models/login_session/hooks/pre_init.py +13 -0
- amsdal/contrib/auth/models/login_session/modifiers/display_name.py +8 -0
- amsdal/contrib/auth/models/permission/modifiers/display_name.py +8 -0
- amsdal/contrib/auth/models/user/hooks/post_init.py +13 -0
- amsdal/contrib/auth/models/user/hooks/pre_create.py +6 -0
- amsdal/contrib/auth/models/user/modifiers/display_name.py +8 -0
- amsdal/contrib/auth/settings.py +15 -0
- amsdal/contrib/auth/settings.pyi +14 -0
- amsdal/contrib/frontend_configs/app.py +14 -0
- amsdal/contrib/frontend_configs/app.pyi +14 -1
- amsdal/contrib/frontend_configs/conversion/convert.py +14 -0
- amsdal/contrib/frontend_configs/conversion/convert.pyi +15 -1
- amsdal/contrib/frontend_configs/lifecycle/consumer.py +72 -0
- amsdal/contrib/frontend_configs/lifecycle/consumer.pyi +76 -5
- amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py +16 -0
- amsdal/contrib/frontend_configs/utils.py +12 -1
- amsdal/contrib/frontend_configs/utils.pyi +12 -1
- amsdal/fixtures/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/fixtures/manager.cp310-win_amd64.pyd +0 -0
- amsdal/fixtures/manager.pyi +88 -6
- amsdal/manager.cp310-win_amd64.pyd +0 -0
- amsdal/manager.pyi +113 -17
- amsdal/migration/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/migration/base_migration_schemas.cp310-win_amd64.pyd +0 -0
- amsdal/migration/base_migration_schemas.pyi +81 -5
- amsdal/migration/data_classes.cp310-win_amd64.pyd +0 -0
- amsdal/migration/data_classes.pyi +95 -1
- amsdal/migration/executors/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/migration/executors/base.cp310-win_amd64.pyd +0 -0
- amsdal/migration/executors/base.pyi +74 -4
- amsdal/migration/executors/default_executor.cp310-win_amd64.pyd +0 -0
- amsdal/migration/executors/default_executor.pyi +75 -5
- amsdal/migration/executors/state_executor.cp310-win_amd64.pyd +0 -0
- amsdal/migration/executors/state_executor.pyi +68 -4
- amsdal/migration/file_migration_executor.cp310-win_amd64.pyd +0 -0
- amsdal/migration/file_migration_executor.pyi +34 -2
- amsdal/migration/file_migration_generator.cp310-win_amd64.pyd +0 -0
- amsdal/migration/file_migration_generator.pyi +100 -8
- amsdal/migration/file_migration_store.cp310-win_amd64.pyd +0 -0
- amsdal/migration/file_migration_store.pyi +33 -3
- amsdal/migration/file_migration_writer.cp310-win_amd64.pyd +0 -0
- amsdal/migration/file_migration_writer.pyi +60 -5
- amsdal/migration/migrations.cp310-win_amd64.pyd +0 -0
- amsdal/migration/migrations.pyi +111 -6
- amsdal/migration/migrations_loader.cp310-win_amd64.pyd +0 -0
- amsdal/migration/migrations_loader.pyi +17 -2
- amsdal/migration/schemas_loaders.cp310-win_amd64.pyd +0 -0
- amsdal/migration/schemas_loaders.pyi +14 -1
- amsdal/migration/utils.cp310-win_amd64.pyd +0 -0
- amsdal/migration/utils.pyi +44 -4
- amsdal/mixins/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/mixins/build_mixin.cp310-win_amd64.pyd +0 -0
- amsdal/mixins/build_mixin.pyi +60 -8
- amsdal/mixins/class_versions_mixin.cp310-win_amd64.pyd +0 -0
- amsdal/mixins/class_versions_mixin.pyi +20 -2
- amsdal/operations/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/operations/manager.cp310-win_amd64.pyd +0 -0
- amsdal/operations/manager.pyi +31 -3
- amsdal/schemas/core/class_object/properties/display_name.py +6 -0
- amsdal/schemas/core/file/hooks/pre_create.py +9 -0
- amsdal/schemas/core/file/hooks/pre_update.py +9 -0
- amsdal/schemas/core/file/properties/from_file.py +12 -0
- amsdal/schemas/core/file/properties/mimetype.py +8 -0
- amsdal/schemas/core/file/properties/to_file.py +12 -0
- amsdal/schemas/core/file/properties/validate_data.py +13 -0
- amsdal/schemas/manager.cp310-win_amd64.pyd +0 -0
- amsdal/schemas/manager.py +51 -0
- amsdal/schemas/manager.pyi +54 -4
- amsdal/services/__init__.cp310-win_amd64.pyd +0 -0
- amsdal/services/transaction_execution.cp310-win_amd64.pyd +0 -0
- amsdal/services/transaction_execution.pyi +52 -3
- amsdal/utils/contrib_paths.py +10 -0
- amsdal/utils/contrib_paths.pyi +11 -1
- amsdal/utils/tests/factories.py +49 -0
- {amsdal-0.1.25.dist-info → amsdal-0.1.27.dist-info}/METADATA +5 -1
- amsdal-0.1.27.dist-info/RECORD +258 -0
- amsdal-0.1.25.dist-info/RECORD +0 -257
- {amsdal-0.1.25.dist-info → amsdal-0.1.27.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.1.25.dist-info → amsdal-0.1.27.dist-info}/WHEEL +0 -0
- {amsdal-0.1.25.dist-info → amsdal-0.1.27.dist-info}/license_check.py +0 -0
- {amsdal-0.1.25.dist-info → amsdal-0.1.27.dist-info}/top_level.txt +0 -0
amsdal/schemas/manager.pyi
CHANGED
|
@@ -5,11 +5,61 @@ from amsdal_utils.models.enums import SchemaTypes
|
|
|
5
5
|
from amsdal_utils.utils.singleton import Singleton
|
|
6
6
|
|
|
7
7
|
class SchemaManager(metaclass=Singleton):
|
|
8
|
+
"""
|
|
9
|
+
Manages schema operations including retrieval, invalidation, and sorting.
|
|
10
|
+
|
|
11
|
+
This class handles various schema-related operations such as invalidating user schemas,
|
|
12
|
+
retrieving schemas by name or type, and sorting schemas based on predefined rules.
|
|
13
|
+
"""
|
|
8
14
|
_schema_manager_handler: Incomplete
|
|
9
15
|
def __init__(self) -> None: ...
|
|
10
|
-
def invalidate_user_schemas(self) -> None:
|
|
11
|
-
|
|
16
|
+
def invalidate_user_schemas(self) -> None:
|
|
17
|
+
"""
|
|
18
|
+
Invalidates user schemas.
|
|
19
|
+
|
|
20
|
+
This method calls the handler to invalidate all user schemas, ensuring that any cached or outdated schemas
|
|
21
|
+
are refreshed.
|
|
22
|
+
|
|
23
|
+
Returns:
|
|
24
|
+
None
|
|
25
|
+
"""
|
|
26
|
+
def class_schemas(self) -> list[tuple[ObjectSchema, SchemaTypes]]:
|
|
27
|
+
"""
|
|
28
|
+
Returns a list of tuples containing object schemas and their types.
|
|
29
|
+
|
|
30
|
+
This method retrieves and sorts various schemas managed by the schema manager handler.
|
|
31
|
+
The schemas are categorized into types, core, user, and contrib schemas.
|
|
32
|
+
|
|
33
|
+
Returns:
|
|
34
|
+
list[tuple[ObjectSchema, SchemaTypes]]: A list of tuples where each tuple contains an object schema
|
|
35
|
+
and its corresponding type.
|
|
36
|
+
"""
|
|
12
37
|
@staticmethod
|
|
13
38
|
def _sort_key_for_schema(schema: ObjectSchema) -> int: ...
|
|
14
|
-
def get_schema_by_name(self, title: str, schema_type: SchemaTypes | None = None) -> ObjectSchema | None:
|
|
15
|
-
|
|
39
|
+
def get_schema_by_name(self, title: str, schema_type: SchemaTypes | None = None) -> ObjectSchema | None:
|
|
40
|
+
"""
|
|
41
|
+
Retrieves a schema by its title and optional type.
|
|
42
|
+
|
|
43
|
+
This method searches for a schema with the specified title and optional type
|
|
44
|
+
among the schemas managed by the schema manager handler.
|
|
45
|
+
|
|
46
|
+
Args:
|
|
47
|
+
title (str): The title of the schema to be retrieved.
|
|
48
|
+
schema_type (SchemaTypes | None, optional): The type of the schema to be retrieved. Defaults to None.
|
|
49
|
+
|
|
50
|
+
Returns:
|
|
51
|
+
ObjectSchema | None: The schema with the specified title and type, or None if not found.
|
|
52
|
+
"""
|
|
53
|
+
def get_schemas(self, schema_type: SchemaTypes | None = None) -> list[ObjectSchema]:
|
|
54
|
+
"""
|
|
55
|
+
Retrieves schemas based on the provided type.
|
|
56
|
+
|
|
57
|
+
This method returns a list of schemas filtered by the specified type. If no type is provided,
|
|
58
|
+
it returns all schemas managed by the schema manager handler.
|
|
59
|
+
|
|
60
|
+
Args:
|
|
61
|
+
schema_type (SchemaTypes | None, optional): The type of schemas to retrieve. Defaults to None.
|
|
62
|
+
|
|
63
|
+
Returns:
|
|
64
|
+
list[ObjectSchema]: A list of schemas filtered by the specified type, or all schemas if no type is provided.
|
|
65
|
+
"""
|
|
Binary file
|
|
Binary file
|
|
@@ -9,13 +9,62 @@ from typing import Any
|
|
|
9
9
|
|
|
10
10
|
logger: Incomplete
|
|
11
11
|
|
|
12
|
-
def is_transaction(statement: ast.AST) -> bool:
|
|
12
|
+
def is_transaction(statement: ast.AST) -> bool:
|
|
13
|
+
"""
|
|
14
|
+
Determines if a given AST statement is a transaction function.
|
|
15
|
+
|
|
16
|
+
This function checks if the provided AST statement is an asynchronous or synchronous function
|
|
17
|
+
definition that is decorated with the `transaction` decorator.
|
|
18
|
+
|
|
19
|
+
Args:
|
|
20
|
+
statement (ast.AST): The AST statement to check.
|
|
21
|
+
|
|
22
|
+
Returns:
|
|
23
|
+
bool: True if the statement is a transaction function, False otherwise.
|
|
24
|
+
"""
|
|
13
25
|
|
|
14
26
|
class TransactionExecutionService(metaclass=Singleton):
|
|
27
|
+
"""
|
|
28
|
+
Service for executing transactions.
|
|
29
|
+
|
|
30
|
+
This class provides methods to execute transactions, load transaction functions,
|
|
31
|
+
and handle asynchronous transactions. It ensures that transactions are executed
|
|
32
|
+
with the correct arguments and handles any necessary preprocessing of arguments.
|
|
33
|
+
"""
|
|
15
34
|
_transactions: Incomplete
|
|
16
35
|
def __init__(self) -> None: ...
|
|
17
|
-
def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
|
|
18
|
-
|
|
36
|
+
def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
|
|
37
|
+
"""
|
|
38
|
+
Executes a transaction with the given name and arguments.
|
|
39
|
+
|
|
40
|
+
This method retrieves the transaction function by its name, processes the arguments,
|
|
41
|
+
and executes the transaction. It handles both synchronous and asynchronous transactions
|
|
42
|
+
and performs necessary preprocessing of arguments, such as loading references.
|
|
43
|
+
|
|
44
|
+
Args:
|
|
45
|
+
transaction_name (str): The name of the transaction to execute.
|
|
46
|
+
args (dict[str, Any]): The arguments to pass to the transaction function.
|
|
47
|
+
load_references (bool, optional): Whether to load references in the arguments. Defaults to True.
|
|
48
|
+
|
|
49
|
+
Returns:
|
|
50
|
+
Any: The result of the transaction execution.
|
|
51
|
+
"""
|
|
52
|
+
def get_transaction_func(self, transaction_name: str) -> Callable[..., Any]:
|
|
53
|
+
"""
|
|
54
|
+
Retrieves the transaction function by its name.
|
|
55
|
+
|
|
56
|
+
This method checks if the transaction function is already loaded in the `_transactions` dictionary.
|
|
57
|
+
If not, it attempts to load the transaction function from the available transaction definitions.
|
|
58
|
+
|
|
59
|
+
Args:
|
|
60
|
+
transaction_name (str): The name of the transaction function to retrieve.
|
|
61
|
+
|
|
62
|
+
Returns:
|
|
63
|
+
Callable[..., Any]: The transaction function corresponding to the given name.
|
|
64
|
+
|
|
65
|
+
Raises:
|
|
66
|
+
TransactionNotFoundError: If the transaction function with the specified name is not found.
|
|
67
|
+
"""
|
|
19
68
|
@staticmethod
|
|
20
69
|
def _run_async_transaction(transaction_func: Callable[..., Any], args: dict[str, Any]) -> Any: ...
|
|
21
70
|
def _load_transaction(self, transaction_name: str) -> Callable[..., Any]: ...
|
amsdal/utils/contrib_paths.py
CHANGED
|
@@ -4,6 +4,16 @@ from pathlib import Path
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
def get_contrib_schemas_paths() -> Generator[Path, None, None]:
|
|
7
|
+
"""
|
|
8
|
+
Retrieves paths to contribution schemas.
|
|
9
|
+
|
|
10
|
+
This function iterates over the configured contributions in the settings and yields
|
|
11
|
+
the paths to the 'models' directories for each contribution.
|
|
12
|
+
|
|
13
|
+
Returns:
|
|
14
|
+
Generator[Path, None, None]: A generator that yields paths to the 'models' directories
|
|
15
|
+
of the configured contributions.
|
|
16
|
+
"""
|
|
7
17
|
from amsdal.configs.main import settings
|
|
8
18
|
|
|
9
19
|
for contrib in settings.CONTRIB:
|
amsdal/utils/contrib_paths.pyi
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
from collections.abc import Generator
|
|
2
2
|
from pathlib import Path
|
|
3
3
|
|
|
4
|
-
def get_contrib_schemas_paths() -> Generator[Path, None, None]:
|
|
4
|
+
def get_contrib_schemas_paths() -> Generator[Path, None, None]:
|
|
5
|
+
"""
|
|
6
|
+
Retrieves paths to contribution schemas.
|
|
7
|
+
|
|
8
|
+
This function iterates over the configured contributions in the settings and yields
|
|
9
|
+
the paths to the 'models' directories for each contribution.
|
|
10
|
+
|
|
11
|
+
Returns:
|
|
12
|
+
Generator[Path, None, None]: A generator that yields paths to the 'models' directories
|
|
13
|
+
of the configured contributions.
|
|
14
|
+
"""
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import contextlib
|
|
2
|
+
from typing import Any
|
|
3
|
+
from typing import Generic
|
|
4
|
+
from typing import TypeVar
|
|
5
|
+
from typing import Union
|
|
6
|
+
from typing import get_origin
|
|
7
|
+
|
|
8
|
+
from amsdal_models.classes.model import LegacyModel
|
|
9
|
+
from amsdal_models.classes.model import Model
|
|
10
|
+
from amsdal_utils.models.data_models.reference import Reference
|
|
11
|
+
from polyfactory.factories.base import BuildContext
|
|
12
|
+
from polyfactory.field_meta import FieldMeta
|
|
13
|
+
from polyfactory.field_meta import Null
|
|
14
|
+
|
|
15
|
+
try:
|
|
16
|
+
import polyfactory.factories.pydantic_factory as factories
|
|
17
|
+
except ImportError:
|
|
18
|
+
_msg = '"polyfactory" package is required for using this module. Use "pip install amsdal[factory]" to install it.'
|
|
19
|
+
raise ImportError(_msg) from None
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
T = TypeVar('T', bound=Model)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class AmsdalFactory(Generic[T], factories.ModelFactory[T]):
|
|
26
|
+
__is_base_factory__ = True
|
|
27
|
+
|
|
28
|
+
@classmethod
|
|
29
|
+
def get_field_value(
|
|
30
|
+
cls,
|
|
31
|
+
field_meta: FieldMeta,
|
|
32
|
+
field_build_parameters: Any | None = None,
|
|
33
|
+
build_context: BuildContext | None = None,
|
|
34
|
+
) -> Any:
|
|
35
|
+
if get_origin(field_meta.annotation) is Union and field_meta.default is Null:
|
|
36
|
+
with contextlib.suppress(TypeError):
|
|
37
|
+
is_class_definition = any(
|
|
38
|
+
issubclass(arg, LegacyModel) for arg in field_meta.annotation.__args__
|
|
39
|
+
) and any(issubclass(arg, Reference) for arg in field_meta.annotation.__args__)
|
|
40
|
+
is_optional = any(issubclass(arg, type(None)) for arg in field_meta.annotation.__args__)
|
|
41
|
+
|
|
42
|
+
if is_optional:
|
|
43
|
+
field_meta.annotation = type(None)
|
|
44
|
+
elif is_class_definition:
|
|
45
|
+
for _type in field_meta.annotation.__args__:
|
|
46
|
+
if not issubclass(_type, LegacyModel | type(None) | Reference):
|
|
47
|
+
field_meta.annotation = _type
|
|
48
|
+
|
|
49
|
+
return super().get_field_value(field_meta, field_build_parameters, build_context)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: amsdal
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.27
|
|
4
4
|
Summary: AMSDAL
|
|
5
5
|
License: AMSDAL End User License Agreement
|
|
6
6
|
|
|
@@ -133,8 +133,12 @@ Requires-Dist: black >=24.3.0
|
|
|
133
133
|
Requires-Dist: amsdal-utils ==0.1.*
|
|
134
134
|
Requires-Dist: amsdal-data[postgres] ==0.1.*
|
|
135
135
|
Requires-Dist: amsdal-models ==0.1.*
|
|
136
|
+
Provides-Extra: celery
|
|
137
|
+
Requires-Dist: celery ==5.4.0 ; extra == 'celery'
|
|
136
138
|
Provides-Extra: cli
|
|
137
139
|
Requires-Dist: amsdal-cli ==0.1.* ; extra == 'cli'
|
|
140
|
+
Provides-Extra: factory
|
|
141
|
+
Requires-Dist: polyfactory ==2.* ; extra == 'factory'
|
|
138
142
|
Provides-Extra: redis-lock
|
|
139
143
|
Requires-Dist: amsdal-data[redis-lock] ==0.1.* ; extra == 'redis-lock'
|
|
140
144
|
Provides-Extra: server
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=kVpm9JYjyIfNiShzkUraCesQMmzxRl2DUamdV87JXBo,74880
|
|
2
|
+
amsdal/__about__.py,sha256=V6-ceiRf62BnVDjJ9uPZdsMbWKhdqY5UTj4MxIaRtBY,129
|
|
3
|
+
amsdal/__about__.pyi,sha256=xq3DTJlvvVHWjbZ1EvMjKJBpN-UQO3z1Rulqaz2NN6w,18
|
|
4
|
+
amsdal/__init__.py,sha256=ypS-xvwXkC53iUVSW1dERcXCDWw5hSZhZm9khaTVUJQ,76
|
|
5
|
+
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
amsdal/errors.py,sha256=3Pf3wsuAftGu3eD3NNy_lD2POB-Cnd_NBJrhKnyUtkw,647
|
|
7
|
+
amsdal/errors.pyi,sha256=JqEo8dHOLgEacpbBnpnglFc7Ny-Trb2h7T3gI8CpTlA,609
|
|
8
|
+
amsdal/manager.cp310-win_amd64.pyd,sha256=9J7v5FebBH8uRoebDUxcAPEy32faGRycKnkhhaCIhfs,112128
|
|
9
|
+
amsdal/manager.pyi,sha256=p_fGWO3Gm-vGUqYGIsAWTWOcK6BzREjvR3I7PrwpUEo,8172
|
|
10
|
+
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
amsdal/__migrations__/0000_initial.py,sha256=bCKJF2stg6fRSTMhJwSfEGxwZMX7xsuNj_lPD7z8RF8,10521
|
|
12
|
+
amsdal/__migrations__/0001_datetime_type.py,sha256=hsskIMBOJMuQ_ZR8CgzNP-AkXDg9T4Du-Di38a9vTf4,615
|
|
13
|
+
amsdal/__migrations__/0002_fixture_order.py,sha256=jJNd3iOw20oT9MVRUE0wzGqOpHlPsvn61FbxafxaJZA,1638
|
|
14
|
+
amsdal/cloud/__init__.cp310-win_amd64.pyd,sha256=ejr-T4MfyoIHO7HH98J74ITDmIMPGLmc4ilY_dI7NA4,19456
|
|
15
|
+
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
amsdal/cloud/client.cp310-win_amd64.pyd,sha256=gBWNRLgKKZW6H70v0WD-jmyYMEZCIkIntB48S6pHTHQ,55808
|
|
17
|
+
amsdal/cloud/client.pyi,sha256=4m6jDcMQSk3M8ABA0NS45AKncMUpCG_21bz3RDq_5sE,2304
|
|
18
|
+
amsdal/cloud/constants.cp310-win_amd64.pyd,sha256=qstmOfhXvKsmfKEGy5oU7dZCm-TxYFxjubh75wYc4i8,32256
|
|
19
|
+
amsdal/cloud/constants.pyi,sha256=d85rQXknPSRaUj92i5BopZNBngvNCnHZSY2fgt_45F8,340
|
|
20
|
+
amsdal/cloud/enums.cp310-win_amd64.pyd,sha256=F0qNavctr2Ml-2X43kvrfVP1Qv-SfICkA7_-PbUKPdI,33280
|
|
21
|
+
amsdal/cloud/enums.pyi,sha256=ueFx-LbHeHucHksjeptDdWHWRUFDJijVLQtsiVXoIrw,1825
|
|
22
|
+
amsdal/cloud/models/__init__.cp310-win_amd64.pyd,sha256=EsDTFQLFQhkEmXXdoGesQMZVr3fjX3orS4-S5rgwLwE,19456
|
|
23
|
+
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
+
amsdal/cloud/models/base.cp310-win_amd64.pyd,sha256=Q5zIfVi1fGzSJk_zmAH-gQ6nFjpKhlT56hzLf5MWOGQ,54784
|
|
25
|
+
amsdal/cloud/models/base.pyi,sha256=s8bFDyr3lsNApltmgRqIYsmSik26-4PSdkU1EdMXKRs,7974
|
|
26
|
+
amsdal/cloud/services/__init__.cp310-win_amd64.pyd,sha256=Dr7r6qpqoGt5kVvpKmMEyZjxi7Rbs-Oxs7ZG3Yq7Mn0,19456
|
|
27
|
+
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
+
amsdal/cloud/services/actions/__init__.cp310-win_amd64.pyd,sha256=wmgivB9WTo_xkLwLLWsNrYXJ_ReghYe3Ti8Q-9xltkA,19456
|
|
29
|
+
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cp310-win_amd64.pyd,sha256=DVjwcUMnhbsc2vD7uXvkOnb05f1ooF6a4RwnKaS3eUI,44032
|
|
31
|
+
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=shw8fKFhF8QZw3U9tkLi3C8T2tNOTyFShu8_0BWq1Oo,902
|
|
32
|
+
amsdal/cloud/services/actions/add_basic_auth.cp310-win_amd64.pyd,sha256=LQevkR-uE5dzBJ0wTkM0lmvsh4pwXVf_3-4dRv-Zk6w,46080
|
|
33
|
+
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=8QDL_Fb8k4IAftNFbxnXtYYg1VyiyIH14-TEub_wGkw,1127
|
|
34
|
+
amsdal/cloud/services/actions/add_dependency.cp310-win_amd64.pyd,sha256=1VvKn0rZ7j9IPT8TA51xvOns5M5KMl_8WBvHaWz9PhY,44032
|
|
35
|
+
amsdal/cloud/services/actions/add_dependency.pyi,sha256=ssg_KvBUWYX5j9QKZrtLT-g3x-GAXHnHg7-Ji9_fswk,856
|
|
36
|
+
amsdal/cloud/services/actions/add_secret.cp310-win_amd64.pyd,sha256=tUOZdDQJFwNgCRIwk6JnRTiyUGhn2c46N7l_OJXPsos,44544
|
|
37
|
+
amsdal/cloud/services/actions/add_secret.pyi,sha256=Fc-gZ3_mRCWHRZrtI7RS7IHu41L7b7rGFFYKviunagE,910
|
|
38
|
+
amsdal/cloud/services/actions/base.cp310-win_amd64.pyd,sha256=_tMNgXbv5NUyyvlT6FTy3gp1M6meY66E9b89CFZCl0o,95744
|
|
39
|
+
amsdal/cloud/services/actions/base.pyi,sha256=Yngqevvbqd3Tbjefdquq9VCu3S5e1wdV_rfQamZVlKM,6002
|
|
40
|
+
amsdal/cloud/services/actions/create_deploy.cp310-win_amd64.pyd,sha256=gp0mZA-nT7HumaUhC3y7AoKdSksPPHy6XIFGvDuXr58,75264
|
|
41
|
+
amsdal/cloud/services/actions/create_deploy.pyi,sha256=ODnuNnlRW-uQiaXxXH2b0pAK8tICVDdMSs9CsAHFUpc,2029
|
|
42
|
+
amsdal/cloud/services/actions/create_env.cp310-win_amd64.pyd,sha256=T5XXsWm1WfpSaWf3aQzn17mYSi0UWgG95w_AOGWcGdk,45056
|
|
43
|
+
amsdal/cloud/services/actions/create_env.pyi,sha256=faRAVJMOEx9BoDRs91tfkV7S8dBv7IOUUozu9PbC-V4,929
|
|
44
|
+
amsdal/cloud/services/actions/create_session.cp310-win_amd64.pyd,sha256=W6bt-7EmLiX6clIqO9M9SpWMC1zhPUyul242ZtWXtGs,43520
|
|
45
|
+
amsdal/cloud/services/actions/create_session.pyi,sha256=pOm4qaLT8pj8CEwFey-nk7hprMl4YvAqM4th7fkGg-k,691
|
|
46
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cp310-win_amd64.pyd,sha256=sHnCkDCnmDhyVzy4rHkCRUGK0Sao8olG0S4IlLAnkKk,44544
|
|
47
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=r53-MXHqQ5oYEOnLGoamYrLpKsg4PoW-B_IdImS2HvI,952
|
|
48
|
+
amsdal/cloud/services/actions/delete_basic_auth.cp310-win_amd64.pyd,sha256=UNqkl3OOhKQ3zOfkKawwxJYnhIagrsLgGA3fNB-BWvY,43520
|
|
49
|
+
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=MyFWmJmY42gQDsOLhore14UlumnhWSzJIs8vjiobIVY,935
|
|
50
|
+
amsdal/cloud/services/actions/delete_dependency.cp310-win_amd64.pyd,sha256=bUgnVEp5wtmUgOyBCwIiKb_6vU5VbgvRjkWni5DbAKA,44544
|
|
51
|
+
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=yeb1l7KqAD_XWxyT6xu63I5cfG2oH77XQ_hNRdG6TZU,1042
|
|
52
|
+
amsdal/cloud/services/actions/delete_env.cp310-win_amd64.pyd,sha256=HNnAOx8ULxyfWwv4WUZ-RqmXmH7wYyGGCfKXNH-OL50,45056
|
|
53
|
+
amsdal/cloud/services/actions/delete_env.pyi,sha256=37lPpPcGiSORXBF0d--Slwb5l-FJw9n_yZGPdlOBCNM,990
|
|
54
|
+
amsdal/cloud/services/actions/delete_secret.cp310-win_amd64.pyd,sha256=1ix-ijWduxOVj1jpDe07htgjd0AoaIkvbnSCQTF1xI4,44544
|
|
55
|
+
amsdal/cloud/services/actions/delete_secret.pyi,sha256=2iuFthhkQrmu0tnVTYI5YmRWjOhtCtNmDBxfZqB9EJY,974
|
|
56
|
+
amsdal/cloud/services/actions/destroy_deploy.cp310-win_amd64.pyd,sha256=WiWwPFSwrmQcyvZzEmcJjldFN6ZhgG5zWp19ZAbX5rY,43008
|
|
57
|
+
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=lz16Q-1c8MRtgVGsZpsIL2XdfZHd8foANBVCk5bXiIA,627
|
|
58
|
+
amsdal/cloud/services/actions/expose_db.cp310-win_amd64.pyd,sha256=nb2GHoYnZ7uz5OexVnJZoVr8Zej7SyVIapbw-pmi_6g,45568
|
|
59
|
+
amsdal/cloud/services/actions/expose_db.pyi,sha256=IymYkVHHR5Fndd_mKvU8OkLx3rqrJty_911Uqq0qZBs,1071
|
|
60
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cp310-win_amd64.pyd,sha256=vGel4xDK7Qe70US1YHrWUuCD754fd9XyDm_LGQoSq7E,45056
|
|
61
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=GdzOwOiwqrVHPhK7Q69dOMvdcNeFprR-QvOIfx9nqdQ,1092
|
|
62
|
+
amsdal/cloud/services/actions/get_monitoring_info.cp310-win_amd64.pyd,sha256=-ukWG9eAHyapsJQ7yGP8iFtFykCYGf9Mk5vAy-0iaA8,45056
|
|
63
|
+
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=nxR6tfsYdvC0EehwuXock8xfZTrq0DosOgqM9SctS2M,1066
|
|
64
|
+
amsdal/cloud/services/actions/list_dependencies.cp310-win_amd64.pyd,sha256=W7rcqXr8Urzq_EyFj1mCQ96Mu4qyCytEWB5HocW4e-g,45568
|
|
65
|
+
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=LbGpFOF_QRd-nzsh2j3Ie3EVQUHwg-wuBfbfOgKkGh4,1056
|
|
66
|
+
amsdal/cloud/services/actions/list_deploys.cp310-win_amd64.pyd,sha256=wMwpWwBaOw8EDmc_nTjJCoOr8bFjhnuxpZQG0Fklwyo,44032
|
|
67
|
+
amsdal/cloud/services/actions/list_deploys.pyi,sha256=BoP3IBOotdHvASjAgqWpJpbMt4e0h4F3mlBPm75B3iY,743
|
|
68
|
+
amsdal/cloud/services/actions/list_envs.cp310-win_amd64.pyd,sha256=gYN1qYG8k9Zhdg29gk1pKkYp8mjS6of2RxnBmeDEk_k,44032
|
|
69
|
+
amsdal/cloud/services/actions/list_envs.pyi,sha256=2hsPcT_lIKUWvb0hh7YmyYGBlpx3ztalmukGctK_06c,898
|
|
70
|
+
amsdal/cloud/services/actions/list_secrets.cp310-win_amd64.pyd,sha256=KLKQGy0HYo6vdnVoMWk3D3LeyaC6h1994dU_aLOfIW0,46080
|
|
71
|
+
amsdal/cloud/services/actions/list_secrets.pyi,sha256=bSIo98ceKUBaInpB6tYC6XIhreStvu1a_wzw0R5jNOo,1101
|
|
72
|
+
amsdal/cloud/services/actions/manager.cp310-win_amd64.pyd,sha256=MKg0wJvgaoMiI4hBCMAgzBIjV2xiFH8fJW9kzGREZ6w,120832
|
|
73
|
+
amsdal/cloud/services/actions/manager.pyi,sha256=rRvAQOmcI-p_aHIi3E4_oWu1eef4s76lWgEqB93r414,15719
|
|
74
|
+
amsdal/cloud/services/actions/signup_action.cp310-win_amd64.pyd,sha256=pgXympl3FMH0dSol05oTIEZ89t8YswkXnELsejaqb3U,41984
|
|
75
|
+
amsdal/cloud/services/actions/signup_action.pyi,sha256=-5s88GsFSlUJdxVKFiKMQOODNE5xlqV7EiWi7rkH6vg,828
|
|
76
|
+
amsdal/cloud/services/actions/update_deploy.cp310-win_amd64.pyd,sha256=14VmBD0gNFYobtTSUTSByp1r9F2vg5gVFpNNYCyGRbE,44544
|
|
77
|
+
amsdal/cloud/services/actions/update_deploy.pyi,sha256=iYInpQsoZVUGNInCsT0eS_YQnbxKzM1vZhiOtGxiTAU,785
|
|
78
|
+
amsdal/cloud/services/auth/__init__.cp310-win_amd64.pyd,sha256=sdUGc3pfK0DEjbWwogeZVUpsuEJDwj9XOC1sgzUVQmg,19456
|
|
79
|
+
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
|
+
amsdal/cloud/services/auth/base.cp310-win_amd64.pyd,sha256=2TaY3UeL3zQVHWVRlH6y52l52oUDvV7L4Q6dFFA5-38,38912
|
|
81
|
+
amsdal/cloud/services/auth/base.pyi,sha256=c38fkpQ6UbtQ6bHLpE213cDcu58JzpsW3fyQDqFGUO8,173
|
|
82
|
+
amsdal/cloud/services/auth/credentials.cp310-win_amd64.pyd,sha256=Pl9sKFa0itsFjWD042yfIgVe3lzqX_nEJDZ70wJFfpk,76800
|
|
83
|
+
amsdal/cloud/services/auth/credentials.pyi,sha256=0sVjIBfqOhWZsZEs0du98fp2oWXwlGcaCXvttayku74,1514
|
|
84
|
+
amsdal/cloud/services/auth/manager.cp310-win_amd64.pyd,sha256=ttdWDC-tB5BSr-YQG8MAgDbenXmJ2RrbTgd0GW7EtuI,50688
|
|
85
|
+
amsdal/cloud/services/auth/manager.pyi,sha256=NY_z9Qj4Yl2QMvQGRGB_gdWRTfleZ7VesKRpTCxiIUg,1269
|
|
86
|
+
amsdal/cloud/services/auth/signup_service.cp310-win_amd64.pyd,sha256=dof0zC1CdDJEdY_g_Zp0Sq26PKxJJ1ZAfL0N3E1-C_E,59904
|
|
87
|
+
amsdal/cloud/services/auth/signup_service.pyi,sha256=NR9k0PR4uiCqFBBmONv58w3D0ji-saykqNfxdOZB0Y0,1177
|
|
88
|
+
amsdal/cloud/services/auth/token.cp310-win_amd64.pyd,sha256=lmFjyInBLSExWAywCI0fmYFTiTA6SzuL-lkzaDXD4cg,65536
|
|
89
|
+
amsdal/cloud/services/auth/token.pyi,sha256=m_1cd0p6K-9IG4Wk3ql-UvHRIUeU2ZGCDHfxtRFftro,1136
|
|
90
|
+
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
|
+
amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
|
+
amsdal/configs/constants.py,sha256=97zIEmFc_b-ijUZ44y6348pUbV6zwdt16I5tDZmtr4w,1002
|
|
93
|
+
amsdal/configs/constants.pyi,sha256=zU2csJ-egyLmYLQ6Fkz-KRHQrm1bENU8qxOACEbcGos,705
|
|
94
|
+
amsdal/configs/main.py,sha256=yhEIPBLhMCrHIySjSDnScHUFRQ6P1K9FOje73BbCpIU,9423
|
|
95
|
+
amsdal/configs/main.pyi,sha256=FhZAj9cBOGT54cQ60UqQ1TTh6wC9Usj0VHUmjUOPVzA,7058
|
|
96
|
+
amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
|
+
amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
|
+
amsdal/context/manager.py,sha256=RMnQ4IWkWqWgnF4w94m3L1uMUAswrFx__b_qGw_5tuo,1919
|
|
99
|
+
amsdal/context/manager.pyi,sha256=uiOOQbtgX8dv0y1fEdixB7bBuPMnk9f2J4xDZQ0oyys,1524
|
|
100
|
+
amsdal/contrib/__init__.cp310-win_amd64.pyd,sha256=qpLLD2oCcYHZpmz2_8TQliUqcpagt-Pl_w9VqJRFKAY,19456
|
|
101
|
+
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
102
|
+
amsdal/contrib/app_config.py,sha256=5CQQRNmyxy581Py0wxdrzlTTfntDQA5hhP0xa83wNF8,138
|
|
103
|
+
amsdal/contrib/app_config.pyi,sha256=eGXOXlkuTFvl85K6zVZsdqRpSL3bTu7YIwUhf28BU2M,155
|
|
104
|
+
amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
105
|
+
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
106
|
+
amsdal/contrib/auth/app.py,sha256=koxAtLn59M1RLdRn4YFwvK-VQbOWUzYse3tRyVdZz7E,1208
|
|
107
|
+
amsdal/contrib/auth/app.pyi,sha256=yZtQliQPrhz_ND9S_S_6mVy_ohzcitbYKe2ibF6PrNo,527
|
|
108
|
+
amsdal/contrib/auth/errors.py,sha256=WJkUPN39EUp-36fg5EO2OxsxZrloUocEKi_jtlVfUO8,141
|
|
109
|
+
amsdal/contrib/auth/errors.pyi,sha256=7nbk7Uhj-u-QqzlqRrsBexOTvVWFn1tOJSzs5zeVtMo,135
|
|
110
|
+
amsdal/contrib/auth/settings.py,sha256=eE-c0EmUpuzVRvROR1FVuyRgJbyof3lPSdcW08-ETcQ,1263
|
|
111
|
+
amsdal/contrib/auth/settings.pyi,sha256=jAUVDGi4bfjL5yQafIU9eAzp0-WBj8OtmKTzsqGx3o4,1037
|
|
112
|
+
amsdal/contrib/auth/decorators/__init__.py,sha256=M4IOUlrjDcuYUdwKsgjgzNsra7AJE83cGXYM6AyiyWw,641
|
|
113
|
+
amsdal/contrib/auth/decorators/__init__.pyi,sha256=0nb-OZ9k2KPZCc1rfcrDcj1QVE0XuMfNCMtIsdfcH5U,311
|
|
114
|
+
amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
|
+
amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
|
+
amsdal/contrib/auth/lifecycle/consumer.py,sha256=BrQDBhKyBZTh6oiWBxfV63mCFsktt-Q3fxs3m5lVutE,9390
|
|
117
|
+
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=dLb-MrxKyNKN_K1yfAnJwjB3JEQ1vIrQVynldc2rVak,3287
|
|
118
|
+
amsdal/contrib/auth/migrations/0000_initial.py,sha256=edEIXxfmyGKatzZhcnTzCgsVtjY7kGraW_ZS63SCYpg,4879
|
|
119
|
+
amsdal/contrib/auth/models/login_session/model.json,sha256=jmi-eU_aXaa8e1eyNcNa4N7rPeVKhDI_NR56IwCF-E8,397
|
|
120
|
+
amsdal/contrib/auth/models/login_session/hooks/pre_init.py,sha256=Kgl0NN1bJtnc76N3z9u0dbteQbV0cbmmROEx7P_zAXg,2260
|
|
121
|
+
amsdal/contrib/auth/models/login_session/modifiers/display_name.py,sha256=CoMf4zahQqX2DndMerPGKIYGwsAts922k4hM_KBWsXo,306
|
|
122
|
+
amsdal/contrib/auth/models/permission/model.json,sha256=enWBdJQNfK5UtEN_rGldlopnE5rW2qN1lvnztv06qM8,275
|
|
123
|
+
amsdal/contrib/auth/models/permission/fixtures/basic_permissions.json,sha256=qXVUKt-VDuWIJNFiidnPJHLFoAU7CWVV8tDLM4kNvMk,1391
|
|
124
|
+
amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=1J201BVfBEyAtpWxPEhXnKl-udfZE9xFaYCoitH2cwE,377
|
|
125
|
+
amsdal/contrib/auth/models/user/model.json,sha256=38U_e69FWRKmgJGyELWYOY7q7aVZsLfV5Hb-viAOpzg,424
|
|
126
|
+
amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=cqrdWOr7SbEv2ZVx1XUzNNGsZ3pGoxQ4QKcBOM0QpeM,1741
|
|
127
|
+
amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=FIKUc34mG0ymgIJGXZ2M3lZA6f_-eepZ_YHKDUZ6NLw,250
|
|
128
|
+
amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=mTkvfprfAV0895cKVlLp_N5altetrcwEUki5JKi83hw,523
|
|
129
|
+
amsdal/contrib/frontend_configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
130
|
+
amsdal/contrib/frontend_configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
|
+
amsdal/contrib/frontend_configs/app.py,sha256=svenK6iOA0W82cdMCb_UpiToFe0zxTCtgp1iMQtf3Dk,860
|
|
132
|
+
amsdal/contrib/frontend_configs/app.pyi,sha256=kWHb6fYzM_HIejQ9bA7Hut99MpupNPJFeyi6lcwGQqY,742
|
|
133
|
+
amsdal/contrib/frontend_configs/constants.py,sha256=Sq_LPiBx9_3IV9zDEx2WBohqcCQuYhft5InsVSVAMyE,35
|
|
134
|
+
amsdal/contrib/frontend_configs/constants.pyi,sha256=IxamKf78NFPlj_iWevc4o5-oLB5yUI1Ob5TlAc3Q090,24
|
|
135
|
+
amsdal/contrib/frontend_configs/utils.py,sha256=OLO49hGVsAN8DjKdGnZEEQRHI92j_vKiGmFaOrYaYZ4,1132
|
|
136
|
+
amsdal/contrib/frontend_configs/utils.pyi,sha256=biahGg96UGJYrUnK-mjz6ohrAX-EmI2eh_uEb7CFfNc,747
|
|
137
|
+
amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=0ImVvWKruRNiGNfBY1Hsk8p6T3ndfvn4WRxJRMoLm2U,144
|
|
138
|
+
amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=nSAK5wBCoaNuP1G3lK9tn9lK1rmntZZFuB2oVVTTYFY,165
|
|
139
|
+
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=NnW0W6h1Cp8akRabQWMff47Cd-ilrTWZKHNTyZBUziM,7854
|
|
140
|
+
amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=MhEtwUcxoCR5sZ69DYzptUINeWrdwdSxYwsqUoW3Lz8,1002
|
|
141
|
+
amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
142
|
+
amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
|
+
amsdal/contrib/frontend_configs/lifecycle/consumer.py,sha256=y_Cai0w5_i1rgs-lPG0Ei5kG-1nHRng4sma_8AcUe8E,9394
|
|
144
|
+
amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=FDCkQyW5RpevzSxzy1zMwS34-6ZC19JctpvlXZCBwsc,3786
|
|
145
|
+
amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=RMzdSUch-7Bjt5qAnefp8MuPbRmsF8KMlLEEMnzFogc,13768
|
|
146
|
+
amsdal/contrib/frontend_configs/models/frontend_activator_config/model.json,sha256=qzcYXyMYSURsKCd7r6b2b_US48Iudvt7o4V-ILBKNxY,243
|
|
147
|
+
amsdal/contrib/frontend_configs/models/frontend_config_async_validator/model.json,sha256=FMvWqKkpv2-hFDhm636dosv-6Cf3gy3fv8GB3intGFs,250
|
|
148
|
+
amsdal/contrib/frontend_configs/models/frontend_config_group_validator/model.json,sha256=jpRJukF4BHX-BRd1pUQVu0ZA3ljFMq6z80j0MoqbI9s,1417
|
|
149
|
+
amsdal/contrib/frontend_configs/models/frontend_config_option/model.json,sha256=VovGRiHWUeWVHTCMIF7TAejGLBKdKXcHp5xqzIYpVRk,329
|
|
150
|
+
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/model.json,sha256=xUBAvTRBP9sqXxP7RB0Z4YnkIr0fm9hUY1g0OzsfoEI,124
|
|
151
|
+
amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base/properties/model_dump.py,sha256=K_JquDAVefbOESdAgZjw0UB-2HHLYlrw8S-WuQZmxQQ,439
|
|
152
|
+
amsdal/contrib/frontend_configs/models/frontend_config_slider_option/model.json,sha256=9fsuY3aulCn4wB5Dgo10WlswKCaKzZJODyE4bdrK0DM,429
|
|
153
|
+
amsdal/contrib/frontend_configs/models/frontend_config_text_mask/model.json,sha256=V29FDSq09B5ymHB4h6lTLNm49fypbMBeyOz_d_sDdQI,611
|
|
154
|
+
amsdal/contrib/frontend_configs/models/frontend_config_validator/model.json,sha256=QE93pGzDI6a_d9wle_WDGsUBIOkBZivHB56NcauATHo,1101
|
|
155
|
+
amsdal/contrib/frontend_configs/models/frontend_control_config/model.json,sha256=SQYtP5Gl6L-B8VNRRGqgjIeEe19BWmYdq7t4zbeFL8c,7040
|
|
156
|
+
amsdal/contrib/frontend_configs/models/frontend_model_config/model.json,sha256=6V6MFERLB8Bi6pq2rwIkNeECqnaZelGR-a_vY0S00Ts,355
|
|
157
|
+
amsdal/contrib/frontend_configs/models/frontend_model_config/fixtures/permissions.json,sha256=cnv_GbhIex6GalwmEKLemkaLvgwHE2ZNPSJfEIWurYY,667
|
|
158
|
+
amsdal/contrib/frontend_configs/models/frontent_config_control_action/model.json,sha256=ZzYurM5zkjsyOFU3VLn_mU3D10HrdKTYCB1wEJE41tc,1440
|
|
159
|
+
amsdal/contrib/frontend_configs/models/frontent_config_control_action/properties/action_validate.py,sha256=ZQ4MnT4CNi1YMGjd43hLNn2RqkBxDwUCsjjYd8Zxjfc,1067
|
|
160
|
+
amsdal/fixtures/__init__.cp310-win_amd64.pyd,sha256=e7y9tZjo230pKfbtRTC9-LKWnvXBFywAkBSJhMO7_-g,19456
|
|
161
|
+
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
162
|
+
amsdal/fixtures/manager.cp310-win_amd64.pyd,sha256=qtAsqlYaEoDzqFpCYREUYVf_FdQJE9m6e7gJK88HQ3g,134144
|
|
163
|
+
amsdal/fixtures/manager.pyi,sha256=GcMhNJIcuLkWKq3Tu1xrkuz1VEeoyg4uxLCK9WAc8X0,5042
|
|
164
|
+
amsdal/migration/__init__.cp310-win_amd64.pyd,sha256=1cR4gS-zN9KwaAdR8othixaNU5g7JfojgajsW8DVSZg,19456
|
|
165
|
+
amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
166
|
+
amsdal/migration/base_migration_schemas.cp310-win_amd64.pyd,sha256=cc4LKaV8cymJNq2EZab9V1NBqiQvfx4oBWZLPmHaH5M,148480
|
|
167
|
+
amsdal/migration/base_migration_schemas.pyi,sha256=NRWXsgV13NXL6LiWOkFxnd52XQKsdXO3yJWso069Zb8,5206
|
|
168
|
+
amsdal/migration/data_classes.cp310-win_amd64.pyd,sha256=iPQ2cZ7Q7DekXkKzIjana21HUoE2CHRxr_mYsNhZCCc,59904
|
|
169
|
+
amsdal/migration/data_classes.pyi,sha256=-YMonXE877WvR-K2gMqMWlfCEJXoscNIz90ACMBICwQ,5834
|
|
170
|
+
amsdal/migration/file_migration_executor.cp310-win_amd64.pyd,sha256=F2qtqGwhbryVu8Js0dbratS4ny2tmFEB_w0wl-mWods,108032
|
|
171
|
+
amsdal/migration/file_migration_executor.pyi,sha256=j5A-EJdy5ZcLuU9GYfo27JRtEiVMw4tYJ05dOFD-q4A,4050
|
|
172
|
+
amsdal/migration/file_migration_generator.cp310-win_amd64.pyd,sha256=iQakY4Tw6EEyQ3xZkgvHQzSQDZNXf9aGQjqqRTuf3pA,122880
|
|
173
|
+
amsdal/migration/file_migration_generator.pyi,sha256=xTuSDvFfda9OTS5bBKPq9FdERMWdFZLvAkosapX22cE,5893
|
|
174
|
+
amsdal/migration/file_migration_store.cp310-win_amd64.pyd,sha256=pz6lvfSw3r4GvPexH5lwEMGjH7XgS53gPxgNmcY5aOE,110592
|
|
175
|
+
amsdal/migration/file_migration_store.pyi,sha256=M9fB7MAQFmjbRvHbP47m_NBMC_ydB0b41J9euuq8Eyk,2427
|
|
176
|
+
amsdal/migration/file_migration_writer.cp310-win_amd64.pyd,sha256=ffWb1IGEezUSqzAkKLQ5JTvVpCYNcAYj5iLCON2Jy5Y,70656
|
|
177
|
+
amsdal/migration/file_migration_writer.pyi,sha256=7ElPgTH1teStrBI1fINXyHuw84vZ-yAf7V-Q81-LjrM,2348
|
|
178
|
+
amsdal/migration/migrations.cp310-win_amd64.pyd,sha256=OiXOkCLIKP6-ATEswzm4cRN4Mshktt8HfK6zz6Lr7E8,81408
|
|
179
|
+
amsdal/migration/migrations.pyi,sha256=cqCnsVfVfDG3wid3ChHc1EomdAfHZfw3D-h60pGhAOA,6245
|
|
180
|
+
amsdal/migration/migrations_loader.cp310-win_amd64.pyd,sha256=2ufoqfW-8Zx3WJdmFD0t9Aa1ah_QsJHwiJewO6aT0_c,56832
|
|
181
|
+
amsdal/migration/migrations_loader.pyi,sha256=_ScqLqpw2ps6sWddP-qgyaGd9B22Y6yltKBVvSPh65Y,1161
|
|
182
|
+
amsdal/migration/schemas_loaders.cp310-win_amd64.pyd,sha256=HVUx5hLqn40K3TF7hyqiZZw5Iff4Pla3TNDFl6JfFzI,80384
|
|
183
|
+
amsdal/migration/schemas_loaders.pyi,sha256=zRbXKp6mR1VL8Ncc8jw0PX6wNnGTCPGUcPe5r-timto,1630
|
|
184
|
+
amsdal/migration/utils.cp310-win_amd64.pyd,sha256=8OJTVU1pCVco163n3OwIUh45DSaT2QowPXr1ocyDlUM,90112
|
|
185
|
+
amsdal/migration/utils.pyi,sha256=AGofYDVDnmQTOB9bld4fTbf13aCbC0seH1sbeW7aUpE,2453
|
|
186
|
+
amsdal/migration/executors/__init__.cp310-win_amd64.pyd,sha256=ftpfsjAgbYTMmPYSpTWpCWwB8RT7RxIS7VCv3PMivwg,19456
|
|
187
|
+
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
188
|
+
amsdal/migration/executors/base.cp310-win_amd64.pyd,sha256=7tvTJI4OTiJ8I1W1Mscljcm3em_yYODdkuPip9tWlxU,97280
|
|
189
|
+
amsdal/migration/executors/base.pyi,sha256=HgRQ5TXEeU-sZwyZqbc9HSC_E68J3bCtOLF-zL1zchQ,4975
|
|
190
|
+
amsdal/migration/executors/default_executor.cp310-win_amd64.pyd,sha256=IfZNtKLyOebdi0i39uoTdwxy8r8GqftokX9u0av5Yn0,150528
|
|
191
|
+
amsdal/migration/executors/default_executor.pyi,sha256=O9WKbpMT4jQVv2B8CM_Y6OnYo97lOmCg-DEaLWTDl3U,4780
|
|
192
|
+
amsdal/migration/executors/state_executor.cp310-win_amd64.pyd,sha256=nVmTwybP8SWTO-Z183SwJG6GKwd0cA0aW0rhJKcyLss,68096
|
|
193
|
+
amsdal/migration/executors/state_executor.pyi,sha256=BUIcZoSsNjxZlvjceVP3c87qJlZLSMhWaa3z330mniU,3461
|
|
194
|
+
amsdal/migration/templates/data_migration.tmpl,sha256=vygjPQZ1PweuxQ__sbnEKVoKMTuv-JBvMK9DWENkojM,454
|
|
195
|
+
amsdal/migration/templates/dict_validator.tmpl,sha256=7sep4K1NiJgR2odyAIBmaBf0Mlmb9mXNQFTCXLD54Qk,177
|
|
196
|
+
amsdal/migration/templates/migration.tmpl,sha256=YU_glribPFcCYUPhUnrbm2_lQyYitWJFER-_n_0-_vI,199
|
|
197
|
+
amsdal/migration/templates/model_class.tmpl,sha256=KaZ6ZfJjZ7UI73dj37iT5IDunQAwuM2_11IC4g8SAv8,233
|
|
198
|
+
amsdal/migration/templates/model_class_layout.tmpl,sha256=nfbJlY2gt8KG6AFR5BD3n0yCwc2TQVri8FDo6iQDWoE,790
|
|
199
|
+
amsdal/migration/templates/options_validator.tmpl,sha256=yqZcwO3yOj-_FdMD2xmiz2RiFqyE1yjiaxde5h9f_Mk,209
|
|
200
|
+
amsdal/mixins/__init__.cp310-win_amd64.pyd,sha256=izZkqKBwIVQaIJBCGmwuwxdWIB1Bo3m-a7qVheSm98s,19456
|
|
201
|
+
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
|
+
amsdal/mixins/build_mixin.cp310-win_amd64.pyd,sha256=ID4SuXQkiVqibXSIPT_JioWjPd0ClHLooL48ik5qh-U,104448
|
|
203
|
+
amsdal/mixins/build_mixin.pyi,sha256=YyKAM1lai1iO-p-mcQkKd6OwUCgGynepiw6GbacdGmU,2473
|
|
204
|
+
amsdal/mixins/class_versions_mixin.cp310-win_amd64.pyd,sha256=IwdzfN6D1865W5QmpcnINZb_rQLoJkq9r3-B6SdQGXY,77824
|
|
205
|
+
amsdal/mixins/class_versions_mixin.pyi,sha256=KQT7u_qSY1BtufvOj-3rZHmXBtjPJfOHtLaj-i0utpc,904
|
|
206
|
+
amsdal/operations/__init__.cp310-win_amd64.pyd,sha256=9qt_FD0GctwgsJ7uCqDyWGLQIZ_xfHLt0B0V97mffZs,19456
|
|
207
|
+
amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
208
|
+
amsdal/operations/manager.cp310-win_amd64.pyd,sha256=MzQi1fK10dXudda8cWpueN9wO7BMHVdVLQf2cXMML-0,132096
|
|
209
|
+
amsdal/operations/manager.pyi,sha256=ILlEHDCQzhe-QrfNuEgblJXXbJ-g6cot5ElxWhdektY,2930
|
|
210
|
+
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
211
|
+
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
212
|
+
amsdal/schemas/manager.cp310-win_amd64.pyd,sha256=BNnzrdmiqP8miBMuYHM4q7HwJiZoKhxRvy87v26FZa0,65024
|
|
213
|
+
amsdal/schemas/manager.py,sha256=hGVu9qL9o5a-HWdry8r5lAsKtEAbyS9kvmLBKKiBfnE,4739
|
|
214
|
+
amsdal/schemas/manager.pyi,sha256=QOR7GUkbl-Dm6cimQ2vUyHZMBtNmaSxL2Umjisn4tzA,2855
|
|
215
|
+
amsdal/schemas/core/class_object/model.json,sha256=KA_QKEUB1S4rqHM1GyGiOw4COQ8FCKdUjSmga5tQ4IY,583
|
|
216
|
+
amsdal/schemas/core/class_object/properties/display_name.py,sha256=vi6_v8swNzfuJ8_wuY_h231q4P07km09RrTJECY0mlg,265
|
|
217
|
+
amsdal/schemas/core/class_object_meta/model.json,sha256=Dv5NQC5PHCMGh40aYVuAKTM8vhjr24PCa1ACtdnfNGA,1005
|
|
218
|
+
amsdal/schemas/core/class_property/model.json,sha256=_0VsOBSeHUHsGfotMoxX8ljH5tUtq4TKvWB5eIRAy6E,394
|
|
219
|
+
amsdal/schemas/core/class_property_meta/model.json,sha256=BBq33fmeLJphgYPMPvgA2Yr5k_1ES4-uwQnumyXVr9o,413
|
|
220
|
+
amsdal/schemas/core/file/model.json,sha256=1zzO-a2w8OFszjF8hh24lHoymOAIYvuAgCsHbpY_P68,363
|
|
221
|
+
amsdal/schemas/core/file/hooks/pre_create.py,sha256=wMeakDvtmuu8AJD4RCEyJA_lE94CDK-31cuvBH0LRmg,377
|
|
222
|
+
amsdal/schemas/core/file/hooks/pre_update.py,sha256=np9COVWX3qHcMk-1gnK7aAvWxeSnoAS_hmzuelEXbF8,367
|
|
223
|
+
amsdal/schemas/core/file/properties/from_file.py,sha256=WTTxe-Ez3QalAr2HDyLIdrfR8PAVhXGwTFd8y3l2vT0,960
|
|
224
|
+
amsdal/schemas/core/file/properties/mimetype.py,sha256=iWOqC8NNgfHEgDt4kHvdyBHoA2n-fCaMRYMIKpNr53U,446
|
|
225
|
+
amsdal/schemas/core/file/properties/str.py,sha256=2nJVLtTXKEoXOM72p-2L2KzbWWABwIMG2Qtw5UKLmrE,251
|
|
226
|
+
amsdal/schemas/core/file/properties/to_file.py,sha256=wIsz6EdHwbyv-wrl8zhySzU65_42K0JT77IsoWD_704,744
|
|
227
|
+
amsdal/schemas/core/file/properties/validate_data.py,sha256=r5SkC58kl1S4279hEsDuR6QarCRKk7JYU5HLt5K7OPI,951
|
|
228
|
+
amsdal/schemas/core/fixture/model.json,sha256=o85L5TV2VQuLB8LPjQklvOuFGb8AdLFD7TGmZ_1MhvU,603
|
|
229
|
+
amsdal/schemas/core/option/model.json,sha256=qLsfyuE3IaLR0MY34BljAUM_5U7efiW3Ssjphr3piQM,296
|
|
230
|
+
amsdal/schemas/core/validator/model.json,sha256=8kxtit0KHGtwgsf073mSWKOM-eJgnsD4wgnGbFbqK4k,316
|
|
231
|
+
amsdal/schemas/types/anything/model.json,sha256=I-3GiSNlWdBRMqCyzF8h0gBQpSQ-inP1cjA1WgooBoc,127
|
|
232
|
+
amsdal/schemas/types/array/model.json,sha256=y1MUlc-48ynsclgMbMOz3JhqXMYZZPOEI6TCN9-Iy9Y,124
|
|
233
|
+
amsdal/schemas/types/binary/model.json,sha256=v-TV3hwRlFwfM3-_rMco14ow7WZ3pHqqvqMBCRUzfUk,125
|
|
234
|
+
amsdal/schemas/types/boolean/model.json,sha256=SR8n3Jrm3oKTHWrADDyHr0RvlqofFmkhQj7OHxbq2oU,257
|
|
235
|
+
amsdal/schemas/types/date/model.json,sha256=dLjGhU8bi-2h8vsf4A2XoPwT8ZhfJ26B_OfNXz9BbA8,123
|
|
236
|
+
amsdal/schemas/types/datetime/model.json,sha256=cmbkQOBm0aWujBVWBjCWSmhRCeGi1HsbArTC3DnExH0,127
|
|
237
|
+
amsdal/schemas/types/dictionary/model.json,sha256=vEJrhthRSKhhNROWvgGfwidp1yMXJi6zj1h38dIohXs,141
|
|
238
|
+
amsdal/schemas/types/number/model.json,sha256=4GSLWvGGLSug8ElA324ZVVHQgGG2W2lIhCQiIcenwXs,137
|
|
239
|
+
amsdal/schemas/types/object/model.json,sha256=sCHu1so5eUDf254OYzaLSAwHyjWN80AS32uLzzbQVNc,1018
|
|
240
|
+
amsdal/schemas/types/string/model.json,sha256=RX2h7G_x4UesXZkS5IayJhEj7sT3cQIk9tdZWImG67I,135
|
|
241
|
+
amsdal/services/__init__.cp310-win_amd64.pyd,sha256=FRKWoPOBFBgiS8HdfNnmSGbfOwh3G7bVsnO03fRAX8I,19456
|
|
242
|
+
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
243
|
+
amsdal/services/transaction_execution.cp310-win_amd64.pyd,sha256=TDocM2UOcaPh_aB4TmQfVUY61FR9pUDrEJbatNVLyy4,117248
|
|
244
|
+
amsdal/services/transaction_execution.pyi,sha256=biW_VPMel9o15zDn6FVuTw7Eb3u5U_NnMasSA4uMCMk,3516
|
|
245
|
+
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
246
|
+
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
247
|
+
amsdal/utils/contrib_paths.py,sha256=2APUGfDh99PrfMe3pYM4onWjU3CWgbuPOb6oQQnl2kU,810
|
|
248
|
+
amsdal/utils/contrib_paths.pyi,sha256=s9G7cqnd0bXYXWWx63I1Iy_AsCeOB8GQwPBpX_LTylY,507
|
|
249
|
+
amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
250
|
+
amsdal/utils/tests/enums.py,sha256=VyHqsTsFiUbe17I_QYCPVNHR_nCHmtBz0hyXWGiRqhc,408
|
|
251
|
+
amsdal/utils/tests/factories.py,sha256=oe3koq5IzIyXR9_vyRGtTrioPO_kt9WadG7k1OpAa9E,1975
|
|
252
|
+
amsdal/utils/tests/helpers.py,sha256=dG4As8IR-75CvRjIGdwqvymH-c8jaQs_advca6UW0-g,11138
|
|
253
|
+
amsdal-0.1.27.dist-info/LICENSE.txt,sha256=V_jFl3XPnSEoTM0teoMKDy5i1xmso1IcmjXdf6z_yYY,27462
|
|
254
|
+
amsdal-0.1.27.dist-info/METADATA,sha256=NPaDwFQBbTsnaNq5EMUVISW7l9laFehz2v3u6l1AFY4,57811
|
|
255
|
+
amsdal-0.1.27.dist-info/WHEEL,sha256=5JPYeYl5ZdvdSkrGS4u21mmpPzpFx42qrXOSIgWf4pg,102
|
|
256
|
+
amsdal-0.1.27.dist-info/license_check.py,sha256=8i16Eo7BasaTFAEwys1mHT4NjpB5otePTAevladHxwY,1024
|
|
257
|
+
amsdal-0.1.27.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
258
|
+
amsdal-0.1.27.dist-info/RECORD,,
|