amsdal 0.5.18__cp311-cp311-macosx_10_9_universal2.whl → 0.5.19__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 (59) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  41. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  43. amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
  44. amsdal/manager.cpython-311-darwin.so +0 -0
  45. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  46. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  47. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  48. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  49. amsdal/services/__init__.pyi +4 -0
  50. amsdal/services/external_connections.cpython-311-darwin.so +0 -0
  51. amsdal/services/external_connections.pyi +190 -0
  52. amsdal/services/external_model_generator.cpython-311-darwin.so +0 -0
  53. amsdal/services/external_model_generator.pyi +134 -0
  54. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  55. {amsdal-0.5.18.dist-info → amsdal-0.5.19.dist-info}/METADATA +1 -1
  56. {amsdal-0.5.18.dist-info → amsdal-0.5.19.dist-info}/RECORD +59 -55
  57. {amsdal-0.5.18.dist-info → amsdal-0.5.19.dist-info}/WHEEL +0 -0
  58. {amsdal-0.5.18.dist-info → amsdal-0.5.19.dist-info}/licenses/LICENSE.txt +0 -0
  59. {amsdal-0.5.18.dist-info → amsdal-0.5.19.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.5.18'
4
+ __version__ = '0.5.19'
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ from amsdal.services.external_connections import ExternalConnectionManager as ExternalConnectionManager, ExternalDatabaseReader as ExternalDatabaseReader
2
+ from amsdal.services.external_model_generator import ExternalModelGenerator as ExternalModelGenerator
3
+
4
+ __all__ = ['ExternalConnectionManager', 'ExternalDatabaseReader', 'ExternalModelGenerator']
@@ -0,0 +1,190 @@
1
+ from _typeshed import Incomplete
2
+ from amsdal_data.application import AsyncDataApplication, DataApplication
3
+ from amsdal_utils.utils.singleton import Singleton
4
+ from typing import Any, TypeVar
5
+
6
+ T = TypeVar('T')
7
+
8
+ class ExternalConnectionManager(metaclass=Singleton):
9
+ """
10
+ Manager for accessing external service connections.
11
+
12
+ Provides a convenient interface to access external connections configured
13
+ in the application, such as read-only databases, email services, etc.
14
+
15
+ Example usage:
16
+ manager = ExternalConnectionManager()
17
+
18
+ # Get read-only database connection
19
+ external_db = manager.get_connection('external_users_db')
20
+ rows = external_db.fetch_all('SELECT * FROM users WHERE active = 1')
21
+
22
+ # Get email service
23
+ email = manager.get_connection('email_service')
24
+ email.send_email(...)
25
+ """
26
+ _data_application: DataApplication | None
27
+ _async_data_application: AsyncDataApplication | None
28
+ def __init__(self) -> None: ...
29
+ def setup(self, data_application: DataApplication | None = None, async_data_application: AsyncDataApplication | None = None) -> None:
30
+ """
31
+ Set up the manager with the data application instance.
32
+
33
+ Args:
34
+ data_application: Sync DataApplication instance
35
+ async_data_application: Async DataApplication instance
36
+ """
37
+ def get_connection(self, name: str) -> Any:
38
+ """
39
+ Get an external service connection by name.
40
+
41
+ Args:
42
+ name: Name of the external connection (as configured in resources)
43
+
44
+ Returns:
45
+ The external connection object
46
+
47
+ Raises:
48
+ RuntimeError: If manager is not set up
49
+ KeyError: If connection not found
50
+ """
51
+ def has_connection(self, name: str) -> bool:
52
+ """
53
+ Check if an external connection exists.
54
+
55
+ Args:
56
+ name: Name of the external connection
57
+
58
+ Returns:
59
+ bool: True if connection exists, False otherwise
60
+ """
61
+ def list_connections(self) -> list[str]:
62
+ """
63
+ List all available external connection names.
64
+
65
+ Returns:
66
+ list[str]: List of connection names
67
+ """
68
+
69
+ class ExternalDatabaseReader:
70
+ """
71
+ Helper class for reading from external read-only databases.
72
+
73
+ Provides a convenient interface for querying external databases
74
+ with common patterns like filtering, mapping results, etc.
75
+
76
+ Example usage:
77
+ reader = ExternalDatabaseReader('external_users_db')
78
+
79
+ # Fetch all users
80
+ users = reader.fetch_all('SELECT * FROM users')
81
+
82
+ # Fetch with parameters
83
+ active_users = reader.fetch_all(
84
+ 'SELECT * FROM users WHERE active = ?',
85
+ (1,)
86
+ )
87
+
88
+ # Fetch one record
89
+ user = reader.fetch_one('SELECT * FROM users WHERE id = ?', (user_id,))
90
+
91
+ # Get as dictionaries
92
+ user_dicts = reader.fetch_all_as_dicts('SELECT * FROM users LIMIT 10')
93
+ """
94
+ connection_name: Incomplete
95
+ _manager: Incomplete
96
+ def __init__(self, connection_name: str) -> None:
97
+ """
98
+ Initialize the reader with a connection name.
99
+
100
+ Args:
101
+ connection_name: Name of the external database connection
102
+ """
103
+ @property
104
+ def connection(self) -> Any:
105
+ """Get the underlying connection object."""
106
+ def fetch_all(self, query: str, parameters: tuple[Any, ...] | None = None) -> list[Any]:
107
+ """
108
+ Execute query and fetch all results.
109
+
110
+ Args:
111
+ query: SQL query to execute
112
+ parameters: Query parameters (optional)
113
+
114
+ Returns:
115
+ list: List of result rows
116
+ """
117
+ def fetch_one(self, query: str, parameters: tuple[Any, ...] | None = None) -> Any | None:
118
+ """
119
+ Execute query and fetch one result.
120
+
121
+ Args:
122
+ query: SQL query to execute
123
+ parameters: Query parameters (optional)
124
+
125
+ Returns:
126
+ Single result row or None
127
+ """
128
+ def fetch_all_as_dicts(self, query: str, parameters: tuple[Any, ...] | None = None) -> list[dict[str, Any]]:
129
+ """
130
+ Execute query and fetch all results as dictionaries.
131
+
132
+ Args:
133
+ query: SQL query to execute
134
+ parameters: Query parameters (optional)
135
+
136
+ Returns:
137
+ list[dict]: List of result dictionaries
138
+ """
139
+ def fetch_one_as_dict(self, query: str, parameters: tuple[Any, ...] | None = None) -> dict[str, Any] | None:
140
+ """
141
+ Execute query and fetch one result as dictionary.
142
+
143
+ Args:
144
+ query: SQL query to execute
145
+ parameters: Query parameters (optional)
146
+
147
+ Returns:
148
+ dict | None: Result dictionary or None
149
+ """
150
+ def get_table_names(self) -> list[str]:
151
+ """
152
+ Get list of all tables in the database.
153
+
154
+ Returns:
155
+ list[str]: List of table names
156
+ """
157
+ def get_table_schema(self, table_name: str) -> list[dict[str, Any]]:
158
+ """
159
+ Get schema information for a table.
160
+
161
+ Args:
162
+ table_name: Name of the table
163
+
164
+ Returns:
165
+ list[dict]: List of column information dictionaries
166
+ """
167
+ def count(self, table: str, where_clause: str = '', parameters: tuple[Any, ...] | None = None) -> int:
168
+ """
169
+ Count rows in a table.
170
+
171
+ Args:
172
+ table: Table name
173
+ where_clause: Optional WHERE clause (without WHERE keyword)
174
+ parameters: Query parameters for WHERE clause
175
+
176
+ Returns:
177
+ int: Number of rows
178
+ """
179
+ def exists(self, table: str, where_clause: str, parameters: tuple[Any, ...]) -> bool:
180
+ """
181
+ Check if a record exists.
182
+
183
+ Args:
184
+ table: Table name
185
+ where_clause: WHERE clause (without WHERE keyword)
186
+ parameters: Query parameters
187
+
188
+ Returns:
189
+ bool: True if record exists, False otherwise
190
+ """
@@ -0,0 +1,134 @@
1
+ from _typeshed import Incomplete
2
+ from amsdal.services.external_connections import ExternalConnectionManager as ExternalConnectionManager
3
+ from amsdal_models.classes.external_model import ExternalModel
4
+ from amsdal_utils.schemas.schema import ObjectSchema as ObjectSchema
5
+ from typing import Any
6
+
7
+ class ExternalModelGenerator:
8
+ """
9
+ Service for generating ExternalModel classes from external connections.
10
+
11
+ This service introspects external database schemas and generates
12
+ corresponding ExternalModel classes that can be used immediately
13
+ for querying the external data.
14
+
15
+ Features:
16
+ - Automatic schema introspection
17
+ - Type mapping (SQL types -> Python types)
18
+ - Primary key detection
19
+ - In-memory model class generation
20
+ - No lakehouse schema creation
21
+
22
+ Example usage:
23
+ # Generate models for a single table
24
+ generator = ExternalModelGenerator()
25
+ User = generator.generate_model('external_db', 'users')
26
+
27
+ # Now use the generated model
28
+ users = User.objects.filter(active=True).execute()
29
+
30
+ # Generate models for all tables
31
+ models = generator.generate_models_for_connection('external_db')
32
+ User = models['User']
33
+ Post = models['Post']
34
+ """
35
+ _connection_manager: Incomplete
36
+ _schema_converter: Incomplete
37
+ def __init__(self) -> None: ...
38
+ def generate_model(self, connection_name: str, table_name: str, model_name: str | None = None) -> type[ExternalModel]:
39
+ """
40
+ Generate an ExternalModel class for a specific table.
41
+
42
+ Args:
43
+ connection_name: Name of the external connection
44
+ table_name: Name of the table to generate model for
45
+ model_name: Optional custom model name (defaults to classified table name)
46
+
47
+ Returns:
48
+ type[ExternalModel]: Generated model class ready to use
49
+
50
+ Raises:
51
+ ValueError: If connection doesn't support schema introspection
52
+ ConnectionError: If connection is not available
53
+ RuntimeError: If model generation fails
54
+
55
+ Example:
56
+ generator = ExternalModelGenerator()
57
+ User = generator.generate_model('external_db', 'users')
58
+
59
+ # Query using the generated model
60
+ active_users = User.objects.filter(active=True).execute()
61
+ """
62
+ def generate_models_for_connection(self, connection_name: str, table_names: list[str] | None = None) -> dict[str, type[ExternalModel]]:
63
+ """
64
+ Generate ExternalModel classes for all tables in a connection.
65
+
66
+ Args:
67
+ connection_name: Name of the external connection
68
+ table_names: Optional list of specific tables to generate models for.
69
+ If None, generates models for all tables.
70
+
71
+ Returns:
72
+ dict[str, type[ExternalModel]]: Dictionary mapping model names to model classes
73
+
74
+ Raises:
75
+ ValueError: If connection doesn't support schema introspection
76
+ ConnectionError: If connection is not available
77
+
78
+ Example:
79
+ generator = ExternalModelGenerator()
80
+ models = generator.generate_models_for_connection('external_db')
81
+
82
+ # Access generated models
83
+ User = models['User']
84
+ Post = models['Post']
85
+ Comment = models['Comment']
86
+
87
+ # Or generate only specific tables
88
+ models = generator.generate_models_for_connection(
89
+ 'external_db',
90
+ table_names=['users', 'posts']
91
+ )
92
+ """
93
+ def _convert_schema(self, connection: Any, table_name: str, table_schema: list[dict[str, Any]], connection_name: str) -> ObjectSchema:
94
+ """
95
+ Convert raw table schema to ObjectSchema based on connection type.
96
+
97
+ Args:
98
+ connection: The connection object
99
+ table_name: Name of the table
100
+ table_schema: Raw schema data from connection
101
+ connection_name: Name of the connection
102
+
103
+ Returns:
104
+ ObjectSchema: Converted schema
105
+ """
106
+ def _normalize_schema_format(self, table_schema: list[dict[str, Any]]) -> list[dict[str, Any]]:
107
+ """
108
+ Normalize various schema formats to generic format.
109
+
110
+ Converts various schema formats to the format expected by generic_schema_to_object_schema:
111
+ {'name': str, 'type': str, 'nullable': bool, 'primary_key': bool, 'default': Any}
112
+ """
113
+ def _create_model_class(self, object_schema: ObjectSchema, custom_name: str | None = None) -> type[ExternalModel]:
114
+ """
115
+ Create an ExternalModel class from ObjectSchema.
116
+
117
+ Args:
118
+ object_schema: The schema to create model from
119
+ custom_name: Optional custom model name
120
+
121
+ Returns:
122
+ type[ExternalModel]: Generated model class
123
+ """
124
+ @staticmethod
125
+ def _core_type_to_python_type(core_type: str) -> type:
126
+ """
127
+ Convert CoreType string to Python type for annotations.
128
+
129
+ Args:
130
+ core_type: CoreType value (e.g., 'string', 'integer')
131
+
132
+ Returns:
133
+ type: Corresponding Python type
134
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.5.18
3
+ Version: 0.5.19
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,14 +1,9 @@
1
- amsdal-0.5.18.dist-info/RECORD,,
2
- amsdal-0.5.18.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
3
- amsdal-0.5.18.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
- amsdal-0.5.18.dist-info/METADATA,sha256=YOGaZ2N6Z8L0rvpE-mtliH5aPXoIhr8KNKIfsIaKQZk,57623
5
- amsdal-0.5.18.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
6
1
  amsdal/manager.pyi,sha256=aRX-FO3KIozgaoJg3_pAVJjPAW9PL8hMiYvaTJ_kp5E,9466
7
2
  amsdal/__init__.pyi,sha256=4FIq7rQKQXoDNIzrDxtklKrbPcE2qqKU8W0jp8Mld6Q,741
8
3
  amsdal/__init__.py,sha256=eg_kMNcJSTvb8Q32AstCARJURBhrlIVmE12Dgq0nOUk,742
9
- amsdal/manager.cpython-311-darwin.so,sha256=-Xv3VK9wISykVSDbmrBfyDC57hf4DrshQwaxwbIb2Q4,518288
4
+ amsdal/manager.cpython-311-darwin.so,sha256=Y4q2adjH65Ii0KwrtTSddDBeeu5dGxcFvH7nEjIckQ8,518288
10
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
11
- amsdal/__about__.py,sha256=1cjRFOsjlmQXxEswpC2rHpDl7wmAckDKczNnOnE7Nsg,125
6
+ amsdal/__about__.py,sha256=RdFno7a2EZU6RqeOVmL2KuX-H0XeTHEizPt4zqx0zr4,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
@@ -23,8 +18,8 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
18
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
24
19
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
25
20
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=rt2xcO0jz3EZmoSp4wuIWBZUcDWtejHDh9FwiCU1-mg,120656
27
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=lY7hS4AEpwLC5w7gBTFW2TJPs1cq5ZWXhQcKhxhwA4k,180576
21
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=2e0RmQBNACzPCStr5BuG_KLlwn8eDNWOT7dVoGftV2A,120656
22
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=RkyHixhd4BXfJU2MOsS4eSYg9fXWi-nqnCawzW64MV0,180576
28
23
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
24
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
30
25
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -50,7 +45,7 @@ amsdal/models/core/class_property.py,sha256=HFIMb0DE8bhmRf_l45VeJJD_tE85eUZ---IP
50
45
  amsdal/models/core/class_object.py,sha256=Y5sdatrNZK1jkMImyeRFTxeUonuzJaDCKZzULZvJIHw,1487
51
46
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
47
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
53
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=JDeiV5Gz6Wlzico4MClfy_V3xvomhf6QLeONCUxkviI,120656
48
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=J-hr88YtTyuo2eKNhEpWGMOQZMNIHUie18R963xBtuM,120656
54
49
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
55
50
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
51
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -108,7 +103,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
103
  amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
109
104
  amsdal/schemas/interfaces.pyi,sha256=jUXLEKIa_af9Qrv9a4UvfRmsUV78N921i4dDXKHPaQk,725
110
105
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=x-bh3Fs5pHIQ26rLc1sdTFrQLXgURqOaIzkag_6nfIs,120656
106
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=UtkTthTejvh-FX3AH1E7GLSelg-1Thp6PBoBAmVVYc4,120656
112
107
  amsdal/schemas/utils.pyi,sha256=UbeISOxetojP6HlzhiJWeaAVyYZUrnGAS5niTQ0m6n0,437
113
108
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
114
109
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
@@ -159,89 +154,98 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
159
154
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
160
155
  amsdal/configs/main.pyi,sha256=LQLyErlnW8m6MWW8lk0sA9jJqRdPyBuxRRMAeWtk-Us,7000
161
156
  amsdal/configs/main.py,sha256=sk01zezWynALKsVsB0zyCkNPZ9Cv1iSQ39nJ5lusfQ0,10143
162
- amsdal/cloud/client.cpython-311-darwin.so,sha256=I_4Z6VIxTMXYgYh3NLWF1ziixhI8oZhPN2KEK0cxhLg,216208
157
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=w0gxli1Onu_AHfu7E1gC8PC8mXsNFf7rCg7ssS09qDQ,216208
163
158
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
164
159
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
165
160
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
166
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=YUui2p1E_uMfPXdj5M2Ql7-7fRxvcXPUOpvOOhzBYfw,158064
167
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=aAcEIT00jPj9eBQmBo-O9Aep5tlrGmEitU2JJR4QOxk,158688
168
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=CB-lkcCCsHP4MUOEO8hLgUJbj76CfKh03XxpEHj0pLQ,120656
161
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=lL3bOHhTrLddEE1bC3NzppJi73qUvoH5uUjOSuW-QOk,158064
162
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=lv_k1oeE31JUPSW-1ZLGdg31XvN_EtEGvS4hyrOUiXI,158688
163
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=QVRcjsH3akO9W46qAYZpqTrpc_D3XpEbnaehU9lnse0,120656
169
164
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
170
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=hUcu2qkiGM8OoACBBIIs8XsH8Px7D0rTKAu_TuVI5vA,211632
165
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=iQba8qr62jEC6211K3F_IDl3_v7_MpWejC7LbLuWoGE,211632
171
166
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
172
167
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=2R-HyFh0_See1AKS3GTq_lPXCFlX73hEUAABAzJU8Fo,120688
168
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=mpxjY5wIi99FPUYfmlkWnawCdjJ6YFOfNsp0JrA8evM,120688
174
169
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
175
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=tuaR6hHeRi7CKResXl798qTgiaXnBHuJRId2tqWy1_0,120688
176
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=p7yQa2yH0n_01T6Dd5C8BigwLpzfv-vNot2tZHlFBaE,163104
170
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=i8sXnNXajgo8I7rcC0iLP8yBpQy3vBh_DNIxeXThUN8,120688
171
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=dPa_IBFnieJGf5XDuMBuw-0XaQ2bpYCjoQOKqb2KUYk,163104
177
172
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
178
173
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
179
174
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
180
175
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
181
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=uAA9a58gRuzmoA6Wwfy5S6M-cctCVgy7GXLLS5fkdXw,251536
182
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=oqYoxBYNrSu03nfPwQg1LqdL4dyb502dUxLUc7Bf7q0,214128
176
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=Cd-FruIQ4EQALLCYW19C9W5mFj3XPbArtZDeD06taxM,251536
177
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=Gf5ao7v8Anq8q8jRfWFwLmN5s7X8bg7CMm87qPiGVjw,214128
183
178
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
184
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=LZO8zKWsZBHXVBoq8ppcPO43_JFTZLRolwK_d5HOv2g,216216
185
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=RMXC6QdqlPdY1Rcy3SD3WKvdNrnGkhrKRYxP7RvJa2A,120704
186
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=UgxUsLMwsaHXiaZWRIOFXQWWW3HDT7E4y4lLkVLL0fM,304408
179
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=yUpl1iEqrLYC10tVr2KBvVwhVsJYh0DrxxOXKZ2EDL4,216216
180
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=9roIIxgf242qjtU93WUS3pntOz-sFH1JcrjYELEgOCM,120704
181
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=WLRbE7hqmunlpDSqnw3M2rpyM6GYFtVJAgCbkecl2ks,304408
187
182
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
188
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=Yfp9soxHtlQl3CjOOfllE0sLpMksSBXpyVt6-5hfM6c,181112
189
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=z7va-LO-TSdWripLUxWFrn5hb0R9musBgo3qT8dd8n4,323552
183
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=aQpMkvOkqXoYA_ksg-Qzch6TbmBVkKV2dPb4QNjE-MY,181112
184
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=JqAzXFZYEsfNs7Jm4BolAIzwd55bia_P7GjLpxDpMas,323552
190
185
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
191
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=FLJ1ACdM_41mji_hMzhSO5X3e4uf0leebOaxERUt2yE,180744
186
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=VOQJWAiPidQKbs1X4CAhigwKGml3iAuPR8AP5B3eXZw,180744
192
187
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
193
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=kIZqMzq-yVeeMuXfslH2UxbW4pyvxvUVF6jR7pzOnws,180776
194
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=MZ8X_xjnUe18GPV-rBjcZq-APlNYUBUZlX1_BiV_YSY,180584
188
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=Xh-hrE8hXjY8-8D3yS45uM2sZrU-yXdg5XV2QruQ9bM,180776
189
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=G2ds65aC8r1kIs_GXMpkLc4Aiz-p0TkxJ6thK8xODPg,180584
195
190
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
196
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=uaLdjsewDFf0k_Gz2c9h-Fq6SLabPy_aJ3MSuEdolMg,180760
197
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=ENsliLKNWwx2o-DhtPLB-4xNfMQHnJVOCqNgYuOYgkc,181184
191
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=oLolthAtfMzXa88G7gxCW5c34mN68r17YM0vzHtRYX4,180760
192
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=qE6P1tD1JHxpTsGonEbU6CoN6ikwtkmKCIq-YTcHFG8,181184
198
193
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
199
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=22d2A5ud6rpHw9X10V5hR07e3Qcdf9v-CZtaeqrUHK8,180632
194
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=3fj5HcFgCBhYwh2OjYwXMQWXdABVy2H3B7WZIkIzXVA,180632
200
195
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
201
196
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
202
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=osVa_em5lgzcLaGg7EXbt8uqmXMVX9Gqw7mxuLUjtPU,181304
197
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=CxnEvtZEluN35tYNEqmYRoaNMlU8DAU2h7olfaddqMo,181304
203
198
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
204
199
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
205
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=dxkAe5dH0egYHp5akncuD50mp-tLocc8HCrk9DHP-Ik,181080
206
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=rUIi6iNGNRCfMnlQvpirYypJxxM5s7c7T5dgIRfK6gA,180752
207
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=NHsAw7dHWVWwqul5XQjn7dDdZ0c0ILpNynMGi07COfs,181304
208
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=hNOf5CZqOBF02MhUzzCpllj_gJhuaaU9OOiIuvmT-wk,180536
209
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=ihBqz_W1ztRb6P1mBMltH-fT8DNw7iyOjk0N1N7E67c,180984
210
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=KVmdQLWFvttV4dyr26lfxt0RM_NaeDSf15d_ftbFJ9U,269240
200
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=p2ue4Y_qIsP9wDr0z8Xwpf9Q5rd9_7GXjHTLxQNEBm4,181080
201
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=PugGZjA4JxPbol_kpwpfWPYJ5EZ70hGTgWMY3CbggzI,180752
202
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=AcrXvBeCAHLaWnGYh-VeAuEIzGaoA_tJBkJdPCGl8DI,181304
203
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=_oO5BMqU69-gvvbXA_1wVt9C-Mh8x34qaHCqhOl-Haw,180536
204
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=R5geCuynPE7Js8l-QEZ5uOAT1auzsGtWfkBpqUp1bko,180984
205
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=2VU8frqtmCxrBc-eJooVpf7PkmUZJ4t0IGbfo5HWeSk,269240
211
206
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
212
207
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
213
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=jXSIGwFkB8hJ-CVEl4GF1dyDtP6ca2B9MH9vmNJ81O4,371312
208
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=rXkvlKCEyyjoLVqFnmrF3FjvgQdH3WtGP27jcX1BTPk,371312
214
209
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
215
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=RlevBtxv3rdP3l0RB9SAJ8HM90yydHS_zaCXT0HXrJM,180712
210
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=ONt5H7bnIlIKcipzBkPGdzt0a5IHNLKvULePE5TXmE0,180712
216
211
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
217
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=5tsFJboWKMH8PBOrOJdSNfFYMvKOaBQ5uVD5woksIO4,180832
212
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=GteBjTpSlkEMJOn2bO_P6mduL3jdWc-e1rnQuI4aVm0,180832
218
213
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
219
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=e3u-PozqzpPVpdKftNG3ICtkpTafsrgrAzKlMNuV99I,181112
214
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=T8PeKFOB_kzY8BYPoItedo2cH6UKzx3zMVHAC7Vyl8w,181112
220
215
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
221
216
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
222
217
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
223
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=UVRoOh52hDWDh6yw0tO6Qs6E3G24ojTp-U5H6w7lVnc,180976
224
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=O4Klx_onQKMOeHv_yaec0QVW0jIQW-Ccyy_YU3wBBrE,181064
218
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=2X_u2wVHcfK3-wIXV9N_cDFzVGraLcuCHqFktbuflXY,180976
219
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=P0bo7env9SSopKxRmSUGymwDl8TLhhQIDbVkZhNiyUY,181064
225
220
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
226
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=HiCWmaJyOxE9R2fGSyZ3A8B-CIoHWBWY2A2A51TP_8k,180824
221
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=bwk-oiqX3xGBPH_0R-FFJ0LtdBb3qnFIMZNb-WUUcZs,180824
227
222
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
228
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=pJCNbaTVzAbi6NNKh6lZ-6iY9rkXTkgKuGFRmwECxHE,180824
229
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=OrgsDspFlJ4br60KtyAy5TXh7HrchMvDY4q0iFXuMXs,120720
223
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=EqgZAwceOW2uceAv9n-necjEqg1KvP70xNziNBhETjw,180824
224
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=djpJbsGH-wh5Gpdw5ohZEi1BGXQoHFgYsh75cAmbyPM,120720
230
225
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
231
226
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
232
227
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
233
228
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
234
229
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
235
230
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
236
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=Uu7ICK4zO_i5khOAdvxfeMFplB-q5Ontkx-uD7zlhY8,180680
231
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=G1zMekwfxjRL9Y8iAnjD6a7ASQAnmRpdlTCTUG0rJQo,180680
237
232
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
238
233
  amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
239
234
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
240
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=NcjmGg6nvKN5ebcQlzHYhi1zLaNPdBUzxnDM9bXlp4I,622720
235
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=ArMkXmnhQ_d3akKz8KRTCH48zjFKOaDLsKd7paJuzk8,622720
241
236
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
242
- amsdal/fixtures/utils.cpython-311-darwin.so,sha256=HD45Oj3Z3WeHd6vZsN24PaaFa0eFHOUPJ4UX7SDfapk,306720
243
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=k1X3xTPt5S-0gf5ipPL4rLX3ttjvqvL6s_oYeR7WoA8,120672
237
+ amsdal/fixtures/utils.cpython-311-darwin.so,sha256=EyADHwpTtuUZWMLQrTdDStt2AaevstypmoqQKyzCp7E,306720
238
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=o2N6VA_Jmeja18TBaOBDTjTqkhhUXQ31zGVhZC0jHeU,120672
239
+ amsdal/services/external_model_generator.cpython-311-darwin.so,sha256=f_xfJkMv78XycSRNwkJSBzre7V38sRAmujlkW2TBBx4,345792
240
+ amsdal/services/external_connections.pyi,sha256=NEKcmoXIQViFZF9Sr0XRgvw2sC73jD7dg55dgCAhaJ0,5973
244
241
  amsdal/services/transaction_execution.pyi,sha256=TwCuurOoqSHgNu9GCYYZPSpGjxXssF2eNygQ5KVwAZM,4374
245
- amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
- amsdal/services/__init__.cpython-311-darwin.so,sha256=z4rAxJCJ8G_PP7RZGFPSlpzBZqBCGOSG41va5SXawiE,120672
247
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=2rpBORCJINkeb2Hwk7adFu9WmreHTMr2XDd7mDaHWyo,452176
242
+ amsdal/services/__init__.pyi,sha256=amezsprEb708wi5fhZOKYV9nrM-374iE-XFIqTNRif4,349
243
+ amsdal/services/external_model_generator.pyi,sha256=h_fQF0MPOdK8kdRh53srzJ_apzMo4RxIgwJxkFcRToA,5130
244
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=MQ4NkLJJmzDtQOyhdjG6uXCypErW7KK_WLyhRLYWn8E,121744
245
+ amsdal/services/external_connections.cpython-311-darwin.so,sha256=ceIB0h00S3JCLMq3Tdj6Cu3S2BTDKnmqQDj4AJsn7gI,287680
246
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=cyaP6borwoMQcpuWT7lJMqCtt1aGCB05a6Gx7D1qIL8,452176
247
+ amsdal-0.5.19.dist-info/RECORD,,
248
+ amsdal-0.5.19.dist-info/WHEEL,sha256=EOGtw-LpzLQPCSF3QP-yT4xdfA0v97p09Et-l29cEBs,114
249
+ amsdal-0.5.19.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
250
+ amsdal-0.5.19.dist-info/METADATA,sha256=FCdicnOt0QbjZFMhduC4M_OvWPdDTL3iLDl3zNVmEtE,57623
251
+ amsdal-0.5.19.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355