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

# 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
> ```

