iiRecord
Agentic AI Atlas · Hypothesis
library:hypothesisa5c.ai
II.
Library JSON

library:hypothesis

Structured · live

Hypothesis json

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

File · domain/libraries/libraries-python.yamlCluster · domain
Record JSON
{
  "id": "library:hypothesis",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Hypothesis",
    "belongsToLanguageId": "language:python",
    "description": "Property-based testing library for Python — generates examples\nthat try to falsify properties and shrinks failing cases.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:hypothesis",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:hypothesis",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:pytest",
      "to": "library:hypothesis",
      "kind": "alternative_to"
    }
  ]
}