Metadata-Version: 2.4
Name: vex-python
Version: 0.1.42
Summary: C++ Python bindings for Vex
Home-page: https://github.com/Hitlab-Howest/VEooX_plugin
Author: HitLab | Flanders Make
Author-email: HitLab | Flanders Make <sam.van.de.walle@howest.be>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page

# Vex-Python

**Vex-Python** is a high-performance C++ library exposed to Python via **Boost.Python**.  
It provides native, optimized functionality with a simple Python API.

This package ships as a **precompiled Windows wheel** for Python **3.12 (x64)**.

---

## 🚀 Installation

Install from PyPI:

```bash
pip install vex-python
```
---

> **Usage**
>
> ```python
> import vex
> from vex import Basemodel
>
> print(Basemodel.Test())  # -> 1
> ```

