Metadata-Version: 2.4
Name: smpl
Version: 1.5.5
Summary: SiMPLe plotting and fitting
Project-URL: Documentation, https://smpl.readthedocs.io/
Project-URL: Issues, https://github.com/APN-Pucky/smpl/issues
Project-URL: Source, https://github.com/APN-Pucky/smpl
Author-email: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: deprecation
Requires-Dist: iminuit
Requires-Dist: ipywidgets
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas>=1.0.0
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: scipy>=1.7.0
Requires-Dist: smplr
Requires-Dist: sympy
Requires-Dist: tqdm
Requires-Dist: uncertainties
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: jupyter; extra == 'dev'
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: pre-commit<4.0,>=2.20; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jupyter-sphinx; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: nbsphinx; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pandoc; extra == 'docs'
Requires-Dist: sphinx-autoapi; extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-math-dollar; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinx<8.0.0; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon; extra == 'docs'
Requires-Dist: toml; extra == 'docs'
Provides-Extra: test
Requires-Dist: nbval; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-line-profiler-apn>=0.1.5; extra == 'test'
Requires-Dist: pytest-mpl; extra == 'test'
Requires-Dist: pytest-profiling; extra == 'test'
Description-Content-Type: text/markdown

# smpl
Simplified plotting and fitting in python.

[![PyPI version][pypi image]][pypi link]
[![PyPI version][pypi versions]][pypi link]
![downloads](https://img.shields.io/pypi/dm/smpl.svg)
[![test][a t image]][a t link]
[![Coverage Status][c t i]][c t l]
[![Codacy Badge][cc c i]][cc c l]
[![Codacy Badge][cc q i]][cc q l]
[![Documentation][rtd t i]][rtd t l]

## Documentation

-   <https://smpl.readthedocs.io/en/latest/>

## Versions

### Stable

```sh
pip install smpl
```

Optional: --user or --upgrade

[doc stable]: https://apn-pucky.github.io/smpl/index.html
[doc test]: https://apn-pucky.github.io/smpl/test/index.html

[pypi image]: https://badge.fury.io/py/smpl.svg
[pypi link]: https://pypi.org/project/smpl/
[pypi versions]: https://img.shields.io/pypi/pyversions/smpl.svg

[a s image]: https://github.com/APN-Pucky/smpl/actions/workflows/stable.yml/badge.svg
[a s link]: https://github.com/APN-Pucky/smpl/actions/workflows/stable.yml
[a t link]: https://github.com/APN-Pucky/smpl/actions/workflows/ci.yml
[a t image]: https://github.com/APN-Pucky/smpl/actions/workflows/ci.yml/badge.svg

[cc s q i]: https://app.codacy.com/project/badge/Grade/38630d0063814027bd4d0ffaa73790a2?branch=stable
[cc s q l]: https://www.codacy.com/gh/APN-Pucky/smpl/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=APN-Pucky/smpl&amp;utm_campaign=Badge_Grade?branch=stable
[cc s c i]: https://app.codacy.com/project/badge/Coverage/38630d0063814027bd4d0ffaa73790a2?branch=stable
[cc s c l]: https://www.codacy.com/gh/APN-Pucky/smpl/dashboard?utm_source=github.com&utm_medium=referral&utm_content=APN-Pucky/smpl&utm_campaign=Badge_Coverage?branch=stable

[cc q i]: https://app.codacy.com/project/badge/Grade/38630d0063814027bd4d0ffaa73790a2
[cc q l]: https://www.codacy.com/gh/APN-Pucky/smpl/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=APN-Pucky/smpl&amp;utm_campaign=Badge_Grade
[cc c i]: https://app.codacy.com/project/badge/Coverage/38630d0063814027bd4d0ffaa73790a2
[cc c l]: https://www.codacy.com/gh/APN-Pucky/smpl/dashboard?utm_source=github.com&utm_medium=referral&utm_content=APN-Pucky/smpl&utm_campaign=Badge_Coverage

[c s i]: https://coveralls.io/repos/github/APN-Pucky/smpl/badge.svg?branch=stable
[c s l]: https://coveralls.io/github/APN-Pucky/smpl?branch=stable
[c t l]: https://coveralls.io/github/APN-Pucky/smpl?branch=master
[c t i]: https://coveralls.io/repos/github/APN-Pucky/smpl/badge.svg?branch=master

[rtd s i]: https://readthedocs.org/projects/smpl/badge/?version=stable
[rtd s l]: https://smpl.readthedocs.io/en/stable/?badge=stable
[rtd t i]: https://readthedocs.org/projects/smpl/badge/?version=latest
[rtd t l]: https://smpl.readthedocs.io/en/latest/?badge=latest
