{ "info": { "author": "pierre-sassoulas", "author_email": "pierre.sassoulas@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# pySankey\n\nUses matplotlib to create simple \nSankey diagrams flowing only from left to right.\n\n[](https://badge.fury.io/py/pySankeyBeta)\n[](https://travis-ci.org/Pierre-Sassoulas/pySankey)\n[](https://coveralls.io/github/Pierre-Sassoulas/pySankey?branch=master)\n[](https://github.com/ambv/black)\n\n## Requirements\n\nRequires python-tk (for python 2.7) or python3-tk (for python 3.x) you can\ninstall the other requirements with:\n\n``` bash\n pip install -r requirements.txt\n```\n\n## Example\n\nWith fruits.txt :\n\n
| \n | true | \npredicted | \n
|---|---|---|
| 0 | \nblueberry | \norange | \n
| 1 | \nlime | \norange | \n
| 2 | \nblueberry | \nlime | \n
| 3 | \napple | \norange | \n
| ... | \n... | \n... | \n
| 996 | \nlime | \norange | \n
| 997 | \nblueberry | \norange | \n
| 998 | \norange | \nbanana | \n
| 999 | \napple | \nlime | \n
1000 rows \u00d7 2 columns
\n