Metadata-Version: 2.1
Name: hierarchical_review_plots
Version: 0.1.4
Summary: Module of hierarchical review plots
Home-page: https://github.com/niesfutbol/hierarchical_review_plots
Author: NIES
Author-email: nepo@nies.futbol
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: altair
Requires-Dist: Pillow
Requires-Dist: plotly

<a href="https://www.nies.futbol/"><img
src="https://raw.githubusercontent.com/niesfutbol/hierarchical_review_plots/develop/static/logo_nies.png" align="right" width="256"
/></a>

# Module of hierarchical review plots

## Step to use
### Local app
``` sh
docker-compose up -d app
```
Open http://localhost:8101/
### Develop Environment
``` sh
docker-compose run nies
```

