Metadata-Version: 2.3
Name: pyeio
Version: 0.1.5
Requires-Dist: chardet >=5.2.0
License-File: LICENSE
Summary: Python package for easy data input output handling.
Author-email: Hart Traveller <ruling_fiction.0b@icloud.com>
Requires-Python: >=3.10, <3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://pypi.org/project/pyeio
Project-URL: documentation, https://harttraveller.github.io/pyeio
Project-URL: repository, https://github.com/harttraveller/pyeio

# pyeio

<br>
<div align="left">
<a href="https://harttraveller.github.io/pyeio" target="_blank">
<img src="https://raw.githubusercontent.com/harttraveller/pyeio/main/docs/assets/pyeio-large.png" height=20>
</a>
<a href="https://pypi.org/project/pyeio/" target="_blank">
<img src="https://img.shields.io/pypi/v/pyeio" height=20>
</a>
<a href="https://github.com/harttraveller/pyeio/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/license-MIT-blue" height=20>
</a>
</div>
<br>

Short for `Py`thon `E`asy `I`nput `O`utput, `pyeio` is a python library meant to simplify file IO processes.

## Installation

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

EG:

```sh
pip install 'pyeio[json,toml]'
```

## User Story

```python
import pyeio as po

po.load("path or url")

po.save(data, "path")
```


## Developer


## Links

- https://pyo3.rs
- https://www.maturin.rs
