Metadata-Version: 1.0
Name: fixwhitespace
Version: 0.1
Summary: Fix whitespace in files
Home-page: https://github.com/honzo0481/fixwhitespace
Author: honzo0481
Author-email: gonzalesre@gmail.com
License: MIT
Description: # fixwhitespace
        Trim whitespace or convert tabs to spaces in a file or files in a directory.
        
        run the tests in a container:
        > $ docker run --rm -v $(pwd):/code --entrypoint python fixwhitespace -m pytest /code/tests
        
        run them without a container:
        > $ pytest
        
        run the script:
        > $ python -m fixwhitespace /path/to/dir extensions
        
Platform: UNKNOWN
