Metadata-Version: 2.1
Name: JanusReader
Version: 0.12.2
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:10.5281/zenodo.10051173](https://zenodo.org/badge/DOI/10.5281/zenodo.10051173.svg)

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

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

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