Metadata-Version: |
2.1 |
Name: |
bearboto3 |
Version: |
0.1.3 |
Summary: |
Facilitates using beartype runtime type-checking with the AWS SDK |
Author: |
Paul Hutchings |
Author-Email: |
dev[at]studiop.page |
Home-Page: |
https://github.com/beartype/bearboto3 |
Project-Url: |
Issues, https://github.com/beartype/bearboto3/issues |
Project-Url: |
Repository, https://github.com/beartype/bearboto3 |
License: |
MIT |
Keywords: |
aws,boto3,type checking,type hints,beartype |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Software Development :: Code Generators |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
beartype (>=0.9.0) |
Requires-Dist: |
mypy-boto3-dynamodb (<2.0.0,>=1.21.4); extra == "dynamodb" |
Requires-Dist: |
mypy-boto3-ec2 (<2.0.0,>=1.21.1); extra == "ec2" |
Requires-Dist: |
mypy-boto3-iam (<2.0.0,>=1.21.2); extra == "iam" |
Requires-Dist: |
mypy-boto3-lambda (<2.0.0,>=1.21.0); extra == "lambda" |
Requires-Dist: |
mypy-boto3-s3 (<2.0.0,>=1.21.0); extra == "s3" |
Requires-Dist: |
mypy-boto3-sns (<2.0.0,>=1.21.0); extra == "sns" |
Requires-Dist: |
mypy-boto3-sqs (<2.0.0,>=1.21.0); extra == "sqs" |
Requires-Dist: |
typing-extensions (<5.0.0,>=4.2.0); python_version < "3.9" |
Provides-Extra: |
dynamodb |
Provides-Extra: |
ec2 |
Provides-Extra: |
iam |
Provides-Extra: |
lambda |
Provides-Extra: |
s3 |
Provides-Extra: |
sns |
Provides-Extra: |
sqs |
Description-Content-Type: |
text/markdown |