Metadata-Version: 2.4
Name: plopp
Version: 25.9.0
Summary: Visualization library for Scipp
Author: Scipp contributors
License-Expression: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/scipp/plopp/issues
Project-URL: Documentation, https://scipp.github.io/plopp
Project-URL: Source, https://github.com/scipp/plopp
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lazy-loader>=0.4
Requires-Dist: matplotlib>=3.8
Provides-Extra: scipp
Requires-Dist: scipp>=25.5.0; extra == "scipp"
Provides-Extra: all
Requires-Dist: scipp>=25.5.0; extra == "all"
Requires-Dist: ipympl>0.8.4; extra == "all"
Requires-Dist: pythreejs>=2.4.1; extra == "all"
Requires-Dist: mpltoolbox>=24.6.0; extra == "all"
Requires-Dist: ipywidgets>=8.1.0; extra == "all"
Requires-Dist: graphviz>=0.20.3; extra == "all"
Provides-Extra: test
Requires-Dist: graphviz>=0.20.3; extra == "test"
Requires-Dist: h5py>=3.12; extra == "test"
Requires-Dist: ipympl>=0.8.4; extra == "test"
Requires-Dist: ipywidgets>=8.1.0; extra == "test"
Requires-Dist: mpltoolbox>=24.6.0; extra == "test"
Requires-Dist: pandas>=2.2.2; extra == "test"
Requires-Dist: plotly>=5.15.0; extra == "test"
Requires-Dist: pooch>=1.5; extra == "test"
Requires-Dist: pyarrow>=13.0.0; extra == "test"
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pythreejs>=2.4.1; extra == "test"
Requires-Dist: scipp>=25.5.0; extra == "test"
Requires-Dist: scipy>=1.10.0; extra == "test"
Requires-Dist: xarray>=v2024.05.0; extra == "test"
Requires-Dist: anywidget>=0.9.0; extra == "test"
Dynamic: license-file

<img src="docs/_static/logo.svg" width="50%" />

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/plopp.svg)](https://pypi.python.org/pypi/plopp)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/plopp/badges/version.svg)](https://anaconda.org/conda-forge/plopp)
[![Documentation](https://img.shields.io/badge/docs-online-success)](https://scipp.github.io/plopp/)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)
[![DOI](https://zenodo.org/badge/528859752.svg)](https://zenodo.org/badge/latestdoi/528859752)

# Plopp

## About

Visualization library for Scipp

## Installation

```sh
python -m pip install plopp
```
