pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Study `networkx` Python package for inspiration #33

Open pnevyk opened 1 year ago

pnevyk commented 1 year ago

networkx is a popular (12k stars on GitHub) and mature (first documented release in 2005) graph library written in Python. Assuming it's friendly to newcomers but also provides necessary API for advanced use, try to find inspiration for our API there.