Metadata-Version: 2.1
Name: source-iter
Version: 0.25.1
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
Description: # source-iter 0.25.1
        ![](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)
        [![PyPI downloads](https://img.shields.io/pypi/dm/source-iter.svg)](https://pypistats.org/packages/source-iter)
        
        
        A tiny Python package that serves **reading / writing iterators** for the most mandatory sources (`CSV` / `JSONL` / `SQLite`) via the native libraries.
        
        # Installation
        
        ```bash
        pip install source-iter 
        ```
        
        # Usage
        
        Proceed with the [📙 GoogleColab Example](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)
        
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
