Metadata-Version: 2.1
Name: juice-nbutils
Version: 0.0.1
Summary: This module provides helpers and utilities for JUICE jupyter notebooks
Home-page: https://.github.io/juice-nbutils
License: MIT
Author: JUICE SOC team
Author-email: juice_soc@cosmos.esa.int
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Project-URL: Documentation, https://.github.io/juice-nbutils
Project-URL: Repository, https://github.com//juice-nbutils
Description-Content-Type: text/markdown

# juice-nbutils

[![PyPI](https://img.shields.io/pypi/v/juice-nbutils?style=flat-square)](https://pypi.python.org/pypi/juice-nbutils/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/juice-nbutils?style=flat-square)](https://pypi.python.org/pypi/juice-nbutils/)
[![PyPI - License](https://img.shields.io/pypi/l/juice-nbutils?style=flat-square)](https://pypi.python.org/pypi/juice-nbutils/)
[![Coookiecutter - Wolt](https://img.shields.io/badge/cookiecutter-Wolt-00c2e8?style=flat-square&logo=cookiecutter&logoColor=D4AA00&link=https://github.com/woltapp/wolt-python-package-cookiecutter)](https://github.com/woltapp/wolt-python-package-cookiecutter)


---

**Source Code**: [https://juigitlab.esac.esa.int/core-system/uplink/juice_nbutils.git](https://juigitlab.esac.esa.int/core-system/uplink/juice_nbutils.git)

**PyPI**: [https://pypi.org/project/juice-nbutils/](https://pypi.org/project/juice-nbutils/)

---

This module provides helpers and utilities for JUICE jupyter notebooks

## Installation

```sh
pip install juice-nbutils
```

## Development

* Clone this repository
* Requirements:
  * [Poetry](https://python-poetry.org/)
  * Python 3.8+
* Create a virtual environment and install the dependencies

```sh
poetry install
```

* Activate the virtual environment

```sh
poetry shell
```

### Testing

```sh
pytest
```


