Metadata-Version: 2.1
Name: moogpy
Version: 1.0.2
Summary: MOOG spectral synthesis code and python wrapper
Home-page: https://github.com/dnidever/moogpy
Author: David Nidever
Author-email: dnidever@montana.edu
License: MIT
Requires: numpy
Requires: astropy(>=4.0)
Requires: scipy
Requires: matplotlib
Requires: dlnpyutils
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: dlnpyutils
Provides-Extra: docs
Requires-Dist: sphinx ; 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'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-astropy ; extra == 'test'
Requires-Dist: ipython ; extra == 'test'

MOOGPy
======

This is a redistribution of the `MOOG stellar spectral
synthesis software <https://github.com/jsobeck/MOOG-SCAT_basic_git>`_
as well as my own python wrapper code.


Authors
-------

- **David Nidever** (Montana State University)
  
Installation
------------

To install the latest version::

    pip install moogpy

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

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

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

License
-------

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