An open API service indexing awesome lists of open source software.

https://github.com/pkulev/lampy

Launchpad Mini python library
https://github.com/pkulev/lampy

api launchpad-mini midi music python

Last synced: 5 months ago
JSON representation

Launchpad Mini python library

Awesome Lists containing this project

README

          

|PyPI| |Build Status| |Coverage|

=============================================================
Lampy: **La**\ unchpad **M**\ ini **p**\ ython librar\ **y**
=============================================================

.. image:: 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.

.. code-block:: console

# 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.)

.. code-block:: console

$ poetry install --develop .

Testing
=======

* TODO

Documentation
=============

* TODO

.. |Build Status| image:: https://travis-ci.org/pkulev/lampy.svg?branch=master
:target: https://travis-ci.org/pkulev/lampy
.. |Coverage| image:: https://codecov.io/gh/pkulev/lampy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pkulev/lampy
.. |PyPI| image:: https://badge.fury.io/py/lampylib.svg
:target: https://badge.fury.io/py/lampylib