Metadata-Version: 2.4
Name: pyqgraf
Version: 0.0.18
Summary: PyQgraf is a Python wrapper for Qgraf, a Feynman diagram generator.
Project-URL: Documentation, https://github.com/APN-Pucky/pyqgraf#readme
Project-URL: Issues, https://github.com/APN-Pucky/pyqgraf/issues
Project-URL: Source, https://github.com/APN-Pucky/pyqgraf/
Author-email: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: requests
Requires-Dist: scikit-build
Requires-Dist: smpl-io
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# pyqgraf
Simplified plotting and fitting in python.

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

 [![test][a t image]][a t link] [![Coverage Status][c t i]][c t l] [![Documentation][rtd t i]][rtd t l]

## Documentation

## Requirements

 * build-essential (or just gfortran)
 * ninja-build (maybe cmake works too) 

## Versions

### Stable

```sh
pip install pyqgraf
```

Optional: --user or --upgrade

### Dev

```sh
pip install --index-url https://test.pypi.org/simple/ pyqgraf
```

[doc stable]: https://apn-pucky.github.io/pyqgraf/index.html
[doc test]: https://apn-pucky.github.io/pyqgraf/test/index.html

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

[a s image]: https://github.com/APN-Pucky/pyqgraf/actions/workflows/stable.yml/badge.svg
[a s link]: https://github.com/APN-Pucky/pyqgraf/actions/workflows/stable.yml
[a t link]: https://github.com/APN-Pucky/pyqgraf/actions/workflows/test.yml
[a t image]: https://github.com/APN-Pucky/pyqgraf/actions/workflows/test.yml/badge.svg

[cc s q i]: https://app.codacy.com/project/badge/Grade/38630d0063814027bd4d0ffaa73790a2?branch=stable
[cc s q l]: https://www.codacy.com/gh/APN-Pucky/pyqgraf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=APN-Pucky/smpl&amp;utm_campaign=Badge_Grade?branch=stable
[cc s c i]: https://app.codacy.com/project/badge/Coverage/38630d0063814027bd4d0ffaa73790a2?branch=stable
[cc s c l]: https://www.codacy.com/gh/APN-Pucky/pyqgraf/dashboard?utm_source=github.com&utm_medium=referral&utm_content=APN-Pucky/smpl&utm_campaign=Badge_Coverage?branch=stable

[cc q i]: https://app.codacy.com/project/badge/Grade/38630d0063814027bd4d0ffaa73790a2
[cc q l]: https://www.codacy.com/gh/APN-Pucky/pyqgraf/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=APN-Pucky/smpl&amp;utm_campaign=Badge_Grade
[cc c i]: https://app.codacy.com/project/badge/Coverage/38630d0063814027bd4d0ffaa73790a2
[cc c l]: https://www.codacy.com/gh/APN-Pucky/pyqgraf/dashboard?utm_source=github.com&utm_medium=referral&utm_content=APN-Pucky/smpl&utm_campaign=Badge_Coverage

[c s i]: https://coveralls.io/repos/github/APN-Pucky/pyqgraf/badge.svg?branch=stable
[c s l]: https://coveralls.io/github/APN-Pucky/pyqgraf?branch=stable
[c t l]: https://coveralls.io/github/APN-Pucky/pyqgraf?branch=master
[c t i]: https://coveralls.io/repos/github/APN-Pucky/pyqgraf/badge.svg?branch=master

[rtd s i]: https://readthedocs.org/projects/pyqgraf/badge/?version=stable
[rtd s l]: https://pyqgraf.readthedocs.io/en/stable/?badge=stable
[rtd t i]: https://readthedocs.org/projects/pyqgraf/badge/?version=latest
[rtd t l]: https://pyqgraf.readthedocs.io/en/latest/?badge=latest
