maxmarsc / pylilv

A simple setup.py file that download and install `livl.py` from the official lilv repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylilv

A simple setup.py file that download and install livl.py from the official lilv repository

This python package is only a module wrapper around the C library, you will need to have the liblilv installed on your system.

If you need both the library and the python module I suggest checking moddevices/lilvlib

Note: The setup.py below only works when installing in editable mode from a source tree. It will not work when installing from a binary wheel (.whl) or from a .zip source code

Install

git clone -b $VERSION git@github.com:maxmarsc/pylilv.git 
pip install -e pylilv

About

A simple setup.py file that download and install `livl.py` from the official lilv repository

License:MIT License


Languages

Language:Python 100.0%