Metadata-Version: 2.0
Name: thingflow
Version: 2.0.0
Summary: Event Stream processing library for IOT
Home-page: https://github.com/mpi-sws-rse/thingflow-python
Author: Jeff Fischer
Author-email: jeff+thingflow@data-ken.org
License: Apache 2.0
Keywords: events,iot,sensors
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers


ThingFlow is a (Python3) framework for building IOT event processing
dataflows. The goal of this framework is to support the
creation of robust IoT systems from reusable components. These systems must
account for noisy/missing sensor data, distributed computation, and the
need for local (near the data source) processing.

ThingFlow is pure Python (3.4 or later). The packaged distribution
(e.g. on PyPi) only includes the core Python code. The source repository at
https://github.com/mpi-sws-rse/thingflow-python contains the core Python
code plus the documentation, examples, and tests. There is also a port
of ThingFlow for micropython available in the source repo.


