boto3-refresh-session 2.0.0__tar.gz → 2.0.2__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.0 → boto3_refresh_session-2.0.2}/PKG-INFO +58 -15
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/README.md +57 -14
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/__init__.py +1 -1
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/pyproject.toml +1 -3
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/LICENSE +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/NOTICE +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/exceptions.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/__init__.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/custom.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/ecs.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/iot/__init__.typed +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/iot/certificate.typed +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/iot/cognito.typed +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/iot/core.typed +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/sts.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/session.py +0 -0
- {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/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.2
|
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,52 +38,95 @@ 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
|
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
|
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
|
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
|
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
|
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
|
-
|
61
|
-
|
62
|
-
|
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=github&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
|
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
|
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
|
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
|
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
|
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
|
|
120
|
+
---
|
121
|
+
|
122
|
+
## ⚠️ Important Update
|
123
|
+
|
124
|
+
I am currently grappling with a serious medical condition that negatively impacts my vision. Accordingly, development of the `iot` and `ec2` modules has been delayed. Expect delayed responses to issues and pull requests until my health stabilizes.
|
125
|
+
|
126
|
+
Thank you for supporting this project.
|
127
|
+
|
128
|
+
---
|
129
|
+
|
87
130
|
## Features
|
88
131
|
|
89
132
|
- Drop-in replacement for `boto3.session.Session`
|
@@ -13,52 +13,95 @@
|
|
13
13
|
<div align="center">
|
14
14
|
|
15
15
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
16
|
-
<img
|
16
|
+
<img
|
17
|
+
src="https://img.shields.io/pypi/v/boto3-refresh-session?color=%23FF0000FF&logo=python&label=Latest%20Version"
|
18
|
+
alt="PyPI - Version"
|
19
|
+
/>
|
17
20
|
</a>
|
18
21
|
|
19
22
|
<a href="https://pypi.org/project/boto3-refresh-session/">
|
20
|
-
<img
|
23
|
+
<img
|
24
|
+
src="https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi&color=%23FF0000FF&logo=python&label=Compatible%20Python%20Versions"
|
25
|
+
alt="Python Version"
|
26
|
+
/>
|
21
27
|
</a>
|
22
28
|
|
23
29
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push.yml">
|
24
|
-
<img
|
30
|
+
<img
|
31
|
+
src="https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github&color=%23FF0000FF&label=Build"
|
32
|
+
alt="Workflow"
|
33
|
+
/>
|
25
34
|
</a>
|
26
35
|
|
27
36
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/commits/main">
|
28
|
-
<img
|
37
|
+
<img
|
38
|
+
src="https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github&color=%23FF0000FF&label=Last%20Commit"
|
39
|
+
alt="GitHub last commit"
|
40
|
+
/>
|
29
41
|
</a>
|
30
42
|
|
31
43
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session/stargazers">
|
32
|
-
<img
|
44
|
+
<img
|
45
|
+
src="https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?style=flat&logo=github&labelColor=555&color=FF0000&label=Stars"
|
46
|
+
alt="Stars"
|
47
|
+
/>
|
33
48
|
</a>
|
34
49
|
|
35
|
-
|
36
|
-
|
37
|
-
|
50
|
+
<a href="https://pepy.tech/projects/boto3-refresh-session">
|
51
|
+
<img
|
52
|
+
src="https://img.shields.io/endpoint?url=https%3A%2F%2Fmichaelthomasletts.github.io%2Fpepy-stats%2Fboto3-refresh-session.json&style=flat&logo=github&labelColor=555&color=FF0000"
|
53
|
+
alt="Downloads"
|
54
|
+
/>
|
55
|
+
</a>
|
56
|
+
|
38
57
|
|
39
58
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
|
40
|
-
<img
|
59
|
+
<img
|
60
|
+
src="https://img.shields.io/badge/Official%20Documentation-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
61
|
+
alt="Documentation Badge"
|
62
|
+
/>
|
41
63
|
</a>
|
42
64
|
|
43
65
|
<a href="https://github.com/michaelthomasletts/boto3-refresh-session">
|
44
|
-
<img
|
66
|
+
<img
|
67
|
+
src="https://img.shields.io/badge/Source%20Code-💻-FF0000?style=flat&labelColor=555&logo=github"
|
68
|
+
alt="Source Code Badge"
|
69
|
+
/>
|
45
70
|
</a>
|
46
71
|
|
47
72
|
<a href="https://michaelthomasletts.github.io/boto3-refresh-session/qanda.html">
|
48
|
-
<img
|
73
|
+
<img
|
74
|
+
src="https://img.shields.io/badge/Q%26A-❔-FF0000?style=flat&labelColor=555&logo=vercel&label=Q%26A"
|
75
|
+
alt="Q&A Badge"
|
76
|
+
/>
|
49
77
|
</a>
|
50
78
|
|
51
79
|
<a href="https://medium.com/@lettsmt/you-shouldnt-have-to-think-about-refreshing-aws-credentials-214f7cbbd83b">
|
52
|
-
<img
|
80
|
+
<img
|
81
|
+
src="https://img.shields.io/badge/Medium%20Article-📘-FF0000?style=flat&labelColor=555&logo=readthedocs"
|
82
|
+
alt="Medium Article"
|
83
|
+
/>
|
53
84
|
</a>
|
54
85
|
|
55
86
|
<a href="https://github.com/sponsors/michaelthomasletts">
|
56
|
-
<img
|
87
|
+
<img
|
88
|
+
src="https://img.shields.io/badge/Sponsor%20this%20Project-💙-FF0000?style=flat&labelColor=555&logo=githubsponsors"
|
89
|
+
alt="Sponsorship"
|
90
|
+
/>
|
57
91
|
</a>
|
58
92
|
|
59
|
-
|
60
93
|
</div>
|
61
94
|
|
95
|
+
---
|
96
|
+
|
97
|
+
## ⚠️ Important Update
|
98
|
+
|
99
|
+
I am currently grappling with a serious medical condition that negatively impacts my vision. Accordingly, development of the `iot` and `ec2` modules has been delayed. Expect delayed responses to issues and pull requests until my health stabilizes.
|
100
|
+
|
101
|
+
Thank you for supporting this project.
|
102
|
+
|
103
|
+
---
|
104
|
+
|
62
105
|
## Features
|
63
106
|
|
64
107
|
- Drop-in replacement for `boto3.session.Session`
|
{boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/__init__.py
RENAMED
@@ -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.
|
7
|
+
__version__ = "2.0.2"
|
8
8
|
__title__ = "boto3-refresh-session"
|
9
9
|
__author__ = "Mike Letts"
|
10
10
|
__maintainer__ = "Mike Letts"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "boto3-refresh-session"
|
3
|
-
version = "2.0.
|
3
|
+
version = "2.0.2"
|
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"}
|
@@ -35,9 +35,7 @@ sphinx = "^8.1.3"
|
|
35
35
|
pydata-sphinx-theme = "^0.16.1"
|
36
36
|
numpydoc = "^1.8.0"
|
37
37
|
tomlkit = "^0.13.2"
|
38
|
-
jinja2 = "^3.1.6"
|
39
38
|
flask = "^3.1.1"
|
40
|
-
pepy-chart = {git = "https://github.com/michaelthomasletts/pepy-chart.git"}
|
41
39
|
|
42
40
|
[tool.black]
|
43
41
|
line-length = 79
|
File without changes
|
File without changes
|
{boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/exceptions.py
RENAMED
File without changes
|
File without changes
|
{boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/custom.py
RENAMED
File without changes
|
{boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/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.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/methods/sts.py
RENAMED
File without changes
|
{boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.2}/boto3_refresh_session/session.py
RENAMED
File without changes
|
File without changes
|