iiRecord
Agentic AI Atlas · time-machine
library:time-machinea5c.ai
II.
Library JSON

library:time-machine

Structured · live

time-machine 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:time-machine",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "time-machine",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Fast alternative to freezegun for mocking datetime in Python using\na C extension to intercept CPython's internal time functions, offering\nbetter performance and broader compatibility.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:time-machine",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:time-machine",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:freezegun",
      "to": "library:time-machine",
      "kind": "alternative_to"
    }
  ]
}