Metadata-Version: 1.0
Name: stripeol
Version: 1.0
Summary: Simple tool to strip whitespace from files
Home-page: https://bitbucker.org/trbs/stripeol/
Author: Bas van Oostveen
Author-email: trbs @ trbs
License: BSD License
Description: StripEOL
        ========
        
        A simple tool to strip (trailing) white space of out files.
        
        Primarily build to cleanup source files.
        
        Usage
        =====
        
        Basic usage::
        
          $ stripeol somefile
          stripping somefile...
        
          $ stripeol -r somedirectory
          stripping somedirectory/__init__.py
          stripping somedirectory/file.py
        
        Bugs and Features
        =================
        
        You can open a ticket at::
        
          https://bitbucket.org/trbs/stripeol/
        
        
        
Keywords: strip eol cleanup white space files
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
