Metadata-Version: 2.1
Name: s3i
Version: 0.6.1
Summary: S3I Basic functions
Home-page: https://www.kwh40.de/
Author: Kompetenzzentrum Wald und Holz 4.0
Author-email: s3i@kwh40.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: alabaster (>=0.7.12)
Requires-Dist: astroid (>=2.3.3)
Requires-Dist: certifi (>=2019.11.28)
Requires-Dist: cffi (>=1.13.2)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: colorama (>=0.4.3)
Requires-Dist: cryptography (==3.1)
Requires-Dist: idna (>=2.8)
Requires-Dist: isort (>=4.3.21)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: Jinja2 (>=3.0)
Requires-Dist: lazy-object-proxy (>=1.4.3)
Requires-Dist: MarkupSafe (>=1.1.1)
Requires-Dist: mccabe (>=0.6.1)
Requires-Dist: pika (>=1.2.0)
Requires-Dist: pockets (>=0.9.1)
Requires-Dist: pycparser (>=2.19)
Requires-Dist: Pygments (>=2.5.2)
Requires-Dist: PyJWT (==1.6.1)
Requires-Dist: python-benedict (>=0.21.0)
Requires-Dist: pyparsing (>=2.4.5)
Requires-Dist: pytz (>=2019.3)
Requires-Dist: pyrql (>=0.6.0)
Requires-Dist: requests (>=2.26.0)
Requires-Dist: six (>=1.13.0)
Requires-Dist: snowballstemmer (>=2.0.0)
Requires-Dist: typed-ast (>=1.4.0)
Requires-Dist: urllib3 (>=1.25.7)
Requires-Dist: wrapt (>=1.11.2)
Requires-Dist: pgpy
Requires-Dist: python-gnupg
Requires-Dist: websocket-client
Requires-Dist: schema (>=0.7.1)
Requires-Dist: pynput

# Documentation
This package contains everything you need to get started with the S3I. The documentation of the S3I package and its demos can be found [here](https://git.rwth-aachen.de/kwh40/s3i/-/jobs/artifacts/master/file/public/html/index.html?job=pages).

# Installation
In order to use the s3i package in you own project, install it 
via pip

```
python -m pip install s3i
```

or use our self hosted 

```
python -m pip install https://git.rwth-aachen.de/kwh40/s3i/-/jobs/artifacts/master/raw/public/s3i-0.6.1-py3-none-any.whl?job=wheel
``` 


