Skip to content

thegamecracks/link-python

 
 

Repository files navigation

Python wrapper for Ableton Link

Build PyPI

This fork was created to streamline the user experience for installing LinkPython by uploading pre-built wheels on PyPI. More information about LinkPython can be found in their repository.

Newer Python support

v1.0.1 adds support for Python 3.11 after updating pybind11 to 2.10.1. Pre-built wheels are available on PyPI.

v1.0.4 adds support for Python 3.12 after updating pybind11 to 2.11.1. Pre-built wheels are available on PyPI.

Installation

Distributions are available on PyPI with the LinkPython-extern package. Example install command:

pip install LinkPython-extern

Building from source

If you want to build this package from source, you will need CMake installed. You however do not need to manually build the project, as setuptools will handle invoking cmake when you install it with pip. To install directly from the main branch:

pip install git+https://github.com/thegamecracks/link-python

License:

This depends on Link and pybind11. Please mind the licenses of those libraries and their dependencies.

About

A fork of LinkPython with pre-built wheels on PyPI

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 72.6%
  • C++ 25.0%
  • CMake 2.4%