boto3-refresh-session 0.0.28__tar.gz → 0.0.37__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: boto3-refresh-session
3
- Version: 0.0.28
3
+ Version: 0.0.37
4
4
  Summary: A simple Python package for refreshing boto3 sessions automatically.
5
- Home-page: https://github.com/michaelthomasletts/boto3-refresh-session
6
5
  License: MIT
7
6
  Keywords: boto3,botocore,aws
8
7
  Author: Mike Letts
@@ -25,7 +24,7 @@ Description-Content-Type: text/markdown
25
24
 
26
25
  # boto3-refresh-session
27
26
  [![PyPI Download](https://img.shields.io/pypi/v/boto3-refresh-session?logo=pypis.svg)](https://pypi.org/project/boto3-refresh-session/)
28
- [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push_pullrequest.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
27
+ [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
29
28
  ![Python Version](https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi)
30
29
  ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/michaelthomasletts/boto3-refresh-session/total?logo=github)
31
30
  ![GitHub last commit](https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github)
@@ -98,3 +97,4 @@ pip install boto3-refresh-session
98
97
  ### Authors
99
98
 
100
99
  - [Michael Letts](https://michaelthomasletts.github.io/)
100
+
@@ -1,6 +1,6 @@
1
1
  # boto3-refresh-session
2
2
  [![PyPI Download](https://img.shields.io/pypi/v/boto3-refresh-session?logo=pypis.svg)](https://pypi.org/project/boto3-refresh-session/)
3
- [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push_pullrequest.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
3
+ [![Workflow](https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github)](https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml)
4
4
  ![Python Version](https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi)
5
5
  ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/michaelthomasletts/boto3-refresh-session/total?logo=github)
6
6
  ![GitHub last commit](https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github)
@@ -72,4 +72,4 @@ pip install boto3-refresh-session
72
72
 
73
73
  ### Authors
74
74
 
75
- - [Michael Letts](https://michaelthomasletts.github.io/)
75
+ - [Michael Letts](https://michaelthomasletts.github.io/)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "boto3-refresh-session"
3
- version = "0.0.28"
3
+ version = "0.0.37"
4
4
  description = "A simple Python package for refreshing boto3 sessions automatically."
5
5
  authors = [
6
6
  {name = "Mike Letts",email = "lettsmt@gmail.com"}
@@ -31,6 +31,7 @@ pre-commit = "^4.0.1"
31
31
  sphinx = "^8.1.3"
32
32
  pydata-sphinx-theme = "^0.16.1"
33
33
  numpydoc = "^1.8.0"
34
+ tomlkit = "^0.13.2"
34
35
 
35
36
  [tool.black]
36
37
  line-length = 79