-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtox.json
More file actions
44 lines (44 loc) · 1.2 KB
/
tox.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
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
38
39
40
41
42
43
44
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/tox",
"@type": "schema:SoftwareApplication",
"name": "tox",
"description": "Python testing automation tool that enables testing across multiple Python versions and environments, improving software reliability and maintainability through comprehensive cross-environment validation.",
"url": "https://tox.wiki/",
"isAccessibleForFree": true,
"hasQualityDimension": [
{
"@id": "dim:interaction_capability",
"@type": "@id"
},
{
"@id": "dim:reliability",
"@type": "@id"
},
{
"@id": "dim:maintainability",
"@type": "@id"
},
{
"@id": "dim:sustainability",
"@type": "@id"
}
],
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/MIT",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_ci-tests",
"@type": "@id"
}
]
}