Metadata-Version: 2.4
Name: neopdf-hep
Version: 0.3.0a4
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy>=1.16.0
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Provides-Extra: test
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: changelog, https://github.com/Radonirinaunimi/neopdf/blob/master/CHANGELOG.md
Project-URL: documentation, https://radonirinaunimi.github.io/neopdf/
Project-URL: homepage, https://github.com/Radonirinaunimi/neopdf

# NeoPDF-HEP

![Static Badge](https://img.shields.io/badge/Python-3.7--3.13-00A800?style=flat-square&logo=python&logoColor=yellow)
![GitHub Tag](https://img.shields.io/github/v/tag/Radonirinaunimi/neopdf?include_prereleases&style=flat-square&logo=github&color=blue)
![Crates.io Version](https://img.shields.io/crates/v/neopdf?style=flat-square&logo=rust&color=blue)
![GitHub License](https://img.shields.io/github/license/Radonirinaunimi/neopdf?style=flat-square&color=red)

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.

