-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.47 KB
/
Copy pathcodemeta.json
File metadata and controls
51 lines (51 loc) · 1.47 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
45
46
47
48
49
50
51
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "libreary",
"name": "LIBREary",
"version": "0.0.1",
"description": "Flexible distributed digital archive system.",
"license": "OSI Approved :: Apache Software License",
"author": [
{
"@id":"http://orcid.org/0000-0002-0762-2684",
"@type": "Person",
"givenName": "Ben",
"familyName": "Glick",
"email": "glick@glick.cloud"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "sqlite3",
"name": "SQLite3",
"provider": {
"@id": "https://pypi.org",
"@type": "Organization",
"name": "The Python Package Index",
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3.6.4"
}
],
"audience": [
{
"@type": "Audience",
"audienceType": "Developers, Archivists, Librarians"
}
],
"provider": {
"@id": "https://pypi.org",
"@type": "Organization",
"name": "The Python Package Index",
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3.6.4",
"url": "https://github.com/LIBREary/libre-ary",
"developmentStatus": "3 - Alpha",
"programmingLanguage": "Python :: 3.6"
}