Metadata-Version: 2.4
Name: simppler
Version: 0.1.1
Summary: simpple Radial Velocities
Project-URL: Homepage, https://simppler.readthedocs.io
Project-URL: Repository, https://github.com/vandalt/simppler
Project-URL: Bug Tracker, https://github.com/vandalt/simppler/issues
Author-email: Thomas Vandal <thomas.vandal@umontreal.ca>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: matplotlib
Requires-Dist: radvel
Requires-Dist: simpple
Provides-Extra: docs
Requires-Dist: arviz; extra == 'docs'
Requires-Dist: corner; extra == 'docs'
Requires-Dist: emcee; extra == 'docs'
Requires-Dist: ipywidgets; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: pandas; extra == 'docs'
Requires-Dist: scipy; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-book-theme; extra == 'docs'
Requires-Dist: tqdm; extra == 'docs'
Requires-Dist: ultranest; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# simppler: simpple Radial Velocities

`simppler` is a radial velocity fitting package built with [`simpple`](https://simpple.readthedocs.io).

My main goal writing this package was to test `simpple` on a problem I know well and for which I have a good benchmark code to follow, i.e. [RadVel](https://radvel.readthedocs.io/).

Take a look at the documentation for more information: <https://simppler.readthedocs.io>.
