An open API service indexing awesome lists of open source software.

https://github.com/nicolay-r/source-iter

This is a tiny Python package that serves read/write iterators for most mandatory sources via default packages like CSV / JSONL / SQLite
https://github.com/nicolay-r/source-iter

api csv iterator json package python sqlite3

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)