Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

byshyk/sio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Just aliases for ShortIO library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages