II.
Library JSON
Structured · livelibrary:tox
tox json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:tox",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "tox",
"belongsToLanguageId": "language:python",
"category": "testing",
"description": "Test automation and environment management tool for Python that runs\ntests across multiple Python versions and configurations, managing\nvirtual environments and integrating with CI systems.\n"
},
"outgoingEdges": [
{
"from": "library:tox",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:tox",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:tox",
"to": "library:nox",
"kind": "alternative_to"
}
],
"incomingEdges": []
}