-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
26 lines (26 loc) · 822 Bytes
/
codemeta.json
File metadata and controls
26 lines (26 loc) · 822 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/janelia-python/serial_interface_python",
"dateCreated": "2018-01-11",
"dateModified": "2025-03-20",
"name": "serial_interface",
"version": "2.4.4",
"description": "Extends pyserial to make serial device interfaces.",
"programmingLanguage": [
"Python 3"
],
"author": [
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Polidoro",
"email": "peter@polidoro.io",
"affiliation": {
"@type": "Organization",
"name": "Howard Hughes Medical Institute"
}
}
]
}