Metadata-Version: 2.1
Name: LinkPython-extern
Version: 1.0.0
Summary: A fork of the LinkPython wrapper for Ableton Link
Home-page: https://github.com/thegamecracks/link-python
Author: gonzaloflirt
Maintainer: thegamecracks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6,<3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Python wrapper for [Ableton Link][1]

[![Build](https://github.com/thegamecracks/link-python/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/thegamecracks/link-python/actions/workflows/build_wheels.yml)
[![PyPI](https://img.shields.io/pypi/v/LinkPython-extern?label=View%20on%20pypi&style=flat-square)](https://pypi.org/project/LinkPython-extern/)

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][2].

## License:
This depends on [Link][1] and [pybind11][3]. Please mind the licenses of those libraries and their dependencies.

[1]: https://github.com/ableton/link.git
[2]: https://github.com/gonzaloflirt/link-python
[3]: https://github.com/pybind/pybind11
