boto3-assist 0.5.1__tar.gz → 0.5.2__tar.gz
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.
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/PKG-INFO +1 -1
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/pyproject.toml +1 -1
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/models/serializable_model.py +8 -4
- boto3_assist-0.5.2/src/boto3_assist/version.py +1 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/models/serializable_model_test.py +20 -9
- boto3_assist-0.5.1/src/boto3_assist/version.py +0 -1
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.env.docker +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.env.docker.001 +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.env.docker.nosql.workbench +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.env.unittest +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.gitignore +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.vscode/launch.json +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.vscode/settings.json +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/.vscode/tasks.json +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/LICENSE-EXPLAINED.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/LICENSE.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/README.md +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/aws_regions_with_status.csv +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/aws_regions_with_status.json +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/devops/build.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/devops/readme.md +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/cloudwatch/log_report.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/models/order_item_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/models/order_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/models/product_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/models/user_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/models/user_post_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/order_example/main.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/order_example/products.json +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/order_item_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/order_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/product_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/table_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/user_post_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/user_service.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/user_service_client_example.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/user_service_resource_example.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/user_post_example/main.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/ec2/regions_report.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/module-headers.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/mypy.ini +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/requirements-dev.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/requirements.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/run-checks.sh +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/aws_lambda/event_info.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/boto3session.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_connection_tracker.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_log_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_logs.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_query.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cognito/cognito_authorizer.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cognito/cognito_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cognito/cognito_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cognito/jwks_cache.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cognito/user.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/connection_tracker.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_helpers.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_importer.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_index.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_iservice.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_key.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_model_base.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_model_base_interfaces.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_reindexer.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_reserved_words.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_reserved_words.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/readme.md +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/troubleshooting.md +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/ec2/ec2_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/environment_services/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/environment_services/environment_loader.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/environment_services/environment_variables.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/errors/custom_exceptions.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/http_status_codes.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/s3/s3.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/s3/s3_connection.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/datetime_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/dictionaroy_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/file_operations.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/http_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/logging_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/numbers_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/serialization_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/string_utility.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/__top/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_model_base_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_model_projections_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_model_serializtion_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_moto_sorting_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_reindex_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/cms/base.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/cms/content_block.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/cms/page.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/cms/template.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/simple_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/user_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/user_required_fields_model.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/examples_test/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/examples_test/user_service_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/lambda/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/lambda/event_info_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/models/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/s3/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/s3/files/test.txt +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/s3/s3_file_upload_test.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/utilities/__init__.py +0 -0
- {boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/utilities/serialization_utility_test.py +0 -0
|
@@ -5,7 +5,7 @@ MIT License. See Project Root for the license information.
|
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
|
-
from typing import TypeVar
|
|
8
|
+
from typing import TypeVar, Dict, Any
|
|
9
9
|
from boto3_assist.utilities.serialization_utility import Serialization
|
|
10
10
|
|
|
11
11
|
|
|
@@ -14,8 +14,12 @@ class SerializableModel:
|
|
|
14
14
|
|
|
15
15
|
T = TypeVar("T", bound="SerializableModel")
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
def __init__(self):
|
|
18
|
+
pass
|
|
19
|
+
|
|
20
|
+
def map(
|
|
21
|
+
self: T, source: Dict[str, Any] | SerializableModel | None, coerce: bool = True
|
|
22
|
+
) -> T:
|
|
19
23
|
"""
|
|
20
24
|
Map the source dictionary to the target object.
|
|
21
25
|
|
|
@@ -23,7 +27,7 @@ class SerializableModel:
|
|
|
23
27
|
- source: The dictionary to map from.
|
|
24
28
|
- target: The object to map to.
|
|
25
29
|
"""
|
|
26
|
-
mapped = Serialization.map(source, target, coerce=coerce)
|
|
30
|
+
mapped = Serialization.map(source=source, target=self, coerce=coerce)
|
|
27
31
|
if mapped is None:
|
|
28
32
|
raise ValueError("Unable to map source to target")
|
|
29
33
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.5.2'
|
|
@@ -28,13 +28,11 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
28
28
|
"active": True,
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
self.target_object = ExampleModel()
|
|
32
|
-
|
|
33
31
|
def test_map_valid_data(self):
|
|
34
32
|
"""
|
|
35
33
|
Test mapping a valid dictionary to an object instance.
|
|
36
34
|
"""
|
|
37
|
-
result = ExampleModel.map(self.source_dict
|
|
35
|
+
result = ExampleModel().map(self.source_dict)
|
|
38
36
|
|
|
39
37
|
self.assertEqual(result.name, "John Doe")
|
|
40
38
|
self.assertEqual(result.age, 30)
|
|
@@ -45,7 +43,7 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
45
43
|
Test mapping a dictionary with partial data.
|
|
46
44
|
"""
|
|
47
45
|
partial_dict = {"name": "Jane Doe"}
|
|
48
|
-
result = ExampleModel.map(partial_dict
|
|
46
|
+
result = ExampleModel().map(partial_dict)
|
|
49
47
|
|
|
50
48
|
self.assertEqual(result.name, "Jane Doe")
|
|
51
49
|
self.assertEqual(result.age, 0) # Default value
|
|
@@ -56,7 +54,7 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
56
54
|
Test mapping an empty dictionary.
|
|
57
55
|
"""
|
|
58
56
|
empty_dict = {}
|
|
59
|
-
result = ExampleModel.map(empty_dict
|
|
57
|
+
result = ExampleModel().map(empty_dict)
|
|
60
58
|
|
|
61
59
|
self.assertEqual(result.name, "") # Default value
|
|
62
60
|
self.assertEqual(result.age, 0) # Default value
|
|
@@ -69,7 +67,7 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
69
67
|
invalid_dict = {"name": 123, "age": "thirty", "active": "yes"}
|
|
70
68
|
|
|
71
69
|
with self.assertRaises(ValueError):
|
|
72
|
-
ExampleModel.map(invalid_dict,
|
|
70
|
+
ExampleModel().map(invalid_dict, coerce=False)
|
|
73
71
|
|
|
74
72
|
def test_map_invalid_data_coerce_with_failure(self):
|
|
75
73
|
"""
|
|
@@ -77,7 +75,7 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
77
75
|
"""
|
|
78
76
|
invalid_dict = {"name": 123, "age": "thirty", "active": "yes"}
|
|
79
77
|
|
|
80
|
-
result = ExampleModel.map(invalid_dict
|
|
78
|
+
result = ExampleModel().map(invalid_dict)
|
|
81
79
|
|
|
82
80
|
self.assertEqual(result.name, "123")
|
|
83
81
|
# currently we're allowing this to happen
|
|
@@ -90,19 +88,32 @@ class TestSerializableModel(unittest.TestCase):
|
|
|
90
88
|
"""
|
|
91
89
|
invalid_dict = {"name": 123, "age": 30, "active": "yes"}
|
|
92
90
|
|
|
93
|
-
result = ExampleModel.map(invalid_dict
|
|
91
|
+
result = ExampleModel().map(invalid_dict)
|
|
94
92
|
|
|
95
93
|
self.assertEqual(result.name, "123")
|
|
96
94
|
self.assertEqual(result.age, 30)
|
|
97
95
|
self.assertEqual(result.active, True)
|
|
98
96
|
|
|
97
|
+
def test_map_mix_limited_fields(self):
|
|
98
|
+
"""
|
|
99
|
+
Test mapping a dictionary with invalid data types.
|
|
100
|
+
"""
|
|
101
|
+
model: ExampleModel = ExampleModel(name="Fred", age=25, active=True)
|
|
102
|
+
invalid_dict = {"age": 30}
|
|
103
|
+
|
|
104
|
+
result = model.map(invalid_dict)
|
|
105
|
+
|
|
106
|
+
self.assertEqual(result.name, "Fred")
|
|
107
|
+
self.assertEqual(result.age, 30)
|
|
108
|
+
self.assertEqual(result.active, True)
|
|
109
|
+
|
|
99
110
|
def test_map_non_dict_source(self):
|
|
100
111
|
"""
|
|
101
112
|
Test mapping from a non-dictionary source object.
|
|
102
113
|
"""
|
|
103
114
|
source_object = ExampleModel(name="Alice", age=25, active=True)
|
|
104
115
|
|
|
105
|
-
result = ExampleModel.map(source_object
|
|
116
|
+
result = ExampleModel().map(source_object)
|
|
106
117
|
|
|
107
118
|
self.assertEqual(result.name, "Alice")
|
|
108
119
|
self.assertEqual(result.age, 25)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.5.1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/examples/dynamodb/services/user_service_client_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_connection.py
RENAMED
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/cloudwatch/cloudwatch_log_connection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_reserved_words.py
RENAMED
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/dynamodb/dynamodb_reserved_words.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/src/boto3_assist/utilities/serialization_utility.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/dynamodb_model_serializtion_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{boto3_assist-0.5.1 → boto3_assist-0.5.2}/tests/dynamodb/models/user_required_fields_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|