Metadata-Version: 1.1
Name: rt.zestreleaser.pyflakes
Version: 0.1.0
Summary: Plugin for zest.releaser to allow check your Python code with Pyflakes before making a release
Home-page: https://github.com/RedTurtle/rt.zestreleaser.pyflakes
Author: RedTurtle Technology
Author-email: keul@redturtle.it
License: GPL
Description: This is a plugin for `zest.releaser`__ for checking your code against `pyflakes`__ before
        making a new release of your code.
        
        __ http://pypi.python.org/pypi/zest.releaser
        __ https://pypi.python.org/pypi/pyflakes
        
        It will help you keeping your code clean, but it will **not force** you (as a commit hook will be).
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        Changelog
        =========
        
        0.1.0 (2014-04-15)
        ------------------
        
        - Initial release
        
Keywords: releaser zest.releaser egg pyflakes
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
