Metadata-Version: 2.1
Name: bossbrain
Version: 1.0.0
Summary: Abundance determination for BOSS Spectra
Home-page: https://github.com/dnidever/bossbrain
Author: David Nidever
Author-email: dnidever@montana.edu
License: MIT
Requires: numpy
Requires: astropy(>=4.0)
Requires: scipy
Requires: dlnpyutils
Requires: doppler
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: scipy
Requires-Dist: jwst
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'


BOSSBrain
==================

Abundance determination for BOSS optical spectra.

Authors
-------

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

To install the latest version::

    pip install git+https://github.com/dnidever/bossbrain

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

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

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

License
-------

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