Metadata-Version: 2.4
Name: JanusReader
Version: 0.13.0
Summary: Python Reader for the data from JANUS instrument suite on-board the ESA mission JUICE
Author-email: Romolo Politi <Romolo.Politi@inaf.it>, Luca Penasa <Luca.Penasa@inaf.it>
Maintainer-email: Romolo Politi <Romolo.Politi@inaf.it>, Luca Penasa <Luca.Penasa@inaf.it>
License: GNU GPL ver3
Project-URL: Repository, https://github.com/JANUS-JUICE/janusReader
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: rich
Requires-Dist: rich_click
Requires-Dist: importlib-metadata; python_version > "3.10"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"

# 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.
