Metadata-Version: 2.1
Name: mh-en-exec
Version: 1.0.2
Summary: Package for executing machine heads external nodes
Home-page: https://mheads.net/external_nodes
Author: Opus
Author-email: mh@opus.co.jp
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Machine Heads External Nodes

## Getting Started

**Machine Heads External Nodes** is a python module for creating your own nodes for use on [Machine Heads](https://mheads.net).
Using *External Nodes* you will be able to:
* Create your own nodes
* Receive data (including images) from *Machine Heads* nodes
* Send data (including images) to *Machine Heads* nodes
* Run any python code on *Machine Heads* test sequence

## Installation

Use the following command to install *Machine Heads External Nodes*:

```
pip install mh_en_exec
```

*Machine Heads External Nodes* is now installed. Check out the [quickstart](https://mheads.net/external_nodes/en/quickstart.html) to learn how to create a node and start the *External Nodes* server.

## Examples

There is also a sample code in the "examples" folder.
To execute sample code, just install "mh_en_exec" and call the following command:

```
python run.py
```


