Metadata-Version: 2.4
Name: catwoman
Version: 1.1.0
Summary: Transit modelling package for asymmetric light curves
Home-page: https://github.com/KathrynJones1/catwoman
Author: Kathryn Jones
Author-email: kathryndjones@hotmail.co.uk
License: GNU GPLv3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy>=1.16.2
Provides-Extra: matplotlib
Requires-Dist: matplotlib; extra == "matplotlib"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

catwoman: A transit modelling Python package for asymmetric light curves
==========================================================================
.. image:: https://github.com/KathrynJones1/catwoman/raw/master/docs/cw.png

``catwoman`` is a Python package that models asymmetric transit lightcurves where planets are modelled as two semi-circles with different radii in any orientation, for any radially symmetric stellar limb darkening law. 

``catwoman`` uses the integration algorithm developed for the ``batman`` package (Kreidberg 2015), from which ``catwoman`` builds upon. 

For a detailed introduction and more information please visit https://catwoman.readthedocs.io/.

``catwoman`` was peer reviewed by JOSS (Journal of Open Source Software) and Jones & Espinoza 2020 can be viewed here

.. image:: https://joss.theoj.org/papers/10.21105/joss.02382/status.svg
   :target: https://doi.org/10.21105/joss.02382

``catwoman`` has been demonstrated and used in `Espinoza & Jones 2021 <https://ui.adsabs.harvard.edu/abs/2021arXiv210615687E/abstract>`_ .


Installation
=============
You can install ``catwoman`` with pip (recommended):

::

	$ pip install catwoman


