II.
Library JSON
Structured · livelibrary:typer
Typer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:typer",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Typer",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Modern CLI library built on Click leveraging Python type hints for\nautomatic argument parsing, validation, and help generation.\n"
},
"outgoingEdges": [
{
"from": "library:typer",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:typer",
"to": "skill-area:cli-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:click",
"to": "library:typer",
"kind": "alternative_to"
}
]
}