Metadata-Version: 2.1
Name: cosmoplotian
Version: 0.0.1
Summary: cosmoplotian is for plotting
Home-page: https://github.com/bthorne93/cosmoplotian
Author: Ben Thorne
Author-email: bn.thorne@googlemail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: astropy (>=4.0.1,<5.0.0)
Requires-Dist: importlib_resources (>=2.0.1,<3.0.0); python_version == "3.6"
Requires-Dist: ipykernel (>=5.3.0,<6.0.0); extra == "docs"
Requires-Dist: matplotlib (>=3.0.0,<4.0.0)
Requires-Dist: nbsphinx (>=0.7.0,<0.8.0); extra == "docs"
Requires-Dist: numpy (>=1.17,<2.0)
Requires-Dist: pandoc (>=1.0.2,<2.0.0); extra == "docs"
Requires-Dist: pytest (>=5.4.3,<6.0.0); extra == "test"
Requires-Dist: pytest-astropy (>=0.8.0,<0.9.0); extra == "test"
Requires-Dist: reproject (>=0.7.1,<0.8.0)
Requires-Dist: sphinx (>=3.0.4,<4.0.0); extra == "docs"
Requires-Dist: sphinx-argparse (>=0.2.5,<0.3.0); extra == "docs"
Requires-Dist: sphinx-astropy (>=1.3,<2.0); extra == "docs"
Requires-Dist: sphinx-math-dollar (>=1.1.1,<2.0.0); extra == "docs"
Requires-Dist: tox (>=3.15.1,<4.0.0); extra == "test"
Project-URL: Repository, https://github.com/bthorne93/cosmoplotian
Description-Content-Type: text/x-rst

Plotting of images related to cosmology
---------------------------------------

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy Badge

.. image:: https://coveralls.io/repos/github/bthorne93/cosmoplotian/badge.svg?branch=master
    :target: https://coveralls.io/github/bthorne93/cosmoplotian?branch=master

.. image:: https://travis-ci.org/bthorne93/cosmoplotian.svg?branch=master
    :target: https://travis-ci.org/bthorne93/cosmoplotian

``cosmoplotian`` provides additional projections and colormaps for the
plotting of astronomical images.


License
-------

This project is Copyright (c) Ben Thorne and licensed under
the terms of the BSD 3-Clause license. This package is based upon
the `Astropy package template <https://github.com/astropy/package-template>`_
which is licensed under the BSD 3-clause license. See the licenses folder for
more information.
