Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.63 KB

pyLoDStorage

python List of Dict (Table) Storage library

pypi Github Actions Build PyPI Status GitHub issues GitHub closed issues API Docs License

What it is

pyLoDStorage allows to store table like data (List of Dicts) via

  • Sqlite3
  • JSON
  • SPARQL

Installation

pip install pylodstorage

Get Sources

git clone https://github.com/WolfgangFahl/pyLoDStorage
cd pyLodStorage
scripts/install

Testing

scripts/test

Usage

see test cases

Documentation

Wiki

Authors