grafeno package

This is the main package for the grafeno library. If you want to use grafeno from your code, import it like this:

import grafeno

If you only need specific functionality, you may want to import it like this:

from grafeno import Graph as CG, pipeline

Subpackages