An open API service indexing awesome lists of open source software.

https://github.com/andremicheletti/mongodb_to_graph_tool

A Python script that takes models.py files and make a Digraph
https://github.com/andremicheletti/mongodb_to_graph_tool

Last synced: 2 months ago
JSON representation

A Python script that takes models.py files and make a Digraph

Awesome Lists containing this project

README

          

# mongodb to graph tool

This is a simple Python script that scans for files named `models.py` and take their
`Field` and `ReferenceField` information to generate a Digraph for those references.