II.
Library JSON
Structured · livelibrary:textual-lib
Textual json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:textual-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Textual",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "TUI (text user interface) framework for Python built on Rich; enables\nbuilding full-featured terminal applications with widgets and CSS-like layouts.\n"
},
"outgoingEdges": [
{
"from": "library:textual-lib",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:textual-lib",
"to": "skill-area:cli-tooling",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:textual-lib",
"to": "library:rich-lib",
"kind": "alternative_to"
}
],
"incomingEdges": []
}