Metadata-Version: 2.1
Name: flake8-bandit
Version: 2.1.1
Summary: Automated security testing with bandit and flake8.
Home-page: https://github.com/tylerwince/flake8-bandit
Author: Tyler Wince
Author-email: tylerwince@gmail.com
License: MIT
Description: 
        # flake8-bandit
        https://travis-ci.org/tylerwince/flake8-bandit.svg?branch=master
        
        Automated security testing built right into your workflow!
        
        You already use flake8 to lint all your code for errors, ensure docstrings are formatted correctly, sort your imports correctly, and much more... so why not ensure you are writing secure code while you're at it? If you already have flake8 installed all it takes is `pip install flake8-bandit`.
        
        ## How's it work?
        
        We use the [bandit](https://github.com/PyCQA/bandit) package from [PyCQA](http://meta.pycqa.org/en/latest/) for all the security testing.
        
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Description-Content-Type: text/markdown
