Metadata-Version: 2.1
Name: boto3-fixtures
Version: 0.0.3
Summary: Python test fixtures for your local AWS cloud stack
Home-page: https://github.com/alphachai/boto3-fixtures
Author: Charlie Mathews
Author-email: charlie@charliemathews.com
Maintainer: Charlie Mathews
Maintainer-email: charlie@charliemathews.com
License: APACHE
Project-URL: Bug Tracker, https://github.com/alphachai/boto3-fixtures/issues
Project-URL: Source Code, https://github.com/alphachai/boto3-fixtures
Description: # boto3-fixtures
        [![PyPI version](https://img.shields.io/pypi/v/boto3-fixtures.svg)](https://pypi.org/project/boto3-fixtures/) [![TravisCI build status](https://travis-ci.com/alphachai/boto3-fixtures.svg?branch=master)](https://travis-ci.com/github/alphachai/boto3-fixtures) [![Code Coverage](https://img.shields.io/codecov/c/github/alphachai/boto3-fixtures.svg)](https://codecov.io/gh/alphachai/boto3-fixtures)
        
        **boto3-fixtures** provides test fixtures for your local AWS cloud stack.
        
        Testing software which touches cloud infrastructure doesn't have to be difficult! `boto3-fixtures` provides a dead-simple framework for setup+teardown of mocked AWS infrastructure. Use in combination with projects like moto or localstack.
        
        ### Supports
        * Kinesis
        * SQS
        * S3
        * Lambda
        * DynamoDB
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
