Metadata-Version: 2.1
Name: smpl
Version: 0.0.95
Summary: simple plotting and fitting
Home-page: https://github.com/APN-Pucky/smpl
Author: APN
Author-email: APN-Pucky@no-reply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# simple plotting + fitting
Doc: https://apn-pucky.github.io/smpl/index.html

[![PyPI version](https://badge.fury.io/py/smpl.svg)](https://badge.fury.io/py/smpl)
![workflow](https://github.com/APN-Pucky/smpl/actions/workflows/stable.yml/badge.svg)
![downloads](https://img.shields.io/pypi/dm/smpl.svg)

### stable version
```
pip install smpl
```
Optional: --user or --upgrade

### unstable version
```
pip install --index-url https://test.pypi.org/simple/ smpl
```


