amsdal 0.1.23__cp311-cp311-macosx_10_9_universal2.whl → 0.1.24__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.

Files changed (76) hide show
  1. amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md +209 -0
  2. amsdal/__about__.py +1 -1
  3. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/enums.pyi +11 -12
  8. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/base.pyi +26 -26
  18. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  40. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  41. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  42. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  43. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  44. amsdal/contrib/auth/models/user/hooks/post_init.py +11 -0
  45. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  46. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  47. amsdal/manager.cpython-311-darwin.so +0 -0
  48. amsdal/migration/__init__.cpython-311-darwin.so +0 -0
  49. amsdal/migration/base_migration_schemas.cpython-311-darwin.so +0 -0
  50. amsdal/migration/data_classes.cpython-311-darwin.so +0 -0
  51. amsdal/migration/data_classes.pyi +11 -11
  52. amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
  53. amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
  54. amsdal/migration/executors/default_executor.cpython-311-darwin.so +0 -0
  55. amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
  56. amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
  57. amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
  58. amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
  59. amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
  60. amsdal/migration/migrations.cpython-311-darwin.so +0 -0
  61. amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
  62. amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
  63. amsdal/migration/utils.cpython-311-darwin.so +0 -0
  64. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  65. amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
  66. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  67. amsdal/operations/__init__.cpython-311-darwin.so +0 -0
  68. amsdal/operations/manager.cpython-311-darwin.so +0 -0
  69. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  70. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  71. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  72. {amsdal-0.1.23.dist-info → amsdal-0.1.24.dist-info}/METADATA +1 -1
  73. {amsdal-0.1.23.dist-info → amsdal-0.1.24.dist-info}/RECORD +76 -76
  74. {amsdal-0.1.23.dist-info → amsdal-0.1.24.dist-info}/LICENSE.txt +0 -0
  75. {amsdal-0.1.23.dist-info → amsdal-0.1.24.dist-info}/WHEEL +0 -0
  76. {amsdal-0.1.23.dist-info → amsdal-0.1.24.dist-info}/top_level.txt +0 -0
@@ -1097,3 +1097,212 @@ Redistribution and use in source and binary forms, with or without modification,
1097
1097
  - Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1098
1098
 
