Metadata-Version: 2.1
Name: s3i
Version: 0.6.1.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

# 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.1-py3-none-any.whl?job=wheel
``` 


