Skip to content
/ ilio Public

python inline io, just one function call instead of file open(), read(), close()

Notifications You must be signed in to change notification settings

gowhari/ilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

install

pip install ilio

usage

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

About

python inline io, just one function call instead of file open(), read(), close()

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages