boto3-refresh-session 0.0.27__tar.gz → 0.0.28__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/PKG-INFO +2 -2
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/pyproject.toml +2 -2
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/LICENSE +0 -0
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/README.md +0 -0
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/boto3_refresh_session/__init__.py +0 -0
- {boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/boto3_refresh_session/session.py +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.28
|
4
4
|
Summary: A simple Python package for refreshing boto3 sessions automatically.
|
5
5
|
Home-page: https://github.com/michaelthomasletts/boto3-refresh-session
|
6
6
|
License: MIT
|
7
7
|
Keywords: boto3,botocore,aws
|
8
8
|
Author: Mike Letts
|
9
|
-
Author-email:
|
9
|
+
Author-email: lettsmt@gmail.com
|
10
10
|
Maintainer: Michael Letts
|
11
11
|
Maintainer-email: lettsmt@gmail.com
|
12
12
|
Requires-Python: >=3.10
|
@@ -1,9 +1,9 @@
|
|
1
1
|
[project]
|
2
2
|
name = "boto3-refresh-session"
|
3
|
-
version = "0.0.
|
3
|
+
version = "0.0.28"
|
4
4
|
description = "A simple Python package for refreshing boto3 sessions automatically."
|
5
5
|
authors = [
|
6
|
-
{name = "Mike Letts",email = "
|
6
|
+
{name = "Mike Letts",email = "lettsmt@gmail.com"}
|
7
7
|
]
|
8
8
|
license = {text = "MIT"}
|
9
9
|
readme = "README.md"
|
File without changes
|
File without changes
|
{boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/boto3_refresh_session/__init__.py
RENAMED
File without changes
|
{boto3_refresh_session-0.0.27 → boto3_refresh_session-0.0.28}/boto3_refresh_session/session.py
RENAMED
File without changes
|