iiRecord
Agentic AI Atlas · freezegun
library:freezeguna5c.ai
II.
Library JSON

library:freezegun

Structured · live

freezegun 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:freezegun",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "freezegun",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Library that lets you freeze time in Python tests by mocking datetime\nand time modules, enabling deterministic testing of time-sensitive\ncode with decorator and context manager support.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:freezegun",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:freezegun",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:freezegun",
      "to": "library:time-machine",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}