Metadata-Version: 2.1
Name: source-iter
Version: 0.24.2
Summary: This is a tiny Python package that serves read/write iterators for most mandatory sources via default packages like CSV / JSONL / SQLite
Home-page: https://github.com/nicolay-r/source-iter
Author: Nicolay Rusnachenko
Author-email: rusnicolay@gmail.com
License: MIT License
Keywords: data-iterators
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# source-iter 0.24.2
![](https://img.shields.io/badge/Python-3.9-brightgreen.svg)
[![](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)


This is a tiny Python package that serves read/write iterators for most mandatory sources via default packages like CSV / JSONL / SQLite

# Installation

```bash
pip install source-iter 
```

