boto3-refresh-session 2.0.3__py3-none-any.whl → 2.0.5__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 -4
- {boto3_refresh_session-2.0.3.dist-info → boto3_refresh_session-2.0.5.dist-info}/METADATA +12 -12
- {boto3_refresh_session-2.0.3.dist-info → boto3_refresh_session-2.0.5.dist-info}/RECORD +6 -6
- {boto3_refresh_session-2.0.3.dist-info → boto3_refresh_session-2.0.5.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-2.0.3.dist-info → boto3_refresh_session-2.0.5.dist-info}/NOTICE +0 -0
- {boto3_refresh_session-2.0.3.dist-info → boto3_refresh_session-2.0.5.dist-info}/WHEEL +0 -0
@@ -1,10 +1,7 @@
|
|
1
|
-
from .methods.custom import CustomRefreshableSession
|
2
|
-
from .methods.ecs import ECSRefreshableSession
|
3
|
-
from .methods.sts import STSRefreshableSession
|
4
1
|
from .session import RefreshableSession
|
5
2
|
|
6
3
|
__all__ = ["RefreshableSession"]
|
7
|
-
__version__ = "2.0.
|
4
|
+
__version__ = "2.0.5"
|
8
5
|
__title__ = "boto3-refresh-session"
|
9
6
|
__author__ = "Mike Letts"
|
10
7
|
__maintainer__ = "Mike Letts"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.5
|
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
|
@@ -40,42 +40,42 @@ Description-Content-Type: text/markdown
|
|
40
40
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
41
41
|
<img
|
42
42
|
src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version"
|
43
|
-
alt="
|
43
|
+
alt="pypi_version"
|
44
44
|
/>
|
45
45
|
</a>
|
46
46
|
|
47
47
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
48
48
|
<img
|
49
49
|
src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions"
|
50
|
-
alt="
|
50
|
+
alt="py_version"
|
51
51
|
/>
|
52
52
|
</a>
|
53
53
|
|
54
54
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml">
|
55
55
|
<img
|
56
56
|
src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build"
|
57
|
-
alt="
|
57
|
+
alt="workflow"
|
58
58
|
/>
|
59
59
|
</a>
|
60
60
|
|
61
61
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/commits/main">
|
62
62
|
<img
|
63
63
|
src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit"
|
64
|
-
alt="
|
64
|
+
alt="last_commit"
|
65
65
|
/>
|
66
66
|
</a>
|
67
67
|
|
68
68
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/stargazers">
|
69
69
|
<img
|
70
70
|
src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars"
|
71
|
-
alt="
|
71
|
+
alt="stars"
|
72
72
|
/>
|
73
73
|
</a>
|
74
74
|
|
75
75
|
<a href="https://pepy.tech/projects/boto3-refresh-session">
|
76
76
|
<img
|
77
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="
|
78
|
+
alt="downloads"
|
79
79
|
/>
|
80
80
|
</a>
|
81
81
|
|
@@ -83,35 +83,35 @@ Description-Content-Type: text/markdown
|
|
83
83
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
|
84
84
|
<img
|
85
85
|
src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
86
|
-
alt="
|
86
|
+
alt="documentation"
|
87
87
|
/>
|
88
88
|
</a>
|
89
89
|
|
90
90
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session">
|
91
91
|
<img
|
92
92
|
src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github"
|
93
|
-
alt="
|
93
|
+
alt="github"
|
94
94
|
/>
|
95
95
|
</a>
|
96
96
|
|
97
97
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
98
98
|
<img
|
99
99
|
src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A"
|
100
|
-
alt="
|
100
|
+
alt="qanda"
|
101
101
|
/>
|
102
102
|
</a>
|
103
103
|
|
104
104
|
<a href="https://medium.com/@lettsmt/you-shouldnt-have-to-think-about-refreshing-aws-credentials-214f7cbbd83b">
|
105
105
|
<img
|
106
106
|
src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
107
|
-
alt="
|
107
|
+
alt="medium"
|
108
108
|
/>
|
109
109
|
</a>
|
110
110
|
|
111
111
|
<a href="https://github.com/sponsors/michaelthomasletts">
|
112
112
|
<img
|
113
113
|
src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors"
|
114
|
-
alt="
|
114
|
+
alt="sponsorship"
|
115
115
|
/>
|
116
116
|
</a>
|
117
117
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=
|
1
|
+
boto3_refresh_session/__init__.py,sha256=fhmdy2XmLwM_V__V5qcwByBOFLouPZv6hQIDW17Mfq8,240
|
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.
|
14
|
-
boto3_refresh_session-2.0.
|
15
|
-
boto3_refresh_session-2.0.
|
16
|
-
boto3_refresh_session-2.0.
|
17
|
-
boto3_refresh_session-2.0.
|
13
|
+
boto3_refresh_session-2.0.5.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
14
|
+
boto3_refresh_session-2.0.5.dist-info/METADATA,sha256=0ZunWqKEinPt-DQD5YZfORW7vXYXqU04mXB7LHpNQDE,8795
|
15
|
+
boto3_refresh_session-2.0.5.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
16
|
+
boto3_refresh_session-2.0.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
17
|
+
boto3_refresh_session-2.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|