amsdal 0.3.2__cp311-cp311-macosx_10_9_universal2.whl → 0.3.3__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/contrib/auth/decorators/__init__.py +22 -7
- amsdal/contrib/auth/models/user/hooks/post_init.py +19 -0
- amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
- 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/data_classes.cpython-311-darwin.so +0 -0
- amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
- amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
- 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_generator.cpython-311-darwin.so +0 -0
- 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/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/class_versions_mixin.cpython-311-darwin.so +0 -0
- amsdal/schemas/core/file/hooks/pre_create.py +13 -0
- amsdal/schemas/core/file/hooks/pre_update.py +13 -0
- 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 +16 -0
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.dist-info}/METADATA +1 -1
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.dist-info}/RECORD +75 -75
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.dist-info}/WHEEL +0 -0
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.3.2.dist-info → amsdal-0.3.3.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
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import asyncio
|
|
1
2
|
from collections.abc import Callable
|
|
2
3
|
from functools import wraps
|
|
3
4
|
from typing import Any
|
|
@@ -7,14 +8,28 @@ from amsdal.contrib.auth.errors import AuthenticationError
|
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
def require_auth(func: Callable[..., Any]) -> Callable[..., Any]:
|
|
10
|
-
|
|
11
|
-
def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
|
|
12
|
-
request = AmsdalContextManager().get_context().get('request', None)
|
|
11
|
+
if asyncio.iscoroutinefunction(func):
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
@wraps(func)
|
|
14
|
+
async def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
|
|
15
|
+
request = AmsdalContextManager().get_context().get('request', None)
|
|
17
16
|
|
|
18
|
-
|
|
17
|
+
if not request or not request.user:
|
|
18
|
+
msg = 'Authentication required'
|
|
19
|
+
raise AuthenticationError(msg)
|
|
20
|
+
|
|
21
|
+
return await func(*args, **kwargs)
|
|
22
|
+
|
|
23
|
+
else:
|
|
24
|
+
|
|
25
|
+
@wraps(func)
|
|
26
|
+
def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
|
|
27
|
+
request = AmsdalContextManager().get_context().get('request', None)
|
|
28
|
+
|
|
29
|
+
if not request or not request.user:
|
|
30
|
+
msg = 'Authentication required'
|
|
31
|
+
raise AuthenticationError(msg)
|
|
32
|
+
|
|
33
|
+
return func(*args, **kwargs)
|
|
19
34
|
|
|
20
35
|
return wrapper
|
|
@@ -55,3 +55,22 @@ def pre_update(self) -> None: # type: ignore[no-untyped-def]
|
|
|
55
55
|
except ValueError:
|
|
56
56
|
hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
|
|
57
57
|
self.password = hashed_password
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
async def apre_update(self) -> None: # type: ignore[no-untyped-def]
|
|
61
|
+
import bcrypt
|
|
62
|
+
|
|
63
|
+
original_object = await self.arefetch_from_db()
|
|
64
|
+
|
|
65
|
+
password = self.password
|
|
66
|
+
|
|
67
|
+
if original_object.password and password is not None:
|
|
68
|
+
if isinstance(password, str):
|
|
69
|
+
password = password.encode('utf-8')
|
|
70
|
+
|
|
71
|
+
try:
|
|
72
|
+
if not bcrypt.checkpw(password, original_object.password):
|
|
73
|
+
self.password = password
|
|
74
|
+
except ValueError:
|
|
75
|
+
hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
|
|
76
|
+
self.password = hashed_password
|
|
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
|
|
@@ -9,3 +9,16 @@ def pre_create(self) -> None: # type: ignore[no-untyped-def]
|
|
|
9
9
|
None
|
|
10
10
|
"""
|
|
11
11
|
self.size = len(self.data or b'')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
async def apre_create(self) -> None: # type: ignore[no-untyped-def]
|
|
15
|
+
"""
|
|
16
|
+
Prepares the object for creation by setting its size attribute.
|
|
17
|
+
|
|
18
|
+
This method calculates the size of the object's data and assigns it to the size attribute.
|
|
19
|
+
If the data is None, it defaults to an empty byte string.
|
|
20
|
+
|
|
21
|
+
Args:
|
|
22
|
+
None
|
|
23
|
+
"""
|
|
24
|
+
self.size = len(self.data or b'')
|
|
@@ -9,3 +9,16 @@ def pre_update(self): # type: ignore[no-untyped-def]
|
|
|
9
9
|
None
|
|
10
10
|
"""
|
|
11
11
|
self.size = len(self.data or b'')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
async def apre_update(self): # type: ignore[no-untyped-def]
|
|
15
|
+
"""
|
|
16
|
+
Prepares the object for update by setting its size attribute.
|
|
17
|
+
|
|
18
|
+
This method calculates the size of the object's data and assigns it to the size attribute.
|
|
19
|
+
If the data is None, it defaults to an empty byte string.
|
|
20
|
+
|
|
21
|
+
Args:
|
|
22
|
+
None
|
|
23
|
+
"""
|
|
24
|
+
self.size = len(self.data or b'')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -41,6 +41,22 @@ class TransactionExecutionService(metaclass=Singleton):
|
|
|
41
41
|
and executes the transaction. It handles both synchronous and asynchronous transactions
|
|
42
42
|
and performs necessary preprocessing of arguments, such as loading references.
|
|
43
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
|
+
async def async_execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
|
|
53
|
+
"""
|
|
54
|
+
Executes a transaction with the given name and arguments.
|
|
55
|
+
|
|
56
|
+
This method retrieves the transaction function by its name, processes the arguments,
|
|
57
|
+
and executes the transaction. It handles both synchronous and asynchronous transactions
|
|
58
|
+
and performs necessary preprocessing of arguments, such as loading references.
|
|
59
|
+
|
|
44
60
|
Args:
|
|
45
61
|
transaction_name (str): The name of the transaction to execute.
|
|
46
62
|
args (dict[str, Any]): The arguments to pass to the transaction function.
|
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
amsdal-0.3.2.dist-info/RECORD,,
|
|
2
|
-
amsdal-0.3.2.dist-info/WHEEL,sha256=SAXwsvUnStmqZDZIFc0R93dpIgZzQCxgSCg6H6Io4Og,114
|
|
3
|
-
amsdal-0.3.2.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
4
|
-
amsdal-0.3.2.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
5
|
-
amsdal-0.3.2.dist-info/METADATA,sha256=tIf_qT9UIEQ95etQAvBDTgYdMD8Sn-UWrYOwG-hR2R8,57383
|
|
6
|
-
amsdal-0.3.2.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
7
1
|
amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
|
|
8
2
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
3
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
10
|
-
amsdal/manager.cpython-311-darwin.so,sha256=
|
|
4
|
+
amsdal/manager.cpython-311-darwin.so,sha256=yECkr29QFjkW-ygyJ5MkbvVFYJLSFLS6CLQOnfy5kMM,518224
|
|
11
5
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
|
|
12
|
-
amsdal/__about__.py,sha256=
|
|
6
|
+
amsdal/__about__.py,sha256=nuQoRMVxEFmmXdiamtaosOdy-Tha_TsiC3HWiNOUWbE,124
|
|
13
7
|
amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
|
|
14
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
9
|
amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
|
|
@@ -19,11 +13,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
19
13
|
amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
14
|
amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
|
|
21
15
|
amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
|
|
22
|
-
amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=
|
|
16
|
+
amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=ctQB6ksw2O83g4kiO1XDa8FriCiI8hgzI5ocOrxiaJk,337528
|
|
23
17
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
18
|
amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
|
|
25
|
-
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=
|
|
26
|
-
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=
|
|
19
|
+
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Cg77YUssbjUHWWbJxlCfy43AcMHP8wKykI6kIqv24I8,120656
|
|
20
|
+
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=s4Jhb9icdaHNIsDg9h6KviJPuxeg1SzlzhfbXC4lfKw,180576
|
|
27
21
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
22
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
|
29
23
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -36,7 +30,7 @@ amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNe
|
|
|
36
30
|
amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
|
|
37
31
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
32
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
39
|
-
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=
|
|
33
|
+
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=MxPrIXo9nMyGqUadwRsAxCWA_NEJ7_Je3xaLY7gvvNk,120656
|
|
40
34
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
41
35
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
36
|
amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -48,14 +42,14 @@ amsdal/contrib/auth/app.py,sha256=MY_MwhI6d1J8IRi232SbBPp-wrcleRc5BIHNW0--ji4,11
|
|
|
48
42
|
amsdal/contrib/auth/errors.py,sha256=nXuMLbicP_ScrPuZaSdwkPr7fN66Ox_v6UzknVRy9Jk,134
|
|
49
43
|
amsdal/contrib/auth/migrations/0000_initial.py,sha256=KUlzsBZtBApi4aMC5BEt5Gj2veELdF0Aw9YMIhVjt0Q,4830
|
|
50
44
|
amsdal/contrib/auth/decorators/__init__.pyi,sha256=1DKnpx3dKyeuHyKcnXn0TzVqQxT8qrjQnYYASNSA7fM,305
|
|
51
|
-
amsdal/contrib/auth/decorators/__init__.py,sha256=
|
|
45
|
+
amsdal/contrib/auth/decorators/__init__.py,sha256=oBKJQtgWnWiPOjol9-KejJPuQJmfsjj14UVB_4qB4kw,1088
|
|
52
46
|
amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
47
|
amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
48
|
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=FZ6lzBZ-UdBkiI1kKj4g8QwIQz1Vg4gFrgU8shcbDck,5214
|
|
55
49
|
amsdal/contrib/auth/lifecycle/consumer.py,sha256=Dh1bL2DBmvGQSbZvZIoEzd2DmJPHMDNlea5REnCC2pU,16850
|
|
56
50
|
amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
|
|
57
51
|
amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=tD0bj1JRBbGVGVWE7RVXV5v-FAKhuNPWrMgtkPz3OHg,504
|
|
58
|
-
amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=
|
|
52
|
+
amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=8n0r0dKVFpocshIfF8DxQroSJPEUP-UNTbZKACBkbEY,2454
|
|
59
53
|
amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=MV67oB2tLvoizEF4w1Hit6I5Tm23QIO2Kb_mnXQoHUI,242
|
|
60
54
|
amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
|
|
61
55
|
amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=IEb_zuuk5NLG-LNux4gHiXopDZwaf7ZJK3FXqYJwyBs,366
|
|
@@ -97,7 +91,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
|
|
|
97
91
|
amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
|
|
98
92
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
99
93
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
100
|
-
amsdal/schemas/manager.cpython-311-darwin.so,sha256=
|
|
94
|
+
amsdal/schemas/manager.cpython-311-darwin.so,sha256=c1714KAoodWrMHAgnmMUbLpAU3EF4zaABpvSYa2iFHY,249456
|
|
101
95
|
amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
|
|
102
96
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
103
97
|
amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
|
|
@@ -116,8 +110,8 @@ amsdal/schemas/core/file/properties/mimetype.py,sha256=Y2hTq82Da8KeuRsIV4RK3E1F7
|
|
|
116
110
|
amsdal/schemas/core/file/properties/to_file.py,sha256=qzlfo4YHBtsf11S2Hy30AjvA7Lyi8ezsGEXqxGBOPVg,720
|
|
117
111
|
amsdal/schemas/core/file/properties/validate_data.py,sha256=1LsIAdijogQa6uJp6O2wQ7shAJMgWPvYps02HRVzttA,919
|
|
118
112
|
amsdal/schemas/core/file/properties/from_file.py,sha256=fdIuz40QctfTtLTkkaGO7ut61AO3geYxSASirE14GRc,926
|
|
119
|
-
amsdal/schemas/core/file/hooks/pre_create.py,sha256=
|
|
120
|
-
amsdal/schemas/core/file/hooks/pre_update.py,sha256=
|
|
113
|
+
amsdal/schemas/core/file/hooks/pre_create.py,sha256=9JUaU2U5h-_7jbF2NyTWwyCemkOR-1yHRXP92e9EIQ0,741
|
|
114
|
+
amsdal/schemas/core/file/hooks/pre_update.py,sha256=TD9MmK_ZRbWD_jfdHmH0BWt4gr-QZvmMGdR3Dq7Ycc4,721
|
|
121
115
|
amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
|
|
122
116
|
amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
|
|
123
117
|
amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
|
|
@@ -135,123 +129,129 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
|
|
|
135
129
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
130
|
amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
|
|
137
131
|
amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
|
|
138
|
-
amsdal/cloud/client.cpython-311-darwin.so,sha256=
|
|
132
|
+
amsdal/cloud/client.cpython-311-darwin.so,sha256=sqqc4rbVHxg6uJOyHuBMfUPOL-628SjTxcaNGNmX7c0,216208
|
|
139
133
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
140
134
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
141
135
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
|
142
|
-
amsdal/cloud/enums.cpython-311-darwin.so,sha256=
|
|
143
|
-
amsdal/cloud/constants.cpython-311-darwin.so,sha256=
|
|
144
|
-
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=
|
|
136
|
+
amsdal/cloud/enums.cpython-311-darwin.so,sha256=p5MxEiP6lJUc3OYA6t6QX0KMByNVlXnA7Le_3NB6iXw,158064
|
|
137
|
+
amsdal/cloud/constants.cpython-311-darwin.so,sha256=D_eOQg0oyfzpmuzTfDFlNU6lNir452gogaj0LHqUlF8,158688
|
|
138
|
+
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=lmZIk3i0DO8SkS7nhYgt3zEo4AXs9e5uQfP37l89cas,120656
|
|
145
139
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
|
146
|
-
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=
|
|
140
|
+
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=mM35rzuNYGlU4QPO8cadO3czGkVNrp2GQkDOtVdhhgA,211632
|
|
147
141
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
|
148
142
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
|
-
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=
|
|
143
|
+
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=610RjQn56ctnrfx8grpLUYY0h-uw4utdoZaXv7amSec,120688
|
|
150
144
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
151
|
-
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=
|
|
152
|
-
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=
|
|
145
|
+
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=_XmXvNNcyYhPITngf41ECrrJ7FlT4kk0rwCljPh6c-M,120688
|
|
146
|
+
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=Z9pJl4MPXcpbw4WUjSO1CBjy3lY7w6pKb12nprFga2s,163104
|
|
153
147
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
154
148
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
|
155
149
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
156
150
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
|
157
|
-
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=
|
|
158
|
-
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=
|
|
151
|
+
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=5DKtBbC6Qzv4Eu1f1Poy53kwDTuMP3EZR-R8i0kYCxg,251152
|
|
152
|
+
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=J-UM-thKy8odaYXotE3lHrU9ftlC2XBPZKI6q90KWAg,214128
|
|
159
153
|
amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
|
|
160
|
-
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=
|
|
161
|
-
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=
|
|
162
|
-
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=
|
|
154
|
+
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=s8KgKEO9Y0DprRXqHk-c-O_FOOOKVa4xk4LSv9AfXtM,216216
|
|
155
|
+
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=3x9bLE95tesYV0ec3LsVxu0cC483wpjAqzwAUpNtRvI,120704
|
|
156
|
+
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=iambFnxPbcZg6fUVWiFj_Hzl5Lf38y4gTFXMKXeLuYk,253096
|
|
163
157
|
amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
|
|
164
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=
|
|
165
|
-
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=
|
|
158
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=pOzpCDUAOB4DEAflytLJlrWayo1Iq9lwV_AXatUABqc,181112
|
|
159
|
+
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=A2EC-7d4BfbJweHH8Hor4icgjkAuNkBss8L_EKBv0Gs,323552
|
|
166
160
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
|
167
|
-
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=y8saFJkBD3AdajBeQw2s1-SgM9m2lcVTP4YmjF0qy-s,180744
|
|
168
162
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
|
169
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256
|
|
170
|
-
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=
|
|
163
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=u4yQuoIluypaVJj_L_pW9qUcwfryZ9pcpDmYthf-2d4,180776
|
|
164
|
+
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=qnZV3Jz9eVt-T9uhelKyZvQ19Hr_dnldzaZgc33B3lo,180584
|
|
171
165
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
|
172
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=
|
|
173
|
-
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=
|
|
166
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=vxFsQtrQvwgXkBLucOEARxPUEaPNc88cNFwmKDXmH_Q,180760
|
|
167
|
+
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=haGiH8M_a_VGKt2kPae7Y0nI2Et-fWMRl4QjfUHDkoo,181184
|
|
174
168
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
|
175
|
-
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=
|
|
169
|
+
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=W1xwjrHsKhO9UokHWuwspKSgKPj8krA6lsZQjqJESW0,180632
|
|
176
170
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
|
177
171
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
|
178
|
-
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=
|
|
172
|
+
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=eVqtyEztQP4M5zkdSAw0G6_ZPAdqZsVGAwvtLOQ_rGc,181304
|
|
179
173
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
180
174
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
|
181
|
-
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=
|
|
182
|
-
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=
|
|
183
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=
|
|
184
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=
|
|
185
|
-
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=
|
|
186
|
-
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=
|
|
175
|
+
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=3E7XU1iR9wHk8swXnBsWFmjPUgUf1EaNTmerNxMG03g,181080
|
|
176
|
+
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=f0IH4KpEvpv2M78e6ezzLm04wmHZN4TI4RrnKPs3EAI,180752
|
|
177
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=o_KYzx1zTXKQb6IFPUBK0bAs_o7B2c-svJ-bMAatTYg,181304
|
|
178
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=UQOgBmNMZTJjtgo4ttnEXjUqtmEZNTPcLgPrstDeJeA,180536
|
|
179
|
+
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=PTLS3TK_cFbwcM3tTkdFV-22tmG6iacIDYkaG-Gqlec,180984
|
|
180
|
+
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=_fED68R2xGIucWiGbm2dOkaqa4NUYSXGHTCLiTMOmnM,252744
|
|
187
181
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
|
188
182
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
|
189
|
-
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=
|
|
183
|
+
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=_s8krNqMUA2axpJGretsIUlQa_514LTkLcibHRWJUhk,371312
|
|
190
184
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
|
191
|
-
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=
|
|
185
|
+
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=S7EhpEC3NXDhJvl3BID6O1el_dkxVORxN2Lrvf5zGZQ,180712
|
|
192
186
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
|
193
|
-
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=R7pr986y0neydRZAJJUbqnVFumqoFoJ1QnkZC8_fRVQ,180832
|
|
194
188
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
|
195
|
-
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=QXcv19Lo5myfepSxXmee6yigBF4BnaePACheImmMEIU,181112
|
|
196
190
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
|
197
191
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
|
198
192
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
|
199
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=
|
|
200
|
-
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=
|
|
193
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=0eUL-CkEDzSjiVN3aXviZ8ErWdpPjncl65oGcu47Myc,180976
|
|
194
|
+
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=IIkkPNlOwDsz_PBzrsvTVV0He1-WfabFlnvdFByHQ6Y,181064
|
|
201
195
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
|
202
|
-
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=
|
|
196
|
+
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=wuTQqGWjVOEXn1XRHcndhlTU-7vwTSKA4x_nekZOmJs,180824
|
|
203
197
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
|
204
|
-
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=
|
|
205
|
-
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=
|
|
198
|
+
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=TW97LhD7R4fY77qAGsvsx0PNqepHGoO7HObCP_ExGQc,180824
|
|
199
|
+
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=lw8hSQuXJaTW8g6Yhxwng3qlgmXKJAEzP9VU0KqNDWI,120720
|
|
206
200
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
|
207
201
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
|
208
202
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
|
209
203
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
|
210
204
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
|
211
205
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
|
212
|
-
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=
|
|
206
|
+
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=UwaY25UvnPfkeLX3hzHPTacxmWTMZB0wNqLnfMmGuyA,180680
|
|
213
207
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
|
214
208
|
amsdal/fixtures/manager.pyi,sha256=s8pLiN-kzBTZVVxU-YBExoeWU1YQAt4PEdP3CuzOMUk,9342
|
|
215
209
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
216
|
-
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=
|
|
217
|
-
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=
|
|
210
|
+
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=gwa--y6ob4QZcFBoXG0DYJBWCFIIoSf9_3CHhr24hM0,638096
|
|
211
|
+
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=us22swYpRDx2r3E_CxrR6JMiaHB50ZZsbL76hz9xEqM,120672
|
|
218
212
|
amsdal/migration/file_migration_store.pyi,sha256=ijFmdl5bjrPE8cqyS0WeUy5ZN_v08lLCuXA23woVXgg,2257
|
|
219
213
|
amsdal/migration/file_migration_executor.pyi,sha256=pxhk5mxoXTkz8NX5gMMv_WC2sUdxpuMSXNjv9sNJCBk,3982
|
|
220
214
|
amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
|
|
221
215
|
amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
222
216
|
amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
|
|
223
|
-
amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=
|
|
217
|
+
amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=6ufgfa-zQWHu5ZoTgTOkJ4tpAxjXj3sNaq8tDifV0p8,446224
|
|
224
218
|
amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
|
|
225
219
|
amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
|
|
226
220
|
amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
|
|
227
|
-
amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=
|
|
228
|
-
amsdal/migration/utils.cpython-311-darwin.so,sha256=
|
|
221
|
+
amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=vOkNchu7NaYwgvmv-TKeX56p-deugq0WEf2FWZeFK1A,393632
|
|
222
|
+
amsdal/migration/utils.cpython-311-darwin.so,sha256=x3eejaaLKz1kMOzdThfqBJ851-JYWN-ltJaQA1NPLrU,303264
|
|
229
223
|
amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
|
|
230
|
-
amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=
|
|
224
|
+
amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=koGx45bYWLfOOu05g19mE4ForQck5PCYWIsCpRHQ-g0,252400
|
|
231
225
|
amsdal/migration/file_migration_generator.pyi,sha256=KbQnN0ySKLNNOIqXrQ1ZGWwyPRtGYMiN-B0y8h0HEBs,5815
|
|
232
|
-
amsdal/migration/__init__.cpython-311-darwin.so,sha256=
|
|
233
|
-
amsdal/migration/migrations.cpython-311-darwin.so,sha256=
|
|
234
|
-
amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=
|
|
235
|
-
amsdal/migration/data_classes.cpython-311-darwin.so,sha256=
|
|
236
|
-
amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=
|
|
237
|
-
amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=
|
|
226
|
+
amsdal/migration/__init__.cpython-311-darwin.so,sha256=5fwyvdwGUHXZaPSj5suBq2Ks62qbPR7Uuubg9Rje9mw,120672
|
|
227
|
+
amsdal/migration/migrations.cpython-311-darwin.so,sha256=K5PUUuk3HT6UTI7NfXUKhwHCzbqAiKiexS-Vi2k82Dw,267960
|
|
228
|
+
amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=W_k5kbU9NU3PpXtZllmCThGP3jsM5-9O43DtoB69uY4,440816
|
|
229
|
+
amsdal/migration/data_classes.cpython-311-darwin.so,sha256=HIq6amRX0bW5_X4lpdumIMZkGC-dq2vzYrs5wQYmHzY,216888
|
|
230
|
+
amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=3CXnX3fL39znYzLe5D6fid-Tf3DvD0RN7mxhEA07REw,217704
|
|
231
|
+
amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=pcUZJ8ZoMgJs_Prs4BLA0Kh24LSwQAuE-sYsuWgR0cQ,257000
|
|
238
232
|
amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
|
|
239
|
-
amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=
|
|
240
|
-
amsdal/migration/executors/base.cpython-311-darwin.so,sha256=
|
|
233
|
+
amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=xvr-cD84-oYQQp0XGiSh8jmZ152deJT81exFaviwYuk,354800
|
|
234
|
+
amsdal/migration/executors/base.cpython-311-darwin.so,sha256=owm7-pld9l2P3mNWD9_bix-KWM70MpBEqnNvtF6xOVo,377664
|
|
241
235
|
amsdal/migration/executors/base.pyi,sha256=sC7oy0tGvOw-YljfmE5L1PhzdwXsCdGMUpnx3Wf4wdA,5241
|
|
242
236
|
amsdal/migration/executors/state_executor.pyi,sha256=AHMe16WSVZUMMKyLaPpZbdRq_uzV09QtmJcBXYIXJ_w,3397
|
|
243
237
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
244
|
-
amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=
|
|
245
|
-
amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=
|
|
238
|
+
amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=Y8vGIXtSLh0I9cAVcBZPXygj_7Avhwz-QWvAW8iqNLo,892616
|
|
239
|
+
amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=55_kQeuRWGv2qRsAWm4YkHCCGahz82fqzTLamsK02XU,250520
|
|
246
240
|
amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
|
|
247
|
-
amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=
|
|
241
|
+
amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=68JT4Y1XJ3hGnH3JW4LCag8qAzDo4CsoQvDaBCXT_UQ,120720
|
|
248
242
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
|
|
249
243
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
250
244
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
251
245
|
amsdal/migration/templates/data_migration.tmpl,sha256=MzDSiNqH006F1cs-dskpboInBja5LZ8ErtoEmRzDsIQ,436
|
|
252
246
|
amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9l7jYPmQoSOtU,193
|
|
253
247
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
254
|
-
amsdal/services/transaction_execution.pyi,sha256=
|
|
248
|
+
amsdal/services/transaction_execution.pyi,sha256=Td4v3JGDA7GcVKhiYYeZoO2VNELS4iH_ihDXJbTkEk4,4301
|
|
255
249
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
256
|
-
amsdal/services/__init__.cpython-311-darwin.so,sha256=
|
|
257
|
-
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=
|
|
250
|
+
amsdal/services/__init__.cpython-311-darwin.so,sha256=KKnr-jMx1LASY20nyQdG2kEh2aTM_yffMJRX3gyEJEM,120672
|
|
251
|
+
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=wEkORxxVYcI66i5XCW0KI-mowr43zh55FTiRg4cwDjY,434448
|
|
252
|
+
amsdal-0.3.3.dist-info/RECORD,,
|
|
253
|
+
amsdal-0.3.3.dist-info/WHEEL,sha256=SAXwsvUnStmqZDZIFc0R93dpIgZzQCxgSCg6H6Io4Og,114
|
|
254
|
+
amsdal-0.3.3.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
255
|
+
amsdal-0.3.3.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
256
|
+
amsdal-0.3.3.dist-info/METADATA,sha256=UTOCiqCRkVO_BGF41zybyI0_CQUA_OuvCKUD9xxHiag,57383
|
|
257
|
+
amsdal-0.3.3.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|