-
Notifications
You must be signed in to change notification settings - Fork 21
/
codemeta.json
85 lines (85 loc) · 2.85 KB
/
codemeta.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "im",
"name": "Infrastructure Manager",
"version": "1.18.0",
"description": "IM is a tool that deploys complex and customized virtual infrastructures on IaaS Cloud deployments",
"license": "GNU General Public License v3.0",
"author": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "[email protected]"
}
],
"audience": [
{
"@type": "Audience",
"audienceType": "Developers"
},
{
"@type": "Audience",
"audienceType": "End Users/Desktop"
},
{
"@type": "Audience",
"audienceType": "Science/Research"
}
],
"provider": {
"@id": "https://pypi.org",
"@type": "Organization",
"name": "The Python Package Index",
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"url": "https://github.com/grycap/im",
"keywords": "Ansible, DevOps, cloud, Infrastructure-Management, TOSCA, Contextualization",
"developmentStatus": "5 - Production/Stable",
"programmingLanguage": "Python 2, Python 2.6, Python 2.7, Python 3, Python 3.6, Python 3.7, Python 3.8, Python 3.9",
"applicationCategory": "System, Utilities",
"codeRepository": "https://github.com/grycap/im",
"releaseNotes": "https://github.com/grycap/im/blob/master/changelog",
"citation": "https://doi.org/10.1007/s10723-014-9296-5",
"contributor": [
{
"@type": "Person",
"givenName": "Eloy",
"familyName": "Romero",
"@id": "https://orcid.org/0000-0001-7279-1305",
"email": "[email protected]"
}
],
"copyrightHolder": "GRyCAP-UPV",
"copyrightYear": 2014,
"creator": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "[email protected]"
}
],
"dateCreated": "2022-02-03",
"affiliation": "UPV",
"maintainer": [
{
"@type": "Person",
"givenName": "Miguel",
"familyName": "Caballer",
"@id": "https://orcid.org/0000-0001-9393-3077",
"email": "[email protected]"
}
],
"contIntegration": "https://jenkins.i3m.upv.es/job/grycap/job/im-unit-master/",
"buildInstructions": "https://imdocs.readthedocs.io/en/latest/manual.html#im-service-installation",
"referencePublication": "https://doi.org/10.1007/s10723-014-9296-5",
"readme": "https://github.com/grycap/im/blob/master/README.md"
}