-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
20 lines (20 loc) · 668 Bytes
/
codemeta.json
File metadata and controls
20 lines (20 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/scivision/gitmc",
"contIntegration": "https://github.com/scivision/gitmc/actions",
"dateCreated": "2016-07-21",
"issueTracker": "https://github.com/scivision/gitmc/issues",
"name": "GitMC",
"identifier": "10.5281/zenodo.3885497",
"description": "concurrent, pure Python asyncio + Git: manage large (100+) numbers of Git repos",
"applicationCategory": "git",
"developmentStatus": "active",
"keywords": [
"git"
],
"programmingLanguage": [
"Python"
]
}