1099
1099
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1100
+
1101
+ ## bcrypt **4.0 or later**
1102
+
1103
+
1104
+ ### [https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt)
1105
+
1106
+ ### **Apache License 2.0**
1107
+
1108
+ Apache License
1109
+ Version 2.0, January 2004
1110
+ http://www.apache.org/licenses/
1111
+
1112
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1113
+
1114
+ 1. Definitions.
1115
+
1116
+ "License" shall mean the terms and conditions for use, reproduction,
1117
+ and distribution as defined by Sections 1 through 9 of this document.
1118
+
1119
+ "Licensor" shall mean the copyright owner or entity authorized by
1120
+ the copyright owner that is granting the License.
1121
+
1122
+ "Legal Entity" shall mean the union of the acting entity and all
1123
+ other entities that control, are controlled by, or are under common
1124
+ control with that entity. For the purposes of this definition,
1125
+ "control" means (i) the power, direct or indirect, to cause the
1126
+ direction or management of such entity, whether by contract or
1127
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1128
+ outstanding shares, or (iii) beneficial ownership of such entity.
1129
+
1130
+ "You" (or "Your") shall mean an individual or Legal Entity
1131
+ exercising permissions granted by this License.
1132
+
1133
+ "Source" form shall mean the preferred form for making modifications,
1134
+ including but not limited to software source code, documentation
1135
+ source, and configuration files.
1136
+
1137
+ "Object" form shall mean any form resulting from mechanical
1138
+ transformation or translation of a Source form, including but
1139
+ not limited to compiled object code, generated documentation,
1140
+ and conversions to other media types.
1141
+
1142
+ "Work" shall mean the work of authorship, whether in Source or
1143
+ Object form, made available under the License, as indicated by a
1144
+ copyright notice that is included in or attached to the work
1145
+ (an example is provided in the Appendix below).
1146
+
1147
+ "Derivative Works" shall mean any work, whether in Source or Object
1148
+ form, that is based on (or derived from) the Work and for which the
1149
+ editorial revisions, annotations, elaborations, or other modifications
1150
+ represent, as a whole, an original work of authorship. For the purposes
1151
+ of this License, Derivative Works shall not include works that remain
1152
+ separable from, or merely link (or bind by name) to the interfaces of,
1153
+ the Work and Derivative Works thereof.
1154
+
1155
+ "Contribution" shall mean any work of authorship, including
1156
+ the original version of the Work and any modifications or additions
1157
+ to that Work or Derivative Works thereof, that is intentionally
1158
+ submitted to Licensor for inclusion in the Work by the copyright owner
1159
+ or by an individual or Legal Entity authorized to submit on behalf of
1160
+ the copyright owner. For the purposes of this definition, "submitted"
1161
+ means any form of electronic, verbal, or written communication sent
1162
+ to the Licensor or its representatives, including but not limited to
1163
+ communication on electronic mailing lists, source code control systems,
1164
+ and issue tracking systems that are managed by, or on behalf of, the
1165
+ Licensor for the purpose of discussing and improving the Work, but
1166
+ excluding communication that is conspicuously marked or otherwise
1167
+ designated in writing by the copyright owner as "Not a Contribution."
1168
+
1169
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1170
+ on behalf of whom a Contribution has been received by Licensor and
1171
+ subsequently incorporated within the Work.
1172
+
1173
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1174
+ this License, each Contributor hereby grants to You a perpetual,
1175
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1176
+ copyright license to reproduce, prepare Derivative Works of,
1177
+ publicly display, publicly perform, sublicense, and distribute the
1178
+ Work and such Derivative Works in Source or Object form.
1179
+
1180
+ 3. Grant of Patent License. Subject to the terms and conditions of
1181
+ this License, each Contributor hereby grants to You a perpetual,
1182
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1183
+ (except as stated in this section) patent license to make, have made,
1184
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1185
+ where such license applies only to those patent claims licensable
1186
+ by such Contributor that are necessarily infringed by their
1187
+ Contribution(s) alone or by combination of their Contribution(s)
1188
+ with the Work to which such Contribution(s) was submitted. If You
1189
+ institute patent litigation against any entity (including a
1190
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1191
+ or a Contribution incorporated within the Work constitutes direct
1192
+ or contributory patent infringement, then any patent licenses
1193
+ granted to You under this License for that Work shall terminate
1194
+ as of the date such litigation is filed.
1195
+
1196
+ 4. Redistribution. You may reproduce and distribute copies of the
1197
+ Work or Derivative Works thereof in any medium, with or without
1198
+ modifications, and in Source or Object form, provided that You
1199
+ meet the following conditions:
1200
+
1201
+ (a) You must give any other recipients of the Work or
1202
+ Derivative Works a copy of this License; and
1203
+
1204
+ (b) You must cause any modified files to carry prominent notices
1205
+ stating that You changed the files; and
1206
+
1207
+ (c) You must retain, in the Source form of any Derivative Works
1208
+ that You distribute, all copyright, patent, trademark, and
1209
+ attribution notices from the Source form of the Work,
1210
+ excluding those notices that do not pertain to any part of
1211
+ the Derivative Works; and
1212
+
1213
+ (d) If the Work includes a "NOTICE" text file as part of its
1214
+ distribution, then any Derivative Works that You distribute must
1215
+ include a readable copy of the attribution notices contained
1216
+ within such NOTICE file, excluding those notices that do not
1217
+ pertain to any part of the Derivative Works, in at least one
1218
+ of the following places: within a NOTICE text file distributed
1219
+ as part of the Derivative Works; within the Source form or
1220
+ documentation, if provided along with the Derivative Works; or,
1221
+ within a display generated by the Derivative Works, if and
1222
+ wherever such third-party notices normally appear. The contents
1223
+ of the NOTICE file are for informational purposes only and
1224
+ do not modify the License. You may add Your own attribution
1225
+ notices within Derivative Works that You distribute, alongside
1226
+ or as an addendum to the NOTICE text from the Work, provided
1227
+ that such additional attribution notices cannot be construed
1228
+ as modifying the License.
1229
+
1230
+ You may add Your own copyright statement to Your modifications and
1231
+ may provide additional or different license terms and conditions
1232
+ for use, reproduction, or distribution of Your modifications, or
1233
+ for any such Derivative Works as a whole, provided Your use,
1234
+ reproduction, and distribution of the Work otherwise complies with
1235
+ the conditions stated in this License.
1236
+
1237
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1238
+ any Contribution intentionally submitted for inclusion in the Work
1239
+ by You to the Licensor shall be under the terms and conditions of
1240
+ this License, without any additional terms or conditions.
1241
+ Notwithstanding the above, nothing herein shall supersede or modify
1242
+ the terms of any separate license agreement you may have executed
1243
+ with Licensor regarding such Contributions.
1244
+
1245
+ 6. Trademarks. This License does not grant permission to use the trade
1246
+ names, trademarks, service marks, or product names of the Licensor,
1247
+ except as required for reasonable and customary use in describing the
1248
+ origin of the Work and reproducing the content of the NOTICE file.
1249
+
1250
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1251
+ agreed to in writing, Licensor provides the Work (and each
1252
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1253
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1254
+ implied, including, without limitation, any warranties or conditions
1255
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1256
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1257
+ appropriateness of using or redistributing the Work and assume any
1258
+ risks associated with Your exercise of permissions under this License.
1259
+
1260
+ 8. Limitation of Liability. In no event and under no legal theory,
1261
+ whether in tort (including negligence), contract, or otherwise,
1262
+ unless required by applicable law (such as deliberate and grossly
1263
+ negligent acts) or agreed to in writing, shall any Contributor be
1264
+ liable to You for damages, including any direct, indirect, special,
1265
+ incidental, or consequential damages of any character arising as a
1266
+ result of this License or out of the use or inability to use the
1267
+ Work (including but not limited to damages for loss of goodwill,
1268
+ work stoppage, computer failure or malfunction, or any and all
1269
+ other commercial damages or losses), even if such Contributor
1270
+ has been advised of the possibility of such damages.
1271
+
1272
+ 9. Accepting Warranty or Additional Liability. While redistributing
1273
+ the Work or Derivative Works thereof, You may choose to offer,
1274
+ and charge a fee for, acceptance of support, warranty, indemnity,
1275
+ or other liability obligations and/or rights consistent with this
1276
+ License. However, in accepting such obligations, You may act only
1277
+ on Your own behalf and on Your sole responsibility, not on behalf
1278
+ of any other Contributor, and only if You agree to indemnify,
1279
+ defend, and hold each Contributor harmless for any liability
1280
+ incurred by, or claims asserted against, such Contributor by reason
1281
+ of your accepting any such warranty or additional liability.
1282
+
1283
+ END OF TERMS AND CONDITIONS
1284
+
1285
+ APPENDIX: How to apply the Apache License to your work.
1286
+
1287
+ To apply the Apache License to your work, attach the following
1288
+ boilerplate notice, with the fields enclosed by brackets "[]"
1289
+ replaced with your own identifying information. (Don't include
1290
+ the brackets!) The text should be enclosed in the appropriate
1291
+ comment syntax for the file format. We also recommend that a
1292
+ file or class name and description of purpose be included on the
1293
+ same "printed page" as the copyright notice for easier
1294
+ identification within third-party archives.
1295
+
1296
+ Copyright [yyyy] [name of copyright owner]
1297
+
1298
+ Licensed under the Apache License, Version 2.0 (the "License");
1299
+ you may not use this file except in compliance with the License.
1300
+ You may obtain a copy of the License at
1301
+
1302
+ http://www.apache.org/licenses/LICENSE-2.0
1303
+
1304
+ Unless required by applicable law or agreed to in writing, software
1305
+ distributed under the License is distributed on an "AS IS" BASIS,
1306
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1307
+ See the License for the specific language governing permissions and
1308
+ limitations under the License.
amsdal/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present
2
2
  #
3
3
  # SPDX-License-Identifier: AMSDAL End User License Agreement
4
- __version__ = '0.1.23'
4
+ __version__ = '0.1.24'
Binary file
Binary file
Binary file
amsdal/cloud/enums.pyi CHANGED
@@ -1,23 +1,22 @@
1
- from _typeshed import Incomplete
2
1
  from enum import Enum
3
2
 
4
3
  class AuthType(Enum):
5
- CREDENTIALS: Incomplete
6
- TOKEN: Incomplete
4
+ CREDENTIALS = ...
5
+ TOKEN = ...
7
6
 
8
7
  class DeployType(str, Enum):
9
- lakehouse_only: str
10
- include_state_db: str
8
+ lakehouse_only = 'lakehouse_only'
9
+ include_state_db = 'include_state_db'
11
10
 
12
11
  class StateOption(str, Enum):
13
- sqlite: str
14
- postgres: str
12
+ sqlite = 'sqlite'
13
+ postgres = 'postgres'
15
14
 
16
15
  class LakehouseOption(str, Enum):
17
- spark: str
18
- postgres: str
19
- postgres_immutable: str
16
+ spark = 'spark'
17
+ postgres = 'postgres'
18
+ postgres_immutable = 'postgres-immutable'
20
19
 
21
20
  class ResponseStatus(str, Enum):
22
- success: str
23
- error: str
21
+ success = 'success'
22
+ error = 'error'
@@ -11,32 +11,32 @@ from enum import Enum
11
11
  from typing import Any
12
12
 
13
13
  class AuthErrorCodes(str, Enum):
14
- INVALID_EMAIL: str
15
- MISSING_CREDENTIALS: str
16
- INVALID_CREDENTIALS: str
17
- INVALID_APPLICATION_UUID: str
18
- CLIENT_IS_INACTIVE: str
19
- CLIENT_ALREADY_EXISTS: str
20
- DEPLOY_FAILED: str
21
- DEPLOY_ALREADY_EXISTS: str
22
- DEPLOY_NOT_IN_DEPLOYED_STATUS: str
23
- DESTROY_FAILED: str
24
- DEPLOY_NOT_FOUND: str
25
- INVALID_DEPENDENCY: str
26
- EXPOSE_DB_ACCESS_FAILED: str
27
- APPLICATION_ALREADY_EXISTS: str
28
- MULTIPLE_APPLICATIONS_FOUND: str
29
- MAXIMUM_APPLICATIONS_REACHED: str
30
- INTERNAL_SECRET: str
31
- BA_DOES_NOT_EXIST: str
32
- INVALID_IP_ADDRESS: str
33
- MONITORING_NOT_FOUND: str
34
- INVALID_ENVIRONMENT_NAME: str
35
- SAME_ENVIRONMENT_NAME: str
36
- ENVIRONMENT_NOT_FOUND: str
37
- ENVIRONMENT_NOT_DEPLOYED: str
38
- MAXIMUM_DEPLOYS_PER_APPLICATION_REACHED: str
39
- CANNOT_DELETE_ENVIRONMENT: str
14
+ INVALID_EMAIL = 'invalid_email'
15
+ MISSING_CREDENTIALS = 'missing_credentials'
16
+ INVALID_CREDENTIALS = 'invalid_credentials'
17
+ INVALID_APPLICATION_UUID = 'invalid_application_uuid'
18
+ CLIENT_IS_INACTIVE = 'client_is_inactive'
19
+ CLIENT_ALREADY_EXISTS = 'client_already_exists'
20
+ DEPLOY_FAILED = 'deploy_failed'
21
+ DEPLOY_ALREADY_EXISTS = 'deploy_already_exists'
22
+ DEPLOY_NOT_IN_DEPLOYED_STATUS = 'deploy_not_in_deployed_status'
23
+ DESTROY_FAILED = 'destroy_failed'
24
+ DEPLOY_NOT_FOUND = 'deploy_not_found'
25
+ INVALID_DEPENDENCY = 'invalid_dependency'
26
+ EXPOSE_DB_ACCESS_FAILED = 'expose_access_failed'
27
+ APPLICATION_ALREADY_EXISTS = 'application_already_exists'
28
+ MULTIPLE_APPLICATIONS_FOUND = 'multiple_applications_found'
29
+ MAXIMUM_APPLICATIONS_REACHED = 'maximum_applications_reached'
30
+ INTERNAL_SECRET = 'internal_secret'
31
+ BA_DOES_NOT_EXIST = 'ba_does_not_exist'
32
+ INVALID_IP_ADDRESS = 'invalid_ip_address'
33
+ MONITORING_NOT_FOUND = 'monitoring_not_found'
34
+ INVALID_ENVIRONMENT_NAME = 'invalid_environment_name'
35
+ SAME_ENVIRONMENT_NAME = 'same_environment_name'
36
+ ENVIRONMENT_NOT_FOUND = 'environment_not_found'
37
+ ENVIRONMENT_NOT_DEPLOYED = 'environment_not_deployed'
38
+ MAXIMUM_DEPLOYS_PER_APPLICATION_REACHED = 'maximum_deploys_per_application_reached'
39
+ CANNOT_DELETE_ENVIRONMENT = 'cannot_delete_environment'
40
40
 
41
41
  FRIENDLY_ERROR_MESSAGES: Incomplete
42
42
 
@@ -23,3 +23,14 @@ def post_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None: #
23
23
  hashed_password = bcrypt.hashpw(password.encode('utf-8'), bcrypt.gensalt())
24
24
  self.password = hashed_password
25
25
  self._object_id = email.lower()
26
+
27
+ if not is_new_object and password is not None:
28
+ if isinstance(password, str):
29
+ password = password.encode('utf-8')
30
+
31
+ try:
32
+ if not bcrypt.checkpw(password, self.password):
33
+ self.password = password
34
+ except ValueError:
35
+ hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
36
+ self.password = hashed_password
Binary file
@@ -7,9 +7,9 @@ from enum import Enum
7
7
  from pathlib import Path
8
8
 
9
9
  class Action(str, Enum):
10
- CREATED: str
11
- UPDATED: str
12
- NO_ACTION: str
10
+ CREATED = 'CREATED'
11
+ UPDATED = 'UPDATED'
12
+ NO_ACTION = 'NO_ACTION'
13
13
 
14
14
  @dataclass
15
15
  class ClassSaveResult:
@@ -31,9 +31,9 @@ class MigrateResult:
31
31
  def __init__(self, class_instance, is_table_created, is_data_migrated) -> None: ...
32
32
 
33
33
  class ModuleTypes(str, Enum):
34
- APP: str
35
- CORE: str
36
- CONTRIB: str
34
+ APP = 'APP'
35
+ CORE = 'CORE'
36
+ CONTRIB = 'CONTRIB'
37
37
 
38
38
  @dataclass
39
39
  class MigrationFile:
@@ -54,9 +54,9 @@ class ClassSchema:
54
54
  def __init__(self, object_schema, type) -> None: ...
55
55
 
56
56
  class OperationTypes(str, Enum):
57
- CREATE_CLASS: str
58
- UPDATE_CLASS: str
59
- DELETE_CLASS: str
57
+ CREATE_CLASS = 'CREATE_CLASS'
58
+ UPDATE_CLASS = 'UPDATE_CLASS'
59
+ DELETE_CLASS = 'DELETE_CLASS'
60
60
 
61
61
  @dataclass
62
62
  class MigrateOperation:
@@ -68,8 +68,8 @@ class MigrateOperation:
68
68
  def __init__(self, type, class_name, schema_type, old_schema=..., new_schema=...) -> None: ...
69
69
 
70
70
  class MigrationDirection(str, Enum):
71
- FORWARD: str
72
- BACKWARD: str
71
+ FORWARD = 'forward'
72
+ BACKWARD = 'backward'
73
73
 
74
74
  @dataclass
75
75
  class MigrationResult:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,14 +1,9 @@
1
- amsdal-0.1.23.dist-info/RECORD,,
2
- amsdal-0.1.23.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,114
3
- amsdal-0.1.23.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
- amsdal-0.1.23.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
5
- amsdal-0.1.23.dist-info/METADATA,sha256=c5Q2fV7YlNpE4H4bhkl2i9bA2EG-sufxWWB8FnDVRyk,57261
6
1
  amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
7
2
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
3
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
9
- amsdal/manager.cpython-311-darwin.so,sha256=IkLpc-nPJqjEMi_mW2K4x9H6IolKaTEatbcVGwfyMUU,372480
10
- amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=TMs-vRDXacJ_rDtdN3rokBp8eofVTRIIUEyWABZ01H4,62596
11
- amsdal/__about__.py,sha256=l_z664YHORUor-RBHiBQUiybECMCK-48HrZboArDoB0,125
4
+ amsdal/manager.cpython-311-darwin.so,sha256=8IayTs1udag3AJEEQS4eu-T4UF-zKm3sLq5s9BsiWDo,372480
5
+ amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
+ amsdal/__about__.py,sha256=XfI9LtObfxZh-A6ALm8x0qh_r-cyayKP0wZ-6O8TlTc,125
12
7
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
13
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
9
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
@@ -18,18 +13,18 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
13
  amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
14
  amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
20
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
21
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=gQhW4Mft3cmm8ZD0LiZ-DP4hIkKY5p5b88kPv_8_OGk,336936
16
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=96mqPtxXPlvJ9LA1ZozSsO_qZmV3cIEzbPpDWhx-HAI,336936
22
17
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
18
  amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
24
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=PMy9MzEm7OmVEijqAYUCJ4lt7xKMPXYwwbuiGGg7h_E,120656
25
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=17tougm784XHJasiMd1Kuhalf3T0tzsjC8TEcgmErGc,253040
19
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Rxumj8-r_BAAsSBFmugoRz011Tgh4tNE6JLLygx9h18,120656
20
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=Yc-5ctrpzlwq-JkBCeW1Li294XsliFH-WdlWnf0CdX0,253040
26
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
22
  amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
28
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
24
  amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
30
25
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
26
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
32
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=V4jPV4IWwRR3kJ-RZF8ENBXCB-fqdeefEYsaV46clVs,120656
27
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=0il80H8QZcn1pj54cEW29dzeafmxTuRuFJcxTVwvWno,120656
33
28
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
34
29
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
30
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -48,7 +43,7 @@ amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=GY7jv5xSQ-sAfy9A1YTlSTlb6ejAWj
48
43
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=jzDqtxVwVOsa-4YCAcvAGnpOAbCtI86z9SpT73EYGas,6951
49
44
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
50
45
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=MUC4b1aX8cxt9FkfaAWzMwBhaK3ktcotoIIJsV511qY,326
51
- amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=pv3tPf4UlbguCvWui8KsZ7Za_DmXr1SVNEqA2oCKqlU,784
46
+ amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=vSfh4herm0-PiY6wBOt4mvZcMY_dbXX2Ea8qI0DfgZ8,1180
52
47
  amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=vmobGCOvUQUb_YqasD5gh2XSygRYlWom0sWZTwF6vNI,87
53
48
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
54
49
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=BXyBT0CC5gihQyGgpqPYCcP4VDxgJYqXckIhJZHcNlo,136
@@ -89,12 +84,12 @@ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0
89
84
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
90
85
  amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
91
86
  amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- amsdal/operations/manager.cpython-311-darwin.so,sha256=HKalUCfgB8hg00ZEH2t4hPnt70LufbkMJeCPsxmBkOU,405296
93
- amsdal/operations/__init__.cpython-311-darwin.so,sha256=s23YRKxjidziTpevaDDs14Oy79ckkX1JDEyoD8sVnjY,120688
87
+ amsdal/operations/manager.cpython-311-darwin.so,sha256=iFjEBUxOJBGYF4BFAUeRnov1ZKvD0jz2nHyzXVriks8,405296
88
+ amsdal/operations/__init__.cpython-311-darwin.so,sha256=hCyNLPi6wYh7O5yF-jZAm5MpJk2y1i1oZlf-KIDiDBU,120688
94
89
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
95
90
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
91
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=uocOCUXcx0IC62VZaexxYh3AhgmcWEJaEJbRP-4JQ5g,216064
92
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=rTsL_hiWzP9ZbbreT3DfIAL0G4CLpcZ-pcFypdIcYI4,216064
98
93
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
99
94
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
100
95
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -131,116 +126,116 @@ amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,5
131
126
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
132
127
  amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
133
128
  amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
134
- amsdal/cloud/client.cpython-311-darwin.so,sha256=4lboxI6xAyLmw0ehkbOQYtsKQakZrpf5w1nLiRhghRg,215872
129
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=73eCkI_CNA1UxFYZnEoHqODsZ7mn6k96fMgmDQowwRs,215872
135
130
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
136
131
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
137
132
  amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
138
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=Qx0T1Z8NYsc_18X1pTToO_jbqBNyKBJiPmOPTHBeA7U,157696
139
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=jVqShH-Xwjvly4ztH-AFOXsxbQvo1sUy82Hc8ERdfoA,158688
140
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=ymrkegRgPcKUXRlAD7sTt5VSt_P24aCtvT3QuaZ6W_c,120656
141
- amsdal/cloud/enums.pyi,sha256=7l9LNAXG4s7Q8U-EObvJ5Uz07ivwTxedAFLvE7iQAS8,435
142
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=5rA_ghiQ7WkLQy5mpZ7fZdnrprtIrbIrA1Qkp0osuqc,193584
133
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=J1GgBI_Cm11WXSe03BoJ985UU7qXeXukn2y40lF7XbA,157696
134
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=eLz6ozAr5rENZDAGWFMpzB5ei_p2Ht4Z1S6yIJ65t_c,158688
135
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=JRluPzqt4tT0OYe4fI_dvsEAL-LoCly7ChTVCRMiUIE,120656
136
+ amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=by6hN3whsLOcY9q8QzsOMtdXrWG0rUXvSvoBtEi7qAE,193584
143
138
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
144
139
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=FuMqXtOOYwhmWpybKh4gw6jV4O3FUuAjTwjww6Qfe-8,120688
140
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=CY04qBzthr3PuMsFmDwRmrrAMmags2IQAPwKnkHYUxA,120688
146
141
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=vmSLyBgg0TNflSOfFrlXfRvkTISbgIUKcVF6LFi2ogw,120688
148
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=3MVSupW2LYg8pg5SQExYjx5GS42zWSJGEY40E6Pdtiw,163104
142
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=klEOLYGSwzPDjmL55zM5kI-3qoUdMEKtihlFytSRSVg,120688
143
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=sCUhE8hstvMNNnOl0kkM7R3gpcpFBMvQN3nA_aJzkZg,163104
149
144
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
150
145
  amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
151
146
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
152
147
  amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
153
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=NrXcb-Ade45y7TDR1Fp8lLQI39pY-OJoAok4U1TGUxY,250960
154
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=Ei6Ahlgk-ImYSdq7Kp1ZiA-3Dvn08sYElOX7mtGrrUI,213936
148
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=DIDCwudk4l_HTTG6Ijm9acnSy3qxpg8BKfEjZJJ3qWc,250960
149
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=GY-j0B6oq_AAo42oqeNbG-0pgx621ACn2ksCUoOxDPU,213936
155
150
  amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
156
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=dA7SSpr54BCwKlNbTaIaUsV6GFfzvx9iIp8IrKgnA5c,216024
157
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=i0xCz07gX6369beG6XqbyL1dc5oQU4jKBmKp9aYdJJg,120704
158
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=RgPyojVH1pzw8GCmU9dDP4rPCpPX4lOwIV6UYgYNFOs,252888
151
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=aZ_23QMIhhRplyO8D-48C587F2xggbH25t1l3nSqQGQ,216024
152
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=54uTMEdcNikir1EeJcnrQOSnlnodPnelCRY6ruqTRh4,120704
153
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=YNrrkMFkGw2K85GvMFHT1FnGAGD1IwoJNbcwZsoqp6E,252888
159
154
  amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
160
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=hPdwlVBHNEd0CpCWIAS8a9x9SgbjMHKPaNsukE5u2UE,180856
161
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=T6BjfGdF4Tj_DKIQPg1w4_xg-5zT0nbMNIK4hhBt38E,323056
155
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=VBOcJy1cQFhBHWnQCZ9iLpSqQDQiokwd7rPArTnyEc0,180856
156
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=fb6djYqGLKPJLQD8eGfu7Q5fSmeSBOvfmzTEpXU8854,323056
162
157
  amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
163
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=htauEvHsfReR-9ZhnmepY8Bkt2b0vHTdIeJTvS9gXAI,180536
164
- amsdal/cloud/services/actions/base.pyi,sha256=bvZm5_ODeEN_rgRhJdvj8-qlgNnJEwBsBz4v0dRvmqU,2006
165
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=Xr0UXZNDwHENP0fbJneIbuqGDa5ZfijHEwfwHb_5DBQ,180568
166
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=-Tfkj4I4E_cckB3tlc4dSlJ5IB_cLr5T9bN_lCpqUdU,180392
158
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=IdbedaUpkx95gw2f4Qayiyzjl7Tm_He1nCui10UUXSY,180536
159
+ amsdal/cloud/services/actions/base.pyi,sha256=R4djWvU1Jo_U6LwgGzv24d86dWZ1B9Ra68ydV-RFsiM,2556
160
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=NGhhyz7xh_KtZQEv_zT9WJfxDesxNkTA1zd1kPduYCE,180568
161
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=6lyDWEnRzRIZiWWKBF-ixbIHkz3cw-7Oo68CMZ2Nih0,180392
167
162
  amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
168
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=hL9wtiNBMPBrdz97ZU3IszpBIJKvLd1QHbRDeBYmpnk,180552
169
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=axxy-9Am0XNh8p43VbNYtfwfSmNKXLvHs7pVfdRxdqs,180960
163
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=Ny0_ULP93qaqm2NrVIcivn8Glbpax_-qFVeevrcQcaY,180552
164
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=LWnFtfYxrOBWxYVOqmir6yy-qveyZU--hU-scK-AKA4,180960
170
165
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
171
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=oR-KWsGjZDDMmX_LVlurL4Dkx1PXz-iE81paSGx8pu0,180456
166
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=-LuM498Iw2iFslC0H7vVA6W1vFyoMWmzkYOFfgBHHZY,180456
172
167
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
173
168
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
174
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=VxhELpcAwpP3OoUSKxMZktEmwkcjx2lL9UtJ61QIu6I,181112
169
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=cEhbj-r0TQdIrzkIwS_9GM6jzNtQ7W7_x3ybtni-4lo,181112
175
170
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
171
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
177
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=epyuUA13KhTXwqE3ofty7M95YvARMotRl-_um0tFPMk,180856
178
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=j4i_o172RO5tsS1zTVBNoaYDI8ZjQREUccm3jforLlY,180560
179
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=qW1JEJVVHFSSGzRDAsaT6TuKw4XgLmqx_mtA6faGurQ,181096
180
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=6So1vKJMengaepngGx33fVSe682qObIqoirfkYODuHg,180344
181
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=E70IYrYpx85ni8eu4R-6Bg0cH67P8YiE1oHWigg4fKg,180776
182
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=GETJAl6qdJkA1_t36KoV0BXc39n8QzfbhpHbhOgmZ-E,252280
172
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=vq7RP4YrWmPBdNi7pcilnxw-0S0BLbpT1wr7QhDoNU4,180856
173
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=2bQQ2QFpCuPTtJyfnJMo5ddQC6ZbZy8zb-6iCBqSu7s,180560
174
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=qQtZApXd8NNMzBQEtO3fvz4kw9ri8FEtTZfnmPYfKH8,181096
175
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=pGoAF7hxNb845fiiqfHgPDV1jT6yBF7VzPJmpdBoNAI,180344
176
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=33psueMz9OYDATAnOr8XutU2pzuubGjADyj0RkcaWNU,180776
177
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=1_MRIyRqBPAiLOFeq_D4-EWET3CzaWpW4QZ2aJ4_N4A,252280
183
178
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
184
179
  amsdal/cloud/services/actions/delete_env.pyi,sha256=YcpKJgZ1qV5XEeRGlQICoveLCLcDa3bVFllsBbjMqv8,338
185
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=R58ShgNE1JrpbwpRKtKx8JB8l2rJl2ZzqlHnFXntPxk,319440
180
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=nuKPw0X3vuk278SoOP_0-dRwqjWXQxZXYbrnpUyUu10,319440
186
181
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
187
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=YoZEaDKwuTGVBJTPUncV2_rnpV-L5SKAejfuYCYFqQs,180504
182
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=gHTiZGFKCJWfiHWcQ53olP9UGc6S_5QfPtGG7PohONY,180504
188
183
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
189
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=ydkrbor9xqAkNi2m53KcbkmhDIzhpV3z9VqoV2IOuWM,180624
184
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=0Bg2rQ7_9jnEJCrA6FBFDRRVzk-iWuLY8O3vwpZUNg8,180624
190
185
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
191
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=tDoDPWu4l36I6yFefaOf3JDATCnjDIc_YZi_74STKyA,180888
186
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=gZMVoJXUabr14ct0ZDPg0JwcdfvwAdJwDeFkAyCOhow,180888
192
187
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
193
188
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
194
189
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
195
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=QyGSkCJxB9ccZskM48hH5xgWMh3opm0MEl0BG015AAg,180768
196
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=q_jqKl5Ke7ztRHkR-wUz439i3MGc_-1ZCtItY_i_5rU,180840
190
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=RqVZRWvMGs78T8LKQj2l1qEbJ2BV7Mh6FgvmGGmMDOQ,180768
191
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=8Ft8_HIYZqM7hHKaC_o1TH5vjv2km_hMHwpBPvDY5uM,180840
197
192
  amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
198
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=IEbkhjDk_amU3Ml-BZenBaEed3Cvd_hJyvW0LbcaoN4,180632
193
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=EVs6z6-sRsU0pogGzFOAtjyRCbkKUk0v4JKWNS3pp-k,180632
199
194
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
200
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=bxq6pUsd2asDhoGYQBUjo6RS7hFNrj7SchJYhtzdork,180632
201
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=txKmofEWJwPUoFLpW6uCLl7sQc8j1BCtmoBoBqT4y6U,120720
195
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=x7WKmVgHjelWiXkE4k3ypVOcJsVNH1K4VWBihNodsp4,180632
196
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=_yaWyKuQ2VMszKZZtHJQZTpEP76eCW0q0fiNAzm1bLA,120720
202
197
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
203
198
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
204
199
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
205
200
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
206
201
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
207
202
  amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
208
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=TLsk-L8y42SOjokeWNfoBEXnBYrA5ZopVCd9i4u22bM,180488
203
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=BLBryfT4QIBklZ27PrDafsgQ7Y_V4mHGoT6swpfoWZA,180488
209
204
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
210
205
  amsdal/fixtures/manager.pyi,sha256=ngktwLTuaiwEIrNVrOh9FEf3YxFbeUZ0G_DJf0Go5iM,1704
211
206
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
212
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=nCy2F2ygh_p7QrmwQY0LacPPIuCkIQNHbH9ZnY_HGwk,408464
213
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=yR1DL3nIjEiyTEEh1mm-qXetc6NF2M_tXQ0YNS4GUug,120672
207
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=mA7WO37mZfNaVWORUlEn0RPgwNQCEsf8blxjWOsoMtg,408464
208
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=FdVPB7vpGzHRNSY8PwHOCbMxLxYh8Hk1iqT7zLRtkxM,120672
214
209
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
215
210
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
216
211
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
217
212
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
218
213
  amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_Apr8Bg_Cm31_g,728
219
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=PYpMEpGFu22_b9zFM07oudghXh2Zr5ugOb7mkFCxtoY,445008
214
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=p-n9iciWRnzCzD5kf3XCBKc3BXeN7YKqhd5NNQo5qLA,445008
220
215
  amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
221
- amsdal/migration/data_classes.pyi,sha256=vTLUCKT4BCFqvGNi7QTJ7z7FhE5ooD6LhBd0BgFMWDc,2115
216
+ amsdal/migration/data_classes.pyi,sha256=1HNOIAP1Cv90CO1JjoIu4anSs1VMibki1P5pqmBBE-I,2203
222
217
  amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
223
- amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=mp2bSiKxK5hWSaPCSa1NESlG17ESgP1DVbiQifaaSg8,375664
224
- amsdal/migration/utils.cpython-311-darwin.so,sha256=xkuhi4eCK4a8M5Ac3I-beXGc7RDstL1ngk8ZyNl45Ok,302896
218
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=ZGKwAiK70ab3SLEiDR4hxdTqPwrxtzgsIhy9beVpQPI,375664
219
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=ixXAt-334qYDboh4u-4ajBk9-DIO2HUP5WCHxLov9fw,302896
225
220
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
226
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=SM0BLuP8LUbvPfYK-6lVtsv8zd1lZilzTcmlEUn8mIY,251712
221
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=7F2I-hk_GdRsmlcf8LubXg400s_4btAjtD1Jh3nXv4Y,251712
227
222
  amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
228
- amsdal/migration/__init__.cpython-311-darwin.so,sha256=Ck8sLn-D7bDFSw7NUdWvPlhcnclKQtJHblxdZYdac64,120672
229
- amsdal/migration/migrations.cpython-311-darwin.so,sha256=z7pZZPTiB3nbzgOMX4CYFVIhcJGJEeQlfapzgr3fqqo,250488
230
- amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=ANGWAPBRSK5LYz_mIHTVCvZLEhZY9Hb7yBQpVyQK8rM,371552
231
- amsdal/migration/data_classes.cpython-311-darwin.so,sha256=7p66X0-Xbp2y1bBF859Rl-_IklATi7ffq6CFSrOyvjw,215976
232
- amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=HChi2iTGC7UJjytMTHBZnQAbShb3z-At0W7si8PV-9o,217384
233
- amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=bt-7SwRYa63NcbtaWJFNl7ApDtV4QM4LJXNOlBlECek,256808
223
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=b3b6NYtHg-afXCNWLGlESQPhtbjd43sUcWnP7u3UmJg,120672
224
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=3f2wJV9x-ag7F6g24UWKFEueu5Dn5KjqryrjF30ZvT8,250488
225
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=uUvDVjZwpMxNNnHKZ6Uxh-p43VSteCDEqXcSATzuqgQ,371552
226
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=epPBfsEiCl0-kP3LuRywfFv5yybNnbsS905AE06X09w,215976
227
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=6UdUX7I-tNcbCbj2A2fy9afUQX4FIAnvrN9t_e4H0YE,217384
228
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=7DKrXRm9LtpeIheH6BqBAiC6dNmOeKrwBxHCsKry36A,256808
234
229
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
235
- amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=ktGnH5ydJ9DIfmfiXJMW7SvNIxAZlFFXyvVVuydfeEY,354464
236
- amsdal/migration/executors/base.cpython-311-darwin.so,sha256=B_Q_ePpE9wsuKNSSNukHs_9eRxFoH34xDVa8dPiT1QM,303136
230
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=U8mIkLJ71CksPo0LmIvn2omF9Fnino6W-aoDkgWYb9I,354464
231
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=Uj51XyeOHRQ7yeapEbpTl6fZpqLv3baIAnO4i-OP7uY,303136
237
232
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
238
233
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
239
234
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
240
- amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=5UfNYUuc_rPoURhsb8AHKYgaRcbJ0EaziF5gCwgUXdg,458008
241
- amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=-OybyU7v4hLaxW6_YjvSASS97vXKjpw6kH7-mMbyU7E,249976
235
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=Rbu6SkkjxlPHFtbtlHhZyvNzM2-4SOzj6XDx3euQDOo,458008
236
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=dJWbkkQm46MmfcOvWRT2_Up8hPlRRhw4eyaNfaFzL5U,249976
242
237
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
243
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=hBCK9jwueubPW1Dr99Ptg88jl5XEdqJxoDCkIs08ioc,120720
238
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=Dy9nk5QRoCuQIcwWoQRweUYj3ID_w8mdyWoplttVWec,120720
244
239
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
245
240
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
246
241
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -249,5 +244,10 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
249
244
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
250
245
  amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
251
246
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
252
- amsdal/services/__init__.cpython-311-darwin.so,sha256=MHxIv8am4VQAfQDVjz9bxzm4fiER9ENb8Oj38XljUyw,120672
253
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=4Y6Dj5oui9vmFTfOzSm9POLHmgYMVUkUeVMmBXC_IoI,363184
247
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=u8LDZjf4TlfYLS_z1IbPMlcJs06FYTnwCz4l-wRV4Ig,120672
248
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=a8NoURU4I9FY-5gwb5XD9Y-eZrBLO-u8hg7w08vqEs8,363184
249
+ amsdal-0.1.24.dist-info/RECORD,,
250
+ amsdal-0.1.24.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,114
251
+ amsdal-0.1.24.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
252
+ amsdal-0.1.24.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
253
+ amsdal-0.1.24.dist-info/METADATA,sha256=-jyKHaIGEQVVv81fz910gJzSH3k8ZDKUuoqQ5zu6MQE,57261