forked from scikit-hep/pyhf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
126 lines (126 loc) · 3.93 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"applicationCategory": [
"Scientific/Engineering",
"Scientific/Engineering > Physics"
],
"audience": {
"@type": "Audience",
"audienceType": "Science/Research"
},
"author": [
{
"@type": "Person",
"email": "[email protected]",
"familyName": "Heinrich",
"identifier": "https://orcid.org/0000-0002-4048-7584",
"givenName": "Lukas"
},
{
"@type": "Person",
"email": "[email protected]",
"familyName": "Feickert",
"identifier": "https://orcid.org/0000-0003-4124-7862",
"givenName": "Matthew"
},
{
"@type": "Person",
"email": "[email protected]",
"familyName": "Stark",
"identifier": "https://orcid.org/0000-0001-6616-3433",
"givenName": "Giordon"
}
],
"codeRepository": "https://github.com/scikit-hep/pyhf",
"description": "pure-Python HistFactory implementation with tensors and autodiff",
"developmentStatus": "4 - Beta",
"identifier": "pyhf",
"issueTracker": "https://github.com/scikit-hep/pyhf/issues",
"keywords": "physics fitting numpy scipy tensorflow pytorch jax",
"license": "http://spdx.org/licenses/Apache-2.0",
"name": "pyhf",
"releaseNotes": "https://pyhf.readthedocs.io/en/stable/release-notes.html",
"runtimePlatform": [
"Python 3",
"Python 3 Only",
"Python 3.11",
"Python 3.10",
"Python 3.8",
"Python 3.9",
"Python Implementation CPython"
],
"softwareHelp": "https://pyhf.readthedocs.io/",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "click",
"name": "click",
"runtimePlatform": "Python 3",
"version": ">=8.0.0"
},
{
"@type": "SoftwareApplication",
"identifier": "importlib-resources",
"name": "importlib-resources",
"runtimePlatform": "Python 3",
"version": ">=1.4.0"
},
{
"@type": "SoftwareApplication",
"identifier": "jsonpatch",
"name": "jsonpatch",
"runtimePlatform": "Python 3",
"version": ">=1.15"
},
{
"@type": "SoftwareApplication",
"identifier": "jsonschema",
"name": "jsonschema",
"runtimePlatform": "Python 3",
"version": ">=4.15.0"
},
{
"@type": "SoftwareApplication",
"identifier": "numpy",
"name": "numpy",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "pyyaml",
"name": "pyyaml",
"runtimePlatform": "Python 3",
"version": ">=5.1"
},
{
"@type": "SoftwareApplication",
"identifier": "scipy",
"name": "scipy",
"runtimePlatform": "Python 3",
"version": ">=1.3.2"
},
{
"@type": "SoftwareApplication",
"identifier": "tqdm",
"name": "tqdm",
"runtimePlatform": "Python 3",
"version": ">=4.56.0"
}
],
"targetProduct": {
"@type": "CommandLineApplication",
"description": "The pyhf command line interface.",
"executableName": "pyhf",
"name": "pyhf",
"runtimePlatform": "Python 3"
},
"url": "https://github.com/scikit-hep/pyhf",
"version": "0.7.0"
}