Metadata-Version: 2.1
Name: JanusReader
Version: 0.1.1
Author-email: Romolo Politi <Romolo.Politi@inaf.it>
License: GNU GPL ver3
Description-Content-Type: text/markdown
Provides-Extra: docs

# JanusReader

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

## Usage

```python
import JanusReader as JR

dat = JR("datafile.vic")

```
