Metadata-Version: 2.1
Name: knime
Version: 0.9.5
Summary: Tools for reading and executing KNIME workflows.
Home-page: https://www.knime.com/
Author: Appliomics, LLC
Author-email: davin+knimepy@appliomics.com
License: GPLv3
Project-URL: Source, https://github.com/KNIME/knimepy
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)

Utilities for working with KNIME workflows and data.

Via the Workflow class, a KNIME Workflow can be run via KNIME's batch
executor (requires KNIME be installed on the local system).  Inputs
to the "Container Input (Table)" nodes in a KNIME Workflow can be
supplied as either Python dicts or pandas DataFrames.  Likewise,
outputs captured from "Container Output (Table)" nodes are provided
back as either Python dicts or pandas DataFrames.

TODOs:
    * add handling for setting of workflow variables
      - only via Container Input (Variable) nodes?
      - also via batch executor variable settings?
    * add handling for Container Input/Output (JSON) nodes
    * support remote workflows



