boto3-refresh-session 2.0.3__tar.gz → 2.0.5__tar.gz
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-2.0.3 → boto3_refresh_session-2.0.5}/PKG-INFO +12 -12
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/README.md +11 -11
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/__init__.py +1 -4
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/pyproject.toml +1 -1
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/LICENSE +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/NOTICE +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/exceptions.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/__init__.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/custom.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/ecs.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/iot/__init__.typed +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/iot/certificate.typed +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/iot/cognito.typed +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/iot/core.typed +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/sts.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/session.py +0 -0
- {boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/utils.py +0 -0
@@ -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
|
|
@@ -15,42 +15,42 @@
|
|
15
15
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
16
16
|
<img
|
17
17
|
src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version"
|
18
|
-
alt="
|
18
|
+
alt="pypi_version"
|
19
19
|
/>
|
20
20
|
</a>
|
21
21
|
|
22
22
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
23
23
|
<img
|
24
24
|
src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions"
|
25
|
-
alt="
|
25
|
+
alt="py_version"
|
26
26
|
/>
|
27
27
|
</a>
|
28
28
|
|
29
29
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml">
|
30
30
|
<img
|
31
31
|
src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build"
|
32
|
-
alt="
|
32
|
+
alt="workflow"
|
33
33
|
/>
|
34
34
|
</a>
|
35
35
|
|
36
36
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/commits/main">
|
37
37
|
<img
|
38
38
|
src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit"
|
39
|
-
alt="
|
39
|
+
alt="last_commit"
|
40
40
|
/>
|
41
41
|
</a>
|
42
42
|
|
43
43
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/stargazers">
|
44
44
|
<img
|
45
45
|
src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars"
|
46
|
-
alt="
|
46
|
+
alt="stars"
|
47
47
|
/>
|
48
48
|
</a>
|
49
49
|
|
50
50
|
<a href="https://pepy.tech/projects/boto3-refresh-session">
|
51
51
|
<img
|
52
52
|
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"
|
53
|
-
alt="
|
53
|
+
alt="downloads"
|
54
54
|
/>
|
55
55
|
</a>
|
56
56
|
|
@@ -58,35 +58,35 @@
|
|
58
58
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
|
59
59
|
<img
|
60
60
|
src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
61
|
-
alt="
|
61
|
+
alt="documentation"
|
62
62
|
/>
|
63
63
|
</a>
|
64
64
|
|
65
65
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session">
|
66
66
|
<img
|
67
67
|
src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github"
|
68
|
-
alt="
|
68
|
+
alt="github"
|
69
69
|
/>
|
70
70
|
</a>
|
71
71
|
|
72
72
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
73
73
|
<img
|
74
74
|
src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A"
|
75
|
-
alt="
|
75
|
+
alt="qanda"
|
76
76
|
/>
|
77
77
|
</a>
|
78
78
|
|
79
79
|
<a href="https://medium.com/@lettsmt/you-shouldnt-have-to-think-about-refreshing-aws-credentials-214f7cbbd83b">
|
80
80
|
<img
|
81
81
|
src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
82
|
-
alt="
|
82
|
+
alt="medium"
|
83
83
|
/>
|
84
84
|
</a>
|
85
85
|
|
86
86
|
<a href="https://github.com/sponsors/michaelthomasletts">
|
87
87
|
<img
|
88
88
|
src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors"
|
89
|
-
alt="
|
89
|
+
alt="sponsorship"
|
90
90
|
/>
|
91
91
|
</a>
|
92
92
|
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/__init__.py
RENAMED
@@ -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
|
[project]
|
2
2
|
name = "boto3-refresh-session"
|
3
|
-
version = "2.0.
|
3
|
+
version = "2.0.5"
|
4
4
|
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
|
5
5
|
authors = [
|
6
6
|
{name = "Mike Letts",email = "lettsmt@gmail.com"}
|
File without changes
|
File without changes
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/exceptions.py
RENAMED
File without changes
|
File without changes
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/custom.py
RENAMED
File without changes
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/ecs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/methods/sts.py
RENAMED
File without changes
|
{boto3_refresh_session-2.0.3 → boto3_refresh_session-2.0.5}/boto3_refresh_session/session.py
RENAMED
File without changes
|
File without changes
|