Metadata-Version: 2.1
Name: sncosmo
Version: 2.6.0
Summary: Package for supernova cosmology based on astropy
Home-page: https://sncosmo.readthedocs.org
Author: The SNCosmo Developers
Author-email: kylebarbary@gmail.com
License: BSD 3-Clause License
Keywords: supernova,cosmology
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: astropy (>=1.3.0)
Requires-Dist: extinction (>=0.4.2)
Requires-Dist: numpy (>=1.13.3)
Requires-Dist: scipy (>=0.19.0)
Provides-Extra: all
Requires-Dist: iminuit ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: emcee (>=3) ; extra == 'all'
Requires-Dist: nestle ; extra == 'all'
Provides-Extra: docs
Requires-Dist: cython ; extra == 'docs'
Requires-Dist: numpy ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: scipy ; extra == 'docs'
Requires-Dist: extinction ; extra == 'docs'
Requires-Dist: astropy ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: pillow ; extra == 'docs'
Requires-Dist: iminuit ; extra == 'docs'
Requires-Dist: emcee (>=3) ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: oldestdeps
Requires-Dist: astropy (==1.3.0) ; extra == 'oldestdeps'
Requires-Dist: extinction (==0.4.2) ; extra == 'oldestdeps'
Requires-Dist: numpy (==1.13.3) ; extra == 'oldestdeps'
Requires-Dist: scipy (==0.19.0) ; extra == 'oldestdeps'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-astropy ; extra == 'test'
Requires-Dist: cython ; extra == 'test'
Provides-Extra: test_coverage
Requires-Dist: coveralls ; extra == 'test_coverage'
Requires-Dist: coverage ; extra == 'test_coverage'
Requires-Dist: pytest-cov ; extra == 'test_coverage'

SNCosmo
=======

*Python library for supernova cosmology*

[![Build Status](https://github.com/sncosmo/sncosmo/actions/workflows/run_tests.yml/badge.svg)](https://github.com/sncosmo/sncosmo/actions/workflows/run_tests.yml)
[![Coverage Status](https://codecov.io/gh/sncosmo/sncosmo/branch/master/graph/badge.svg?token=jMdsK7kgPb)](https://codecov.io/gh/sncosmo/sncosmo)
[![Documentation Status](https://readthedocs.org/projects/sncosmo/badge/?version=latest)](https://sncosmo.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/sncosmo.svg?style=flat-square)](https://pypi.python.org/pypi/sncosmo)
[![ASCL](https://img.shields.io/badge/ascl-1611.017-blue.svg?colorB=262255)](https://ascl.net/1611.017)

**Documentation:** http://sncosmo.readthedocs.io

**Citing sncosmo:** [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.592747.svg)](https://doi.org/10.5281/zenodo.592747)


