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
- Host: GitHub
- URL: https://github.com/pkulev/lampy
- Owner: pkulev
- License: mit
- Created: 2019-07-12T10:00:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T15:46:41.000Z (almost 7 years ago)
- Last Synced: 2025-09-16T02:57:04.546Z (9 months ago)
- Topics: api, launchpad-mini, midi, music, python
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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