Metadata-Version: 2.1
Name: fops.background
Version: 0.1.0
Summary: Background Tasks implementation, primarily targeting AWS Lambda
Home-page: https://github.com/FundingOptions/background-tasks-python
License: MIT
Author: Anthony King
Author-email: anthony.king@fundingoptions.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3
Requires-Dist: pydantic (>=1.8,<2.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
