iterio

Python IO using iterators


License
MIT
Install
pip install iterio==0.1.0

Documentation

iterio

Python IO using iterators

Installation

pip install iterio

Contributing

Set up the project using Poetry:

poetry install

Format the code:

make lint

Run tests:

make test

Check for typing and format issues:

make check