boto3-refresh-session 0.1.21__py3-none-any.whl → 0.1.23__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.
- {boto3_refresh_session-0.1.21.dist-info → boto3_refresh_session-0.1.23.dist-info}/METADATA +3 -4
- boto3_refresh_session-0.1.23.dist-info/RECORD +6 -0
- boto3_refresh_session-0.1.21.dist-info/RECORD +0 -6
- {boto3_refresh_session-0.1.21.dist-info → boto3_refresh_session-0.1.23.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-0.1.21.dist-info → boto3_refresh_session-0.1.23.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 0.1.
|
4
|
-
Summary: A simple Python package for refreshing boto3
|
3
|
+
Version: 0.1.23
|
4
|
+
Summary: A simple Python package for refreshing AWS temporary credentials in boto3 automatically.
|
5
5
|
License: MIT
|
6
6
|
Keywords: boto3,botocore,aws
|
7
7
|
Author: Mike Letts
|
@@ -26,7 +26,6 @@ Description-Content-Type: text/markdown
|
|
26
26
|
[](https://pypi.org/project/boto3-refresh-session/)
|
27
27
|
[](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
|
28
28
|

|
29
|
-

|
30
29
|

|
31
30
|

|
32
31
|

|
@@ -34,7 +33,7 @@ Description-Content-Type: text/markdown
|
|
34
33
|
|
35
34
|

|
36
35
|
|
37
|
-
A simple Python package for refreshing boto3
|
36
|
+
A simple Python package for refreshing AWS temporary credentials in ``boto3`` automatically.
|
38
37
|
|
39
38
|
- [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
|
40
39
|
- [Source Code](https://github.com/michaelthomasletts/boto3-refresh-session)
|
@@ -0,0 +1,6 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=OMY8el4qROyEvo0vr1Kv8rtFU7g3xnjHuBss54XRTEA,135
|
2
|
+
boto3_refresh_session/session.py,sha256=xp5MNsNgdQ9LMryPk0JQLt6Ctp0qL9WgoVXMErTv6f0,5895
|
3
|
+
boto3_refresh_session-0.1.23.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
+
boto3_refresh_session-0.1.23.dist-info/METADATA,sha256=_AgohoZMUiWIOPaKnAE6XDRGpTp2ivTPuprHWtDhjf0,4360
|
5
|
+
boto3_refresh_session-0.1.23.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
+
boto3_refresh_session-0.1.23.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=OMY8el4qROyEvo0vr1Kv8rtFU7g3xnjHuBss54XRTEA,135
|
2
|
-
boto3_refresh_session/session.py,sha256=xp5MNsNgdQ9LMryPk0JQLt6Ctp0qL9WgoVXMErTv6f0,5895
|
3
|
-
boto3_refresh_session-0.1.21.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
-
boto3_refresh_session-0.1.21.dist-info/METADATA,sha256=f_nI5asPGmKpPCOAvAvW3RSd14Z_PM2n9x4yQvGsFu0,4463
|
5
|
-
boto3_refresh_session-0.1.21.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
-
boto3_refresh_session-0.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|