boto3-refresh-session 2.0.1__py3-none-any.whl → 2.0.3__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.
@@ -4,7 +4,7 @@ from .methods.sts import STSRefreshableSession
4
4
  from .session import RefreshableSession
5
5
 
6
6
  __all__ = ["RefreshableSession"]
7
- __version__ = "2.0.1"
7
+ __version__ = "2.0.3"
8
8
  __title__ = "boto3-refresh-session"
9
9
  __author__ = "Mike Letts"
10
10
  __maintainer__ = "Mike Letts"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 2.0.1
3
+ Version: 2.0.3
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,sts,ecs,credentials,token,refresh
@@ -38,50 +38,83 @@ Description-Content-Type: text/markdown
38
38
  <div align="center">
39
39
 
40
40
  <a href="https://pypi.org/project/boto3-refresh-session/">
41
- <img src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version" alt="PyPI - Version"/>
41
+ <img
42
+ src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version"
43
+ alt="PyPI - Version"
44
+ />
42
45
  </a>
43
46
 
44
47
  <a href="https://pypi.org/project/boto3-refresh-session/">
45
- <img src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions" alt="Python Version"/>
48
+ <img
49
+ src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions"
50
+ alt="Python Version"
51
+ />
46
52
  </a>
47
53
 
48
54
  <a href="https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml">
49
- <img src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build" alt="Workflow"/>
55
+ <img
56
+ src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build"
57
+ alt="Workflow"
58
+ />
50
59
  </a>
51
60
 
52
61
  <a href="https://github.com/michaelthomasletts/boto3-refresh-session/commits/main">
53
- <img src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit" alt="GitHub last commit"/>
62
+ <img
63
+ src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit"
64
+ alt="GitHub last commit"
65
+ />
54
66
  </a>
55
67
 
56
68
  <a href="https://github.com/michaelthomasletts/boto3-refresh-session/stargazers">
57
- <img src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars" alt="Stars"/>
69
+ <img
70
+ src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars"
71
+ alt="Stars"
72
+ />
58
73
  </a>
59
74
 
60
- <a href="https://pepy.tech/projects/boto3-refresh-session">
61
- <img src="https://img.shields.io/badge/downloads-85.0K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
62
- </a>
75
+ <a href="https://pepy.tech/projects/boto3-refresh-session">
76
+ <img
77
+ src="https://img.shields.io/endpoint?url=https%3A%2F%2Fmichaelthomasletts.github.io%2Fpepy-stats%2Fboto3-refresh-session.json&style=flat&logo=python&labelColor=555&color=FF0000"
78
+ alt="Downloads"
79
+ />
80
+ </a>
81
+
63
82
 
64
83
  <a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
65
- <img src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs" alt="Documentation Badge"/>
84
+ <img
85
+ src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
86
+ alt="Documentation Badge"
87
+ />
66
88
  </a>
67
89
 
68
90
  <a href="https://github.com/michaelthomasletts/boto3-refresh-session">
69
- <img src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github" alt="Source Code Badge"/>
91
+ <img
92
+ src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github"
93
+ alt="Source Code Badge"
94
+ />
70
95
  </a>
71
96
 
72
97
  <a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
73
- <img src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A" alt="Q&A Badge"/>
98
+ <img
99
+ src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A"
100
+ alt="Q&A Badge"
101
+ />
74
102
  </a>
75
103
 
76
104
  <a href="https://medium.com/@lettsmt/you-shouldnt-have-to-think-about-refreshing-aws-credentials-214f7cbbd83b">
77
- <img src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs" alt="Medium Article"/>
105
+ <img
106
+ src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
107
+ alt="Medium Article"
108
+ />
78
109
  </a>
79
110
 
80
111
  <a href="https://github.com/sponsors/michaelthomasletts">
81
- <img src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors" alt="Sponsorship"/>
112
+ <img
113
+ src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors"
114
+ alt="Sponsorship"
115
+ />
82
116
  </a>
83
117
 
84
-
85
118
  </div>
86
119
 
87
120
  ---
@@ -1,4 +1,4 @@
1
- boto3_refresh_session/__init__.py,sha256=R7O6fs-G6dGNu2w76a3-5ctRTVCa8JFuTYRit1nsVH4,387
1
+ boto3_refresh_session/__init__.py,sha256=PeCBC7_pfzMrt4XsYt_jlVAo8HGLcASkrdeIY93e-fU,387
2
2
  boto3_refresh_session/exceptions.py,sha256=cP5d9S8QnUEwXIU3pzMGr6jMOz447kddNJ_UIRERMrk,964
3
3
  boto3_refresh_session/methods/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  boto3_refresh_session/methods/custom.py,sha256=ZJAHgAajz9w6lohDeN-NWrxmZ2LaDxLfGWT2jmoTilQ,3868
@@ -10,8 +10,8 @@ boto3_refresh_session/methods/iot/core.typed,sha256=tL-ngB2XYq0XtxhS9mbggCJYdX3e
10
10
  boto3_refresh_session/methods/sts.py,sha256=uWvT-ybRVZBusr4jNHyfHOB_AKhs6t0dN_fNI-gkUKM,3268
11
11
  boto3_refresh_session/session.py,sha256=_Z3uB5Xq3S-dFqOFmWhMQbcd__NPGThjULLPStHI6E4,2914
12
12
  boto3_refresh_session/utils.py,sha256=ME3sNWZc6oTNUdoRmiNOVmLLp9iSqJe-yfudRV0A46U,5729
13
- boto3_refresh_session-2.0.1.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
14
- boto3_refresh_session-2.0.1.dist-info/METADATA,sha256=1cAoUQV7MYHj6Fu41GxqTMTaFq3o7RrLYm7yqtEXPXQ,8570
15
- boto3_refresh_session-2.0.1.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
16
- boto3_refresh_session-2.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
- boto3_refresh_session-2.0.1.dist-info/RECORD,,
13
+ boto3_refresh_session-2.0.3.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
14
+ boto3_refresh_session-2.0.3.dist-info/METADATA,sha256=9rMmoK428NhrMkN1xvrMenX6iItF3buzk-qEuhc_j3E,8837
15
+ boto3_refresh_session-2.0.3.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
16
+ boto3_refresh_session-2.0.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
17
+ boto3_refresh_session-2.0.3.dist-info/RECORD,,