Metadata-Version: 2.4
Name: pytopdrawer
Version: 0.0.11
Summary: Plot top files with python and matplotlib (mainly from POWHEG)
License: GPL-3.0-or-later
License-File: LICENSE
Author: Alexander Puck Neuwirth
Author-email: alexander@neuwirth-informatik.de
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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: plotext
Requires-Dist: smpl
Requires-Dist: uncertainties
Project-URL: Repository, https://github.com/APN-Pucky/pytopdrawer
Description-Content-Type: text/markdown

# pytopdrawer


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

This project plots .top files (primarily from POWHEG-BOX).

```bash
$ pip install pytopdrawer
$ pytopdrawer pwg-btl.top
```

For more advanced Notebook examples on how to use the top plots of this package see the examples folder of [pypowhegparse](https://github.com/APN-Pucky/pypowhegparse).

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

