Metadata-Version: 2.4
Name: mpl-composite
Version: 0.1.0
Summary: Matplotlib wrapper for composite figure building.
Project-URL: Source, https://github.com/bertpl/mpl-composite
Project-URL: ChangeLog, https://github.com/bertpl/mpl-composite/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/bertpl/mpl-composite/issues
Project-URL: Roadmap, https://github.com/bertpl/mpl-composite/milestones
Author-email: Bert Pluymers <bert.pluymers@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: matplotlib>=3.10.7; python_version >= '3.14'
Requires-Dist: matplotlib>=3.8; python_version < '3.13'
Requires-Dist: matplotlib>=3.9.2; python_version == '3.13'
Requires-Dist: numpy>=2.0.0; python_version < '3.13'
Requires-Dist: numpy>=2.1.0; python_version == '3.13'
Requires-Dist: numpy>=2.3.2; python_version >= '3.14'
Description-Content-Type: text/markdown

![CI](https://img.shields.io/github/actions/workflow/status/bertpl/mpl-composite/push_to_main.yml?branch=main&label=CI)
![Coverage](https://img.shields.io/badge/coverage-99.88%25-brightgreen)
![Tests](https://img.shields.io/badge/tests-239-blue)
![PyPI](https://img.shields.io/pypi/v/mpl-composite.svg)
![Python](https://img.shields.io/pypi/pyversions/mpl-composite.svg)
![License](https://img.shields.io/badge/license-MIT-blue)
![code style: ruff](https://img.shields.io/badge/code%20style-ruff-261230)
![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/bertpl/mpl-composite/badge)

# mpl-composite

Matplotlib wrapper for composite figure building.

![mpl-composite splash](https://raw.githubusercontent.com/bertpl/mpl-composite/v0.1.0/images/splash_with_version.webp)
