-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcodemeta.json
More file actions
44 lines (44 loc) · 1.93 KB
/
codemeta.json
File metadata and controls
44 lines (44 loc) · 1.93 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Structural Biology, Bioinformatics",
"codeRepository": "https://github.com/rcsb/py-rcsb-api",
"dateCreated": "2024-04-15",
"dateModified": "2025-03-20",
"datePublished": "2024-07-22",
"description": "Python interface for RCSB PDB API services at RCSB.org.",
"downloadUrl": "https://github.com/rcsb/py-rcsb-api/archive/refs/heads/master.zip",
"funder": {
"type": "Organization",
"name": "US National Science Foundation (DBI-2321666), US Department of Energy (DE-SC0019749), National Cancer Institute, National Institute of Allergy and Infectious Diseases, and National Institute of General Medical Sciences of the National Institutes of Health (R01GM157729)"
},
"keywords": [
"structural biology",
"bioinformatics",
"protein structure",
"application programming interface",
"APIs"
],
"license": "https://spdx.org/licenses/MIT",
"name": "rcsb-api",
"operatingSystem": [
"Linux",
"Windows",
"MacOS"
],
"programmingLanguage": "Python 3",
"relatedLink": [
"https://pypi.org/project/rcsb-api/",
"https://rcsbapi.readthedocs.io/en/latest/index.html"
],
"softwareRequirements": "https://github.com/rcsb/py-rcsb-api/blob/master/pyproject.toml",
"version": "1.1.2",
"codemeta:contIntegration": {
"id": "https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=40&branchName=master"
},
"continuousIntegration": "https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=40&branchName=master",
"developmentStatus": "active",
"funding": "DBI-2321666, DE-SC0019749, R01GM157729",
"issueTracker": "https://github.com/rcsb/py-rcsb-api/issues",
"referencePublication": "https://doi.org/10.1016/j.jmb.2025.168970"
}