Metadata-Version: 1.0
Name: bom_open
Version: 0.2.0
Summary: open() alternative which respects Unicode BOM
Home-page: https://github.com/timrburnham/bom_open
Author: Tim Burnham
Author-email: timrburnham@gmail.com
License: unlicense.org
Description: # bom_open
        open() alternative which respects Unicode BOM
        
        Open a file. If reading in text mode and BOM is present, switch to specified Unicode encoding.
        Unlike normal open(), always write BOM, even for utf-8 mode.
        
Platform: UNKNOWN
