II.
Library JSON
Structured · livelibrary:mypy-lib
mypy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mypy-lib",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "mypy",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Optional static type checker for Python that verifies type annotations,\ncatches common bugs at compile time, and supports gradual typing to\nincrementally add type safety to existing codebases.\n"
},
"outgoingEdges": [
{
"from": "library:mypy-lib",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:mypy-lib",
"to": "skill-area:code-analysis-linting",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:mypy-lib",
"to": "library:ruff-lib",
"kind": "alternative_to"
}
],
"incomingEdges": []
}