Metadata-Version: 2.1
Name: pyGenericSpreadSheet
Version: 0.2.0
Summary: python API providing generic Access to specific Spreadsheet backends
Home-page: http://wiki.bitplan.com/index.php/pyGenericSpreadSheet
Download-URL: https://github.com/WolfgangFahl/pyGenericSpreadSheet
Author: Wolfgang Fahl
Author-email: wf@bitplan.com
License: Apache
Project-URL: Code, https://github.com/WolfgangFahl/pyGenericSpreadSheet
Project-URL: Issue tracker, https://github.com/WolfgangFahl/pyGenericSpreadSheet/issues
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pylodstorage (>=0.4.7)
Requires-Dist: odfpy (~=1.4.1)
Requires-Dist: XlsxWriter (>=3.0.3)
Requires-Dist: openpyxl (>=3.0.10)
Requires-Dist: pandas (>=1.4.3)
Requires-Dist: gspread (>=5.4.0)
Requires-Dist: wikibaseintegrator (~=0.12.1)

# PyGenericSpreadSheet
Generic Spreadsheet Editing API
[![pypi](https://img.shields.io/pypi/pyversions/PyGenericSpreadSheet)](https://pypi.org/project/PyGenericSpreadSheet/)
[![Github Actions Build](https://github.com/WolfgangFahl/PyGenericSpreadSheet/workflows/Build/badge.svg?branch=main)](https://github.com/WolfgangFahl/PyGenericSpreadSheet/actions?query=workflow%3ABuild+branch%3Amain)
[![PyPI Status](https://img.shields.io/pypi/v/PyGenericSpreadSheet.svg)](https://pypi.python.org/pypi/PyGenericSpreadSheet/)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/PyGenericSpreadSheet.svg)](https://github.com/WolfgangFahl/PyGenericSpreadSheet/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/PyGenericSpreadSheet.svg)](https://github.com/WolfgangFahl/PyGenericSpreadSheet/issues/?q=is%3Aissue+is%3Aclosed)
[![License](https://img.shields.io/github/license/WolfgangFahl/PyGenericSpreadSheet.svg)](https://www.apache.org/licenses/LICENSE-2.0)

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

## Dockerize
``` bash
docker build -t pygenericspreadsheet -f .\Dockerfile .
```
``` bash
docker run --rm -it -v ${PWD}:"/mnt" -w "/mnt" pygenericspreadsheet /bin/bash
```

### Authors
* [Tim Holzheim](https://www.semantic-mediawiki.org/wiki/Tim_Holzheim)
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
* [Michal Slupczynski](https://dbis.rwth-aachen.de/dbis/index.php/user/slupczynskim/)
