Metadata-Version: 1.0
Name: ilio
Version: 0.3.0
Summary: inline io: just one function call instead of file open(), read(), close()
Home-page: https://github.com/gowhari/ilio
Author: Iman Gowhari
Author-email: gowhari@gmail.com
License: MIT
Description: install
        =======
        
        ::
        
            pip install ilio
        
        
        usage
        =====
        
        .. code:: python
        
            from ilio import read, write
        
            content = read('filename')
            write('filename', content)
        
            # there is fread=read and fwrite=write so you can import them
            # from ilio import fread, fwrite
        
Platform: UNKNOWN
