amsdal 0.2.6__cp311-cp311-macosx_10_9_universal2.whl → 0.3.0__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 (78) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/__migrations__/0003_schema_type_in_class_meta.py +56 -0
  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/models/__init__.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  40. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  41. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  42. amsdal/contrib/auth/models/user/hooks/post_init.py +0 -1
  43. amsdal/errors.py +3 -0
  44. amsdal/errors.pyi +1 -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 +0 -6
  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/default_executor.pyi +6 -5
  56. amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
  57. amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
  58. amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
  59. amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
  60. amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
  61. amsdal/migration/migrations.cpython-311-darwin.so +0 -0
  62. amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
  63. amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
  64. amsdal/migration/utils.cpython-311-darwin.so +0 -0
  65. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  66. amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
  67. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  68. amsdal/schemas/core/class_object_meta/model.json +4 -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/utils/rollback/__init__.py +29 -20
  73. {amsdal-0.2.6.dist-info → amsdal-0.3.0.dist-info}/METADATA +18 -18
  74. {amsdal-0.2.6.dist-info → amsdal-0.3.0.dist-info}/RECORD +78 -76
  75. {amsdal-0.2.6.dist-info → amsdal-0.3.0.dist-info}/WHEEL +1 -1
  76. amsdal-0.3.0.dist-info/licenses/LICENSE.txt +107 -0
  77. {amsdal-0.2.6.dist-info → amsdal-0.3.0.dist-info}/LICENSE.txt +0 -0
  78. {amsdal-0.2.6.dist-info → amsdal-0.3.0.dist-info}/top_level.txt +0 -0
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.2.6'
4
+ __version__ = '0.3.0'
@@ -0,0 +1,56 @@
1
+ from amsdal.migration import migrations
2
+ from amsdal_utils.models.enums import SchemaTypes
3
+
4
+
5
+ class Migration(migrations.Migration):
6
+ operations: list[migrations.Operation] = [
7
+ migrations.UpdateClass(
8
+ schema_type=SchemaTypes.CORE,
9
+ class_name='ClassObjectMeta',
10
+ old_schema={
11
+ "title": "ClassObjectMeta",
12
+ "type": "object",
13
+ "properties": {
14
+ "title": {"title": "Title", "type": "string"},
15
+ "type": {"title": "Type", "type": "string"},
16
+ "default": {"title": "Default", "type": "anything"},
17
+ "properties": {
18
+ "title": "Properties",
19
+ "type": "dictionary",
20
+ "items": {"key": {"type": "string"}, "value": {"type": "ClassPropertyMeta"}},
21
+ },
22
+ "indexed": {"title": "Indexed", "type": "array", "items": {"type": "string"}},
23
+ "unique": {
24
+ "title": "Unique Fields",
25
+ "type": "array",
26
+ "items": {"type": "array", "items": {"type": "string"}},
27
+ },
28
+ "custom_code": {"title": "Custom Code", "type": "string"},
29
+ },
30
+ "required": ["title", "type"],
31
+ },
32
+ new_schema={
33
+ "title": "ClassObjectMeta",
34
+ "type": "object",
35
+ "properties": {
36
+ "title": {"title": "Title", "type": "string"},
37
+ "type": {"title": "Type", "type": "string"},
38
+ "default": {"title": "Default", "type": "anything"},
39
+ "class_schema_type": {"title": "Schema Type", "type": "string"},
40
+ "properties": {
41
+ "title": "Properties",
42
+ "type": "dictionary",
43
+ "items": {"key": {"type": "string"}, "value": {"type": "ClassPropertyMeta"}},
44
+ },
45
+ "indexed": {"title": "Indexed", "type": "array", "items": {"type": "string"}},
46
+ "unique": {
47
+ "title": "Unique Fields",
48
+ "type": "array",
49
+ "items": {"type": "array", "items": {"type": "string"}},
50
+ },
51
+ "custom_code": {"title": "Custom Code", "type": "string"},
52
+ },
53
+ "required": ["title", "type"],
54
+ },
55
+ ),
56
+ ]
Binary file
Binary file
Binary file
@@ -36,7 +36,6 @@ def post_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None: #
36
36
  hashed_password = bcrypt.hashpw(password.encode('utf-8'), bcrypt.gensalt())
37
37
  self.password = hashed_password
38
38
  self._object_id = email.lower()
39
- self.get_metadata().address.object_id = self._object_id
40
39
 
41
40
 
42
41
  def pre_update(self) -> None: # type: ignore[no-untyped-def]
amsdal/errors.py CHANGED
@@ -7,6 +7,9 @@ class AmsdalRuntimeError(AmsdalError): ...
7
7
  class TransactionNotFoundError(AmsdalError): ...
8
8
 
9
9
 
10
+ class MigrationsError(AmsdalError): ...
11
+
12
+
10
13
  class AmsdalAuthenticationError(AmsdalRuntimeError): ...
11
14
 
12
15
 
amsdal/errors.pyi CHANGED
@@ -2,6 +2,7 @@ from amsdal_utils.errors import AmsdalError
2
2
 
3
3
  class AmsdalRuntimeError(AmsdalError): ...
4
4
  class TransactionNotFoundError(AmsdalError): ...
5
+ class MigrationsError(AmsdalError): ...
5
6
  class AmsdalAuthenticationError(AmsdalRuntimeError): ...
6
7
  class AmsdalDeployError(AmsdalRuntimeError): ...
7
8
  class AmsdalCloudError(AmsdalRuntimeError): ...
Binary file
@@ -32,12 +32,6 @@ class ClassSaveResult:
32
32
  instance: Model
33
33
  def __init__(self, action, instance) -> None: ...
34
34
 
35
- @dataclass
36
- class CheckClassResult:
37
- action: Action
38
- instance: Model | None = ...
39
- def __init__(self, action, instance=...) -> None: ...
40
-
41
35
  @dataclass
42
36
  class ClassUpdateResult:
43
37
  """
@@ -1,6 +1,8 @@
1
+ import amsdal_glue as glue
1
2
  from _typeshed import Incomplete
3
+ from amsdal.errors import MigrationsError as MigrationsError
2
4
  from amsdal.migration.base_migration_schemas import BaseMigrationSchemas as BaseMigrationSchemas
3
- from amsdal.migration.data_classes import Action as Action, CheckClassResult as CheckClassResult
5
+ from amsdal.migration.data_classes import Action as Action
4
6
  from amsdal.migration.executors.base import BaseMigrationExecutor as BaseMigrationExecutor
5
7
  from amsdal_models.classes.model import Model
6
8
  from amsdal_utils.models.data_models.schema import ObjectSchema
@@ -75,10 +77,9 @@ class DefaultMigrationExecutor(BaseMigrationExecutor):
75
77
  Returns:
76
78
  None
77
79
  """
78
- @staticmethod
79
- def _check_class(base_class: type[Model], object_schema: ObjectSchema) -> CheckClassResult: ...
80
- def _save_class(self, base_class: type[Model], object_schema: ObjectSchema, class_object: Model | None, schema_type: SchemaTypes) -> None: ...
81
- def _save_object_class_meta(self, base_class: type[Model], object_schema: ObjectSchema, schema_type: SchemaTypes) -> None: ...
80
+ def _check_class(self, schema_reference: glue.SchemaReference, object_schema: ObjectSchema, base_class: type[Model]) -> Action: ...
81
+ def _save_class(self, schema_reference: glue.SchemaReference, base_class: type[Model], object_schema: ObjectSchema, action: Action) -> dict[str, Any]: ...
82
+ def _save_object_class_meta(self, base_class: type[Model], object_schema: ObjectSchema, schema_type: str) -> None: ...
82
83
  def _create_table(self, object_schema: ObjectSchema, class_version: str | Versions, using: str | None = None) -> None: ...
83
84
  def _migrate_historical_data(self, schemas: BaseMigrationSchemas, class_name: str, prior_version: str, new_version: str) -> None: ...
