-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathcodemeta.json
More file actions
39 lines (39 loc) · 1.32 KB
/
codemeta.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "http://edamontology.org/topic_2258",
"author": [
{
"id": "https://orcid.org/0000-0001-6428-5189",
"type": "Person",
"email": "m.swain@me.com",
"familyName": "Swain",
"givenName": "Matthew"
}
],
"codeRepository": "https://github.com/mcs07/PubChemPy",
"dateCreated": "2013-01-05",
"dateModified": "2017-04-11",
"datePublished": "2014-01-06",
"description": "Python package for interacting with the PubChem database via the PUG REST API service.",
"identifier": "https://doi.org/10.5281/zenodo.541438",
"keywords": [
"cheminformatics",
"chemistry",
"API",
"python",
"pubchem"
],
"license": "https://spdx.org/licenses/MIT",
"name": "PubChemPy",
"programmingLanguage": "Python",
"softwareVersion": "1.0.5",
"continuousIntegration": "https://github.com/mcs07/PubChemPy/actions",
"readme": "https://github.com/mcs07/PubChemPy/blob/main/README.md",
"url": "https://docs.pubchempy.org",
"issueTracker": "https://github.com/mcs07/PubChemPy/issues",
"relatedLink": [
"https://pypi.org/project/PubChemPy/",
"https://docs.pubchempy.org"
]
}