Metadata-Version: 2.1
Name: primaldimer_py
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# primaldimer_py
Python bindings for the primaldimer_rs

## Requirements 
mautrin https://www.maturin.rs/index.html

## Instalation 

```
git clone --recurse-submodules https://github.com/ChrisgKent/primaldimer_py

cd primaldimer_py
maturin build --release

pip install {path of wheel}
```

