Metadata-Version: 2.4
Name: boilerplot
Version: 0.2.0
Summary: Boilerplate for scientific matplotlib plots.
Author-email: Luca Fehlings <fehlings97@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://codeberg.org/fehlings/boilerplot/
Project-URL: Issues, https://codeberg.org/fehlings/boilerplot/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib
Provides-Extra: jupyter
Requires-Dist: numpy; extra == "jupyter"
Dynamic: license-file

# boilerplot

Boilerplate code to create matplotlib-based publication-ready plots

See the [examples](examples/) section for usage instructions.

# Installation

`pip install git+https://codeberg.org/fehlings/boilerplot.git`
