Metadata-Version: 1.1
Name: pep8radius
Version: 0.4
Summary: Tidy up (autopep8) only the lines in the files touched in the git or hg branch/commit.
Home-page: https://github.com/hayd/btyfi
Author: Andy Hayden
Author-email: andyhayden1@gmail.com
License: MIT License
Description: Better-Than-You-Found-It (btyfi) aka pep8radius
        -----------------------------------------------
        
        Clean (using autopep8) only the parts of the files which you have touched in the last commit, or against another commit/branch.
        
        Pep8 "storms" (fixing pep8 infractions across the entire project) often cause merge conflicts and break git blame, but you can still "leave it better than you found it" by ensuring that the parts of the project which you touch satisfy pep8.
        
        Currently Supports
        ------------------
        git and hg
        
        Usage
        -----
        
        - Move to project directory
        - Make some changes to the project
        - Run btyfi
        - Commit your changes
        
        Against a branch you can use the same syntax as with git diff:
        
        - btyfi master  # branch name
        - btyfi c12166f    # commit hash
        
Keywords: automation,pep8,format,autopep8,git,hg,mercurial
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
