II.
Library JSON
Structured · livelibrary:isort
isort json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:isort",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "isort",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Python import sorting library and command-line tool that automatically\norganizes imports into sections (standard library, third-party, local)\nwith support for various output styles and configuration profiles.\n"
},
"outgoingEdges": [
{
"from": "library:isort",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:isort",
"to": "skill-area:code-analysis-linting",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:isort",
"to": "library:ruff-lib",
"kind": "alternative_to"
}
],
"incomingEdges": []
}