Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avsthiago/sankey-streamlit

A streamlit app to generate Sankey diagrams dynamically
https://github.com/avsthiago/sankey-streamlit

Last synced: 16 days ago
JSON representation

A streamlit app to generate Sankey diagrams dynamically

Awesome Lists containing this project

README

        

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://sankey.streamlit.app/)

# sankey-streamlit

A Streamlit app to generate Sankey diagrams.

![Sankey Diagram](artifacts/demo.png)

## Contributing

Developing

- Run `poe` from within the development environment to print a list of [Poe the Poet](https://github.com/nat-n/poethepoet) tasks available to run on this project.
- Run `poetry add {package}` from within the development environment to install a run time dependency and add it to `pyproject.toml` and `poetry.lock`. Add `--group test` or `--group dev` to install a CI or development dependency, respectively.
- Run `poetry update` from within the development environment to upgrade all dependencies to the latest versions allowed by `pyproject.toml`.