Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.06 KB

Python package that lazily reads data from large JSON, XML and CSV files.

Why not use the already existing libs you ask ?
Well, for me, it was crucial to have a small package size that can be deployed to a Serverless environment as this was the main goal.

This package has only one dependency, and that is ijson which itself is small.

Installation

pip install data-reader

API Reference