Metadata-Version: 2.4
Name: vmlab_py
Version: 0.1.6
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Summary: A Rust-based library from vmlab
Keywords: rust,mask,pyo3,numpy
Author-email: Jaemin Kim <geminik23@vmonster.io>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# vmlab-py-package

pypi link : [vmlab_py](https://pypi.org/project/vmlab-py/)

## Requirements

```bash
pip install maturin
```

## Build the python package

```bash
maturin build --release
```

## Test in locally

```
pip install target/wheels/{GENERATED_WHEELS_NAME}.whl
```

## Publish to PyPI

```
maturin publish
```


