Metadata-Version: 2.1
Name: vmdrs-py
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE.md
License-File: LICENSE-APACHE-2.0
License-File: LICENSE-ISS
License-File: LICENSE-MIT
Summary: Example Python project to use the Rust vmd-rs crate
Author: jiafuei
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/jiafuei/vmdrs-py

vmdrs-py
---

Example library to use [vmd-rs](https://github.com/jiafuei/vmd-rs) crate.


Installation
---
```
pip install vmdrs-py
```

Compiling from source
---
Rust compiler is needed since this project is compiled using [Maturin](https://github.com/PyO3/maturin). 
```
pip install maturin
maturin build --release
```

Usage
---
See [vmdpy](https://github.com/vrcarva/vmdpy)

Pre-built Binaries
---

| Target                    | Blas Provider        |
|---------------------------|----------------------|
| aarch64-unknown-linux-gnu | OpenBLAS             |
| x86_64-unknown-linux-gnu  | Intel MKL            |
| x86_64-pc-windows-msvc    | Intel MKL            |
| x86_64-apple-darwin       | Accelerate Framework |
| aarch64-apple-darwin      | Accelerate Framework |

