II.
Library JSON
Structured · livelibrary:python-dotenv
python-dotenv json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:python-dotenv",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-server-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "python-dotenv",
"belongsToLanguageId": "language:python",
"category": "other",
"description": "Reads key-value pairs from a .env file and sets them as environment\nvariables, enabling twelve-factor-style configuration for Python\napplications without shell scripts.\n"
},
"outgoingEdges": [
{
"from": "library:python-dotenv",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:python-dotenv",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:dotenv",
"to": "library:python-dotenv",
"kind": "alternative_to"
},
{
"from": "library:pydantic-settings",
"to": "library:python-dotenv",
"kind": "alternative_to"
}
]
}