iiRecord
Agentic AI Atlas · Nox
library:noxa5c.ai
II.
Library JSON

library:nox

Structured · live

Nox json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python-testing.yamlCluster · domain
Record JSON
{
  "id": "library:nox",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Nox",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Flexible test automation tool similar to tox but configured in Python\n(noxfile.py), supporting multiple sessions, parametrize, reuse of\nvirtual environments, and easy CI integration.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:nox",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:nox",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:tox",
      "to": "library:nox",
      "kind": "alternative_to"
    }
  ]
}