Metadata-Version: 2.4
Name: feyndraw
Version: 1.1
Summary: Drawing Feynman diagrams with matplotlib
Project-URL: Homepage, https://doi.org/10.5281/zenodo.16100536
Project-URL: Repository, https://github.com/schhug/feyndraw
Author-email: Hugo Schérer <hugo.scherer@mail.mcgill.ca>
License-Expression: MIT
Keywords: Feynman,diagram,draw,particle,physics
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0
Requires-Dist: matplotlib
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Purpose
This is a package designed to draw Feynman diagrams (using Matplotlib) with a possibility of customizing pretty much anything you want.

# Install
Install with `pip install feyndraw`.

# Documentation
Instead of providing detailed documentation, there is an example.py file and comments around the functions in the .py files. Feel free to discover all the customization you can do by pattern matching and playing with the parameters!


# Cite this work
If you use this package and want to cite or acknowledte it, pleace cite through the Zenodo repository:
[![DOI](https://zenodo.org/badge/988060442.svg)](https://doi.org/10.5281/zenodo.16100536)

Visit the repository on [GitHub](https://github.com/schhug/feyndraw).

Visit the repository on [PyPI](https://pypi.org/project/feyndraw/)
