Metadata-Version: 2.2
Name: ednoflow
Version: 0.0.2
Summary: granular flow dynamics for edge-node networks
Home-page: https://dudung.github.io/ednoflow/
Author: Sparisoma Viridi
Author-email: dudung@gmail.com
License: MIT
Project-URL: Repository, https://github.com/dudung/ednoflow
Project-URL: Documentation, https://dudung.github.io/ednoflow/docs/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.26.4
Requires-Dist: matplotlib>=3.8.4
Requires-Dist: pandas>=2.2.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ednoflow
EdnoFlow is a framework for simulating dynamic agent-based flows on graphs, where agents move along edges connecting nodes (edge-node flow).


## install
```
pip install ednoflow
```
