Metadata-Version: 2.1
Name: ecodev-sankey
Version: 0.0.2
Summary: Hierarchy generators
License: MIT
Author: Dorian Kodelja
Author-email: dorian.kodelja@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: ecodev-core (>=0,<1)
Requires-Dist: networkx (>=3,<4)
Description-Content-Type: text/markdown


# EcoDev Sankey

**This is work in progress** This library easily allows to create (DataPoint) objects having associated (TreeNode) hierarchies, and manipulate these objects: filtering on them... The final aim is usually to show the filtered information in a Sankey diagram, hence the library name

