Metadata-Version: 2.1
Name: bom_open
Version: 0.3.6
Summary: Context manager to open encoded text file or stdin/stdout
Home-page: https://github.com/timrburnham/bom_open
Author: Tim Burnham
Author-email: timrburnham@gmail.com
License: unlicense.org
Description: Context manager to open a file or stdin/stdout. Encoding can be detected with chardet. Pass additional arguments to `open()`.
        
        Python writes BOM for utf-8-sig, utf-16, or utf-32.  BOM is not written when endianness is specified.
        
        Differences from `open()`
        -------------------------
        If `file=None` or `'-'`, open stdin (for reading) or stdout (for writing).
        
        If `encoding=None` and `mode='r'` or `'w+'`, file encoding will be detected using chardet.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
