-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
31 lines (31 loc) · 947 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
27
28
29
30
31
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "auth_capture_proxy",
"name": "auth_capture_proxy",
"description": "A Python project",
"codeRepository": "https://github.com/alandtse/auth_capture_proxy",
"issueTracker": "https://github.com/alandtse/auth_capture_proxy/issues",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"version": "1.3.2",
"author": [
{
"@type": "Person",
"givenName": "Alan",
"familyName": "Tse"
}
],
"contributor": [],
"maintainer": {
"@type": "Person",
"givenName": "Alan",
"familyName": "Tse"
},
"contIntegration": "https://github.com/alandtse/auth_capture_proxy/actions",
"developmentStatus": "active",
"downloadUrl": "https://pypi.org/project/authcaptureproxy/",
"keywords": [""],
"dateCreated": "2021-02-03",
"datePublished": "2021-02-03",
"programmingLanguage": "Python"
}