II.
Library JSON
Structured · livelibrary:gunicorn
Gunicorn json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}