Metadata-Version: 2.1
Name: pytest-serverless
Version: 0.5.0
Summary: Automatically mocks resources from serverless.yml file.
Home-page: https://github.com/whisller/pytest-serverless
Author: Daniel Ancuta
Author-email: whisller@gmail.com
Keywords: pytest,serverless,moto,boto3
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: boto3 (>=1.9,<2.0)
Requires-Dist: moto (>=1.3,<2.0)
Requires-Dist: pytest (>=4.5,<5.0)
Requires-Dist: python-box (>=3.4,<4.0)
Requires-Dist: pyyaml (>=5.1,<6.0)
Project-URL: Repository, https://github.com/whisller/pytest-serverless
