gspan
Python implementation of frequent subgraph mining algorithm gSpan. Directed graphs are supported.
submine is a research‑grade Python library for frequent subgraph mining that provides a unified, safe, and extensible interface over heterogeneous mining algorithms implemented in Python, C++, and Java.
Python implementation of closed frequent subgraph mining algorithm cgSpan. Only undirected graphs are currently supported.