boto3-refresh-session 0.0.7__tar.gz → 0.0.8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/PKG-INFO +2 -2
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/README.md +1 -1
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/pyproject.toml +1 -1
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/LICENSE +0 -0
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/boto3_refresh_session/__init__.py +0 -0
- {boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/boto3_refresh_session/session.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: boto3-refresh-session
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
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
|
@@ -65,4 +65,4 @@ s3_client = session.session.client(service_name="s3")
|
|
65
65
|
|
66
66
|
## Contributing
|
67
67
|
|
68
|
-
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for instructions.
|
68
|
+
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for step by step instructions.
|
@@ -41,4 +41,4 @@ s3_client = session.session.client(service_name="s3")
|
|
41
41
|
|
42
42
|
## Contributing
|
43
43
|
|
44
|
-
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for instructions.
|
44
|
+
Refer to [this document](https://github.com/michaelthomasletts/boto3-refresh-session/blob/main/docs/contributing.md) for step by step instructions.
|
File without changes
|
{boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/boto3_refresh_session/__init__.py
RENAMED
File without changes
|
{boto3_refresh_session-0.0.7 → boto3_refresh_session-0.0.8}/boto3_refresh_session/session.py
RENAMED
File without changes
|