Metadata-Version: 2.4
Name: pypowhegparse
Version: 0.0.10
Summary: Analyse POWHEG output files for potential errors.
Author: Alexander Puck Neuwirth
Author-email: alexander@neuwirth-informatik.de
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytopdrawer (>=0.0.11)
Requires-Dist: scipy
Requires-Dist: smpl
Requires-Dist: uncertainties
Project-URL: Repository, https://github.com/APN-Pucky/pypowhegparse.git
Description-Content-Type: text/markdown

# pypowhegparse

[![PyPI version][pypi image]][pypi link] [![PyPI version][pypi versions]][pypi link]  ![downloads](https://img.shields.io/pypi/dm/pypowhegparse.svg)

Analyse POWHEG output files for potential errors.

Scan for errors in powheg output files. The script is used as follows:

```bash
pypowhegparse [-f powheg/folder/here] [-h]
```

[pypi image]: https://badge.fury.io/py/pypowhegparse.svg
[pypi link]: https://pypi.org/project/pypowhegparse/
[pypi versions]: https://img.shields.io/pypi/pyversions/pypowhegparse.svg
