Metadata-Version: 2.1
Name: knowage-python
Version: 8.0.2
Summary: Web service for Knowage python widget and python dataset
Home-page: https://github.com/KnowageLabs/Knowage-Server/tree/master/Knowage-Python
Author: Marco Balestri
Author-email: marco.balestri@eng.it
License: AGPL v3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: bokeh (==2.2.3)
Requires-Dist: Flask (==1.1.1)
Requires-Dist: Flask-Cors (==3.0.8)
Requires-Dist: pandas (==0.25.1)
Requires-Dist: pybase64 (==1.0.1)
Requires-Dist: PyJWT (==1.7.1)
Requires-Dist: requests (==2.22.0)
Requires-Dist: tornado (==6.0.3)

# Python webservice for Knowage

[![License: APGL](https://img.shields.io/github/license/KnowageLabs/Knowage-Server.svg)](https://opensource.org/licenses/AGPL-3.0)

Knowage-python is a webservice that allows users to directly embed python scripts into Knowage cockpits.
The service exposes REST APIs for retrieving python code, run it and return results as images, html or bokeh applications.

## Install

knowage-python can be installed from pypi
```
pip install knowage-python
```

## Contributions

Before start to contribute, please read and sign the
[Contributor License Agreement](https://www.clahub.com/agreements/KnowageLabs/Knowage-Server).

## Documentation

The official documentantion is available at
[Read the Docs](http://knowage-suite.readthedocs.io/).

## More

Please visit [the project website](http://www.knowage-suite.com) for information
about the Enterprise Edition.

## License

[AGPL](LICENSE) Â© 2020 Engineering Ingegneria Informatica S.p.A.

