cyclic
Handle cyclic relation
Encode item list into "cyclical"
Allow creation of circular module dependencies between classes
ouro is a Python package that checks your code for circular (cyclic) imports.
Graph decyclify algorithm implementation as in Sandnes & Sinnen paper (2004) in Python