Metadata-Version: 2.1
Name: iotnode
Version: 0.1.2
Summary: Framework for running embedded code with multiple modular sources of data input/output
Home-page: https://github.com/blip2/iotnode
Author: Ben Hussey
Author-email: ben@blip2.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# IoT Node Framework
This code provides a framework for running embedded code with multiple modular sources of data input/output.

## Installation
```pip install iotnode```

## Changes
0.1.2 - Added data store with lock for sharing data between threads
0.1.0 - Switched to using threading rather than multiprocessing

## Contributors
Ben Hussey (<a href="mailto:ben@blip2.net">ben@blip2.net</a>)


