sio

SIO is short IO that even shorter that ShortIO


License
WTFPL
Install
pip install sio==0.1.0

Documentation

SIO

SIO provides shorter and less readable aliases for ShortIO.

Installation

pip install sio

Usage

from sio import *

s = r('filename')
w('filename', s)

j = rjsn('filename.json')
wjsn('filename.json', j)

# Unfortunately pickle -> pckl according to shortening algorithm.
p = rpckl('filename.pickle')
wpckl('filename.pickle', p)

y = ryml('filename.yaml')
wyml('filename.yaml', y)