Metadata-Version: 2.4
Name: rocheplot
Version: 0.0.0
Summary: A Python package to schematically plot the evolution of an interacting binary star.
Author-email: Marc van der Sluys <git@vandersluys.nl>
License-Expression: EUPL-1.2
Project-URL: GitHub, https://github.com/MarcvdSluys/rocheplot
Project-URL: ReadTheDocs, https://rocheplot.readthedocs.io
Keywords: astronomy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Dynamic: license-file

# rocheplot #

![PyPI](https://img.shields.io/pypi/v/rocheplot?color=%230A0) ![PyPI -
Downloads](https://img.shields.io/pypi/dm/rocheplot) [![Documentation
Status](https://readthedocs.org/projects/rocheplot/badge/?version=latest)](https://rocheplot.readthedocs.io/en/latest/?badge=latest)
![PyPI - License](https://img.shields.io/pypi/l/rocheplot?color=%230A0)

A Python package to schematically plot the evolution of an interacting binary star.

The code is being developed by [Marc van der Sluys](https://marc.vandersluys.nl) of the Department of Physics
at Utrecht University in The Netherlands, and the Netherlands Institute of Nuclear and High-Energy Physics
(Nikhef) in Amsterdam.  The rocheplot package can be used under the conditions of the [EUPL
1.2](https://www.eupl.eu/1.2/en/) licence.


## Installation ##

This package can be installed using `pip install rocheplot`.  This should automatically install the
dependency packages `numpy`, `pandas` and `matplotlib`, if they haven't been installed already.  If you are
installing by hand, ensure that these packages are installed as well.


## Example use ##

```python
"""Example Python script using the rocheplot package."""

import rocheplot

```

## rocheplot pages ##

* [Pypi](https://pypi.org/project/rocheplot/): rocheplot Python package
* [GitHub](https://github.com/MarcvdSluys/rocheplot/): rocheplot source code
* [ReadTheDocs](https://rocheplot.readthedocs.io/): rocheplot documentation


## Author and licence ##

* Author: Marc van der Sluys
* Contact: https://marc.vandersluys.nl
* Licence: [EUPL 1.2](https://www.eupl.eu/1.2/en/)


## References ##


<sub>Copyright (c) 2026 Marc van der Sluys</sub>
