Metadata-Version: 1.0
Name: tabfix
Version: 0.1.6
Summary: Cleanup whitespace in text files
Home-page: http://tabfix.googlecode.com/
Author: Martin Wendt
Author-email: tabfix@wwwendt.de
License: The MIT License
Description: 
        Cleanup whitespace in text files:
        
        - Unify indentation by replacing leading tabs with spaces (or vice versa)
        - Strip trailing whitespace
        - Make sure the file ends with exactly one line break
        - Unify line delimiters to Unix, Windows, or Mac style
        - Optionally change indentation depth
        
        Project home: http://tabfix.googlecode.com/  
        
Keywords: python indentation development tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
