Metadata-Version: 2.1
Name: popstar
Version: 1.0.2
Summary: SSP synthetic spectra
Home-page: https://github.com/dnidever/popstar
Author: David Nidever
Author-email: dnidever@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)
Requires-Dist: ferre
Requires-Dist: gdown
Requires-Dist: chronos
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'


popstar
=======

Integrated light synthetic spectra of a simple stellar population.

Authors
-------

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

You can also pip install directly from GitHub::

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

