Metadata-Version: 2.4
Name: moldenViz
Version: 0.2.0
Project-URL: Documentation, https://moldenviz.readthedocs.io/en/latest/
Project-URL: Issues, https://github.com/Faria22/moldenViz/issues
Project-URL: Source, https://github.com/Faria22/moldenViz
Author-email: Faria22 <fariafelipe22@hotmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: pyvista
Requires-Dist: pyvistaqt
Requires-Dist: scipy
Description-Content-Type: text/markdown

# moldenViz

[![PyPI - Version](https://img.shields.io/pypi/v/moldenviz.svg)](https://pypi.org/project/moldenviz)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/moldenviz.svg)](https://pypi.org/project/moldenviz)
[![Documentation Status](https://readthedocs.org/projects/moldenviz/badge/?version=latest)](https://moldenviz.readthedocs.io/en/latest/?badge=latest)

-----

## Installation

```console
pip install moldenViz
```

## Documentation
You can find the documentation [here](https://moldenviz.readthedocs.io/en/latest/).

## Usage

## Roadmap
- [x] 0.1: Basic commands inside python.
  - [x] 0.1.5: Documentation support
- [x] 0.2: Plotter.
- [ ] 0.3: CLI options.
