Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avsthiago/sankey-streamlit
- Owner: avsthiago
- Created: 2024-02-25T17:34:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T19:30:02.000Z (9 months ago)
- Last Synced: 2024-11-08T07:57:27.279Z (2 months ago)
- Language: Dockerfile
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.