Metadata-Version: 2.4
Name: JanusReader
Version: 0.15.0
Summary: Python Reader for the data from JANUS instrument suite on-board the ESA mission JUICE
License-Expression: GPL-3.0-only
Keywords: ESA,Space Missions,JUICE,JANUS,Jupiter
Author: Romolo Politi
Author-email: Romolo.Politi@inaf.it
Maintainer: Romolo Politi
Maintainer-email: Romolo.Politi@inaf.it
Requires-Python: >=3.14,<4
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: docs
Requires-Dist: myxmltools (>=0.2.0,<0.3.0)
Requires-Dist: numpy (>=2.4.2,<3.0.0)
Requires-Dist: rich-click (>=1.9.7,<2.0.0)
Requires-Dist: semantic-version-tools (>=1.4.1,<2.0.0)
Requires-Dist: sphinx ; extra == "docs"
Project-URL: Repository, https://github.com/JANUS-JUICE/janusReader
Description-Content-Type: text/markdown

# JanusReader

![Version](https://img.shields.io/badge/version-0.12.2-blue)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13364878.svg)](https://doi.org/10.5281/zenodo.13364878)

**JanusReader** is the official Python library to read data coming from the JANUS instrument on board the ESA mission JUICE.

**DOI:** [10.5281/zenodo.13364878](https://zenodo.org/doi/10.5281/zenodo.13364878)

## Installation

```shell
$ python3 -m pip install JanusReader
```

## Usage

```python
from JanusReader import JanusReader as JR

dat = JR("datafile.vic")
```

### Command line

```console
janusReader datafile.dat
```

it will show the info about the data file. use *--help* for all the options.

