# NeoPDF-HEP




This crate uses [PyO3](https://pyo3.rs/v0.25.1/) to provide Python bindings to the
[NeoPDF](https://crates.io/crates/neopdf) Rust's [APIs](https://docs.rs/neopdf/0.1.0/neopdf/index.html).
The `neopdf-hep` package can be installed using a Python Package manager. For example
using [pipx](https://pipx.pypa.io/stable/):
```sh
pipx install neopdf-hep
```
For detailed examples on how to use `neopdf-hep`, please head over the
[tutorials](https://radonirinaunimi.github.io/neopdf/examples/neopdf-pyapi/) section.