Metadata-Version: 1.1
Name: midi2mqtt
Version: 0.0.1
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
Description: # 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
        - add setup.py
        - publish to pypi
        
Keywords: mqtt midi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
