Metadata-Version: 2.1
Name: psankey
Version: 1.0.1
Summary: Package for plotting Sankey diagrams with Python
Home-page: https://github.com/mandalsubhajit/psankey
Author: Subhajit Mandal
Author-email: mandalsubhajit@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<img src="https://github.com/mandalsubhajit/psankey/blob/master/pSankey.png" width="100">


# psankey - A module for plotting Sankey flow diagrams in Python

Inspired by **d3-sankey** package for d3js (https://github.com/d3/d3-sankey)

## Brief description

In data science, we often require to visualize flows in the form of a Sankey diagram. This module helps with that. Usage is very straightforward and customizable.

**Note:** Does not work for cyclical graphs.

## Getting started

### Installation

Directly from the source - clone this repo on local machine, open the shell, navigate to this directory and run:
```
python setup.py install
```
or through pip:
```
pip install psankey
```

### Documentation

Please visit [https://github.com/mandalsubhajit/psankey]


