Metadata-Version: 2.1
Name: nemoview
Version: 0.1.0
Summary: Visualization tool for NEMO ensembles
Home-page: https://github.com/LeonardoESousa/nemoview
Author: Leonardo Evaristo de Sousa
Author-email: leonardo.sousa137@gmail.com
License: MIT
Description: 
        # NEMOVIEW - Visualization tool for NEMO ensembles.
        
        
        [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
        [![license](https://img.shields.io/github/license/LeonardoESousa/nemoview?style=plastic)]()
        [![maint](https://img.shields.io/maintenance/yes/2023?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)
        
        <img src="Tutorial/nemoview_front.png" alt="Alt Text" width="2000">
        
        ## How to install it?
        
        To run nemoview locally in your computer, run:
        
        `pip install git+https://github.com/LeonardoESousa/nemoview`
        
        ## 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).
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
