awsimple 6.0.0__py3-none-any.whl → 7.0.0__py3-none-any.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 awsimple might be problematic. Click here for more details.
- awsimple/__version__.py +1 -1
- awsimple/dynamodb.py +3 -0
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/METADATA +1 -1
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/RECORD +8 -8
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/WHEEL +0 -0
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/licenses/LICENSE +0 -0
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/licenses/LICENSE.txt +0 -0
- {awsimple-6.0.0.dist-info → awsimple-7.0.0.dist-info}/top_level.txt +0 -0
awsimple/__version__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
__application_name__ = "awsimple"
|
|
2
2
|
__title__ = __application_name__
|
|
3
3
|
__author__ = "abel"
|
|
4
|
-
__version__ = "
|
|
4
|
+
__version__ = "7.0.0"
|
|
5
5
|
__author_email__ = "j@abel.co"
|
|
6
6
|
__url__ = "https://github.com/jamesabel/awsimple"
|
|
7
7
|
__download_url__ = "https://github.com/jamesabel/awsimple"
|
awsimple/dynamodb.py
CHANGED
|
@@ -519,6 +519,7 @@ class DynamoDBAccess(CacheAccess):
|
|
|
519
519
|
except ClientError as e:
|
|
520
520
|
log.warning(e)
|
|
521
521
|
if self.metadata_table is not None:
|
|
522
|
+
self.metadata_table.create_metadata_table()
|
|
522
523
|
self.metadata_table.update_table_mtime()
|
|
523
524
|
|
|
524
525
|
return created
|
|
@@ -957,6 +958,8 @@ class _DynamoDBMetadataTable(DynamoDBAccess):
|
|
|
957
958
|
self.mtime_f_string = "mtime_f"
|
|
958
959
|
self.mtime_human_string = "mtime_human"
|
|
959
960
|
super().__init__(metadata_table_name, **kwargs)
|
|
961
|
+
|
|
962
|
+
def create_metadata_table(self):
|
|
960
963
|
self.create_table(partition_key=self.primary_partition_key, sort_key=self.primary_sort_key, partition_key_type=str, sort_key_type=str)
|
|
961
964
|
|
|
962
965
|
def update_table_mtime(self):
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
awsimple/__init__.py,sha256=1uECRpVL5WHv1HPyn9sKQpEMJHwlbb7vhkEv7cuS5C4,1053
|
|
2
|
-
awsimple/__version__.py,sha256=
|
|
2
|
+
awsimple/__version__.py,sha256=IwHeKF_Imptby8oSPG0-2P79ZV5YxNB8SS8Sg5-vFgY,323
|
|
3
3
|
awsimple/aws.py,sha256=NbRu1v_J5j2-pcefNZ5Xggii3mM9nHpeHMz9L9K9r-U,7653
|
|
4
4
|
awsimple/cache.py,sha256=_LvPx76215t8KhAJOin6Pe2b4lWpB6kbKpdzgR4FeA4,7206
|
|
5
|
-
awsimple/dynamodb.py,sha256=
|
|
5
|
+
awsimple/dynamodb.py,sha256=3xqqs31RvW_UAVOk6aY2QhlXcnlz42POFmOjrkokTK4,41290
|
|
6
6
|
awsimple/dynamodb_miv.py,sha256=4xPxQDYkIM-BVDGyAre6uqwJHsxguEbHbof8ztt-V7g,4645
|
|
7
7
|
awsimple/exceptions.py,sha256=Ew-S8YkHVWrZFI_Yik5n0cJ7Ss4Kig5JsEPQ-9z18SU,922
|
|
8
8
|
awsimple/logs.py,sha256=s9FhdDFWjfxGCVDx-FNTPgJ-YN1AOAgz4HNxTVfRARE,4108
|
|
@@ -13,9 +13,9 @@ awsimple/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
13
13
|
awsimple/s3.py,sha256=OhWF1uv4oLmBF5jAhKIi918iUQxx4CX8bTEvQ5wLYr8,24050
|
|
14
14
|
awsimple/sns.py,sha256=T_FyN8eSmBPo213HOfB3UBlMrvtBK768IaRo_ks-7do,3526
|
|
15
15
|
awsimple/sqs.py,sha256=nS_rD38gJObYeoXkDSg8Dv5jZTlxc79VRHFbVfmseis,17376
|
|
16
|
-
awsimple-
|
|
17
|
-
awsimple-
|
|
18
|
-
awsimple-
|
|
19
|
-
awsimple-
|
|
20
|
-
awsimple-
|
|
21
|
-
awsimple-
|
|
16
|
+
awsimple-7.0.0.dist-info/licenses/LICENSE,sha256=d956YAgtDaxgxQmccyUk__EfhORZyBjvmJ8pq6zYTxk,1093
|
|
17
|
+
awsimple-7.0.0.dist-info/licenses/LICENSE.txt,sha256=d956YAgtDaxgxQmccyUk__EfhORZyBjvmJ8pq6zYTxk,1093
|
|
18
|
+
awsimple-7.0.0.dist-info/METADATA,sha256=QdkdmQ4c0u0zQtsprenJgqyUcGcdfFEQ6suMSKSw1KI,6660
|
|
19
|
+
awsimple-7.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
20
|
+
awsimple-7.0.0.dist-info/top_level.txt,sha256=mwqCoH_8vAaK6iYioiRbasXmVCQM7AK3grNWOKp2VHE,9
|
|
21
|
+
awsimple-7.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|