Metadata-Version: 1.1
Name: pep_quality
Version: 1.4.0
Summary: PEP8 small quality test
Home-page: http://yazanpsut.github.io/pep-quality/
Author: Yazan Alhorani
Author-email: yazan_alhorani@hotmail.com
License: MIT
Download-URL: https://github.com/yazanpsut/pep-quality/zipball/master
Description: A simple pep8 quality test
        ==========================
        
        First, this was taken from edx-platform and modified to reach my own goals.
        
        Do you think your code is clean??!!
        
        run quality_test on your home directory and find out how many violations your code have.
        
        Simple installation using pip:
        
        "pip install pep-quality"
        
        use the following to test your code:
        
        "
        from path import Path as path
        
        from pep_quality.quality import run_quality
        
        ...
        
        run_quality(path(__file__).abspath(), None)
        "
        
Keywords: PEP8 PEP-quality code codestyle
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
