pygraphia
1.0.0
pygraphia is in early development phase.
pygraphia aims to be a minimalist graph library to help you implement graph algorithms out of the box.
It also comes with its own implementations of few popular graph algorithms.
The current features are:
Graph
, Vertex
, Edge
, Walk
, Path
Graph
data type` comes with a lot of in-built properties like is_connected
, is_eulerian
etc.Future goals:
Currently development time constrainted due to my busy university schedule. Hopefully I will be able to invest more time next month.
Contributors and testers are welcome.