iiRecord
Agentic AI Atlas · factory_boy
library:factory-boya5c.ai
II.
Library JSON

library:factory-boy

Structured · live

factory_boy 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:factory-boy",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "factory_boy",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Fixture library for Python inspired by Ruby's factory_girl, allowing\ncreation of complex objects for tests with factories that integrate\nnatively with Django ORM, SQLAlchemy, and MongoDB.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:factory-boy",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:factory-boy",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:faker-python",
      "to": "library:factory-boy",
      "kind": "alternative_to"
    }
  ]
}