84
85
  def _clean_data(self, model_class: type[Model], data: dict[str, Any]) -> dict[str, Any]: ...
@@ -14,6 +14,10 @@
14
14
  "title": "Default",
15
15
  "type": "anything"
16
16
  },
17
+ "class_schema_type": {
18
+ "title": "Schema Type",
19
+ "type": "string"
20
+ },
17
21
  "properties": {
18
22
  "title": "Properties",
19
23
  "type": "dictionary",
@@ -39,7 +39,7 @@ def rollback_to_timestamp(timestamp: float) -> None:
39
39
  )
40
40
  )
41
41
 
42
- ids_to_ignore = [m.data['address']['object_id'] for m in metadatas_to_delete]
42
+ ids_to_ignore = [m.data['object_id'] for m in metadatas_to_delete]
43
43
 
44
44
  metadatas_to_revert = lakehouse_connection.query(
45
45
  query=glue.QueryStatement(
@@ -59,20 +59,26 @@ def rollback_to_timestamp(timestamp: float) -> None:
59
59
  )
60
60
  )
61
61
 
62
- transaction_ids = {m.data['transaction']['object_id'] for m in metadatas_to_revert}
63
- transaction_ids.update({m.data['transaction']['object_id'] for m in metadatas_to_delete})
62
+ transaction_ids = {m.data['transaction']['ref']['object_id'] for m in metadatas_to_revert}
63
+ transaction_ids.update({m.data['transaction']['ref']['object_id'] for m in metadatas_to_delete})
64
64
  ids_to_revert = [
65
- (m.data['address']['object_id'], m.data['address']['class_name'])
65
+ (m.data['object_id'], m.data['class_schema_reference']['ref']['object_id'])
66
66
  for m in metadatas_to_revert
67
- if m.data['address']['object_id'] not in ids_to_ignore
67
+ if m.data['object_id'] not in ids_to_ignore
68
68
  ]
69
69
 
70
70
  if transaction_ids:
71
71
  _conditions = []
72
72
  for transaction_id in transaction_ids:
73
- _parent_field = glue.Field(name='transaction')
74
- _child_field = glue.Field(name='object_id', parent=_parent_field)
75
- _parent_field.child = _child_field
73
+ _parent_field = glue.Field(
74
+ name='transaction',
75
+ child=glue.Field(
76
+ name='ref',
77
+ child=glue.Field(name='object_id'),
78
+ ),
79
+ )
80
+ _parent_field.child.parent = _parent_field # type: ignore[union-attr]
81
+ _parent_field.child.child.parent = _parent_field.child # type: ignore[union-attr]
76
82
  _conditions.append(
77
83
  glue.Condition(
78
84
  field=glue.FieldReference(field=_parent_field, table_name='Metadata'),
@@ -95,20 +101,16 @@ def rollback_to_timestamp(timestamp: float) -> None:
95
101
  )
96
102
  )
97
103
  if conflict_metadata:
98
- # print(timestamp)
99
- # print(conflict_metadata)
100
- # input('conflict')
101
104
  msg = 'Cannot rollback to this timestamp because it will conflict with other transactions'
102
105
  raise AmsdalTransactionError(msg)
103
106
 
104
107
  for m in metadatas_to_delete:
105
- address = m.data['address']
106
- class_name = address['class_name']
108
+ class_name = m.data['class_schema_reference']['ref']['object_id']
107
109
  schema_type = class_manager.resolve_schema_type(class_name)
108
110
 
109
111
  model_class = class_manager.import_model_class(class_name, schema_type)
110
112
  obj = (
111
- model_class.objects.filter(_address__object_id=address['object_id'])
113
+ model_class.objects.filter(_address__object_id=m.data['object_id'])
112
114
  .using(LAKEHOUSE_DB_ALIAS)
113
115
  .latest()
114
116
  .first()
@@ -141,10 +143,11 @@ def rollback_to_timestamp(timestamp: float) -> None:
141
143
  for field, value in old_obj.model_dump().items():
142
144
  setattr(obj, field, value)
143
145
 
144
- obj.get_metadata().is_deleted = old_obj.get_metadata().is_deleted
145
-
146
146
  obj.save()
147
147
 
148
+ if old_obj.get_metadata().is_deleted:
149
+ obj.delete()
150
+
148
151
 
149
152
  @transaction
150
153
  def rollback_transaction(transaction_id: str) -> None:
@@ -160,9 +163,15 @@ def rollback_transaction(transaction_id: str) -> None:
160
163
  DataApplication()._application.lakehouse_connection_manager.get_connection_pool('Company').get_connection()
161
164
  )
162
165
 
163
- _parent_field = glue.Field(name='transaction')
164
- _child_field = glue.Field(name='object_id', parent=_parent_field)
165
- _parent_field.child = _child_field
166
+ _parent_field = glue.Field(
167
+ name='transaction',
168
+ child=glue.Field(
169
+ name='ref',
170
+ child=glue.Field(name='object_id'),
171
+ ),
172
+ )
173
+ _parent_field.child.parent = _parent_field # type: ignore[union-attr]
174
+ _parent_field.child.child.parent = _parent_field.child # type: ignore[union-attr]
166
175
 
