Metadata-Version: 2.4
Name: vispipe
Version: 1.0.3
Summary: Add your description here
Author-email: Joshua Gramm <joshua.d.gramm@erdc.dren.mil>
Project-URL: Documentation, https://vispipe.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/julietgolf/vispipe
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pint
Requires-Dist: PyMuPDF
Requires-Dist: netCDF4
Requires-Dist: matplotlib

# Visulization Pipeline


## Instillation

To install, clone the repo into a directory and then pip install the cloned repo like any other python package.
```
pip install vispipe
```

## Getting started

Included in VisPipe are the sphinx source files for the documentation. To build run the following commands:
```
pip install sphinx numpydoc sphinx_autodoc_typehints pydata_sphinx_theme
cd src/docs
sphinx-build -M html ./source ./build

```

The HTML files will be generated and the homepage will be located at ```vispipe\src\docs\build\html\index.html```.
