boto3 1.34.146__tar.gz → 1.34.147__tar.gz
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-1.34.146 → boto3-1.34.147}/CONTRIBUTING.rst +6 -9
- {boto3-1.34.146 → boto3-1.34.147}/PKG-INFO +1 -1
- {boto3-1.34.146 → boto3-1.34.147}/boto3/__init__.py +1 -1
- {boto3-1.34.146 → boto3-1.34.147}/boto3.egg-info/PKG-INFO +1 -1
- {boto3-1.34.146 → boto3-1.34.147}/boto3.egg-info/requires.txt +1 -1
- {boto3-1.34.146 → boto3-1.34.147}/setup.cfg +1 -9
- {boto3-1.34.146 → boto3-1.34.147}/setup.py +1 -1
- {boto3-1.34.146 → boto3-1.34.147}/LICENSE +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/MANIFEST.in +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/NOTICE +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/README.rst +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/compat.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/crt.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/cloudformation/2010-05-15/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/cloudwatch/2010-08-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/dynamodb/2012-08-10/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2014-10-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2015-03-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2015-04-15/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2015-10-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2016-04-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2016-09-15/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/ec2/2016-11-15/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/glacier/2012-06-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/iam/2010-05-08/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/opsworks/2013-02-18/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/s3/2006-03-01/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/sns/2010-03-31/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/data/sqs/2012-11-05/resources-1.json +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/__init__.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/action.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/attr.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/base.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/client.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/collection.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/docstring.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/method.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/resource.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/service.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/subresource.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/utils.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/docs/waiter.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/dynamodb/__init__.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/dynamodb/conditions.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/dynamodb/table.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/dynamodb/transform.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/dynamodb/types.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/ec2/__init__.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/ec2/createtags.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/ec2/deletetags.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/exceptions.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/__init__.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/action.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/base.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/collection.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/factory.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/model.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/params.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/resources/response.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/s3/__init__.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/s3/constants.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/s3/inject.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/s3/transfer.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/session.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3/utils.py +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3.egg-info/SOURCES.txt +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3.egg-info/dependency_links.txt +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/boto3.egg-info/top_level.txt +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/pyproject.toml +0 -0
- {boto3-1.34.146 → boto3-1.34.147}/requirements.txt +0 -0
@@ -40,10 +40,11 @@ ideal report includes:
|
|
40
40
|
|
41
41
|
Codestyle
|
42
42
|
---------
|
43
|
-
This project uses
|
44
|
-
process using a tool called
|
45
|
-
allows us to specify a
|
46
|
-
|
43
|
+
This project uses `ruff <https://github.com/astral-sh/ruff>`__ to enforce
|
44
|
+
codstyle requirements. We've codified this process using a tool called
|
45
|
+
`pre-commit <https://pre-commit.com/>`__. pre-commit allows us to specify a
|
46
|
+
config file with all tools required for code linting, and surfaces either a
|
47
|
+
git commit hook, or single command, for enforcing these.
|
47
48
|
|
48
49
|
To validate your PR prior to publishing, you can use the following
|
49
50
|
`installation guide <https://pre-commit.com/#install>`__ to setup pre-commit.
|
@@ -56,11 +57,7 @@ to automatically perform the codestyle validation:
|
|
56
57
|
$ pre-commit run
|
57
58
|
|
58
59
|
This will automatically perform simple updates (such as white space clean up)
|
59
|
-
and provide a list of any failing
|
60
|
+
and provide a list of any failing checks. After these are addressed,
|
60
61
|
you can commit the changes prior to publishing the PR.
|
61
62
|
These checks are also included in our CI setup under the "Lint" workflow which
|
62
63
|
will provide output on Github for anything missed locally.
|
63
|
-
|
64
|
-
See the `flake8` section of the
|
65
|
-
`setup.cfg <https://github.com/boto/boto3/blob/develop/setup.cfg>`__ for the
|
66
|
-
currently enforced rules.
|
@@ -3,21 +3,13 @@ universal = 0
|
|
3
3
|
|
4
4
|
[metadata]
|
5
5
|
requires_dist =
|
6
|
-
botocore>=1.34.
|
6
|
+
botocore>=1.34.147,<1.35.0
|
7
7
|
jmespath>=0.7.1,<2.0.0
|
8
8
|
s3transfer>=0.10.0,<0.11.0
|
9
9
|
|
10
10
|
[options.extras_require]
|
11
11
|
crt = botocore[crt]>=1.21.0,<2.0a0
|
12
12
|
|
13
|
-
[flake8]
|
14
|
-
ignore = E203,E501,W503,W504
|
15
|
-
exclude =
|
16
|
-
docs,
|
17
|
-
boto3/compat.py,
|
18
|
-
boto3/data,
|
19
|
-
.changes
|
20
|
-
|
21
13
|
[egg_info]
|
22
14
|
tag_build =
|
23
15
|
tag_date = 0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|