Metadata-Version: 2.4
Name: FoxDotLink
Version: 0.1.0
Summary: Sync mechanism for Ableton Link.
License-Expression: CC-BY-SA-4.0
License-File: LICENSE
Author: taconi
Author-email: igor.taconi@protonmail.com
Requires-Python: >=3.11,<3.15
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: linkpython-extern (>=1.2.0,<2.0.0)
Description-Content-Type: text/markdown

# FoxDotLink - Sync mechanism for [Ableton Link](https://www.ableton.com)

## Instalation

``` shell
pip install FoxDotLink
# or
pip install git+https://codeberg.org/FoxDotExtensions/FoxDotLink
```

## Usage

Just import the library and this will connect Ableton Link and change
the bpm to be updated by Ableton Link

``` python
import FoxDotLink

Clock.bpm = var([80,120], 4)
```

