Open
Description
It is also possible to write a Python API for the GEDLIB c++ graph. In this case, we can load directly the graphs into this object instead of creating a networkx graph and then convert them. An important thing to consider is that the API should be compatible with the networkx ones since many of my libraries are using the current ones.