/pyLoDStorage

python List of Dict (Table) Storage library

Primary LanguagePythonApache License 2.0Apache-2.0

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