LinkPython-extern 1.0.4__cp312-cp312-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ This depends on [Link](https://github.com/ableton/link.git) and [pybind11](https://github.com/pybind/pybind11).
2
+ Please mind the licenses of those libraries and their dependencies
3
+
4
+ This is free and unencumbered software released into the public domain.
5
+
6
+ Anyone is free to copy, modify, publish, use, compile, sell, or
7
+ distribute this software, either in source code form or as a compiled
8
+ binary, for any purpose, commercial or non-commercial, and by any
9
+ means.
10
+
11
+ In jurisdictions that recognize copyright laws, the author or authors
12
+ of this software dedicate any and all copyright interest in the
13
+ software to the public domain. We make this dedication for the benefit
14
+ of the public at large and to the detriment of our heirs and
15
+ successors. We intend this dedication to be an overt act of
16
+ relinquishment in perpetuity of all present and future rights to this
17
+ software under copyright law.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
20
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
21
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
22
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
23
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
24
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25
+ OTHER DEALINGS IN THE SOFTWARE.
26
+
27
+ For more information, please refer to <http://unlicense.org>
@@ -0,0 +1,60 @@
1
+ Metadata-Version: 2.1
2
+ Name: LinkPython-extern
3
+ Version: 1.0.4
4
+ Summary: A fork of the LinkPython wrapper for Ableton Link
5
+ Home-page: https://github.com/thegamecracks/link-python
6
+ Author: gonzaloflirt
7
+ Maintainer: thegamecracks
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: C++
11
+ Classifier: Programming Language :: Python
12
+ Classifier: Topic :: System :: Networking
13
+ Requires-Python: >=3.6,<3.13
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE.md
16
+
17
+ # Python wrapper for [Ableton Link][1]
18
+
19
+ [![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)
20
+ [![PyPI](https://img.shields.io/pypi/v/LinkPython-extern?label=View%20on%20pypi&style=flat-square)](https://pypi.org/project/LinkPython-extern/)
21
+
22
+ This fork was created to streamline the user experience for installing LinkPython
23
+ by uploading pre-built wheels on PyPI. More information about LinkPython
24
+ can be found [in their repository][2].
25
+
26
+ ## Newer Python support
27
+
28
+ **v1.0.1** adds support for Python 3.11 after updating pybind11 to 2.10.1.
29
+ Pre-built wheels are available on PyPI.
30
+
31
+ **v1.0.4** adds support for Python 3.12 after updating pybind11 to 2.11.1.
32
+ Pre-built wheels are available on PyPI.
33
+
34
+ ## Installation
35
+
36
+ Distributions are available on PyPI with the [LinkPython-extern][3] package.
37
+ Example install command:
38
+
39
+ ```sh
40
+ pip install LinkPython-extern
41
+ ```
42
+
43
+ ## Building from source
44
+
45
+ If you want to build this package from source, you will need CMake installed.
46
+ You however do not need to manually build the project, as setuptools will
47
+ handle invoking cmake when you install it with pip. To install directly
48
+ from the main branch:
49
+
50
+ ```sh
51
+ pip install git+https://github.com/thegamecracks/link-python
52
+ ```
53
+
54
+ ## License:
55
+ This depends on [Link][1] and [pybind11][4]. Please mind the licenses of those libraries and their dependencies.
56
+
57
+ [1]: https://github.com/ableton/link.git
58
+ [2]: https://github.com/gonzaloflirt/link-python
59
+ [3]: https://pypi.org/project/LinkPython-extern/
60
+ [4]: https://github.com/pybind/pybind11
@@ -0,0 +1,6 @@
1
+ link.cp312-win32.pyd,sha256=5hvzcnNnDwihAjK_sg6haEF5zGkO-L48vEMPoDgsQJ8,303616
2
+ LinkPython_extern-1.0.4.dist-info/LICENSE.md,sha256=q5WXlxI4JI6pfbYaXwRHcelpf_KquERaf3hwVuv7sOU,1415
3
+ LinkPython_extern-1.0.4.dist-info/METADATA,sha256=eTd3pIAy-BA0tSbeCQ-M815SeAFDyPut3bighAz0Vjg,2234
4
+ LinkPython_extern-1.0.4.dist-info/WHEEL,sha256=Q5m5OU7k24Q9oJcD9pbryDsMdvQYL1N4fomXgd4i1qg,98
5
+ LinkPython_extern-1.0.4.dist-info/top_level.txt,sha256=4GI3m266g3-bng3zoj6J9ydxbbzXFP92Gv8-lS5J3NA,18
6
+ LinkPython_extern-1.0.4.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.42.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-win32
5
+
@@ -0,0 +1 @@
1
+ LinkPython-extern
link.cp312-win32.pyd ADDED
Binary file