-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BBL-275 pre-commit --autofix trailing-whitespace --markdown-linebreak…
…-ext=md
- Loading branch information
1 parent
18fc78a
commit e70b1af
Showing
663 changed files
with
866,548 additions
and
729,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,47 @@ | ||
{"license": "Apache License 2.0", "name": "boto3", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "The AWS SDK for Python", "run_requires": [{"requires": ["botocore>=1.15.36,<1.16.0", "jmespath>=0.7.1,<1.0.0", "s3transfer>=0.3.0,<0.4.0"]}], "version": "1.12.36", "extensions": {"python.details": {"project_urls": {"Home": "https://github.com/boto/boto3"}, "document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "name": "Amazon Web Services"}]}}, "classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7"], "extras": []} | ||
{ | ||
"classifiers": [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"Natural Language :: English", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 2.7", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.4", | ||
"Programming Language :: Python :: 3.5", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7" | ||
], | ||
"extensions": { | ||
"python.details": { | ||
"contacts": [ | ||
{ | ||
"name": "Amazon Web Services", | ||
"role": "author" | ||
} | ||
], | ||
"document_names": { | ||
"description": "DESCRIPTION.rst" | ||
}, | ||
"project_urls": { | ||
"Home": "https://github.com/boto/boto3" | ||
} | ||
} | ||
}, | ||
"extras": [], | ||
"generator": "bdist_wheel (0.24.0)", | ||
"license": "Apache License 2.0", | ||
"metadata_version": "2.0", | ||
"name": "boto3", | ||
"run_requires": [ | ||
{ | ||
"requires": [ | ||
"botocore>=1.15.36,<1.16.0", | ||
"jmespath>=0.7.1,<1.0.0", | ||
"s3transfer>=0.3.0,<0.4.0" | ||
] | ||
} | ||
], | ||
"summary": "The AWS SDK for Python", | ||
"version": "1.12.36" | ||
} |
Oops, something went wrong.