Metadata-Version: 2.1
Name: simple-data-flow
Version: 0.0.1
Summary: This library provides basic building blocks for creating and executing simple workflows.
Home-page: https://github.com/fracpete/simple-data-flow
Author: Peter "fracpete" Reutemann
Author-email: simple-flow@fracpete.org
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

The **simple-workflow** library provides basic building blocks for creaing and executing
simple workflows. It not only contains abstract superclasses that can be used to
implement new actors (= operators), but also a set of useful actors for controlling
the flow of data and simple I/O.

Changelog
=========

0.0.1 (2023-01-10)
-------------------

- initial release, migrated from python-weka-wrapper3
