boto3-refresh-session 1.0.21__py3-none-any.whl → 1.0.23__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 -1
- {boto3_refresh_session-1.0.21.dist-info → boto3_refresh_session-1.0.23.dist-info}/METADATA +1 -1
- boto3_refresh_session-1.0.23.dist-info/NOTICE +12 -0
- boto3_refresh_session-1.0.23.dist-info/RECORD +7 -0
- boto3_refresh_session-1.0.21.dist-info/RECORD +0 -6
- {boto3_refresh_session-1.0.21.dist-info → boto3_refresh_session-1.0.23.dist-info}/LICENSE +0 -0
- {boto3_refresh_session-1.0.21.dist-info → boto3_refresh_session-1.0.23.dist-info}/WHEEL +0 -0
@@ -0,0 +1,12 @@
|
|
1
|
+
boto3-refresh-session
|
2
|
+
Copyright 2024 Michael Letts
|
3
|
+
|
4
|
+
boto3-refresh-session (BRS) includes software designed and developed by Michael Letts (the author).
|
5
|
+
|
6
|
+
Although the author was formerly employed by Amazon, this project was conceived, designed, developed, and released independently after that period of employment. It is not affiliated with or endorsed by Amazon Web Services (AWS), Amazon, or any contributors to boto3 or botocore, regardless of their employment status.
|
7
|
+
|
8
|
+
Developers are welcome and encouraged to modify and adapt this software to suit their needs — this is in fact already common practice among some of the largest users of BRS.
|
9
|
+
|
10
|
+
If you find boto3-refresh-session (BRS) helpful in your work, a note of thanks or a mention in your project’s documentation or acknowledgments is appreciated — though not required under the terms of the MIT License.
|
11
|
+
|
12
|
+
Licensed under the MIT License. See the LICENSE file for details.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
boto3_refresh_session/__init__.py,sha256=JFHb0poY5YQZ_yQCtSIgzpdudMcQtbidZBWt75GiuP4,158
|
2
|
+
boto3_refresh_session/session.py,sha256=p4adQ4G2rVm8PPT8xOVV8oMPLS-2h6pSgZNeFd1E1uI,5775
|
3
|
+
boto3_refresh_session-1.0.23.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
+
boto3_refresh_session-1.0.23.dist-info/METADATA,sha256=hIyosRa3Ge8cYy4lIBcO-UNKlWUlfNT97UQnywgdrXk,5229
|
5
|
+
boto3_refresh_session-1.0.23.dist-info/NOTICE,sha256=1s8r33qbl1z0YvPB942iWgvbkP94P_e8AnROr1qXXuw,939
|
6
|
+
boto3_refresh_session-1.0.23.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
7
|
+
boto3_refresh_session-1.0.23.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
boto3_refresh_session/__init__.py,sha256=rEdd2nOxSmu9uNVxWiYTYWZuvdzKeNYI7ozXBaNK-vk,158
|
2
|
-
boto3_refresh_session/session.py,sha256=p4adQ4G2rVm8PPT8xOVV8oMPLS-2h6pSgZNeFd1E1uI,5775
|
3
|
-
boto3_refresh_session-1.0.21.dist-info/LICENSE,sha256=I3ZYTXAjbIly6bm6J-TvFTuuHwTKws4h89QaY5c5HiY,1067
|
4
|
-
boto3_refresh_session-1.0.21.dist-info/METADATA,sha256=iNldeWTzH5orHHoc1bPunCeNJjmkCy-3cEhnv1r-rYs,5229
|
5
|
-
boto3_refresh_session-1.0.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
6
|
-
boto3_refresh_session-1.0.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|