Metadata-Version: 2.1
Name: Leavitt
Version: 1.0.2
Summary: Variable star fitting code
Home-page: https://github.com/KyleLMatt/leavitt
Author: Kyle Matt, David Nidever
Author-email: kylematt@montana.edu
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: astropy>=4.0
Requires-Dist: scipy
Requires-Dist: dlnpyutils>=1.0.3
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: ipython; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx==3.0.1; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: nbconvert; extra == "docs"
Requires-Dist: nbformat; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"


Leavitt
=======

Variable star fitting software.


Authors
-------

- **Kyle Matt** (Montana State Univerrsity)
- **David Nidever** (Montana State University)

  
Installation
------------

To install the latest version::

    pip install git+https://github.com/KyleLMatt/leavitt


Attribution
-----------

.. image:: https://zenodo.org/badge/191846537.svg
        :target: https://zenodo.org/badge/latestdoi/191846537

    
Documentation
-------------

.. image:: https://readthedocs.org/projects/leavitt/badge/?version=latest
        :target: http://leavitt.readthedocs.io/

See `the documentation <http://leavitt.readthedocs.io>`_ for information on how
to install and use Leavitt.

License
-------

.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
        :target: https://github.com/KyleLMatt/leavitt/blob/main/LICENSE
