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.1.0.tar.gz
(12.8 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.1.0.tar.gz.
File metadata
- Download URL: soufflesankey-0.1.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee379ef05363ef768936a238e83ac821df4d19d9b88e55e5114646c1c6ffaf55
|
|
| MD5 |
4902f1a0a5895ba2dcdf42ed51851f27
|
|
| BLAKE2b-256 |
c4f6d53873559c2dbf42c8cb80567112800ba0ebdb1bc9a537eafd22a3e718cd
|
File details
Details for the file soufflesankey-0.1.0-py3-none-any.whl.
File metadata
- Download URL: soufflesankey-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.8 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 |
7c756a471f53c193fd1b095f243c1f4b295d6e0568548abaf2378c81c32edfac
|
|
| MD5 |
9b0387fdf5f438df026b61e9893b14fd
|
|
| BLAKE2b-256 |
16d052d4ddd277c246fc3a56d0fcf3a0ca63ff99b339af0078d005fc728431ee
|