├── LICENSE ├── README.md ├── example.journal ├── example.png ├── requirements.txt └── sankey.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adept/hledger-sankey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adept/hledger-sankey/HEAD/README.md -------------------------------------------------------------------------------- /example.journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adept/hledger-sankey/HEAD/example.journal -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adept/hledger-sankey/HEAD/example.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | plotly 2 | -------------------------------------------------------------------------------- /sankey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adept/hledger-sankey/HEAD/sankey.py --------------------------------------------------------------------------------