167
176
  metadatas_to_revert = lakehouse_connection.query(
168
177
  query=glue.QueryStatement(
@@ -186,6 +195,6 @@ def rollback_transaction(transaction_id: str) -> None:
186
195
  if not metadatas_to_revert:
187
196
  msg = 'Transaction not found'
188
197
  raise AmsdalTransactionError(msg)
189
- updated_at = metadatas_to_revert[0].data['updated_at']
190
198
 
199
+ updated_at = metadatas_to_revert[0].data['updated_at']
191
200
  rollback_to_timestamp(updated_at)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.2.6
3
+ Version: 0.3.0
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -122,24 +122,24 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
122
122
  Requires-Python: >=3.10
123
123
  Description-Content-Type: text/markdown
124
124
  License-File: LICENSE.txt
125
- Requires-Dist: pydantic ~=2.3
126
- Requires-Dist: pydantic-settings ~=2.0
127
- Requires-Dist: PyJWT ~=2.8
128
- Requires-Dist: cryptography ~=42.0
129
- Requires-Dist: httpx ~=0.25
130
- Requires-Dist: bcrypt ~=4.0
131
- Requires-Dist: black >=24.3.0
132
- Requires-Dist: amsdal-utils ==0.2.*
133
- Requires-Dist: amsdal-data[postgres-binary] ==0.2.*
134
- Requires-Dist: amsdal-models ==0.2.*
135
- Provides-Extra: celery
136
- Requires-Dist: celery ==5.4.0 ; extra == 'celery'
125
+ Requires-Dist: pydantic~=2.3
126
+ Requires-Dist: pydantic-settings~=2.0
127
+ Requires-Dist: PyJWT~=2.8
128
+ Requires-Dist: cryptography~=42.0
129
+ Requires-Dist: httpx~=0.25
130
+ Requires-Dist: bcrypt~=4.0
131
+ Requires-Dist: black>=24.3.0
132
+ Requires-Dist: amsdal_utils==0.3.*
133
+ Requires-Dist: amsdal_data[postgres-binary]==0.3.*
134
+ Requires-Dist: amsdal_models==0.3.*
137
135
  Provides-Extra: cli
138
- Requires-Dist: amsdal-cli ==0.2.* ; extra == 'cli'
139
- Provides-Extra: factory
140
- Requires-Dist: polyfactory ==2.* ; extra == 'factory'
136
+ Requires-Dist: amsdal-cli==0.2.*; extra == "cli"
141
137
  Provides-Extra: server
142
- Requires-Dist: amsdal-server ==0.2.* ; extra == 'server'
138
+ Requires-Dist: amsdal-server==0.2.*; extra == "server"
139
+ Provides-Extra: factory
140
+ Requires-Dist: polyfactory==2.*; extra == "factory"
141
+ Provides-Extra: celery
142
+ Requires-Dist: celery==5.4.0; extra == "celery"
143
143
 
144
144
  # AMSDAL
145
145
 
@@ -1,28 +1,23 @@
1
- amsdal-0.2.6.dist-info/RECORD,,
2
- amsdal-0.2.6.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,114
3
- amsdal-0.2.6.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
- amsdal-0.2.6.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
5
- amsdal-0.2.6.dist-info/METADATA,sha256=jKqE9z6yNvx3jaKHtgcjxaVjgkt0GvIBSXoxoV2sNZg,57320
6
1
  amsdal/manager.pyi,sha256=CzdgDqKHiSWzsie2BiCXcLIU0nXE_xM-2XUjSlwCrRo,7656
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=53wFP4dzgnLegzW764k5IDdq_0dV0QUew0y1ezrRQuA,355456
4
+ amsdal/manager.cpython-311-darwin.so,sha256=cr2hxcmQMJN_HNoY-JjF7ybllfM3w3aOXhcXSFX_ZGg,355456
10
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
11
- amsdal/__about__.py,sha256=lEFNP1TSMjVzGZeIrNC1fi6QG63a1hhXDLHQHWikoUw,124
12
- amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
6
+ amsdal/__about__.py,sha256=-xhvuMN49OGRLDbCw8_J9CGxl1QvmiZLcOo1AGuKoks,124
7
+ amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
13
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
9
+ amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
15
10
  amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
16
11
  amsdal/context/manager.pyi,sha256=9oqHjtub9qqPdIuD2y09IMmRbwSbRBk1T-dXGsWGmMI,1474
17
12
  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=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
20
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=y6efaYnsym2oSghAPEZ4oDiMLg5FnN7M9worsEODJOU,177
21
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=SRm9b2revVFaIBW6CHNM-CTTm1-RxupXzc3u4hiJ7kA,337528
16
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=Xmno5LSlb6y7QpSQdV9HDAIa36UG3gQNbBbjxdOS-Z4,337528
22
17
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
18
  amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
24
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Z9REgz0Xe-1RbjiU_q-IFcaLDFEQy_xxNqYsCaffb1Q,120656
25
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=Xl5WLSNIsvOjWSqApPw4ZODXBNGgEF82JWsiG5Sw7PM,162480
19
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=HcgszJCknvjLPcyYae_ufNnGVGeyfZLHOPSWjHxGpMA,120656
20
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=h1DU_3VrjyjkaPmGHDKXO2t5DAJZVuWAfuYUf404AeY,162480
26
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
22
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
28
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -32,10 +27,10 @@ amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
32
27
  amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
33
28
  amsdal/utils/tests/helpers.py,sha256=AV6TCF328SdfJpQugrCW5p-dDqCaxDABp_bS9hEhMrU,10717
34
29
  amsdal/utils/rollback/__init__.pyi,sha256=vOScTCu3_Gsl7ZT4V_Cf1vMFiG8C37q_50ELyTpiHxU,469
35
- amsdal/utils/rollback/__init__.py,sha256=CVCrZJ9JpUMQktqefKp2wHW3ReBcQO7LXl92aK6y6Bg,7192
30
+ amsdal/utils/rollback/__init__.py,sha256=7y70J1_tXpdfGhSNljsMRy28OuPq5WDuO67Uouyi5Nw,7489
36
31
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
32
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
38
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=eeIqb3yNyEn8yOFEI8WLSDwOfAdippyIgoxhi9UGtX8,120656
33
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=Ub8KuYcHMqgG6lDWYal8O6CBUU33GDX5bhPqXbDp-QQ,120656
39
34
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
40
35
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
36
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -54,7 +49,7 @@ amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=LijoSGUqj9qQeK-qTJHPRnRaVbhpS9
54
49
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=8Vgkuf4LtcEt3nFxQpFRBiNFYrCxsEAK7uBEGz4lhGs,9249
55
50
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
56
51
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=tD0bj1JRBbGVGVWE7RVXV5v-FAKhuNPWrMgtkPz3OHg,504
57
- amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=TN2XP8vc_pOBwwzDkBPdNRJLs-8eFjaRQCJ7L5PiX-E,1932
52
+ amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=uKaoHZzeAxet0mACvbFOQ6xQcxpzAQJD1GjBAA3ZAEc,1868
58
53
  amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=MV67oB2tLvoizEF4w1Hit6I5Tm23QIO2Kb_mnXQoHUI,242
59
54
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
60
55
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=IEb_zuuk5NLG-LNux4gHiXopDZwaf7ZJK3FXqYJwyBs,366
@@ -96,7 +91,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
96
91
  amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
97
92
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
93
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=lnURSneDDxV5t-sAhitgMPAOVSHEgx-Y5sEUum_i5M0,249456
94
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=YXamBtEgPkeC4M3pdHNFARI-zALuRSYskHcOK10J8oo,249456
100
95
  amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
101
96
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
102
97
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -120,11 +115,12 @@ amsdal/schemas/core/file/hooks/pre_update.py,sha256=0dJakQjL3x94TyRgyGobAiPTfRrL
120
115
  amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
121
116
  amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
122
117
  amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
123
- amsdal/schemas/core/class_object_meta/model.json,sha256=Rye9cqv_HyZKaCl_UECqYx8eCd3CFta4YbpZJ8QvrdQ,950
118
+ amsdal/schemas/core/class_object_meta/model.json,sha256=ZSFm2YdlW87_efCW9g5vAXfmY3YGCskUF11xHbOrOjI,1037
124
119
  amsdal/schemas/core/class_property/model.json,sha256=qWdOvU_Ks9c3utQIkbRzsK67UwhD4qBGfofzNzYmt98,372
125
120
  amsdal/schemas/core/class_object/model.json,sha256=K-S51xTxqU0W3OJYmnXW7Y8gRfttcgOsy2qN5k0A0Wc,552
126
121
  amsdal/schemas/core/class_object/properties/display_name.py,sha256=F2Ox-MJa8EndMq7Ox10VaismKe44w2zxnYhsVhBHPOI,256
127
122
  amsdal/__migrations__/0001_datetime_type.py,sha256=yHTgWi1XxeJ5hWQFtro2XzEinlKoIau1S7jYlj0UXtE,597
123
+ amsdal/__migrations__/0003_schema_type_in_class_meta.py,sha256=wUYypo-XqFliK27BqwaXrlZm5dChhBoZWAYJZYqMLC4,2556
128
124
  amsdal/__migrations__/0000_initial.py,sha256=kPSE-aFasdi6jLMO5vIbpMK7hLiaR2TAqMdX2lGTf_s,10318
129
125
  amsdal/__migrations__/0002_fixture_order.py,sha256=NbRffgnyP2_JCnH-OGbXs0NjVbS3cotPnuvSgpcn0Tw,1598
130
126
  amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -133,116 +129,116 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
133
129
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
130
  amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
135
131
  amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
136
- amsdal/cloud/client.cpython-311-darwin.so,sha256=V-BsZQACzZfKQCpbsethf5PBXZrKPc-Mf4lqrMvxbEs,216208
132
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=_RMZnVfOOa0oeIcOOFkdwcLrY3Fzco2aQ5GPabFQfJE,216208
137
133
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
134
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
139
135
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
140
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=RGuljjgAZttjNi_x_GVhMvEU-_chvbJN-DtDEDLUaP4,158064
141
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=d50huRxtwUbd0ymmlLmz1W5h3KXB7Vu5HjhO_41w120,158688
142
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=6sB7IhSGyheyRB3AkEYFW0Hh8_tcR5ZHltM3UO-ZnUQ,120656
136
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=vB-HG52jVIBWNd4zQnipy5LSfLxEP22pwbkOMp_TuJs,158064
137
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=vSRvzwGEYo3e2vYPMSSliB-dygzYx5GaiHclwD6E0js,158688
138
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=bwCO5kscL_AC3UTt1X2vrUevX2gSde8-9r27GUM6yx0,120656
143
139
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
144
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=iOCUOYwuVMplmWaVGqXklM9AhgYwCi7JAEQ-3LbUcek,211632
140
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=NWYTc24UTo-okiwDTQU2k0_TdjJ3wu3YuFAD9hV1LFM,211632
145
141
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
146
142
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=XGBS7pegxGko2odmgLS5NcpPx_XpTXQln8oiG0DMl6c,120688
143
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=CxnRL504V1Ex25OEZgEsevKApgfGQEVr9AhCQKzK8f0,120688
148
144
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=-gJ2w7hAVLwk-bPU7Xev97LS9o1v4-lX6fMQ3quc8Wg,120688
150
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=lXTKh7AHrl0fvTbVOrkB3nOpzeg81cadw9kkCoge0hg,163104
145
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=ID-bfn5c4q4F36vBXfbPCMBiuL9h_orlktPkSYFG5h0,120688
146
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=Ez8IwLUD7ffsoIcZIcGwQiDGLGUrgtV_bhtVLDGgZ0w,163104
151
147
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
152
148
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
153
149
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
150
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
155
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=gtr9eX0HD86TSPaOVbkyI-WwopwFvi0hZIzVJaHXZEo,251152
156
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=wRpG2tqIe95aoMVTykMbRu_olBbrDw_2Lgb12D8muFs,214128
151
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=rdBeD1dbrt9zSN0kurR5ZWmOyX-zf9n4JuNGFdM1X2U,251152
152
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=L6y8rXJ9U9SEOuncWXY3w2MdrzGoRpq_YUzhkVBVbsk,214128
157
153
  amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
158
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=KnxBw6_vk9LYpPIpFX5XynJTWGPhJXnW9NfTgG25QOM,216216
159
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=aqng4DwSjWHbgw9TkVFSHATy7iKWDRddI--tFv8y5Ks,120704
160
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=8pdsqMh2pWCkdxCMp0f8OHTBAkxJHHxxdpUUgsF5cvM,253096
154
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=v3jhQJksViuHtez2yvd8Yj8FJxLY93Mgrz8dLW0efjs,216216
155
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=THsMla5rSSfU_D-eC4I5q7epHceajC1QliN4RXBD3ZM,120704
156
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=BULtQfcqYatJdvFoGp8MB8xg-ZE2petUNW5HGKi93VA,253096
161
157
  amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
162
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=AywdGlQ_Sj7HXY8XYQ0HN8QtJZIOUM5mDXLyNCS6GeI,181112
163
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=JK2_evgN2HPkgDN68U_ZfzMxljY1Ut9GdCeUCEUrVBY,323552
158
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=fRyB34aFJ_WTd6eyaQJYBM_ubt08Z16zCEZp2Gp4v8k,181112
159
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=SzMVqesbyFNCHXYttLKuxD9EsO8-ytNa54syXRTy1wM,323552
164
160
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
165
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=pbqdGYD4K_He1FhPQmhwbRczXMZwlUcaXz4EJf_0gho,180744
161
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=wWkt4pdCNZWmFHD23ChGRbzsWwOxs3VWH2X-Gq3_JfU,180744
166
162
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
167
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=e0O1_ebAStuODQyGyDdAapt8MPAqQ2LbvlYjD2rzOvw,180776
168
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=xIgcKHabeAf6pRvlQDWpdtDQt1QX3BaMhMZZpYoKEko,180584
163
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=Mhk2E6AyUBuG2r2iqeirP8YfvXjjNhramD8jSxb3Vf4,180776
164
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=738nlfMCq1ITXFEFBtpMDqFfJiC1ahG2Ynxtid1BCME,180584
169
165
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
170
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=q9xawdFbF2sbzTfJ2uDIAdGjo39zmUyKQcm8xtpsNY0,180760
171
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=XYnniLo17kww0PczzHuz2Rc24oHpL3MdP3VkvhMWrBE,181184
166
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=odISeF4ex0f-MnK08Mp8e13OdUQsu1Wf3qQPymkP3i4,180760
167
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=pxPKpJzqSNgshzvfGu-NiFoWwRtPBW0QXv7Fhi8OlCk,181184
172
168
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
173
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=85igYKMmpq8y1MvpvopY9SqjQj2eQSqGS35T5Am-IRc,180632
169
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=aE5es5tccVYuk1G2L7sZyRBJte_nnRpWtLGCKPIc5wg,180632
174
170
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
175
171
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
176
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=bYQUIUED2Re_CWfjB26cW2QREUSLkjmynoaP4pU8nUY,181304
172
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=gbfbGdqWPGhfLUbyzUcU0EjOqS_xHYeAixv045CfKPE,181304
177
173
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
178
174
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
179
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=SuGiVYTo9wdzvcjFkdHm746tl8WMXEFogQI0aghu8zQ,181080
180
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=ef329bqilBn6H7H1MS6m4d4Oo0OteHwf7Qrd5wWNWkQ,180752
181
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=OJ7sMN_KrjHyKM_J667PHqsrxygoXTkJmB6Pi-0_YIQ,181304
182
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=0YAYBd4OIsPmuBno7qGzdt0cKhqXIcI51ewzCtyMkXg,180536
183
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=XSe5CPCqgRB21AVbc4lgz-_iBVfCMsWMNCWtVaCUqGU,180984
184
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=nhRbHVgwdRgXbPYihfMzzHi2ZFkzhwJM_p7Qkec-4hI,252744
175
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=cCsnCDKQFKvFK-sS1cDOlbUY6O0aXy03GrTSiYAENIs,181080
176
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=kMqUYHJY5g5z1dWcKb9hxxDSklMa3oQrFZX6F4xP1Gw,180752
177
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=Q0z6OvB5AW8gYc2jafUxHluHEom6eGgu8iPB9MISr4o,181304
178
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=ZleQraPgeA8h1GbjaF2ntxoKen6V8SAuhJHTHq8Hhow,180536
179
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=TIkDjUY3gT-zeC1Z2nMRI168g9daFJ8b0lJQN0bbPRM,180984
180
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=9pjqXBEGLPyxzL6UqBaTiRpy1SH1EcpTVb9xoqhm-Y0,252744
185
181
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
186
182
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
187
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=17mFWZ8EMCn8TW-01eXW9m_QXWEmH23hUJ3KwzwlFvU,371312
183
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=D8QGER-_UG75pLVmAeKpKGw6B2QS6MP13EOD_NL6C9I,371312
188
184
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
189
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=z8QcspxOLQBM_W-3RGmCNDkRO9sLQBWvuoB9RTqzol4,180712
185
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=bLBLqS3W7dtV_2hEi2_hp548kXJvzje8q-wp0ZqM8v0,180712
190
186
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
191
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=LUtottQ56DcnqCWn1kN64A51AQEdbRqeja8cc3lTTGo,180832
187
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=_L2tlgKgmv81CxgYfr7Sc3IjM-CXWdfzycEh1QPitsY,180832
192
188
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
193
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=Fq69lnOpmlSb1XOmZWzUvlN_-sDWNTACrQkVrIaF_ug,181112
189
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=Dur7-IEYC3nG6xBfarESiuKVVP-chdFKFDLBcVetj5Q,181112
194
190
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
195
191
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
196
192
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
197
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=gWXzSkSjBTl2X2NLRniPdqUH_x-kvm8kojl__r9RQnQ,180976
198
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=HGTMH-9337fQgFk6PY801DYe3ikgaw7jyflxeGVL_hQ,181064
193
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=WmewfGCTgtZhsYsdtKt34_RLNjtbVFV5LDHUikus974,180976
194
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=MpYPfPmIKciAzcRkjdyJG0pC-1HFrxladRJ_vfQzQ8s,181064
199
195
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
200
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=EFnTHJCLRF8D-_LjYxOfhxrHWabi-I_8urEtG6f24NI,180824
196
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=zJFv5gNIHxLHeyVnwvy3cCjaDjrmE_ZEDSbUtBrIq_I,180824
201
197
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
202
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=TJo_u1aKn0UH39ddZMrra-37CCtNKj8lJoDINDvcVkc,180824
203
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=oUSPJGZcFMFfYfKd14ZHKuI0mpWReVUPMCE_7eJAl1w,120720
198
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=WrQdrdtJeb_t0QvJlCqm2_MKhYOgkPgfa-lYK01Mvxw,180824
199
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=m0Lpu8KzdRxDPh1ZX4a7QJVpbEXjU7k1-I8PVrAvMRs,120720
204
200
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
205
201
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
206
202
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
207
203
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
208
204
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
209
205
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
210
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=kP1L5eM9sfeGP0XMja_oB6M68ca33NwAIPzVWH_syWg,180680
206
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=XQxIbOwACnjOvXJesMwn_49L557jlxdkFBTPsxbDEbE,180680
211
207
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
212
208
  amsdal/fixtures/manager.pyi,sha256=kL4HYcYnjIii4Va3Sb8WqCxpoXzLe25wCFnp2Uz0k0k,4948
213
209
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
214
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=r4siRYxtpYCrVYscOuN20c-SR393BjJ82VfxVISiWcM,409200
215
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=5aB2ALrs1zH4wnuluFUJLCfvPSn3r26HMuPcs7NBRxU,120672
210
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=UUHvpi7e663elsiSFqre2IGORY8FxOEvM_C6YkQoCNk,409200
211
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=AX6eIOXh1J8zU-aiBus8HlGCWUhAuFpHoOm-pzZKL_g,120672
216
212
  amsdal/migration/file_migration_store.pyi,sha256=ijFmdl5bjrPE8cqyS0WeUy5ZN_v08lLCuXA23woVXgg,2257
217
213
  amsdal/migration/file_migration_executor.pyi,sha256=pxhk5mxoXTkz8NX5gMMv_WC2sUdxpuMSXNjv9sNJCBk,3982
218
214
  amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
219
215
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
220
216
  amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
221
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=SBC7yb5eprhnLYpsi8z6_yw3wnZeJT73L8L9ic-9Rcs,446224
217
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=R00n0NYUxh2ZAdrUGJPDF-ZbUB58I9g-TNXRXPecIYo,446224
222
218
  amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
223
- amsdal/migration/data_classes.pyi,sha256=fgeV5Fv0YyP5GcHaLLjPcPusqIckZLGI-E_QZ5NIeKI,5834
219
+ amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
224
220
  amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
225
- amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=JOxelQ6-ZNDMweSatlElmF507_5Z_laGOCqmjoke7NY,393632
226
- amsdal/migration/utils.cpython-311-darwin.so,sha256=hvfnA_zEXc1ncY-UVZNsEj92IGdeccanxXIP1kg0Jp8,303264
221
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=FQfDK0ziYXDfTdD3UBnGQZUX22rBtYBzWJjjbvJuDLE,393632
222
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=4m3TQcnpde-CUMuXqH-3e7jnoA87LcFVCcqkabBX6YY,303264
227
223
  amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
228
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=cRlwqep5o5NPEjmP6iiaHv1UjuBI4ldYGhEjYzco8eA,252400
224
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=WlJ-yrCTqDrdZeydOEzFvM3a3RpEKJb00KQEiEeckdA,252400
229
225
  amsdal/migration/file_migration_generator.pyi,sha256=KbQnN0ySKLNNOIqXrQ1ZGWwyPRtGYMiN-B0y8h0HEBs,5815
230
- amsdal/migration/__init__.cpython-311-darwin.so,sha256=42YPainpSRIZtl2y8yDy_7ym4X1nMdq5ZoH_FdsWJzc,120672
231
- amsdal/migration/migrations.cpython-311-darwin.so,sha256=xZcLoIwf4PAIWq_jzJxmYAzQt81f51xeQK6ZUOoz6l8,267960
232
- amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=zqtCRqBRATGj-niv_ZshRDaZ7eyf_NO7FXAcsc0Qb00,424368
233
- amsdal/migration/data_classes.cpython-311-darwin.so,sha256=-6JY5gjdbJspoIasUfjC7B1wUshGa0lq_zaPzgVW3RM,217000
234
- amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=mnuQk1kPoN0P6wnob_ttuy-cO71notN5fpY2nF5F6HA,217704
235
- amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=pw-seuJHOcd-4WKhtgEWWLIQpIhs3WFBlHzMX8991Lo,257000
226
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=3UMm07FwGttSE5ANzkhh3tTQjUsF9BHagqEEDmnfvJk,120672
227
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=pJ4WQFKB93N2Hdqsh1-jHpeMDUnJkDsreb5hvbeaql0,267960
228
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=cZrMf1fgOzpFmQYQ5mEETUVs4w1jIrNIHsYsOOBhIFk,440816
229
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=e486sJYP3XEiRMApl94aiDcAlLS4kRReM5MtFeY1Jps,216888
230
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=PVjGUe9hAr7m7aDO-6tffFNTOWCZ_RmaYSWZrlYBWWk,217704
231
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=wgEOA5Viehk1DYlLDZSQqQKSg6McFzhurYdzbC5H37E,257000
236
232
  amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
237
- amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=TE6-pGulZ3hr_zSKTQIKhe_Gs0nn6g9GURbnrLK7mkQ,354800
238
- amsdal/migration/executors/base.cpython-311-darwin.so,sha256=GcVksi-8TLEbnlxCxhC36AJN-tQlcWh23NNTBGUBncU,320496
233
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=2DxiRoC4jP8CJjbktWO1tL9H5jjctHxbASjJxVjoxNI,354800
234
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=S2x2OpdAEE2R9QiebcKfQViM_iUOAndsL7BU6hZdaY0,320496
239
235
  amsdal/migration/executors/base.pyi,sha256=Uth5pOgA8de0DjPWOiPPJWtuo1Ph4QVL2133JRD1euE,4883
240
236
  amsdal/migration/executors/state_executor.pyi,sha256=AHMe16WSVZUMMKyLaPpZbdRq_uzV09QtmJcBXYIXJ_w,3397
241
237
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
242
- amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=crEweD6q6L1iuWTLuHSt-GXqcJqPqNoeRcJI9vefSgU,543736
243
- amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=wbUwzgCo00XcEoQrYzokwA941ZvvQyBtNufqxbsuxYc,250568
244
- amsdal/migration/executors/default_executor.pyi,sha256=HabItIKp3-t0YGXQOqLMGFxn2o-5KaOvgE8ClbAa-n0,4880
245
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=kJVTxiyUb3HHmi1KaWo5uXPrQIfmHaI4ROXBZyt4yH4,120720
238
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=6vON04hMcoUmdUxoEJcpFDaSmaaNff6PabmwoW99szw,545256
239
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=s7aTq52xQqTSuoH5_j7A5c0D9S54nmoKvsMDy2bOxF0,250520
240
+ amsdal/migration/executors/default_executor.pyi,sha256=5iaAijlf1YdbXQZCN8Cz5d7TLwDOjMIh868kTKNOdzc,4952
241
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=dTFV3bls3ZHQmPbeFoBsTmTePcRlVIFOVc0_q-wIALY,120720
246
242
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
247
243
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
248
244
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -251,5 +247,11 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
251
247
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
252
248
  amsdal/services/transaction_execution.pyi,sha256=xYxfnCO7oNy1tWRrHvBQp4k2uk33emwHHMt_uk4oi1A,3440
253
249
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
254
- amsdal/services/__init__.cpython-311-darwin.so,sha256=LeqhSzIgPfE8gWgKzo_uhbN-8QFSEGxmdtFlFHKPBn8,120672
255
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=RFIKaUc_jfrIeu2-Ct2YVSJjOhn77afKLlX-yvDMnxQ,380144
250
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=pXvS8z6N9Yq484g8xwvvoC8QqVLs_i34qxvwdkq3Guc,120672
251
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=Y_mEEwZsck0m9weH0v-jlPXwEwr5f-jGIgq1LH-GXFM,380144
252
+ amsdal-0.3.0.dist-info/RECORD,,
253
+ amsdal-0.3.0.dist-info/WHEEL,sha256=SAXwsvUnStmqZDZIFc0R93dpIgZzQCxgSCg6H6Io4Og,114
254
+ amsdal-0.3.0.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
255
+ amsdal-0.3.0.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
+ amsdal-0.3.0.dist-info/METADATA,sha256=eZLKxoV1xZ4fFXrbKoDmdHVigsJ9My8dc0gGhIJooC0,57302
257
+ amsdal-0.3.0.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_10_9_universal2
5
5
 
@@ -0,0 +1,107 @@
1
+ AMSDAL End User License Agreement
2
+
3
+
4
+ Version: 1.0
5
+ Last Updated: October 31, 2023
6
+
7
+ PREAMBLE
8
+
9
+ This Agreement is a legally binding agreement between you and AMSDAL regarding the Library. Read this Agreement carefully before accepting it, or downloading or using the Library.
10
+ By downloading, installing, running, executing, or otherwise using the Library, by paying the License Fees, or by explicitly accepting this Agreement, whichever is earlier, you agree to be bound by this Agreement without modifications or reservations.
11
+ If you do not agree to be bound by this Agreement, you shall not download, install, run, execute, accept, use or permit others to download, install, run, execute, accept, or otherwise use the Library.
12
+ If you are acting for or on behalf of an entity, then you accept this Agreement on behalf of such entity and you hereby represent that you are authorized to accept this Agreement and enter into a binding agreement with us on such entity’s behalf.
13
+
14
+ 1. INTERPRETATION
15
+ 1.1. The following definitions shall apply, unless otherwise expressly stated in this Agreement:
16
+ “Additional Agreement” means a written agreement executed between you and us that supplements and/or modifies this Agreement by specifically referring hereto.
17
+ “Agreement” means this AMSDAL End User License Agreement as may be updated or supplemented from time to time.
18
+ “AMSDAL”, “we”, “us” means AMSDAL INC., a Delaware corporation having its principal place of business in the State of New York.
19
+ “Communications” means all and any notices, requests, demands and other communications required or may be given under the terms of this Agreement or in connection herewith.
20
+ “Consumer” means, unless otherwise defined under the applicable legislation, a person who purchases or uses goods or services for personal, family, or household purposes.
21
+ “Documentation” means the technical, user, or other documentation, as may be updated from time to time, such as manuals, guidelines, which is related to the Library and provided or distributed by us or on our behalf, if any.
22
+ “Free License Plan” means the License Plan that is provided free of charge, with no License Fee due.
23
+ “Library” means the AMSDAL Framework and its components, as may be updated from time to time, including the packages: amsdal_Framework and its dependencies amsdal_models, amsdal_data, amsdal_cli, amsdal_server and amsdal_utils.
24
+ “License Fee” means the consideration to be paid by you to us for the License as outlined herein.
25
+ “License Plan” means a predetermined set of functionality, restrictions, or services applicable to the Library.
26
+ “License” has the meaning outlined in Clause 2.1.
27
+ “Parties” means AMSDAL and you.
28
+ “Party” means either AMSDAL or you.
29
+ “Product Page” means our website page related to the Library, if any.
30
+ “Third-Party Materials” means the code, software or other content that is distributed by third parties under free or open-source software licenses (such as MIT, Apache 2.0, BSD) that allow for editing, modifying, or reusing such content.
31
+ “Update” means an update, patch, fix, support release, modification, or limited functional enhancement to the Library, including but not limited to error corrections to the Library, which does not, in our opinion, constitute an upgrade or a new/separate product.
32
+ “U.S. Export Laws” means the United States Export Administration Act and any other export law, restriction, or regulation.
33
+ “Works” means separate works, such as software, that are developed using the Library. The Works should not merely be a fork, alternative, copy, or derivative work of the Library or its part.
34
+ “You” means either you as a single individual or a single entity you represent.
35
+ 1.2. Unless the context otherwise requires, a reference to one gender shall include a reference to the other genders; words in the singular shall include the plural and in the plural shall include the singular; any words following the terms including, include, in particular, for example, or any similar expression shall be construed as illustrative and shall not limit the sense of the words, description, definition, phrase or term preceding those terms; except where a contrary intention appears, a reference to a Section or Clause is a reference to a Section or Clause of this Agreement; Section and Clause headings do not affect the interpretation of this Agreement.
36
+ 1.3. Each provision of this Agreement shall be construed as though both Parties participated equally in the drafting of same, and any rule of construction that a document shall be construed against the drafting Party, including without limitation, the doctrine is commonly known as “contra proferentem”, shall not apply to the interpretation of this Agreement.
37
+ 2. LICENSE, RESTRICTIONS
38
+ 2.1. License Grant. Subject to the terms and conditions contained in this Agreement, AMSDAL hereby grants to you a non-exclusive, non-transferable, revocable, limited, worldwide, and non-sublicensable license (the “License”) to install, run, and use the Library, as well as to modify and customize the Library to implement it in the Works.
39
+ 2.2. Restrictions. As per the License, you shall not, except as expressly permitted herein, (i) sell, resell, transfer, assign, pledge, rent, rent out, lease, assign, distribute, copy, or encumber the Library or the rights in the Library, (ii) use the Library other than as expressly authorized in this Agreement, (iii) remove any copyright notice, trademark notice, and/or other proprietary legend or indication of confidentiality set forth on or contained in the Library, if any, (iv) use the Library in any manner that violates the laws of the United States of America or any other applicable law, (v) circumvent any feature, key, or other licensing control mechanism related to the Library that ensures compliance with this Agreement, (vi) reverse engineer, decompile, disassemble, decrypt or otherwise seek to obtain the source code to the Library, (vii) with respect to the Free License Plan, use the Library to provide a service to a third party, and (viii) permit others to do anything from the above.
40
+ 2.3. Confidentiality. The Library, including any of its elements and components, shall at all times be treated by you as confidential and proprietary. You shall not disclose, transfer, or otherwise share the Library to any third party without our prior written consent. You shall also take all reasonable precautions to prevent any unauthorized disclosure and, in any event, shall use your best efforts to protect the confidentiality of the Library. This Clause does not apply to the information and part of the Library that (i) is generally known to the public at the time of disclosure, (ii) is legally received by you from a third party which rightfully possesses such information, (iii) becomes generally known to the public subsequent to the time of such disclosure, but not as a result of unauthorized disclosure hereunder, (iv) is already in your possession prior to obtaining the Library, or (v) is independently developed by you or on your behalf without use of or reference to the Library.
41
+ 2.4. Third-Party Materials. By entering into this Agreement, you acknowledge and confirm that the Library includes the Third-Party Materials. The information regarding the Third-Party Materials will be provided to you along with the Library. If and where necessary, you shall comply with the terms and conditions applicable to the Third-Party Materials.
42
+ 2.5. Title. The Library is protected by law, including without limitation the copyright laws of the United States of America and other countries, and by international treaties. AMSDAL or its licensors reserve all rights not expressly granted to you in this Agreement. You agree that AMSDAL and/or its licensors own all right, title, interest, and intellectual property rights associated with the Library, including related applications, plugins or extensions, and you will not contest such ownership.
43
+ 2.6. No Sale. The Library provided hereunder is licensed, not sold. Therefore, the Library is exempt from the “first sale” doctrine, as defined in the United States copyright laws or any other applicable law. For purposes of clarification only, you accept, acknowledge and agree that this is a license agreement and not an agreement for sale, and you shall have no ownership rights in any intellectual or tangible property of AMSDAL or its licensors.
44
+ 2.7. Works. We do not obtain any rights, title or interest in and to the Works. Once and if the Library components lawfully become a part of the Works, you are free to choose the terms governing the Works. If the License is terminated you shall not use the Library within the Works.
45
+ 2.8. Statistics. You hereby acknowledge and agree that we reserve the right to track and analyze the Library usage statistics and metrics.
46
+ 3. LICENSE PLANS
47
+ 3.1. Plans. The Library, as well as its functionality and associated services, may be subject to certain restrictions and limitations depending on the License Plan. The License Plan’s description, including any terms, such as term, License Fees, features, etc., are or will be provided by us including via the Product Page.
48
+ 3.2. Plan Change. The Free License Plan is your default License Plan. You may change your License Plan by following our instructions that may be provided on the Product Page or otherwise. Downgrades are available only after the end of the respective prepaid License Plan.
49
+ 3.3. Validity. You may have only one valid License Plan at a time. The License Plan is valid when it is fully prepaid by you (except for the Free License Plan which is valid only if and as long as we grant the License to you) and this Agreement is not terminated in accordance with the terms hereof.
50
+ 3.4. Terms Updates. The License Plan’s terms may be updated by us at our sole discretion with or without prior notice to you. The License Plan updates that worsen terms and conditions of your valid License Plan will only be effective for the immediately following License Plan period, if any.
51
+ 3.5. Free License Plan. We may from time to time at our discretion with or without notice and without liability to you introduce, update, suspend, or terminate the Free License Plan. The Free License Plan allows you to determine if the Library suits your particular needs. The Library provided under the Free License Plan is not designed to and shall not be used in trade, commercial activities, or your normal course of business.
52
+ 4. PAYMENTS
53
+ 4.1. License Fees. In consideration for the License provided hereunder, you shall, except for the Free License Plan, pay the License Fee in accordance with the terms of the chosen License Plan or Additional Agreement, if any.
54
+ 4.2. Updates. We reserve the right at our sole discretion to change any License Fees, as well as to introduce or change any new payments at any time. The changes will not affect the prepaid License Plans; however they will apply starting from the immediately following License Plan period.
55
+ 4.3. Payment Terms. Unless otherwise agreed in the Additional Agreement, the License Fees are paid fully in advance.
56
+ 4.4. Precondition. Except for the Free License Plan, payment of the License Fee shall be the precondition for the License. Therefore, if you fail to pay the License Fee in full in accordance with the terms hereof, this Agreement, as well as the License, shall immediately terminate.
57
+ 4.5. Currency and Fees. Unless expressly provided, prices are quoted in U.S. dollars. All currency conversion fees shall be paid by you. Each Party shall cover its own commissions and fees applicable to the transactions contemplated hereunder.
58
+ 4.6. Refunds. There shall be no partial or total refunds of the License Fees that were already paid to us, including without limitation if you failed to download or use the Library.
59
+ 4.7. Taxes. Unless expressly provided, all amounts are exclusive of taxes, including value added tax, sales tax, goods and services tax or other similar tax, each of which, where chargeable by us, shall be payable by you at the rate and in the manner prescribed by law. All other taxes, duties, customs, or similar charges shall be your responsibility.
60
+ 5. UPDATES, AVAILABILITY, SUPPORT
61
+ 5.1. Updates. Except for the Free License Plan, you are eligible to receive all relevant Updates during the valid License Plan at no additional charge. The Library may be updated at our sole discretion with or without notice to you. However, we shall not be obligated to make any Updates.
62
+ 5.2. Availability. We do not guarantee that any particular feature or functionality of the Library will be available at any time.
63
+ 5.3. Support. Unless otherwise decided by us at our sole discretion, we do not provide any support services. There is no representation or warranty that any functionality or Library as such will be supported by us.
64
+ 5.4. Termination. We reserve the right at our sole discretion to discontinue the Library distribution and support at any time by providing prior notice to you. However, we will continue to maintain the Library until the end of then-current License Plan.
65
+ 6. TERM, TERMINATION
66
+ 6.1. Term. Unless terminated earlier on the terms outlined herein, this Agreement shall be in force as long as you have a valid License Plan. Once your License Plan expires, this Agreement shall automatically expire.
67
+ 6.2. Termination Without Cause. You may terminate this Agreement for convenience at any time.
68
+ 6.3. Termination For Breach. If you are in breach of this Agreement and you fail to promptly, however not later than within ten (10) days, following our notice to cure such breach, we may immediately terminate this Agreement.
69
+ 6.4. Termination For Material Breach. If you are in material breach of this Agreement, we may immediately terminate this Agreement upon written notice to you.
70
+ 6.5. Termination of Free License Plan. If you are using the Library under the Free License Plan, this Agreement may be terminated by us at any time with or without notice and without any liability to you.
71
+ 6.6. Effect of Termination. Once this Agreement is terminated or expired, (i) the License shall terminate or expire, (ii) you shall immediately cease using the Library, (iii) you shall permanently erase the Library and its copies that are in your possession or control, (iv) if technically possible, we will discontinue the Library operation, (v) all our obligations under this Agreement shall cease, and (vi) the License Fees or any other amounts that were paid to us hereunder, if any, shall not be reimbursed.
72
+ 6.7. Survival. Clauses and Sections 2.2-2.5, 4.6, 4.7, 6.6, 6.7, 7.7, 8, 9.2, 10-12 shall survive any termination or expiration of this Agreement regardless of the reason.
73
+ 7. REPRESENTATIONS, WARRANTIES
74
+ 7.1. Mutual Representation. Each Party represents that it has the legal power and authority to enter into this Agreement. If you act on behalf of an entity, you hereby represent that you are authorized to accept this Agreement and enter into a binding agreement with us on such entity’s behalf.
75
+ 7.2. Not a Consumer. You represent that you are not entering into this Agreement as a Consumer and that you do not intend to use the Library as a Consumer. The Library is not intended to be used by Consumers, therefore you shall not enter into this Agreement, and download and use the Library if you act as a Consumer.
76
+ 7.3. Sanctions and Restrictions. You represent that you are not (i) a citizen or resident of, or person subject to jurisdiction of, Iran, Syria, Venezuela, Cuba, North Korea, or Russia, or (ii) a person subject to any sanctions administered or enforced by the United States Office of Foreign Assets Control or United Nations Security Council.
77
+ 7.4. IP Warranty. Except for the Free License Plan, we warrant that, to our knowledge, the Library does not violate or infringe any third-party intellectual property rights, including copyright, rights in patents, trade secrets, and/or trademarks, and that to our knowledge no legal action has been taken in relation to the Library for any infringement or violation of any third party intellectual property rights.
78
+ 7.5. No Harmful Code Warranty. Except for the Free License Plan, we warrant that we will use commercially reasonable efforts to protect the Library from, and the Library shall not knowingly include, malware, viruses, trap doors, back doors, or other means or functions which will detrimentally interfere with or otherwise adversely affect your use of the Library or which will damage or destroy your data or other property. You represent that you will use commercially reasonable efforts and industry standard tools to prevent the introduction of, and you will not knowingly introduce, viruses, malicious code, malware, trap doors, back doors or other means or functions by accessing the Library, the introduction of which may detrimentally interfere with or otherwise adversely affect the Library or which will damage or destroy data or other property.
79
+ 7.6. Documentation Compliance Warranty. Except for the Free License Plan, we warrant to you that as long as you maintain a valid License Plan the Library shall perform substantially in accordance with the Documentation. Your exclusive remedy, and our sole liability, with respect to any breach of this warranty, will be for us to use commercially reasonable efforts to promptly correct the non-compliance (provided that you promptly notify us in writing and allow us a reasonable cure period).
80
+ 7.7. Disclaimer of Warranties. Except for the warranties expressly stated above in this Section, the Library is provided “as is”, with all faults and deficiencies. We disclaim all warranties, express or implied, including, but not limited to, warranties of merchantability, fitness for a particular purpose, title, availability, error-free or uninterrupted operation, and any warranties arising from course of dealing, course of performance, or usage of trade to the extent that we may not as a matter of applicable law disclaim any implied warranty, the scope, and duration of such warranty will be the minimum permitted under applicable law.
81
+ 8. LIABILITY
82
+ 8.1. Limitation of Liability. To the maximum extent permitted by applicable law, in no event shall AMSDAL be liable under any theory of liability for any indirect, incidental, special, or consequential damages of any kind (including, without limitation, any such damages arising from breach of contract or warranty or from negligence or strict liability), including, without limitation, loss of profits, revenue, data, or use, or for interrupted communications or damaged data, even if AMSDAL has been advised or should have known of the possibility of such damages.
83
+ 8.2. Liability Cap. In any event, our aggregate liability under this Agreement, negligence, strict liability, or other theory, at law or in equity, will be limited to the total License Fees paid by you under this Agreement for the License Plan valid at the time when the relevant event happened.
84
+ 8.3. Force Majeure. Neither Party shall be held liable for non-performance or undue performance of this Agreement caused by force majeure. Force majeure means an event or set of events, which is unforeseeable, unavoidable, and beyond control of the respective Party, for instance fire, flood, hostilities, declared or undeclared war, military actions, revolutions, act of God, explosion, strike, embargo, introduction of sanctions, act of government, act of terrorism.
85
+ 8.4. Exceptions. Nothing contained herein limits our liability to you in the event of death, personal injury, gross negligence, willful misconduct, or fraud.
86
+ 8.5. Remedies. In addition to, and not in lieu of the termination provisions set forth in Section 6 above, you agree that, in the event of a threatened or actual breach of a provision of this Agreement by you, (i) monetary damages alone will be an inadequate remedy, (ii) such breach will cause AMSDAL great, immediate, and irreparable injury and damage, and (iii) AMSDAL shall be entitled to seek and obtain, from any court of competent jurisdiction (without the requirement of the posting of a bond, if applicable), immediate injunctive and other equitable relief in addition to, and not in lieu of, any other rights or remedies that AMSDAL may have under applicable laws.
87
+ 9. INDEMNITY
88
+ 9.1. Our Indemnity. Except for the Free License Plan users, we will defend, indemnify, and hold you harmless from any claim, suit, or action to you based on our alleged violation of the IP Warranty provided in Clause 7.4 above, provided you (i) notify us in writing promptly upon notice of such claim and (ii) cooperate fully in the defense of such claim, suit, or action. We shall, at our own expense, defend such a claim, suit, or action, and you shall have the right to participate in the defense at your own expense. For the Free License Plan users, you shall use at your own risk and expense, and we have no indemnification obligations.
89
+ 9.2. Your Indemnity. You will defend, indemnify, and hold us harmless from any claim, suit, or action to us based on your alleged violation of this Agreement, provided we notify you in writing promptly upon notice of such claim, suit, or action. You shall, at your own expense, defend such a claim, suit, or action.
90
+ 10. GOVERNING LAW, DISPUTE RESOLUTION
91
+ 10.1. Law. This Agreement shall be governed by the laws of the State of New York, USA, without reference to conflicts of laws principles. Provisions of the United Nations Convention on the International Sale of Goods shall not apply to this Agreement.
92
+ 10.2. Negotiations. The Parties shall seek to solve amicably any disputes, controversies, claims, or demands arising out of or relating to this Agreement, as well as those related to execution, breach, termination, or invalidity hereof. If the Parties do not reach an amicable resolution within thirty (30) days, any dispute, controversy, claim or demand shall be finally settled by the competent court as outlined below.
93
+ 10.3. Jurisdiction. The Parties agree that the exclusive jurisdiction and venue for any dispute arising out of or related to this Agreement shall be the courts of the State of New York and the courts of the United States of America sitting in the County of New York.
94
+ 10.4. Class Actions Waiver. The Parties agree that any dispute arising out of or related to this Agreement shall be pursued individually. Neither Party shall act as a plaintiff or class member in any supposed purported class or representative proceeding, including, but not limited to, a federal or state class action lawsuit, against the other Party in relation herewith.
95
+ 10.5. Costs. In the event of any legal proceeding between the Parties arising out of or related to this Agreement, the prevailing Party shall be entitled to recover, in addition to any other relief awarded or granted, its reasonable costs and expenses (including attorneys’ and expert witness’ fees) incurred in such proceeding.
96
+ 11. COMMUNICATION
97
+ 11.1. Communication Terms. Any Communications shall be in writing. When sent by ordinary mail, Communication shall be sent by personal delivery, by certified or registered mail, and shall be deemed delivered upon receipt by the recipient. When sent by electronic mail (email), Communication shall be deemed delivered on the day following the day of transmission. Any Communication given by email in accordance with the terms hereof shall be of full legal force and effect.
98
+ 11.2. Contact Details. Your contact details must be provided by you to us. AMSDAL contact details are as follows: PO Box 940, Bedford, NY 10506; ams@amsdal.com. Either Party shall keep its contact details correct and up to date. Either Party may update its contact details by providing a prior written notice to the other Party in accordance with the terms hereof.
99
+ 12. MISCELLANEOUS
100
+ 12.1. Export Restrictions. The Library originates from the United States of America and may be subject to the United States export administration regulations. You agree that you will not (i) transfer or export the Library into any country or (ii) use the Library in any manner prohibited by the U.S. Export Laws. You shall comply with the U.S. Export Laws, as well as all applicable international and national laws related to the export or import regulations that apply in relation to your use of the Library.
101
+ 12.2. Entire Agreement. This Agreement shall constitute the entire agreement between the Parties, supersede and extinguish all previous agreements, promises, assurances, warranties, representations and understandings between them, whether written or oral, relating to its subject matter.
102
+ 12.3. Additional Agreements. AMSDAL and you are free to enter into any Additional Agreements. In the event of conflict, unless otherwise explicitly stated, the Additional Agreement shall control.
103
+ 12.4. Modifications. We may modify, supplement or update this Agreement from time to time at our sole and absolute discretion. If we make changes to this Agreement, we will (i) update the “Version” and “Last Updated” date at the top of this Agreement and (ii) notify you in advance before the changes become effective. Your continued use of the Library is deemed acceptance of the amended Agreement. If you do not agree to any part of the amended Agreement, you shall immediately discontinue any use of the Library, which shall be your sole remedy.
104
+ 12.5. Assignment. You shall not assign or transfer any rights or obligations under this Agreement without our prior written consent. We may upon prior written notice unilaterally transfer or assign this Agreement, including any rights and obligations hereunder at any time and no such transfer or assignment shall require your additional consent or approval.
105
+ 12.6. Severance. If any provision or part-provision of this Agreement is or becomes invalid, illegal or unenforceable, it shall be deemed modified to the minimum extent necessary to make it valid, legal, and enforceable. If such modification is not possible, the relevant provision or part-provision shall be deemed deleted. If any provision or part-provision of this Agreement is deemed deleted under the previous sentence, AMSDAL will in good faith replace such provision with a new one that, to the greatest extent possible, achieves the intended commercial result of the original provision. Any modification to or deletion of a provision or part-provision under this Clause shall not affect the validity and enforceability of the rest of this Agreement.
106
+ 12.7. Waiver. No failure or delay by a Party to exercise any right or remedy provided under this Agreement or by law shall constitute a waiver of that or any other right or remedy, nor shall it preclude or restrict the further exercise of that or any other right or remedy.
107
+ 12.8. No Partnership or Agency. Nothing in this Agreement is intended to, or shall be deemed to, establish any partnership, joint venture or employment relations between the Parties, constitute a Party the agent of another Party, or authorize a Party to make or enter into any commitments for or on behalf of any other Party.