Metadata-Version: 2.1
Name: opal_fetcher_dynamodb
Version: 0.2
Summary: Fetcher implementation for DynamoDB using OPAL framework for internal Informa usage.
Author: Nikola Markovic
Author-email: nikola.markovic@informa.com
License: MIT
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: boto3>=1.20.0
Requires-Dist: pydantic>=1.8
Requires-Dist: tenacity>=8.0.1
Requires-Dist: botocore>=1.31.60
Requires-Dist: asyncio>=3.4.3
Requires-Dist: opal-common
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"
