Metadata-Version: 2.4
Name: yarrtist
Version: 1.2.1
Summary: Plotting tool for YARR scans.
Project-URL: Homepage, https://gitlab.cern.ch/YARR/yarrtist
Project-URL: Bug Tracker, https://gitlab.cern.ch/YARR/yarrtist/issues
Project-URL: Discussions, https://gitlab.cern.ch/YARR/yarrtist/discussions
Project-URL: Changelog, https://gitlab.cern.ch/YARR/yarrtist/releases
Author-email: Riccardo Zanzottera <riccardo.zanzottera@cern.ch>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: pyparsing<3.1
Requires-Dist: scipy
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: pytest-cov>=3; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo>=2023.08.17; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest-cov>=3; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Description-Content-Type: text/markdown

# YARRtist

YARRtist is a plotting tool based on `matplotlib` for plotting summaries of YARR
scans.

More documentation for installation and plots can be found in `docs` .
