Metadata-Version: 2.2
Name: cheopslcs
Version: 0.9
Summary: A simple CHEOPS light curve simulator that creates transit and phase-curve light curves.
Author-email: Judith Korth <judithkorth@gmail.com>, Hannu Parviainen <hpparvi@gmail.com>
License: GPLv3
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: meepmeep>=0.7.2
Requires-Dist: pytransit>=2.6.13
Requires-Dist: numpy

# Simple CHEOPS Light Curve Simulator

A simple Python package to simulate CHEOPS light curves for transits, eclipses, and phase curves. 

[![Docs](https://readthedocs.org/projects/simple-cheops-light-curve-simulator/badge/)](https://simple-cheops-light-curve-simulator.readthedocs.io)
[![Licence](http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![PyPI version](https://badge.fury.io/py/clcsim.svg)](https://pypi.org/project/clcsim/)

## Installation

Install from PyPI

    pip install clcsim

## Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to enhance the functionality or documentation.
License
