fmatter / writio

load & dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

writio

A file reading and writing library for .csv, .yaml, and .json files. You probably shouldn't use this.

Tests Versions PyPI License

from writio import load, dump

dic = load("dict.yaml")
dump(dic, "dict.json")
dic = load("dict.json")
df = load("table.csv")

About

load & dump

License:MIT License


Languages

Language:Python 100.0%