Metadata-Version: 1.0
Name: pytest-codecheckers
Version: 0.2
Summary: pytest plugin to add source code sanity checks (pep8 and friends)
Home-page: UNKNOWN
Author: Ronny Pfannschmidt
Author-email: Ronny.Pfannschmidt@gmx.de
License: UNKNOWN
Description: 
        py.test plugin for checking PEP8 source code compliance using pyflakes.
        
        Usage
        ---------
        
        after installation (e.g. via ``pip install pytest-codecheckers``) you can type::
        
        py.test [path/to/mypkg]
        
        which will automatically perform source code sanity checks.  If you have
        further questions please send them to the `pytest-dev`_ mailing list.
        
        .. _`pytest-dev`: http://codespeak.net/mailman/listinfo/py-dev
        
Platform: UNKNOWN
