networkx.faster_graph_could_be_isomorphic
networkx.GraphMatcher
Returns True if the graphs G1 and G2 are isomorphic and False otherwise.
Uses the vf2 algorithm - see networkx.isomorphvf2