Metadata-Version: 2.1
Name: knowage-python
Version: 7.4.1
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
Description: # 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.
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
