Metadata-Version: 1.0
Name: DieBang
Version: 0.1
Summary: Remove inline comments denoted by '!' from files
Home-page: UNKNOWN
Author: Philip Schleihauf
Author-email: uniphil@gmail.com
License: GPLv3
Description: Move inline comments denoted by the 'bang' (!) onto their own line.
        
        Useful for fortran sources that need to be wrapped by f2py.
        
        It's simple. Just import diebang, and call `diebang.kill(['list', 'of', 'filenames'])`
        
Platform: UNKNOWN
