A Python package for creating Sankey diagrams with a focus on mobile app analytics
Project description
SouffleSankey
A Python package for creating Sankey diagrams with a focus on mobile app analytics visualization.
Installation
pip install soufflesankey
Quick Start
from soufflesankey import SouffleSankey
# Create a new Sankey diagram
sankey = SouffleSankey()
# Add flows
sankey.add_flow('Start', 'End', 100)
# Create and show the plot
fig = sankey.plot()
fig.show()
Features
- Easy-to-use API for creating Sankey diagrams
- Support for custom colors and styling
- Built-in support for funnel analysis
- Integration with Plotly for interactive visualizations
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
soufflesankey-0.2.0.tar.gz
(12.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soufflesankey-0.2.0.tar.gz.
File metadata
- Download URL: soufflesankey-0.2.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
515b8292dcc56292e51e8f849f706c686f3c156d938ea238c6f66cbca8cf19eb
|
|
| MD5 |
9e1c69c884675d57f2fa21c33e6d2904
|
|
| BLAKE2b-256 |
9afd462a2c59e1c52bd71dd14353d067dc12a72ec66f0dc0f31428d4da8b0aed
|
File details
Details for the file soufflesankey-0.2.0-py3-none-any.whl.
File metadata
- Download URL: soufflesankey-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
033200b8f7eb2fedf7bb7cffbd06c6fb78c30b653327347033f8574995680e2c
|
|
| MD5 |
4aa46ca5d1b4b0a1db90b656fe59cfe8
|
|
| BLAKE2b-256 |
26abe226988a249b73d2c7dcca68eab75a023cb34430026003aaa331ace5d1b0
|