This repository is maintained by the KNIME Team Rakete.
This repository contains the extension points which allow adding new data types and port objects to Python in a way that they can be communicated back and forth between Python and Java.
See the repository knime-python-types-example for an example.
This repository contains the source code for the KNIME Python type extension points. The code is organized as follows:
- org.knime.features.python3.types: The feature is the installable unit in the KNIME AP
- org.knime.python3.types: The plugin containing the extension points for extension types and port objects
- org.knime.update.python.types: A small update site containing the feature and plugin
You can find instructions on how to work with our code or develop extensions for KNIME Analytics Platform in the knime-sdk-setup repository on BitBucket or GitHub.