boto3-refresh-session 0.1.20__tar.gz → 0.1.22__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 0.1.20
4
- Summary: A simple Python package for refreshing boto3 sessions automatically.
3
+ Version: 0.1.22
4
+ Summary: A simple Python package for refreshing AWS temporary credentials in boto3 automatically.
5
5
  License: MIT
6
6
  Keywords: boto3,botocore,aws
7
7
  Author: Mike Letts
@@ -34,7 +34,7 @@ Description-Content-Type: text/markdown
34
34
 
35
35
  ![BRS Image](https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/brs.png)
36
36
 
37
- A simple Python package for refreshing boto3 sessions automatically.
37
+ A simple Python package for refreshing AWS temporary credentials in ``boto3`` automatically.
38
38
 
39
39
  - [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
40
40
  - [Source Code](https://github.com/michaelthomasletts/boto3-refresh-session)
@@ -10,7 +10,7 @@
10
10
 
11
11
  ![BRS Image](https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/brs.png)
12
12
 
13
- A simple Python package for refreshing boto3 sessions automatically.
13
+ A simple Python package for refreshing AWS temporary credentials in ``boto3`` automatically.
14
14
 
15
15
  - [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
16
16
  - [Source Code](https://github.com/michaelthomasletts/boto3-refresh-session)
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "boto3-refresh-session"
3
- version = "0.1.20"
4
- description = "A simple Python package for refreshing boto3 sessions automatically."
3
+ version = "0.1.22"
4
+ description = "A simple Python package for refreshing AWS temporary credentials in boto3 automatically."
5
5
  authors = [
6
6
  {name = "Mike Letts",email = "lettsmt@gmail.com"}
7
7
  ]