II.
Library JSON
Structured · livelibrary:click
Click json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:click",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Click",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Composable CLI framework for Python using decorators to define commands,\noptions, arguments, and help text with minimal boilerplate.\n"
},
"outgoingEdges": [
{
"from": "library:click",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:click",
"to": "skill-area:cli-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:click",
"to": "library:typer",
"kind": "alternative_to"
}
],
"incomingEdges": []
}