Metadata-Version: 2.1
Name: flake8-boto3
Version: 0.2.1
Summary: r2c flake8 check
Home-page: https://r2c.dev
Author: R2C
Author-email: hello@returntocorp.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: astunparse (>=1.6.2,<2.0.0)
Requires-Dist: boto3 (>=1.10.21,<2.0.0)
Requires-Dist: flake8 (>=3.7.9,<4.0.0)
Requires-Dist: pytest (>=5.3.0,<6.0.0)
Description-Content-Type: text/markdown

# Flake8 Example

## Setup

    pip install -r requirements.txt


## Install

    pip install -e .

## Running

    flake8 --select X1 examples/jared.py

## Testing

    pytest

