boto3-refresh-session 1.0.37__py3-none-any.whl → 1.0.39__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/__init__.py +1 -1
- {boto3_refresh_session-1.0.37.dist-info → boto3_refresh_session-1.0.39.dist-info}/METADATA +16 -12
- boto3_refresh_session-1.0.39.dist-info/RECORD +7 -0
- boto3_refresh_session-1.0.37.dist-info/RECORD +0 -7
- {boto3_refresh_session-1.0.37.dist-info → boto3_refresh_session-1.0.39.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.0.37.dist-info → boto3_refresh_session-1.0.39.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-1.0.37.dist-info → boto3_refresh_session-1.0.39.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.39
|
4
4
|
Summary: A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically.
|
5
5
|
License: MIT
|
6
6
|
Keywords: boto3,botocore,aws
|
@@ -36,35 +36,39 @@ Description-Content-Type: text/markdown
|
|
36
36
|
<div align="center">
|
37
37
|
|
38
38
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
39
|
-
<img src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python" alt="PyPI - Version"/>
|
39
|
+
<img src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version" alt="PyPI - Version"/>
|
40
40
|
</a>
|
41
41
|
|
42
|
-
<a href="https://
|
43
|
-
<img src="https://img.shields.io/
|
42
|
+
<a href="https://pypi.org/project/boto3-refresh-session/">
|
43
|
+
<img src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions" alt="Python Version"/>
|
44
44
|
</a>
|
45
45
|
|
46
|
-
<a href="https://
|
47
|
-
<img src="https://img.shields.io/
|
46
|
+
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml">
|
47
|
+
<img src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build" alt="Workflow"/>
|
48
48
|
</a>
|
49
49
|
|
50
50
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/commits/main">
|
51
|
-
<img src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF" alt="GitHub last commit"/>
|
51
|
+
<img src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit" alt="GitHub last commit"/>
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
55
|
+
<img src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars" alt="Q&A Badge"/>
|
52
56
|
</a>
|
53
57
|
|
54
58
|
<a href="https://pepy.tech/project/boto3-refresh-session">
|
55
|
-
<img src="https://img.shields.io/badge/downloads-
|
59
|
+
<img src="https://img.shields.io/badge/downloads-53.7K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
|
56
60
|
</a>
|
57
61
|
|
58
62
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
|
59
|
-
<img src="https://img.shields.io/badge/
|
63
|
+
<img src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs" alt="Documentation Badge"/>
|
60
64
|
</a>
|
61
65
|
|
62
66
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session">
|
63
|
-
<img src="https://img.shields.io/badge/
|
67
|
+
<img src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github" alt="Source Code Badge"/>
|
64
68
|
</a>
|
65
69
|
|
66
70
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
67
|
-
<img src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel" alt="Q&A Badge"/>
|
71
|
+
<img src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A" alt="Q&A Badge"/>
|
68
72
|
</a>
|
69
73
|
|
70
74
|
</div>
|
@@ -79,7 +83,7 @@ Description-Content-Type: text/markdown
|
|
79
83
|
|
80
84
|
## Adoption
|
81
85
|
|
82
|
-
The following line plot illustrates the adoption of BRS in terms of
|
86
|
+
The following line plot illustrates the adoption of BRS from the last three months in terms of average daily downloads over a rolling seven day window.
|
83
87
|
|
84
88
|
<p align="center">
|
85
89
|
<img src="https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/downloads.png" />
|
@@ -0,0 +1,7 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=Xkbe91LY70IUO9xKpO0wSmd0w3KfAWTtOXcw7DNYneU,158
|
2
|
+
boto3_refresh_session/session.py,sha256=jDSjEHIZkGvMEOKzCtcOT7j41rOOoR_tei_dffS0Cww,5887
|
3
|
+
boto3_refresh_session-1.0.39.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
+
boto3_refresh_session-1.0.39.dist-info/METADATA,sha256=aoQ0GdwyB4zTUJUMjHt6YaiQX2a_K5LshIuvdxpdan4,7189
|
5
|
+
boto3_refresh_session-1.0.39.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
6
|
+
boto3_refresh_session-1.0.39.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
7
|
+
boto3_refresh_session-1.0.39.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=90Wvbu942LYwS7rgcXhQl2eNs7Cxw2DDHdvive9g3Y0,158
|
2
|
-
boto3_refresh_session/session.py,sha256=jDSjEHIZkGvMEOKzCtcOT7j41rOOoR_tei_dffS0Cww,5887
|
3
|
-
boto3_refresh_session-1.0.37.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
-
boto3_refresh_session-1.0.37.dist-info/METADATA,sha256=L8gE7Lq7Jo0Op_0bvPGLy2wKKW1N0bumVrr0Zg8W0sc,6797
|
5
|
-
boto3_refresh_session-1.0.37.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
6
|
-
boto3_refresh_session-1.0.37.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
7
|
-
boto3_refresh_session-1.0.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|