-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
27 lines (27 loc) · 837 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/scivision/pyfindfiles",
"contIntegration": "https://github.com/scivision/pyfindfiles/actions",
"issueTracker": "https://github.com/scivision/pyfindfiles/issues",
"name": "PyFindFiles",
"description": "Concurrently find files containing text patterns with Python AsyncIO on any OS",
"applicationCategory": "development",
"developmentStatus": "active",
"keywords": [
"find",
"grep"
],
"programmingLanguage": [
"Python"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-1637-6526",
"givenName": "Michael",
"familyName": "Hirsch"
}
]
}