Metadata-Version: 2.1
Name: pylodstorage
Version: 0.0.55
Summary: python List of Dict (Table) Storage library
Home-page: https://github.com/WolfgangFahl/pyLodStorage
Author: Wolfgang Fahl
Author-email: wf@bitplan.com
Maintainer: Wolfgang Fahl
License: Apache License
Project-URL: Documentation, http://wiki.bitplan.com/index.php/PyLoDStorage
Project-URL: Code, https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/sql.py
Project-URL: Issue tracker, https://github.com/WolfgangFahl/pyLodStorage/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: SPARQLWrapper
Requires-Dist: PyYAML
Requires-Dist: pandas
Requires-Dist: jsonpickle

# pyLoDStorage
python List of Dict (Table) Storage library

[![Documentation Status](https://readthedocs.org/projects/pylodstorage/badge/?version=latest)](https://pylodstorage.readthedocs.io/en/latest/?badge=latest)
[![pypi](https://img.shields.io/pypi/pyversions/pyLoDStorage)](https://pypi.org/project/pyLoDStorage/)
[![Github Actions Build](https://github.com/WolfgangFahl/pyLoDStorage/workflows/Build/badge.svg?branch=master)](https://github.com/WolfgangFahl/pyLoDStorage/actions?query=workflow%3ABuild+branch%3Amaster)
[![PyPI Status](https://img.shields.io/pypi/v/pyLoDStorage.svg)](https://pypi.python.org/pypi/pyLoDStorage/)
[![Downloads](https://pepy.tech/badge/pyLoDStorage)](https://pepy.tech/project/pyLoDStorage)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pyLoDStorage.svg)](https://github.com/WolfgangFahl/pyLoDStorage/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pyLoDStorage.svg)](https://github.com/WolfgangFahl/pyLoDStorage/issues/?q=is%3Aissue+is%3Aclosed)
[![License](https://img.shields.io/github/license/WolfgangFahl/pyLoDStorage.svg)](https://www.apache.org/licenses/LICENSE-2.0)

What it is
==========
pyLoDStorage allows to store table like data (List of Dicts) via  

- Sqlite3
- JSON
- SPARQL

Installation
============
```bash
pip install pylodstorage
```

Get Sources 
===========
```bash
git clone https://github.com/WolfgangFahl/pyLoDStorage
cd pyLodStorage
scripts/install
```

Testing
=======
```bash
scripts/test
```

Usage
=====
see [test cases](https://github.com/WolfgangFahl/pyLoDStorage/tree/master/tests)

## Documentation
[Wiki](http://wiki.bitplan.com/index.php/PyLoDStorage)

### Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)


