Metadata-Version: 1.1
Name: pep8radius
Version: 0.2
Summary: pep8 only the files you've touched in the git branch/commit.
Home-page: https://github.com/hayd/pep8-radius
Author: Andy Hayden
Author-email: andyhayden1@gmail.com
License: MIT License
Description: ### pep8-radius
        
        Clean (using autopep8) only the parts of the files which you have touched in the last commit, or against another commit/branch.
        
        Usage:
        
        - Move to project directory
        - Run pep8radius
        
        Against a branch you can use the same syntax as with git diff:
        
        - pep8radius master  # branch name
        - pep8radius c12166f  # commit hash
        
Keywords: automation,pep8,format,autopep8,git
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
