Metadata-Version: 1.1
Name: dont-fudge-up
Version: 0.0.1
Summary: Find operations that might fudge up production, like a pdb.set_trace
Home-page: https://github.com/NorthIsUp/dont-fudge-up
Author: Adam Hitchcock
Author-email: adam@disqus.com
License: BSD
Description: Don't Fudge Up
        ==============
        
        Don't Fudge Up production with extra prints, import debug, or an erroneous pdb.set_trace.
        
        Flake8
        ------
        super easy
        
        ```bash
        $ pip install dont-fudge-up
        $ flake8 --version
        2.1.0 (pep8: 1.5.6, dfu: 1.0.0, pyflakes: 0.8.1, mccabe: 0.2.1) CPython 2.7.6
        # see it here -------^
        ```
        
        Pylint
        ------
        
        it should work something like this
        
        ```bash
        $ pylint --reports=n --load-plugins=dfu.pylint tests/input.py
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
