amsdal 0.4.12__cp311-cp311-macosx_10_9_universal2.whl → 0.4.14__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.
- 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/configs/main.pyi +1 -2
- amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
- amsdal/contrib/auth/lifecycle/consumer.py +1 -1
- amsdal/contrib/auth/lifecycle/consumer.pyi +3 -0
- amsdal/contrib/frontend_configs/conversion/convert.py +12 -2
- amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
- amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
- amsdal/manager.cpython-311-darwin.so +0 -0
- amsdal/manager.pyi +5 -0
- amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
- amsdal/schemas/interfaces.pyi +1 -1
- amsdal/schemas/manager.cpython-311-darwin.so +0 -0
- amsdal/schemas/utils.pyi +2 -2
- amsdal/services/__init__.cpython-311-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
- amsdal/utils/rollback/__init__.pyi +6 -0
- {amsdal-0.4.12.dist-info → amsdal-0.4.14.dist-info}/METADATA +1 -1
- {amsdal-0.4.12.dist-info → amsdal-0.4.14.dist-info}/RECORD +62 -62
- {amsdal-0.4.12.dist-info → amsdal-0.4.14.dist-info}/WHEEL +0 -0
- {amsdal-0.4.12.dist-info → amsdal-0.4.14.dist-info}/licenses/LICENSE.txt +0 -0
- {amsdal-0.4.12.dist-info → amsdal-0.4.14.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
|
amsdal/configs/main.pyi
CHANGED
Binary file
|
@@ -116,7 +116,7 @@ class CheckAndCreateSuperUserConsumer(LifecycleConsumer):
|
|
116
116
|
password=auth_settings.ADMIN_USER_PASSWORD.encode(),
|
117
117
|
permissions=[access_all_permission],
|
118
118
|
)
|
119
|
-
await instance.asave(force_insert=True)
|
119
|
+
await instance.asave(force_insert=True) # type: ignore[misc]
|
120
120
|
logger.info('Super user created successfully')
|
121
121
|
|
122
122
|
|
@@ -1,5 +1,6 @@
|
|
1
1
|
from _typeshed import Incomplete
|
2
2
|
from amsdal.contrib.auth.errors import AuthenticationError as AuthenticationError
|
3
|
+
from amsdal_data.transactions.decorators import async_transaction, transaction
|
3
4
|
from amsdal_models.classes.model import Model
|
4
5
|
from amsdal_utils.lifecycle.consumer import LifecycleConsumer
|
5
6
|
from typing import Any
|
@@ -13,6 +14,7 @@ class CheckAndCreateSuperUserConsumer(LifecycleConsumer):
|
|
13
14
|
This consumer checks if a super user exists based on the provided email and password
|
14
15
|
in the authentication settings. If the super user does not exist, it creates one.
|
15
16
|
"""
|
17
|
+
@transaction
|
16
18
|
def on_event(self) -> None:
|
17
19
|
"""
|
18
20
|
Checks for the existence of a super user and creates one if necessary.
|
@@ -21,6 +23,7 @@ class CheckAndCreateSuperUserConsumer(LifecycleConsumer):
|
|
21
23
|
in the authentication settings. If the super user does not exist, it creates one
|
22
24
|
with the necessary permissions.
|
23
25
|
"""
|
26
|
+
@async_transaction
|
24
27
|
async def on_event_async(self) -> None:
|
25
28
|
"""
|
26
29
|
Checks for the existence of a super user and creates one if necessary.
|
@@ -274,10 +274,20 @@ def convert_to_frontend_config(value: Any, *, is_transaction: bool = False) -> d
|
|
274
274
|
'controls': model_controls,
|
275
275
|
}
|
276
276
|
|
277
|
-
|
277
|
+
try:
|
278
|
+
if issubclass(value, Enum):
|
279
|
+
return {
|
280
|
+
'type': 'select',
|
281
|
+
'options': [{'label': option.name, 'value': option.value} for option in value],
|
282
|
+
}
|
283
|
+
except TypeError:
|
284
|
+
pass
|
285
|
+
|
286
|
+
if value.__class__.__name__ == '_LiteralGenericAlias' and hasattr(value, '__origin__'):
|
287
|
+
options = get_args(value)
|
278
288
|
return {
|
279
289
|
'type': 'select',
|
280
|
-
'options': [{'label': option
|
290
|
+
'options': [{'label': str(option), 'value': option} for option in options],
|
281
291
|
}
|
282
292
|
|
283
293
|
return {}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
amsdal/manager.pyi
CHANGED
@@ -5,6 +5,7 @@ from amsdal.configs.main import settings as settings
|
|
5
5
|
from amsdal.errors import AmsdalAuthenticationError as AmsdalAuthenticationError, AmsdalMissingCredentialsError as AmsdalMissingCredentialsError, AmsdalRuntimeError as AmsdalRuntimeError, AmsdalSignupError as AmsdalSignupError
|
6
6
|
from amsdal.fixtures.manager import AsyncFixturesManager as AsyncFixturesManager, FixturesManager as FixturesManager
|
7
7
|
from amsdal.mixins.class_versions_mixin import ClassVersionsMixin as ClassVersionsMixin
|
8
|
+
from amsdal_data.transactions.decorators import async_transaction, transaction
|
8
9
|
from amsdal_models.classes.class_manager import ClassManager
|
9
10
|
from amsdal_utils.config.data_models.amsdal_config import AmsdalConfig as AmsdalConfig
|
10
11
|
from amsdal_utils.utils.singleton import Singleton
|
@@ -69,6 +70,7 @@ class AmsdalManager(ClassVersionsMixin, metaclass=Singleton):
|
|
69
70
|
Returns:
|
70
71
|
None
|
71
72
|
"""
|
73
|
+
@transaction
|
72
74
|
def post_setup(self) -> None:
|
73
75
|
"""
|
74
76
|
Registers internal classes and prepares connections (creates internal tables).
|
@@ -98,6 +100,7 @@ class AmsdalManager(ClassVersionsMixin, metaclass=Singleton):
|
|
98
100
|
Returns:
|
99
101
|
None
|
100
102
|
"""
|
103
|
+
@transaction
|
101
104
|
def apply_fixtures(self) -> None:
|
102
105
|
"""
|
103
106
|
Loads and applies fixtures defined in your application.
|
@@ -194,6 +197,7 @@ class AsyncAmsdalManager(ClassVersionsMixin, metaclass=Singleton):
|
|
194
197
|
Returns:
|
195
198
|
None
|
196
199
|
"""
|
200
|
+
@async_transaction
|
197
201
|
async def post_setup(self) -> None:
|
198
202
|
"""
|
199
203
|
Registers internal classes and prepares connections (creates internal tables).
|
@@ -223,6 +227,7 @@ class AsyncAmsdalManager(ClassVersionsMixin, metaclass=Singleton):
|
|
223
227
|
Returns:
|
224
228
|
None
|
225
229
|
"""
|
230
|
+
@async_transaction
|
226
231
|
async def apply_fixtures(self) -> None:
|
227
232
|
"""
|
228
233
|
Loads and applies fixtures defined in your application.
|
Binary file
|
Binary file
|
amsdal/schemas/interfaces.pyi
CHANGED
@@ -3,7 +3,7 @@ from abc import ABC, abstractmethod
|
|
3
3
|
from amsdal_utils.schemas.schema import ObjectSchema as ObjectSchema
|
4
4
|
from typing import TypeAlias
|
5
5
|
|
6
|
-
ModulePathType: TypeAlias
|
6
|
+
ModulePathType: TypeAlias = str
|
7
7
|
|
8
8
|
class BaseSchemaLoader(ABC, metaclass=abc.ABCMeta):
|
9
9
|
@property
|
Binary file
|
amsdal/schemas/utils.pyi
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
from amsdal_utils.models.enums import ModuleType as ModuleType
|
2
2
|
from typing import TypeAlias
|
3
3
|
|
4
|
-
ModulePathType: TypeAlias
|
5
|
-
ClassNameType: TypeAlias
|
4
|
+
ModulePathType: TypeAlias = str
|
5
|
+
ClassNameType: TypeAlias = str
|
6
6
|
|
7
7
|
class ModelModuleInfo:
|
8
8
|
_info: dict[ModuleType, dict[ClassNameType, ModulePathType]]
|
Binary file
|
Binary file
|
@@ -1,3 +1,6 @@
|
|
1
|
+
from amsdal_data.transactions.decorators import async_transaction, transaction
|
2
|
+
|
3
|
+
@transaction
|
1
4
|
def rollback_to_timestamp(timestamp: float) -> None:
|
2
5
|
"""
|
3
6
|
Rollback the data to the given timestamp
|
@@ -6,6 +9,7 @@ def rollback_to_timestamp(timestamp: float) -> None:
|
|
6
9
|
Returns:
|
7
10
|
None
|
8
11
|
"""
|
12
|
+
@transaction
|
9
13
|
def rollback_transaction(transaction_id: str) -> None:
|
10
14
|
"""
|
11
15
|
Rollback the data to the point in time before the given transaction
|
@@ -14,6 +18,7 @@ def rollback_transaction(transaction_id: str) -> None:
|
|
14
18
|
Returns:
|
15
19
|
None
|
16
20
|
"""
|
21
|
+
@async_transaction
|
17
22
|
async def async_rollback_to_timestamp(timestamp: float) -> None:
|
18
23
|
"""
|
19
24
|
Rollback the data to the given timestamp
|
@@ -22,6 +27,7 @@ async def async_rollback_to_timestamp(timestamp: float) -> None:
|
|
22
27
|
Returns:
|
23
28
|
None
|
24
29
|
"""
|
30
|
+
@async_transaction
|
25
31
|
async def async_rollback_transaction(transaction_id: str) -> None:
|
26
32
|
"""
|
27
33
|
Rollback the data to the point in time before the given transaction
|
@@ -1,9 +1,9 @@
|
|
1
|
-
amsdal/manager.pyi,sha256=
|
1
|
+
amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
|
2
2
|
amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
|
3
3
|
amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
|
4
|
-
amsdal/manager.cpython-311-darwin.so,sha256=
|
4
|
+
amsdal/manager.cpython-311-darwin.so,sha256=gzUFM17lvaO6fdiAh0UWj2OKQDfSFCqt9U73iW-Dm1I,518288
|
5
5
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
|
6
|
-
amsdal/__about__.py,sha256=
|
6
|
+
amsdal/__about__.py,sha256=wXplutfyWxsByTpCqDxH2K23UsxxTLWbEWChA8Fk9CE,125
|
7
7
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
8
8
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
@@ -14,8 +14,8 @@ 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
16
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=
|
18
|
-
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=
|
17
|
+
amsdal/mixins/__init__.cpython-311-darwin.so,sha256=kS-1fOSos9s-P304utMUGj6N-0OYG5M_P4D3xXhA_7k,120656
|
18
|
+
amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=7uqkPggSS6gbLYiiaojC-cg-XlSFB7SMez7tPn9PpzM,180576
|
19
19
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
|
21
21
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -24,7 +24,7 @@ amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,3
|
|
24
24
|
amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
|
26
26
|
amsdal/utils/tests/helpers.py,sha256=VmcvdFbMbfS87XzDB0j16AWR2i1esQJVEyIPDfIiS74,17335
|
27
|
-
amsdal/utils/rollback/__init__.pyi,sha256=
|
27
|
+
amsdal/utils/rollback/__init__.pyi,sha256=oA1_VJjK3k13nUp8H1wXjJs6LrlqEtAethPRQ7P8mLc,1106
|
28
28
|
amsdal/utils/rollback/__init__.py,sha256=NBIvidqj0nKRa30mWon5onpHBPQidb0DFJGcZbkKrY8,16832
|
29
29
|
amsdal/models/__init__.pyi,sha256=14Jaejs35pftAZ8z3rNWKV6csTrBZPPKMNKrrIx_rTs,825
|
30
30
|
amsdal/models/__init__.py,sha256=bwURV9lpt8a6S8WvLgMDk_haor9FUQa-o29StSdTMCs,757
|
@@ -52,7 +52,7 @@ amsdal/models/core/class_object.py,sha256=H9os4vZaVAcIQiXyates9PC4BKpXQKtg13sDzG
|
|
52
52
|
amsdal/models/core/file.pyi,sha256=RZTKCfjQ4fXtwz3E1xtgDsViaB_IwGtX2icDQtw-_kk,3460
|
53
53
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
54
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
55
|
-
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=
|
55
|
+
amsdal/contrib/__init__.cpython-311-darwin.so,sha256=GhMrKPv4oDNg9T0dhYcfTyk1vg4TQ6QJnuB8YXalcnQ,120656
|
56
56
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
57
57
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
58
58
|
amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -67,8 +67,8 @@ amsdal/contrib/auth/decorators/__init__.pyi,sha256=1DKnpx3dKyeuHyKcnXn0TzVqQxT8q
|
|
67
67
|
amsdal/contrib/auth/decorators/__init__.py,sha256=oBKJQtgWnWiPOjol9-KejJPuQJmfsjj14UVB_4qB4kw,1088
|
68
68
|
amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
69
69
|
amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
70
|
-
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=
|
71
|
-
amsdal/contrib/auth/lifecycle/consumer.py,sha256=
|
70
|
+
amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=xvcZIfpCE-HmUm_KwyVvkueiipl90teZqdlszmappD4,5333
|
71
|
+
amsdal/contrib/auth/lifecycle/consumer.py,sha256=N2JJuS13FC4rOHsHuHgMKU0Kef9-S31RUiP3QHXjqIQ,16884
|
72
72
|
amsdal/contrib/auth/models/user.py,sha256=jc8XbgfYtbuktu1Qz0DHLCNGHzrK2pyKrtdH8m7VMzk,3771
|
73
73
|
amsdal/contrib/auth/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
74
74
|
amsdal/contrib/auth/models/permission.py,sha256=KOy91A6PEbftwqfXlp91JZZM6YfAxG6B5-M3FfC5Nb0,675
|
@@ -116,17 +116,17 @@ amsdal/contrib/frontend_configs/models/frontend_config_skip_none_base.py,sha256=
|
|
116
116
|
amsdal/contrib/frontend_configs/models/frontend_activator_config.py,sha256=40mXb53uk4Rg4F5uMgCFHuDJTjQA9b_qO5zUtJHTPKk,1023
|
117
117
|
amsdal/contrib/frontend_configs/models/frontend_config_validator.py,sha256=TckgaoRn3hU04rihXQMTAt8wNFoZo8dzHTR0RVyPytY,1317
|
118
118
|
amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGxi6l0sI_MNrb8_JNLLD4YVOjkFY,162
|
119
|
-
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=
|
119
|
+
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=K74HhOn7TFUMzn7Yl1nlqguVNQzv2khOw7wNjvXkjzo,9190
|
120
120
|
amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=cmJVdWBIobg3a5QEZUN1itITb5vPX9DoWqPzZCPN28M,913
|
121
121
|
amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
|
122
122
|
amsdal/schemas/interfaces.py,sha256=ECDbWTljhGXYVbbSLjH0ko-rIWgp4LttuIr-Amte2bA,672
|
123
123
|
amsdal/schemas/manager.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
124
124
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
125
125
|
amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
|
126
|
-
amsdal/schemas/interfaces.pyi,sha256=
|
126
|
+
amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
|
127
127
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
128
|
-
amsdal/schemas/manager.cpython-311-darwin.so,sha256=
|
129
|
-
amsdal/schemas/utils.pyi,sha256=
|
128
|
+
amsdal/schemas/manager.cpython-311-darwin.so,sha256=VUYrOP63vv6u27qbf2EaUsVxFHRNaVfxsPz-DyiQXBs,120656
|
129
|
+
amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
|
130
130
|
amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
|
131
131
|
amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
|
132
132
|
amsdal/schemas/manager.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -174,96 +174,96 @@ amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
174
|
amsdal/configs/constants.pyi,sha256=ZoWj8V0YkrPaY0zBsXCenwuWMQIQ0K6hnzr4We9CRl0,683
|
175
175
|
amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,969
|
176
176
|
amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
177
|
-
amsdal/configs/main.pyi,sha256=
|
177
|
+
amsdal/configs/main.pyi,sha256=XpcltkUCEECvRbiQ6P-j66zjU_g8lWLbCPfHoHhRMyw,6846
|
178
178
|
amsdal/configs/main.py,sha256=lRO_iTMlmlosTAHZrVg3iXZVuKj45lEb5LrPln3wixM,9567
|
179
|
-
amsdal/cloud/client.cpython-311-darwin.so,sha256=
|
179
|
+
amsdal/cloud/client.cpython-311-darwin.so,sha256=U7a2DuoSNIwRwsfQ09lrhumtCjzcbyUDaq5BveiCbV4,216208
|
180
180
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
181
181
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
182
182
|
amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
|
183
|
-
amsdal/cloud/enums.cpython-311-darwin.so,sha256=
|
184
|
-
amsdal/cloud/constants.cpython-311-darwin.so,sha256=
|
185
|
-
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=
|
183
|
+
amsdal/cloud/enums.cpython-311-darwin.so,sha256=cPegvz_RGB8fBgrTKT8FpEockXwaX8ob9icFlkPEh3Q,158064
|
184
|
+
amsdal/cloud/constants.cpython-311-darwin.so,sha256=9ugbNyZbb47RsJGh1vLUoyD74UzmbPwlAhFkLsMiY8M,158688
|
185
|
+
amsdal/cloud/__init__.cpython-311-darwin.so,sha256=gOxkIDC6mrtFlk1CjYIci1KDrQ5bsgb4lp-SdUvN8ek,120656
|
186
186
|
amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
|
187
|
-
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=
|
187
|
+
amsdal/cloud/models/base.cpython-311-darwin.so,sha256=NQGdcntEkSO-IPCk0NcbxRtxsKF1qdyARIIzC8faYvY,211632
|
188
188
|
amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
|
189
189
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
190
|
-
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=
|
190
|
+
amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=nbSrBN116tAh6NOJTd_g3L19UijrNNfzjwcn40EYoPM,120688
|
191
191
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
192
|
-
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=
|
193
|
-
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=
|
192
|
+
amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=qZI-DPByRbSy6SWjhlF7RfkxSYUzL5DGQyAmIgO7_JA,120688
|
193
|
+
amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=IbhyVAWqMx-jpInvUJESNdBjOxlSgOnQNahBrN4buzM,163104
|
194
194
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
195
195
|
amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
|
196
196
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
197
197
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
|
198
|
-
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=
|
199
|
-
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=
|
198
|
+
amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=F9LVeziWdvvgyIndcEDZNpQaqH8XDgSSly8NJDAC96g,251536
|
199
|
+
amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=4BJX3GTPhoBB8lyz0tJZsbQHfPkyidbjMqYGtujHd68,214128
|
200
200
|
amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
|
201
|
-
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=
|
202
|
-
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=
|
203
|
-
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=
|
201
|
+
amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=6ZuDpmiBc7mRg7DDoX00ZneonL2fcsCihTaH-Vnq0ow,216216
|
202
|
+
amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=6jXCNpneunDCgWT6mw0oFjgoRcbpvDWJoGu5LTb-ZJY,120704
|
203
|
+
amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=bo4EWOeHkBb-UdFlVCxSmA7FHoD48H1QaeHXbvxm1OY,253224
|
204
204
|
amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
|
205
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=
|
206
|
-
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=
|
205
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=qtsC-XyQ9fQc4OENcUurD0xmbhl5Ekem0On1nEwCzBU,181112
|
206
|
+
amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=KwzwoJUBuj3hMr68XhiXqk7XSlVxh5i4JFaj9LNHLrQ,323552
|
207
207
|
amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
|
208
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=
|
208
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=chE1nimyPSarWsbPny__uiLW_LBH3GR-vw8Bjv3YbvI,180744
|
209
209
|
amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
|
210
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=
|
211
|
-
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=
|
210
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=bWdhrS1Kth9EaGuhg92UDjHG-BTLD0hG0ubkauKyzmY,180776
|
211
|
+
amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=p58QEz_8Eg_GG4av1XtHTdxKdnIeRCobTgBb-jxlG_8,180584
|
212
212
|
amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
|
213
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=
|
214
|
-
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=
|
213
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=D-Ec7DsQE0OeLaSzZjPrlvnhnPuwsM5hDdNXgEUYXl4,180760
|
214
|
+
amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=LU5eUCxhVyF-rf1UIbVH_b7-C57qc4umxVu0oatxFRs,181184
|
215
215
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
|
216
|
-
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=
|
216
|
+
amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=0Fwyr2EW09ShVOTVrLLxqms9DnhBv-PaXBEeiz5__Qs,180632
|
217
217
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
|
218
218
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
|
219
|
-
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=
|
219
|
+
amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=C-tafobX99OmjKHkLYsQfAxNDBx24KmeNrKCaiOvaKo,181304
|
220
220
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
221
221
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
|
222
|
-
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=
|
223
|
-
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=
|
224
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=
|
225
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=
|
226
|
-
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=
|
227
|
-
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=
|
222
|
+
amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=UASuXOG15SNSwtWeF9IYMxyISl_XlcxMlnJxLV0DmrA,181080
|
223
|
+
amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=4XTaBWUG4wX00YdSCBzLJgZKge7N-x51YNK2DJbgFug,180752
|
224
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=dEK1-70NjePu16XfGAlGnu-WaqBdJ39RkRAlQIobZ6o,181304
|
225
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=eppZn3a_LtW1IIABPFt5x5kJisOWbFIZWtdc5tVzQ9c,180536
|
226
|
+
amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=pZhhcgKJwfAhXDcOs0FC5DrqRDJm6RZ_Gg0O8gvKYp0,180984
|
227
|
+
amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=mMtVswouDgh12GI6XpMxqGTsZXwzOC6G7LNXBojOnxE,269240
|
228
228
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
|
229
229
|
amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
|
230
|
-
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=
|
230
|
+
amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=RNMIynMaUa0qHTdNynYUi85M6Oa8eV0xRXcLdehDbO4,371312
|
231
231
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
|
232
|
-
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=
|
232
|
+
amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=e4J9GG2Y3QCqmOKMI89oTHfkJ0IM3U1tQ6sfcEl03Og,180712
|
233
233
|
amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
|
234
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=
|
234
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=N5ycoOAivZPwqw79XtJgchXz4MV9r5ygYmygz45hWA4,180832
|
235
235
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
|
236
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=
|
236
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=S2ePgdvzKJSO1m6rSuJPt-gWCPuL1Gr-7WWh3SX4y48,181112
|
237
237
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
|
238
238
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
|
239
239
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
|
240
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256
|
241
|
-
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=
|
240
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=DcFGFppHHTA6FJNmtcE_DRid7faUFJnHDRicw5-AR_8,180976
|
241
|
+
amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=Lapig9DkRNPqGijPsXqBHtj4PpGHd2be_wXNAzdYlUE,181064
|
242
242
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
|
243
|
-
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=
|
243
|
+
amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=EtAXJM_soCuxvXDdhvxrFXrFf2hvfVAAsGclEPFmXl8,180824
|
244
244
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
|
245
|
-
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=
|
246
|
-
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=
|
245
|
+
amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=yYjMWF1Whn_1v_jDIbDdo4DjCRs7QThsrejo9brXsck,180824
|
246
|
+
amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=4SzCOSl4UpMrcUGRaYLxVVwsuZXdCNwyS-srHfrV9q8,120720
|
247
247
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
|
248
248
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
|
249
249
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
|
250
250
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
|
251
251
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
|
252
252
|
amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
|
253
|
-
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=
|
253
|
+
amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=hPxuGNDOLbmdh5ZQmbTz-J2k1FC9qFweXnxfMGGOZ74,180680
|
254
254
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
|
255
255
|
amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
|
256
256
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
257
|
-
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=
|
257
|
+
amsdal/fixtures/manager.cpython-311-darwin.so,sha256=aKQF5sKOSh2mI_JtdiR5WLKk6iKsgd8kn4M87tDnOMA,622944
|
258
258
|
amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
|
259
|
-
amsdal/fixtures/utils.cpython-311-darwin.so,sha256=
|
260
|
-
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=
|
259
|
+
amsdal/fixtures/utils.cpython-311-darwin.so,sha256=EMujd58uXcXnH4EN--9WejWLo_5rdExpeAarnw-GZrA,306720
|
260
|
+
amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=sKjFVoSgAEtxdV-nfJI3kBdjFu0cSmr2HkrYkm4mPhg,120672
|
261
261
|
amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
|
262
262
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
263
|
-
amsdal/services/__init__.cpython-311-darwin.so,sha256=
|
264
|
-
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=
|
265
|
-
amsdal-0.4.
|
266
|
-
amsdal-0.4.
|
267
|
-
amsdal-0.4.
|
268
|
-
amsdal-0.4.
|
269
|
-
amsdal-0.4.
|
263
|
+
amsdal/services/__init__.cpython-311-darwin.so,sha256=vfKcTCsE9yC8ryumQDZPWruJ7ZwRIcpNCU4YDtihbxI,120672
|
264
|
+
amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=dK7Og8IZq3CymzTxJNzOd5ESyMmdF8ZbVBaiIu4yp0M,435472
|
265
|
+
amsdal-0.4.14.dist-info/RECORD,,
|
266
|
+
amsdal-0.4.14.dist-info/WHEEL,sha256=K35cO9veJgM7rcbvmUlNI0Barc1JY1wlKyFrMAjmMKc,114
|
267
|
+
amsdal-0.4.14.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
268
|
+
amsdal-0.4.14.dist-info/METADATA,sha256=kt1bJka7ldtlFWtVwwdlOAm5hnCwYlXy5ji1rW_KoFA,57438
|
269
|
+
amsdal-0.4.14.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
File without changes
|
File without changes
|
File without changes
|