Skip to main content

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

Project description

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")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

writio-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

writio-0.1.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page