boto3-refresh-session 2.0.0__tar.gz → 2.0.1__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.
Files changed (17) hide show
  1. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/PKG-INFO +12 -2
  2. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/README.md +11 -1
  3. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/__init__.py +1 -1
  4. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/pyproject.toml +1 -1
  5. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/LICENSE +0 -0
  6. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/NOTICE +0 -0
  7. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/exceptions.py +0 -0
  8. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/__init__.py +0 -0
  9. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/custom.py +0 -0
  10. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/ecs.py +0 -0
  11. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/iot/__init__.typed +0 -0
  12. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/iot/certificate.typed +0 -0
  13. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/iot/cognito.typed +0 -0
  14. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/iot/core.typed +0 -0
  15. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/methods/sts.py +0 -0
  16. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/boto3_refresh_session/session.py +0 -0
  17. {boto3_refresh_session-2.0.0 → boto3_refresh_session-2.0.1}/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.0
3
+ Version: 2.0.1
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
@@ -58,7 +58,7 @@ Description-Content-Type: text/markdown
58
58
  </a>
59
59
 
60
60
  <a href="https://pepy.tech/projects/boto3-refresh-session">
61
- <img src="https://img.shields.io/badge/downloads-78.1K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
61
+ <img src="https://img.shields.io/badge/downloads-85.0K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
62
62
  </a>
63
63
 
64
64
  <a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
@@ -84,6 +84,16 @@ Description-Content-Type: text/markdown
84
84
 
85
85
  </div>
86
86
 
87
+ ---
88
+
89
+ ## ⚠️ Important Update
90
+
91
+ 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.
92
+
93
+ Thank you for supporting this project.
94
+
95
+ ---
96
+
87
97
  ## Features
88
98
 
89
99
  - Drop-in replacement for `boto3.session.Session`
@@ -33,7 +33,7 @@
33
33
  </a>
34
34
 
35
35
  <a href="https://pepy.tech/projects/boto3-refresh-session">
36
- <img src="https://img.shields.io/badge/downloads-78.1K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
36
+ <img src="https://img.shields.io/badge/downloads-85.0K-red?logo=python&color=%23FF0000&label=Downloads" alt="Downloads"/>
37
37
  </a>
38
38
 
39
39
  <a href="https://michaelthomasletts.github.io/boto3-refresh-session/index.html">
@@ -59,6 +59,16 @@
59
59
 
60
60
  </div>
61
61
 
62
+ ---
63
+
64
+ ## ⚠️ Important Update
65
+
66
+ 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.
67
+
68
+ Thank you for supporting this project.
69
+
70
+ ---
71
+
62
72
  ## Features
63
73
 
64
74
  - Drop-in replacement for `boto3.session.Session`
@@ -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.0"
7
+ __version__ = "2.0.1"
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.0"
3
+ version = "2.0.1"
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"}