iiRecord
Agentic AI Atlas · Gunicorn
library:gunicorna5c.ai
II.
Library JSON

library:gunicorn

Structured · live

Gunicorn json

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

File · domain/libraries/libraries-python-server-tools.yamlCluster · domain
Record JSON
{
  "id": "library:gunicorn",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-server-tools.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Gunicorn",
    "belongsToLanguageId": "language:python",
    "category": "other",
    "description": "Pre-fork WSGI HTTP server for UNIX systems that runs multiple worker\nprocesses, supports various worker classes including async with gevent,\nand integrates well with Django and Flask deployments.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:gunicorn",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:gunicorn",
      "to": "skill-area:deployment",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:uvicorn",
      "to": "library:gunicorn",
      "kind": "alternative_to"
    }
  ]
}