Metadata-Version: 2.4
Name: figio
Version: 0.0.9
Summary: A declarative method for plotting (x, y) and histogram data
Project-URL: Documentation, https://figio.readthedocs.io
Project-URL: Homepage, https://autotwin.github.io/figio
Project-URL: Repository, https://github.com/autotwin/figio
Author-email: "Chad B. Hovey" <chovey@sandia.gov>, "Michael R. Buche" <mrbuche@sandia.gov>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.15,>=3.10
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: schema
Requires-Dist: scipy
Requires-Dist: tzlocal
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: build; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pdoc; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pycodestyle; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown

# figio

[![book](https://img.shields.io/badge/figio-Book-blue?logo=mdbook&logoColor=000000)](https://autotwin.github.io/figio)
[![pypi](https://img.shields.io/pypi/v/figio?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE)](https://pypi.org/project/figio)
[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.14630355-blue)](https://doi.org/10.5281/zenodo.14630355)

`figio` is a Python application that uses declarative [YAML](https://yaml.org)
input file recipes to produce high-quality [*matplotlib*](https://matplotlib.org)
and $\LaTeX$ figures.

To get started, see the [documentation](https://autotwin.github.io/figio).
