Metadata-Version: 2.0
Name: midi2mqtt
Version: 0.0.2
Summary: Receive MIDI signals and forward them to a mqtt broker.
Home-page: https://github.com/pintman/midi2mqtt
Author: Marco Bakera
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: mqtt midi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Requires-Dist: paho-mqtt
Requires-Dist: python-rtmidi

# midi2mqtt
Listen to MIDI signals and send them to a mqtt broker.

## Installation

It can be installed by pip from the git repo location:

    $ pip install git+https://github.com/pintman/midi2mqtt

## TODO
- test it
- publish to pypi


