资 源 简 介
PyGrapes is a Python library that allows a user to create and manipulate graph structures (i.e, with nodes, edges etc.).
There are many similar libraries out there, I know. But none of them present a minimal and clean interface in the spirit of the Pythonic language.
This library tries to achive with graphs what numpy has achived with arrays and matrix.