Metadata-Version: 2.4
Name: oiplot
Version: 1.5.2
Summary: A plotting tool for OIFITS files with some additional functionality.
Author-email: Marten Scheuck <code@mbscheuck.com>
Project-URL: repository, https://codeberg.org/MBSck/oiplot.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=6.1.7
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: numpy>=2.2.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: pillow>=11.1.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: scienceplots>=2.1.1
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file

[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-yellow.svg)](https://opensource.org/license/gpl-3-0)
![PyPI Version](https://img.shields.io/pypi/v/oiplot)

# Oiplot

Oiplot is a simple and straightforward plotting software for [OIFITS](https://oifits.org/docs/about/) files. It also provides `io` as well as further plotting functionality.

* **Documentation**:
* **Bug reports**: https://codeberg.org/MBSck/oiplot/issues

## Contents

This package provides

* OIFITS `io` operations
* OIFITS `plot` functionality
* Additional `orbit` plot functionality

## Installation

```bash
pip install oiplot
```

## Credits

* The example OIFITS was procured from [oidb](https://oidb.jmmc.fr/).
