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
- Host: GitHub
- URL: https://github.com/nicolay-r/source-iter
- Owner: nicolay-r
- License: mit
- Created: 2024-11-03T21:07:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-23T17:29:01.000Z (about 1 year ago)
- Last Synced: 2025-10-27T07:55:30.353Z (5 months ago)
- Topics: api, csv, iterator, json, package, python, sqlite3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# source-iter 0.25.1

[](https://github.com/nicolay-r/source-iter/blob/master/source_iter_tutorial.ipynb)
[](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)