age
age copied to clipboard
[Networkx] Added Support for Python NetworkX
This pull request introduces an exciting enhancement to the Age by incorporating native support for the Python NetworkX library. This integration significantly enriches the capabilities of Age, enabling seamless compatibility and interaction with NetworkX's graph analysis and manipulation functionalities.
Changes Introduced:
- Added Networkx UnitTest in github workflow
- Added Networkx instruction in Readme.md
- Added networkx package in pyhton driver
- Updated reqirements.txt file
- Added Sample notebook regarding Networkx
- Updated
setup.py
file in python driver - Added networkX Unittest in python driver
Co-authored-by: Shoaib [email protected] Co-authored-by: Tito Osadebey [email protected] Co-authored-by: Abhishek Kumar Sah [email protected]
@Munmud Could you please resolve the above conflicts so that the PR can be moved forward with?
Abandoned