Skip to content

kirin123kirin/csankey

Repository files navigation

Python C Extention Easy Core functions

Upload pypi.org

Overview

There is an exciting application that uses d3.js sankey-circular.js. However, the way to create json data is very complicated.

Goal

  • The goal is to automatically generate a sankey diagram from a csv or spreadsheet.
  • and also to create a sankey diagram by copying a spreadsheet table to the clipboard and running this program.

Implementation

It uses a library created in C++ and imported as a library from python. The reason for this is that file and string manipulation is much easier in python.

Install

$ pip install csankey

UnInstall

$ pip uninstall csankey

Requirement

  • python3.3 later.

run command Environment

  • Windows
  • Linux
  • Mac OSX

Supported Browsers of OutputHTML file

Checked Browser Result
Chrome(95.0.4638.69) OK
Edge(95.0.1020.40) OK
Firefox ?Unknown
IE ?Unknown
Opera ?Unknown
Safari ?Unknown

Usage

TODO

Example

TODO

Perfomance

TODO

Libraries used

References used