II.
Tool JSON
Structured · livetool:poetry
Poetry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:poetry",
"_kind": "Tool",
"_file": "domain/tools/poetry.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Poetry",
"homepageUrl": "https://python-poetry.org",
"kind": "package-manager",
"language": "language:python",
"description": "Python dependency management and packaging made easy.\n"
},
"outgoingEdges": [
{
"from": "tool:poetry",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:poetry",
"to": "skill-area:developer-environment",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:poetry",
"to": "tool:pip",
"kind": "alternative_to",
"attributes": {
"comparison": "Python package managers — Poetry adds lockfiles and virtualenvs; pip is minimal"
}
},
{
"from": "tool:poetry",
"to": "tool:rye",
"kind": "alternative_to",
"attributes": {
"comparison": "Python project managers"
}
},
{
"from": "tool:poetry",
"to": "tool:uv",
"kind": "alternative_to",
"attributes": {
"comparison": "Python project managers — Poetry uses pyproject.toml; uv is Rust-based and faster"
}
}
],
"incomingEdges": [
{
"from": "tool:pip",
"to": "tool:poetry",
"kind": "alternative_to",
"attributes": {
"comparison": "Python package managers — pip is minimal; Poetry adds lockfiles and virtualenvs"
}
},
{
"from": "tool:rye",
"to": "tool:poetry",
"kind": "alternative_to",
"attributes": {
"comparison": "Python project managers"
}
},
{
"from": "tool:uv",
"to": "tool:poetry",
"kind": "alternative_to",
"attributes": {
"comparison": "Python project managers — uv is Rust-based and faster; Poetry uses pyproject.toml"
}
}
]
}