Metadata-Version: 2.4
Name: curvesimulator
Version: 0.6
Summary: CurveSimulator is a n-body library for orbital parameter determination and visualization of exoplanet systems.
Home-page: https://github.com/lichtgestalter/curvesimulator
Author: Uli Scheuss
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: colorama
Requires-Dist: configparser
Requires-Dist: corner
Requires-Dist: emcee
Requires-Dist: lightkurve
Requires-Dist: lmfit
Requires-Dist: matplotlib==3.10.0
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: rebound
Requires-Dist: scipy
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# CurveSimulator

[![GitHub Wiki](https://img.shields.io/badge/docs-Wiki-red)](https://github.com/lichtgestalter/curvesimulator/wiki)
[![PyPI version](https://badge.fury.io/py/curvesimulator.svg)](https://badge.fury.io/py/curvesimulator)
[![Python Versions](https://img.shields.io/pypi/pyversions/curvesimulator.svg)](https://pypi.org/project/curvesimulator/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyPI Downloads](https://static.pepy.tech/badge/curvesimulator)

**CurveSimulator: A Star System and Lightcurve Simulator**

CurveSimulator generates a video of the movements and eclipses of celestial bodies and the resulting lightcurve. This is especially useful for star systems that contain exoplanets detected using the transit method.

The video simultaneously displays a view of the star system from the top and from the side alongside the lightcurve of the system's total luminosity over time.

**Key Features**
- Produces videos with just 2 lines of Python code
- Fast video generation (takes about the same time as playing time)
- Efficient storage (only 0.5 MB disk space per minute of video)
- Customizable via a configuration file
