Metadata-Version: 2.4
Name: smpl_doc
Version: 1.2.0
Summary: SiMPLe magic documentation
Project-URL: Documentation, https://smpl.readthedocs.io/en/latest/_autosummary/smpl_doc.doc.html#module-smpl_doc.dochttps://github.com/APN-Pucky/smpl_doc/
Project-URL: Issues, https://github.com/APN-Pucky/smpl_doc/issues
Project-URL: Source, https://github.com/APN-Pucky/smpl_doc/
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: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
Requires-Python: >=3.8
Requires-Dist: smpl>=1.5.0
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pandoc; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autoapi; extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon; extra == 'docs'
Requires-Dist: toml; extra == 'docs'
Provides-Extra: lint
Requires-Dist: ruff; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-profiling; extra == 'test'
Description-Content-Type: text/markdown

# smpl_doc
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_doc.svg)

 [![test][a t image]][a t link]    [![Coverage Status][c t i]][c t l]

## Documentation

-   <https://apn-pucky.github.io/smpl_doc/index.html>

## Versions

### Stable

```sh
pip install smpl_doc
```

Optional: --user or --upgrade

### Dev

```sh
pip install --index-url https://test.pypi.org/simple/ smpl_doc
```

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

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

[a s image]: https://github.com/APN-Pucky/smpl_doc/actions/workflows/stable.yml/badge.svg
[a s link]: https://github.com/APN-Pucky/smpl_doc/actions/workflows/stable.yml
[a t link]: https://github.com/APN-Pucky/smpl_doc/actions/workflows/test.yml
[a t image]: https://github.com/APN-Pucky/smpl_doc/actions/workflows/test.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_doc/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_doc/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_doc/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_doc/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_doc/badge.svg?branch=stable
[c s l]: https://coveralls.io/github/APN-Pucky/smpl_doc?branch=stable
[c t l]: https://coveralls.io/github/APN-Pucky/smpl_doc?branch=master
[c t i]: https://coveralls.io/repos/github/APN-Pucky/smpl_doc/badge.svg?branch=master

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