Metadata-Version: 2.1
Name: corner
Version: 2.1.0rc1
Summary: Make some beautiful corner plots
Home-page: https://corner.readthedocs.io
Author: Dan Foreman-Mackey
Author-email: foreman.mackey@gmail.com
Maintainer: Dan Foreman-Mackey
Maintainer-email: foreman.mackey@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
Requires-Dist: matplotlib (>=2.1)
Requires-Dist: setuptools (>=40.6.0)
Requires-Dist: setuptools-scm
Requires-Dist: wheel
Provides-Extra: dev
Requires-Dist: pytest (>=3.6) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: toml ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: pandas ; extra == 'dev'
Requires-Dist: sphinx (>=1.7.5) ; extra == 'dev'
Requires-Dist: pandoc ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pep517 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (>=1.7.5) ; extra == 'docs'
Requires-Dist: pandoc ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=3.6) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: toml ; extra == 'test'
Requires-Dist: scipy ; extra == 'test'
Requires-Dist: pandas ; extra == 'test'

corner.py
=========

.. image:: https://github.com/dfm/corner.py/workflows/Tests/badge.svg?style=flat
    :target: https://github.com/dfm/corner.py/actions
.. image:: https://readthedocs.org/projects/corner/badge/?version=latest
    :target: https://corner.readthedocs.io/en/latest/?badge=latest
.. image:: http://img.shields.io/badge/license-BSD-blue.svg?style=flat
    :target: https://github.com/dfm/corner.py/blob/main/LICENSE
.. image:: https://zenodo.org/badge/4729/dfm/corner.py.svg?style=flat
    :target: https://zenodo.org/badge/latestdoi/4729/dfm/corner.py
.. image:: http://joss.theoj.org/papers/10.21105/joss.00024/status.svg?style=flat
    :target: http://dx.doi.org/10.21105/joss.00024

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Read `the documentation <http://corner.readthedocs.io/>`_.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

If you make use of this code, please cite `the JOSS paper
<http://dx.doi.org/10.21105/joss.00024>`_:

.. code-block:: tex

    @article{corner,
      doi = {10.21105/joss.00024},
      url = {https://doi.org/10.21105/joss.00024},
      year  = {2016},
      month = {jun},
      publisher = {The Open Journal},
      volume = {1},
      number = {2},
      pages = {24},
      author = {Daniel Foreman-Mackey},
      title = {corner.py: Scatterplot matrices in Python},
      journal = {The Journal of Open Source Software}
    }


