-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpoetry.json
More file actions
37 lines (37 loc) · 885 Bytes
/
poetry.json
File metadata and controls
37 lines (37 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/poetry",
"@type": "schema:SoftwareApplication",
"name": "poetry",
"description": "Python packaging and dependency management made easy",
"url": "https://python-poetry.org/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{
"@id": "dim:maintainability",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
}
],
"applicationCategory": [
{
"@id": "rs:PrototypeTool",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
}
],
"howToUse": ["CI/CD", "command-line"],
"license": "https://spdx.org/licenses/MIT",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
}
]
}