vex-python 0.1.31__py3-none-any.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.
vex_python/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from ._vex import *
vex_python/_vex.pyd ADDED
Binary file
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: vex-python
3
+ Version: 0.1.31
4
+ Summary: C++ Python bindings for Vex
5
+ Home-page: https://github.com/Hitlab-Howest/VEooX_plugin
6
+ Author: HitLab | Flanders Make
7
+ Author-email: HitLab | Flanders Make <sam.van.de.walle@howest.be>
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: C++
11
+ Classifier: Operating System :: Microsoft :: Windows
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+ Dynamic: author
15
+ Dynamic: home-page
@@ -0,0 +1,6 @@
1
+ vex_python/__init__.py,sha256=HFDf7miuaik1yvOFbSSaJD23vHgKUa6l602xSpJ30pk,21
2
+ vex_python/_vex.pyd,sha256=eXoMUF19-jYdYXpy8DSA58Zk-0sLjXLexX5etCGpXfI,194048
3
+ vex_python-0.1.31.dist-info/METADATA,sha256=L490l71XTRvQBWBUchWWMTEwZvv7sB_sMzlSlofjmbc,513
4
+ vex_python-0.1.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ vex_python-0.1.31.dist-info/top_level.txt,sha256=W_5-jcisDdrdK5lwvEQ8O52swVp44OvlF82bUlCeMms,11
6
+ vex_python-0.1.31.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ vex_python