Metadata-Version: 2.4
Name: leanplot
Version: 1.0.0
Summary: Provides some classes for fast matplotlib plotting based on ISO 80000.
Author-email: Joel Kimmich <software@igte.uni-stuttgart.de>
License-Expression: MIT
Project-URL: Homepage, https://codeberg.org/IGTE/leanplot
Project-URL: Documentation, https://codeberg.org/IGTE/leanplot
Project-URL: Repository, https://codeberg.org/IGTE/leanplot
Project-URL: Issues, https://codeberg.org/IGTE/leanplot/issues
Project-URL: Changelog, https://codeberg.org/IGTE/leanplot/CHANGELOG.rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Documentation
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: matplotlib>=3.10.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: cmcrameri
Provides-Extra: dev
Requires-Dist: ruff>=0.15.8; extra == "dev"
Requires-Dist: build>=1.4.2; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

[//]: # (<h1 align="center">)

[//]: # (<img src="somePath" alt="LeanPlot Logo" height="65">)

[//]: # (</h1><br>)

# LeanPlot

[![PyPI - Version](https://shields.io/pypi/v/leanplot)](https://pypi.org/project/leanplot/)
[![PyPI - License](https://shields.io/pypi/l/leanplot)](https://pypi.org/project/leanplot/)
[![Typing](https://shields.io/pypi/types/leanplot)](https://pypi.org/project/leanplot/)

LeanPlot is a baseline plotting tool for formatted matplotlib plots based on ISO 80000 using "," as decimal and a 
short protected space as thousands separator. Also, it makes it easy to plot over time with correct formatting.

The result can always be manipulated like any other matplotlib axes and figures.

## Installation

```bash
pip install leanplot
```

## License

See LICENSE.txt for the license.
