pyeio

Python package for easy data input output handling.


Keywords
data-loader, json, jsonl, python, python-package, toml
License
MIT
Install
pip install pyeio==0.1.2

Documentation

pyeio



Short for Python Easy Input Output, pyeio is a python library meant to simplify file IO processes.

Installation

Install format support with: pip install 'pyeio[<formats>]'

EG:

pip install 'pyeio[json,toml]'