II.
Library JSON
Structured · livelibrary:loguru
Loguru json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:loguru",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Loguru",
"belongsToLanguageId": "language:python",
"category": "logging",
"description": "Drop-in replacement for Python's standard logging module with a simpler\nAPI, colored output, structured sinks, and automatic exception formatting.\n"
},
"outgoingEdges": [
{
"from": "library:loguru",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:loguru",
"to": "skill-area:observability-instrumentation",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:structlog",
"to": "library:loguru",
"kind": "alternative_to"
}
]
}