A basic graph library for Python, providing simple graph data structures and algorithms. Current version 1.0.5, released in 2023. Active development.
pip install objectgraphNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple directed graph, add nodes, and display adjacency list.
Use 'from objectgraph import Graph' instead.
Access adjacency by node label string instead of Node instance.
Always pass Node objects to add_edge.
Use a multigraph library like NetworkX if parallel edges are needed.
No dependency data recorded yet.