-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcodemeta.json
26 lines (26 loc) · 863 Bytes
/
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-3.0",
"codeRepository": "https://github.com/janelia-python/kicad_netlist_reader",
"dateCreated": "2014-12-09",
"dateModified": "2023-03-29",
"name": "kicad_netlist_reader",
"version": "7.0.1",
"description": "KiCad python module for interpreting generic netlists which can be used to generate bills of materials.",
"programmingLanguage": [
"Python 3"
],
"author": [
{
"@type": "Person",
"givenName": "Jean-Pierre",
"familyName": "Charras",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "KiCad"
}
}
]
}