Skip to content

Commit f257285

Browse files
committed
Add codemeta.json file
1 parent 5015b5d commit f257285

1 file changed

Lines changed: 173 additions & 0 deletions

File tree

codemeta.json

Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
{
2+
"@context": "https://w3id.org/codemeta/3.0",
3+
"type": "SoftwareSourceCode",
4+
"author": [
5+
{
6+
"type": "Person",
7+
"familyName": "Dale",
8+
"givenName": "Darren"
9+
},
10+
{
11+
"id": "http://orcid.org/0000-0002-4793-7541",
12+
"type": "Person",
13+
"email": "andrew.davison@cnrs.fr",
14+
"familyName": "Davison",
15+
"givenName": "Andrew P."
16+
},
17+
{
18+
"type": "Person",
19+
"givenName": "Bjorn",
20+
"alternateName": "@bjodah"
21+
},
22+
{
23+
"type": "Person",
24+
"familyName": "McKenzie",
25+
"givenName": "Zach"
26+
},
27+
{
28+
"type": "Person",
29+
"familyName": "Mankoff",
30+
"givenName": "Ken"
31+
},
32+
{
33+
"type": "Person",
34+
"familyName": "Wimmer",
35+
"givenName": "Thomas"
36+
},
37+
{
38+
"type": "Person",
39+
"familyName": "Salvatier",
40+
"givenName": "John"
41+
},
42+
{
43+
"type": "Person",
44+
"familyName": "N.",
45+
"givenName": "Takumasa",
46+
"alternateName": "@n-takumasa"
47+
},
48+
{
49+
"type": "Person",
50+
"familyName": "Falck",
51+
"givenName": "Rob"
52+
},
53+
{
54+
"type": "Person",
55+
"familyName": "Delley",
56+
"givenName": "Yves"
57+
},
58+
{
59+
"type": "Person",
60+
"familyName": "van Kemenade",
61+
"givenName": "Hugo"
62+
},
63+
{
64+
"type": "Person",
65+
"familyName": "Gerkin",
66+
"givenName": "Richard C."
67+
},
68+
{
69+
"type": "Person",
70+
"familyName": "Wagenaar",
71+
"givenName": "Daniel"
72+
},
73+
{
74+
"type": "Person",
75+
"familyName": "Konradi",
76+
"givenName": "Peter"
77+
},
78+
{
79+
"type": "Person",
80+
"familyName": "May",
81+
"givenName": "Ryan"
82+
},
83+
{
84+
"type": "Person",
85+
"familyName": "Scheltienne",
86+
"givenName": "Mathieu"
87+
},
88+
{
89+
"type": "Person",
90+
"familyName": "McCloy",
91+
"givenName": "Daniel"
92+
},
93+
{
94+
"type": "Person",
95+
"familyName": "Wilson",
96+
"givenName": "Andy"
97+
},
98+
{
99+
"type": "Person",
100+
"alternateName": "@dotlambda"
101+
},
102+
{
103+
"type": "Person",
104+
"familyName": "Pfabe",
105+
"givenName": "Johannes"
106+
},
107+
{
108+
"type": "Person",
109+
"familyName": "Senkbeil",
110+
"givenName": "Ryan"
111+
},
112+
{
113+
"type": "Person",
114+
"familyName": "Gates",
115+
"givenName": "Tim"
116+
},
117+
{
118+
"type": "Person",
119+
"familyName": "Górny",
120+
"givenName": "Michał"
121+
},
122+
{
123+
"type": "Person",
124+
"alternateName": "@jadoro"
125+
},
126+
{
127+
"type": "Person",
128+
"familyName": "Kemetmüller",
129+
"givenName": "Josef"
130+
},
131+
{
132+
"type": "Person",
133+
"familyName": "Sechet",
134+
"givenName": "Olivier"
135+
},
136+
{
137+
"type": "Person",
138+
"alternateName": "@lumbric"
139+
},
140+
{
141+
"type": "Person",
142+
"familyName": "Yoshikawa",
143+
"givenName": "Takashi"
144+
},
145+
{
146+
"type": "Person",
147+
"familyName": "Jones",
148+
"givenName": "Peter"
149+
},
150+
{
151+
"type": "Person",
152+
"familyName": "Nelson",
153+
"givenName": "Mark"
154+
}
155+
],
156+
"codeRepository": "https://github.com/python-quantities/python-quantities",
157+
"dateCreated": "2008-12-01",
158+
"dateModified": "2025-04-11",
159+
"datePublished": "2009-10-13",
160+
"description": "A Python package for handling physical quantities.\n\nQuantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty. Quantities builds on the popular numpy library and is designed to work with numpy ufuncs, many of which are already supported. ",
161+
"downloadUrl": "https://files.pythonhosted.org/packages/40/b4/a14dbeebf8ab08600152f157344fd88db961a3afdfd0eddc25958c5182a1/quantities-0.16.2.tar.gz",
162+
"license": "https://spdx.org/licenses/BSD-3-Clause",
163+
"name": "quantities",
164+
"operatingSystem": ["Linux", "Windows", "macOS"],
165+
"programmingLanguage": "Python 3",
166+
"relatedLink": "https://python-quantities.readthedocs.io/",
167+
"releaseNotes": "https://github.com/python-quantities/python-quantities/blob/master/CHANGES.txt",
168+
"softwareRequirements": "https://pypi.org/project/numpy/",
169+
"version": "0.16.2",
170+
"continuousIntegration": "https://github.com/python-quantities/python-quantities/actions",
171+
"developmentStatus": "active",
172+
"issueTracker": "https://github.com/python-quantities/python-quantities/issues"
173+
}

0 commit comments

Comments
 (0)