Skip to content

pkulev/lampy

Repository files navigation

PyPI Build Status Coverage

Lampy: Launchpad Mini python library

https://github.com/pkulev/lampy/raw/master/launchpad.jpg

Requirements

  • Python >= 3.7
  • python-rtmidi
  • TODO
  • TODO

Installation

For usage only

Unfortunately name lampy was already in use in PyPI.

# via pipsi
$ pipsi install lampylib

# via pip
$ pip install --user lampylib

For development

You need poetry installed. (It's great tool! Check it out, please.)

$ poetry install --develop .

Testing

  • TODO

Documentation

  • TODO