amsdal 0.1.15__cp310-cp310-macosx_10_9_universal2.whl → 0.1.16__cp310-cp310-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-310-darwin.so +0 -0
- amsdal/cloud/client.cpython-310-darwin.so +0 -0
- amsdal/cloud/constants.cpython-310-darwin.so +0 -0
- amsdal/cloud/enums.cpython-310-darwin.so +0 -0
- amsdal/cloud/models/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/models/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/manager.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/__init__.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/base.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/credentials.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so +0 -0
- amsdal/cloud/services/auth/token.cpython-310-darwin.so +0 -0
- amsdal/contrib/__init__.cpython-310-darwin.so +0 -0
- amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
- amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
- amsdal/manager.cpython-310-darwin.so +0 -0
- amsdal/migration/__init__.cpython-310-darwin.so +0 -0
- amsdal/migration/base_migration_schemas.cpython-310-darwin.so +0 -0
- amsdal/migration/data_classes.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/__init__.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/base.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/default_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/executors/state_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_executor.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_generator.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_store.cpython-310-darwin.so +0 -0
- amsdal/migration/file_migration_writer.cpython-310-darwin.so +0 -0
- amsdal/migration/migrations.cpython-310-darwin.so +0 -0
- amsdal/migration/migrations_loader.cpython-310-darwin.so +0 -0
- amsdal/migration/schemas_loaders.cpython-310-darwin.so +0 -0
- amsdal/migration/utils.cpython-310-darwin.so +0 -0
- amsdal/mixins/__init__.cpython-310-darwin.so +0 -0
- amsdal/mixins/build_mixin.cpython-310-darwin.so +0 -0
- amsdal/mixins/class_versions_mixin.cpython-310-darwin.so +0 -0
- amsdal/operations/__init__.cpython-310-darwin.so +0 -0
- amsdal/operations/manager.cpython-310-darwin.so +0 -0
- amsdal/operations/manager.pyi +4 -1
- amsdal/schemas/manager.cpython-310-darwin.so +0 -0
- amsdal/services/__init__.cpython-310-darwin.so +0 -0
- amsdal/services/transaction_execution.cpython-310-darwin.so +0 -0
- {amsdal-0.1.15.dist-info → amsdal-0.1.16.dist-info}/METADATA +1 -1
- {amsdal-0.1.15.dist-info → amsdal-0.1.16.dist-info}/RECORD +69 -69
- {amsdal-0.1.15.dist-info → amsdal-0.1.16.dist-info}/LICENSE.txt +0 -0
- {amsdal-0.1.15.dist-info → amsdal-0.1.16.dist-info}/WHEEL +0 -0
- {amsdal-0.1.15.dist-info → amsdal-0.1.16.dist-info}/top_level.txt +0 -0
amsdal/__about__.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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/operations/manager.pyi
CHANGED
|
@@ -15,7 +15,10 @@ class OperationsManager(OperationsManagerBase):
|
|
|
15
15
|
@classmethod
|
|
16
16
|
def clear_data(cls, _value: Any) -> Any: ...
|
|
17
17
|
def _is_reference(self, _value: Any) -> bool: ...
|
|
18
|
-
def _create_references(self, address: Address, data: Any, connection: HistoricalConnectionBase) -> None: ...
|
|
19
18
|
def _perform_historical_operation(self, obj: Model, data_dump: dict[str, Any], operation: OperationType, connection: HistoricalConnectionBase) -> None: ...
|
|
20
19
|
def _preprocess_object(self, obj: Model, operation: OperationType) -> None: ...
|
|
21
20
|
def perform_operation(self, obj: Model, operation: OperationType, using: str | None = None) -> None: ...
|
|
21
|
+
def _generate_references(self, address: Address, data: Any, reference_buffer: list[tuple[Address, dict[str, Any]]]) -> None: ...
|
|
22
|
+
def _perform_historical_bulk_operation(self, objects_data: list[tuple[Model, dict[str, Any]]], operation: OperationType, connection: HistoricalConnectionBase) -> None: ...
|
|
23
|
+
def _perform_state_bulk_operation(self, objects_data: list[tuple[Model, dict[str, Any]]], operation: OperationType, connection: StateConnectionBase) -> None: ...
|
|
24
|
+
def perform_bulk_operation(self, objs: list[Model], operation: OperationType, using: str | None = None) -> None: ...
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
amsdal-0.1.16.dist-info/RECORD,,
|
|
2
|
+
amsdal-0.1.16.dist-info/WHEEL,sha256=r7U64H7df5k5VoE41bE2otJ6YmrMps4wUd2_S2hHvHQ,115
|
|
3
|
+
amsdal-0.1.16.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
4
|
+
amsdal-0.1.16.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
5
|
+
amsdal-0.1.16.dist-info/METADATA,sha256=eogjN1kUt2ZwqZCp_Xf9U5rPblqRXsMvqH-9zgIjhzM,57279
|
|
1
6
|
amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
|
|
2
7
|
amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
amsdal/manager.cpython-310-darwin.so,sha256=
|
|
8
|
+
amsdal/manager.cpython-310-darwin.so,sha256=4pBgNUh39fKUo2IhuQI2sbqiMI0DH458iD7sOz34ae4,339728
|
|
4
9
|
amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
|
|
5
10
|
amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
|
|
6
|
-
amsdal/__about__.py,sha256
|
|
11
|
+
amsdal/__about__.py,sha256=-sUYeGA_PcTjFvxfC_MqBcs97ZAQb5k6mxut6eRmqK8,125
|
|
7
12
|
amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
|
|
8
13
|
amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
14
|
amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
|
|
@@ -14,16 +19,16 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
14
19
|
amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
|
|
15
20
|
amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
|
|
16
21
|
amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=
|
|
22
|
+
amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=2rIe-wwlAKlnTCGmWEev44dmd-Yw6kG_0ylQcO05sEk,336872
|
|
18
23
|
amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
|
|
19
|
-
amsdal/mixins/__init__.cpython-310-darwin.so,sha256=
|
|
20
|
-
amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=
|
|
24
|
+
amsdal/mixins/__init__.cpython-310-darwin.so,sha256=w1sVbM6cfmr0OUp-u2idKRAezXJcbxhtZLyJgQ5QgCQ,120672
|
|
25
|
+
amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=x3xsnnsKy-wEZ-6cncygxktQ3k-plWiQgxMbyPfhIK0,252896
|
|
21
26
|
amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
27
|
amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
|
|
23
28
|
amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
29
|
amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
|
|
25
30
|
amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=
|
|
31
|
+
amsdal/contrib/__init__.cpython-310-darwin.so,sha256=ApI-8bDAyy36R3qAiq5cEkSYMWNcxQL0cxHI9vYaoFI,120672
|
|
27
32
|
amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
|
|
28
33
|
amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
|
|
29
34
|
amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -80,13 +85,13 @@ amsdal/contrib/frontend_configs/conversion/__init__.pyi,sha256=Gbz6P3jhpqK6hLcGx
|
|
|
80
85
|
amsdal/contrib/frontend_configs/conversion/convert.py,sha256=rShTwWkzOYtQUWFQ7EradNm2f6suYptR3H47ezpBup0,6617
|
|
81
86
|
amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0ygX5qKhUMYYJNlrGYxKyYzjiw,374
|
|
82
87
|
amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
|
|
83
|
-
amsdal/operations/manager.pyi,sha256=
|
|
88
|
+
amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
|
|
84
89
|
amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
|
-
amsdal/operations/manager.cpython-310-darwin.so,sha256=
|
|
86
|
-
amsdal/operations/__init__.cpython-310-darwin.so,sha256=
|
|
90
|
+
amsdal/operations/manager.cpython-310-darwin.so,sha256=kwDzjGF5aXz5Oz7rt5tAtuNd7yPaCNjv_G_-HK6c1H0,405232
|
|
91
|
+
amsdal/operations/__init__.cpython-310-darwin.so,sha256=8BoKooRomaoRfrZhMTE6l9GwRph5H27AgQeYNFTGTi0,120688
|
|
87
92
|
amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
|
|
88
93
|
amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
|
-
amsdal/schemas/manager.cpython-310-darwin.so,sha256=
|
|
94
|
+
amsdal/schemas/manager.cpython-310-darwin.so,sha256=rpLgNlexIgbQCNctZQgrsBjK5Pd1YIpy2pW4QyDG4Tk,216000
|
|
90
95
|
amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
96
|
amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
|
|
92
97
|
amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
|
|
@@ -121,80 +126,80 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
121
126
|
amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
|
|
122
127
|
amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
|
|
123
128
|
amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
124
|
-
amsdal/cloud/enums.cpython-310-darwin.so,sha256=
|
|
129
|
+
amsdal/cloud/enums.cpython-310-darwin.so,sha256=9wWYeK_g70To7PC7OlWqwY0CvCH5EVLdmZsuHMRhxA8,157632
|
|
125
130
|
amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
|
|
126
131
|
amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
|
|
127
|
-
amsdal/cloud/client.cpython-310-darwin.so,sha256=
|
|
128
|
-
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=
|
|
129
|
-
amsdal/cloud/constants.cpython-310-darwin.so,sha256=
|
|
132
|
+
amsdal/cloud/client.cpython-310-darwin.so,sha256=GHqmsjKMrVPjbivdAXVKY5MeJCgEC4dYLTpAJrD8cHE,215632
|
|
133
|
+
amsdal/cloud/__init__.cpython-310-darwin.so,sha256=4bQKb4rJsmpb6LDKqt3HkLyT51gJ8ufjzJqfxH7GthU,120656
|
|
134
|
+
amsdal/cloud/constants.cpython-310-darwin.so,sha256=2L18FUMFCaCmUZbFNL2QgpFqNg6upqrtoClS3HRNAbo,158624
|
|
130
135
|
amsdal/cloud/enums.pyi,sha256=7l9LNAXG4s7Q8U-EObvJ5Uz07ivwTxedAFLvE7iQAS8,435
|
|
131
136
|
amsdal/cloud/models/base.pyi,sha256=IZQBLXIH9cCc9vLfLsxTC0n3Yl9RSkbWsf604Otaxw0,1900
|
|
132
137
|
amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
|
-
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=
|
|
134
|
-
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=
|
|
138
|
+
amsdal/cloud/models/base.cpython-310-darwin.so,sha256=g73P5TrL7VaVe9Ry4-op2wzCxGKd6JMb1JjawKu0LDs,176384
|
|
139
|
+
amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=R0RjJ2dbxpxIznLaGuLuthQJBSfEu9y9mOPndVx7FgU,120688
|
|
135
140
|
amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
136
|
-
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=
|
|
137
|
-
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=
|
|
141
|
+
amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=TxR0-jeP_QQ5yky60aWKpraJaB0dyYfbs1tBKDNWMM4,120704
|
|
142
|
+
amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=wpRzwIV1S38XdTjPlPgRJIh1XSIl0l_jOLlYsX7gnYI,250784
|
|
138
143
|
amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
|
|
139
144
|
amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
|
|
140
145
|
amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=
|
|
146
|
+
amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=_f_nfPGU2XiNn6guqnirfG8nO7VuBG2vcxVYjhR_sI8,213856
|
|
142
147
|
amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
|
|
143
|
-
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=
|
|
144
|
-
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=
|
|
148
|
+
amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=c_joX_eF-L8lcI48mrOji93bHWw1ywx7Lb8HEszfylU,163040
|
|
149
|
+
amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=3Y4bMVFY2ZgI_rMDgQtAaZ_AMSX5q4kGaZOCfZbYKGw,120720
|
|
145
150
|
amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
|
|
146
|
-
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=
|
|
147
|
-
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=
|
|
151
|
+
amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=9837wlPeBmyfmyq4hkLCGMfNXClYMLJ6V1rEWBWO-jA,252920
|
|
152
|
+
amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=KY2AZ_xi-Qaskp1q167tWp_Rcp_kuq3UJRzhMXsYtYI,215960
|
|
148
153
|
amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
|
|
149
|
-
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=
|
|
150
|
-
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=
|
|
151
|
-
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=
|
|
154
|
+
amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=n7Fe4kQQsFBPsZv8xO_JAM96YCqQ0gdSLHi6ywbBXOQ,180808
|
|
155
|
+
amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=t4BkOdLl1dgezUifP2WExt1c4XS37DI2oPewtBcDAFA,180280
|
|
156
|
+
amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=Bz3pMaHKBoyUFOzLAg_Nz1OtaORliny9GedLKZma_6U,180968
|
|
152
157
|
amsdal/cloud/services/actions/base.pyi,sha256=B28ceIynzS1PwwcXQ1IMh5Xx5tRizMIl4A-lAzTviaU,1792
|
|
153
158
|
amsdal/cloud/services/actions/manager.pyi,sha256=RqwwQ1tytCW0mWk2sIdNZ7cBVL3K0lOSqEX5xc4tUSY,4427
|
|
154
159
|
amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=VdiH8sSmlJKxhl7Mj5qiqoHooQevyJtSQfy42nvTYbk,270
|
|
155
|
-
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=
|
|
160
|
+
amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=Jcp-gQBI-d-0e3dQWvehHywMtfcqeyDLOH96eBHli7Y,252088
|
|
156
161
|
amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=gNrq3TgwnDjPWK_xgECBS68kRvi_fYCtedaV6Pvjcow,390
|
|
157
|
-
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=
|
|
162
|
+
amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=5eBTqkgunqRw0GPintl9ptsRHGbM6ci4-Zsx8Ibk4V8,180728
|
|
158
163
|
amsdal/cloud/services/actions/list_secrets.pyi,sha256=B14mii5J0ktUaTLDHkqfkhwhy0bweuy6i6rc9n41EE4,355
|
|
159
164
|
amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
160
|
-
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=
|
|
165
|
+
amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=y60nKRQSsxs4-x8jNc4q-I8NySEc8udIj773d062DTg,285072
|
|
161
166
|
amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=vf3jZSLo6h31IIh2hWM7BsnnCuWfMeMO-PnSj5FtCmM,343
|
|
162
|
-
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=
|
|
163
|
-
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=
|
|
164
|
-
amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=
|
|
165
|
-
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=
|
|
166
|
-
amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=
|
|
167
|
-
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=
|
|
168
|
-
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=
|
|
169
|
-
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=
|
|
167
|
+
amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=EDnokUsaIIYx4xfUKvvqrt95Xd_ziBC4LKTeYJJzo7c,305424
|
|
168
|
+
amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=C6ut-AMpGrxnGrS0oErymsCyEGxFJ7V6_AoxtyX77J4,180760
|
|
169
|
+
amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=WisyQ22H-RAht1ZkCTs5ruw2pVVBLGvDJ0hgIYRfq5k,180472
|
|
170
|
+
amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=xlY3ZUwqhzmt03iIpkniusS_NKS3VTZ7TOCV7nnYF5M,180328
|
|
171
|
+
amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=qmQd1arxgbEzHlg-EBG_EgG8vHwZoJfTRCBNW3Wub8c,180440
|
|
172
|
+
amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=Jbj5xpnzc1H6rGNdFytQ_P87wmKyQKdE6RIYzEL8q-8,180848
|
|
173
|
+
amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=Ls4BbHJffn4YIbC3VqhxE7yeYnU3tUm5KzRW5Ne2f4w,180392
|
|
174
|
+
amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=065lZG5toQZqEpk3ibqrsFeb0uJ_73fq6ngyurSqMdM,180488
|
|
170
175
|
amsdal/cloud/services/actions/delete_secret.pyi,sha256=QhIYoXQzShEUwLwoDQaNEf-mw1PQvl0l3EFIpg-dKcE,252
|
|
171
|
-
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=
|
|
176
|
+
amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=I3yc3dqd0fljYN_nsEza-UqVtqtkbGUrq7-1Fj9LXAE,180968
|
|
172
177
|
amsdal/cloud/services/actions/delete_dependency.pyi,sha256=2xT5Ks6KGgNMZEl--VkcpHZ3Mo7SvJpMtQCOdLkcwLE,259
|
|
173
|
-
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=
|
|
178
|
+
amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=BtyU8Rt2ujftlbrdQ769jl1Mzpecqy5p_9MzTlmhEBQ,120736
|
|
174
179
|
amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
|
|
175
180
|
amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
|
|
176
181
|
amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=HOznQGrz0LYNJZeqoDqOqCdNHGzoQf65muo5FBaxVAY,267
|
|
177
182
|
amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=RRT3DjN8XF2CQr_lnnY0Ziu3_oNiI0Gfq3kPjvmBty4,352
|
|
178
183
|
amsdal/cloud/services/actions/add_dependency.pyi,sha256=k9mJDr_rvG4tY6gK2IHRKac5jPy30IeWhzc389Rc70M,256
|
|
179
184
|
amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
|
|
180
|
-
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=
|
|
185
|
+
amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=6CBFurLCjkE_dBtgootBWsgjuoR2FDT1VOdjTeNdFIc,180424
|
|
181
186
|
amsdal/cloud/services/actions/add_secret.pyi,sha256=-aLENIqVyk-0IE7m4f-p8KOfLmsvZ0QjWyqSyiDXzi4,268
|
|
182
187
|
amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
|
|
183
188
|
amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
|
|
184
|
-
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=
|
|
185
|
-
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=
|
|
189
|
+
amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=fLL3iTSx5DtBkrQkJ54OT-wAT0jTzFOkNMiswFWkt-4,180528
|
|
190
|
+
amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=Aik6Z8awxt8S5wlL29q13wKTT7huG-CDbHyjGDR0NLo,180456
|
|
186
191
|
amsdal/cloud/services/actions/create_deploy.pyi,sha256=ZhidH6r4D3w3i62Nd7bNgS7R6y24vJwdy98inTYdr-Y,722
|
|
187
192
|
amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=bCTlNZWZTCaeLGfgCwOfjbV0Etp3mot30AIluKfZ-H8,237
|
|
188
193
|
amsdal/cloud/services/actions/list_dependencies.pyi,sha256=Dw8SY_Eh7eo_EXbd1XzMdUCg6j1LPasreA7kPBbBcJU,345
|
|
189
|
-
amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=
|
|
190
|
-
amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=
|
|
191
|
-
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=
|
|
194
|
+
amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=9jAX6XPtjh7_lnlPa20fbT7SQhgTaoF-tWyLGnYtFdY,180680
|
|
195
|
+
amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=WuwpeW0LR7UXacP5XbjRz6iIZ3bzsA0tazMdM8g22xA,180656
|
|
196
|
+
amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=nbRqz4n4mxeFh4SRNrjiqZVs04B-YoDaZr2jcNeSqOQ,180776
|
|
192
197
|
amsdal/cloud/services/actions/expose_db.pyi,sha256=vvhhSXSY8Myu9VKVmoSU-ywOzfi43u9ztmykBSE1vhM,294
|
|
193
198
|
amsdal/fixtures/manager.pyi,sha256=Q0ImQbFpuGDiFnlR1dbmgxWHjf7B2sq1csPzbiNIdEg,1608
|
|
194
199
|
amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
195
|
-
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=
|
|
196
|
-
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=
|
|
197
|
-
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=
|
|
200
|
+
amsdal/fixtures/manager.cpython-310-darwin.so,sha256=cE2Vw_wjQEVwaicRlpIv72gErSstNPrY778gagyQAPw,390464
|
|
201
|
+
amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=iVeGPwWL_PXDFcjnLiN5vyPl6t-VvOq8ZDLkNYtLIYA,120672
|
|
202
|
+
amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=NQZuI7-2cjRJTXnlgfpMxUbawamXViGr-KUrZxo8TdQ,428352
|
|
198
203
|
amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
|
|
199
204
|
amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
|
|
200
205
|
amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
|
|
@@ -203,27 +208,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
|
|
|
203
208
|
amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
|
|
204
209
|
amsdal/migration/data_classes.pyi,sha256=vTLUCKT4BCFqvGNi7QTJ7z7FhE5ooD6LhBd0BgFMWDc,2115
|
|
205
210
|
amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
|
|
206
|
-
amsdal/migration/__init__.cpython-310-darwin.so,sha256=
|
|
207
|
-
amsdal/migration/migrations.cpython-310-darwin.so,sha256=
|
|
211
|
+
amsdal/migration/__init__.cpython-310-darwin.so,sha256=_v9efbDzXdOnOj3kUgBGTaxaTIhZebIaaa3fUIBBKFY,120688
|
|
212
|
+
amsdal/migration/migrations.cpython-310-darwin.so,sha256=nWjICf_PA5R5yrToVg1OdJHjRNvSfWtRQPWf6meHe78,250408
|
|
208
213
|
amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
|
|
209
|
-
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=
|
|
210
|
-
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=
|
|
211
|
-
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=
|
|
212
|
-
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=
|
|
213
|
-
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=
|
|
214
|
-
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=
|
|
214
|
+
amsdal/migration/data_classes.cpython-310-darwin.so,sha256=lIgf2E4nCX4WNxhCdpHuf5sxuRBFytxUNZVFNdnbk5Q,215912
|
|
215
|
+
amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=bg-gFeOQukNf5od_wSD4ze6SKI6pl8sjObCrMWz4KT0,371488
|
|
216
|
+
amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=AVX378QwG0sahpFDt2FFrPpM9zlgdkwt6u2fvDnD13s,217240
|
|
217
|
+
amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=wk5uKXkf-ww0_PNFcuSiyd82mj13qLpGSATZrfNzOH4,354416
|
|
218
|
+
amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=y3KZAQnwsmz1lkAp4LRwH6T8SN6K2Hr6r9S4hmcWyFk,256568
|
|
219
|
+
amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=tOzGcPHeuoCxMyyo7JjVfPQvNBtfSyKw79exq48eknI,376016
|
|
215
220
|
amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
|
|
216
|
-
amsdal/migration/utils.cpython-310-darwin.so,sha256=
|
|
217
|
-
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=
|
|
221
|
+
amsdal/migration/utils.cpython-310-darwin.so,sha256=WCbxNvy07W7HhP5COvArrCqTefowLLc3X82bolduRGg,302640
|
|
222
|
+
amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=xa6Ytu9TnDoI7Y5dJmyJ3tgFT5ukLP91O6JKjrhYtXo,251664
|
|
218
223
|
amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
|
|
219
224
|
amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
|
|
220
225
|
amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
|
|
221
|
-
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=
|
|
226
|
+
amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=pjSJrSSYuFr_GuzCyFjpqY5KD-mth5jER_5Q8f3wtP8,457880
|
|
222
227
|
amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
|
-
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=
|
|
224
|
-
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=
|
|
228
|
+
amsdal/migration/executors/base.cpython-310-darwin.so,sha256=fTXJFy1y6YJpaBveDAek5yD4a8WBGd8ZEG84FvYfxRk,303088
|
|
229
|
+
amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=VUIKZ8Qbmlgmv4G3BkK7JY5gHBpyETQpRXPC5RBXkXY,120736
|
|
225
230
|
amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
|
|
226
|
-
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=
|
|
231
|
+
amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=nO-1wt-zxfKCQudp1l4JdBQXsBJY6uzBo_ohfxwJbU8,249912
|
|
227
232
|
amsdal/migration/templates/model_class_layout.tmpl,sha256=6E0r9N1qPXimPPH8ujJ3WE6TGieYSE5AGA8ZAXIWOF4,709
|
|
228
233
|
amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
|
|
229
234
|
amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
|
|
@@ -232,10 +237,5 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
|
|
|
232
237
|
amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
|
|
233
238
|
amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
|
|
234
239
|
amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
235
|
-
amsdal/services/__init__.cpython-310-darwin.so,sha256=
|
|
236
|
-
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=
|
|
237
|
-
amsdal-0.1.15.dist-info/RECORD,,
|
|
238
|
-
amsdal-0.1.15.dist-info/WHEEL,sha256=r7U64H7df5k5VoE41bE2otJ6YmrMps4wUd2_S2hHvHQ,115
|
|
239
|
-
amsdal-0.1.15.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
|
|
240
|
-
amsdal-0.1.15.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
|
|
241
|
-
amsdal-0.1.15.dist-info/METADATA,sha256=OnkEgM2zjDQFuD_xQ6HhFew-34NpjnBx-s9XsKGT-lU,57279
|
|
240
|
+
amsdal/services/__init__.cpython-310-darwin.so,sha256=JXtk0TbLE_AZKKgxvtOuNQDzkJ6RozYR0e6vJnQ3eY8,120672
|
|
241
|
+
amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=6uE4lfx03f1N1PpXwaFxUNnLo0ZP8eTZdEEJwi95A1A,362960
|
|
File without changes
|
|
File without changes
|
|
File without changes
|