Metadata-Version: 2.4
Name: nemoview
Version: 0.3.5
Summary: Visualization tool for NEMO ensembles
Author-email: Leonardo Evaristo de Sousa <ledso@dtu.dk>
License: MIT License
        
        Copyright (c) 2022 LeonardoESousa
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/LeonardoESousa/nemoview
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib==3.9.0
Requires-Dist: voila==0.5.7
Requires-Dist: ipywidgets==8.1.3
Requires-Dist: pandas==1.5.3
Requires-Dist: IPython
Requires-Dist: Ipympl
Requires-Dist: jinja2
Requires-Dist: nemophoto>=1.3.2
Requires-Dist: ipykernel==6.29.5
Requires-Dist: numpy==1.26.4
Requires-Dist: colour-science==0.4.6
Dynamic: license-file

# NEMOVIEW - Visualization tool for NEMO ensembles.


[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg?style=plastic)](https://www.python.org/)
[![license](https://img.shields.io/github/license/LeonardoESousa/nemoview?style=plastic)]()
[![maint](https://img.shields.io/maintenance/yes/2026?style=plastic)]()
[![down](https://img.shields.io/pypi/dm/nemoview?style=plastic)]()
[![commit](https://img.shields.io/github/last-commit/LeonardoESousa/nemoview?style=plastic)]()
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LeonardoESousa/nemoview/HEAD?urlpath=voila%2Frender%2Fnemoview%2Fnemodash.ipynb)

## An application for analysis and visualization of results from NEMO ensemble calculations. 


<img src="Tutorial/Figures/nemoview_front.png" alt="Alt Text" width="2000">


## Quick Guide

1 - Try running it using  binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LeonardoESousa/nemoview/HEAD?urlpath=voila%2Frender%2Fnemoview%2Fnemodash.ipynb)

2 - Read the [tutorial](https://github.com/LeonardoESousa/nemoview/tree/main/Tutorial/Tutorial.md) while the application loads. 

3 - Examples of ensemble files for testing can be found [here](https://github.com/LeonardoESousa/nemoview/tree/main/Tutorial).

## How to install it?

The easiest way to install is to use pip:

`pip install nemoview`

This will install the latest released version.

To install the version with the latest commit, run:

`pip install git+https://github.com/LeonardoESousa/nemoview`

**NOTE**: It is recommended that you install **NEMOview** within a virtual enviroment.

## How to use it?

Once installed, use the command:

`nemoview`

The application will open in your browser.

## Tutorial

For details on the analyses available in **NEMOview**, check the [tutorial](https://github.com/LeonardoESousa/nemoview/tree/main/Tutorial/Tutorial.md).
