architxt.ui

architxt.ui#

Functions

dataframe(forest)

Render instance DataFrames.

graph(schema)

Render schema graph visualization.

load_forest()

Classes

Edge(source, target[, color])

Node(id[, title, label, color, shape, size])

class architxt.ui.Edge(source, target, color='#F7A7A6', **kwargs)[source]#

Bases: Edge

class architxt.ui.Node(id, title=None, label=None, color=None, shape='dot', size=25, **kwargs)[source]#

Bases: Node

architxt.ui.dataframe(forest)[source]#

Render instance DataFrames.

Return type:

None

architxt.ui.graph(schema)[source]#

Render schema graph visualization.

Return type:

None

async architxt.ui.load_forest()[source]#
Return type:

list[Tree]