-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcodemeta.json
More file actions
113 lines (113 loc) · 3.78 KB
/
codemeta.json
File metadata and controls
113 lines (113 loc) · 3.78 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": [
"SoftwareSourceCode",
"SoftwareApplication"
],
"license": {
"name": "BSD 3-Clause",
"url": "https://raw.githubusercontent.com/SoftwareUnderstanding/inspect4py/main/LICENSE",
"identifier": "https://spdx.org/licenses/BSD-3-Clause"
},
"codeRepository": "https://github.com/SoftwareUnderstanding/inspect4py",
"issueTracker": "https://github.com/SoftwareUnderstanding/inspect4py/issues",
"dateCreated": "2021-03-18",
"dateModified": "2026-03-09",
"copyrightHolder": [
{
"@type": "Person",
"familyName": "Filgueira",
"givenName": "Rosa",
"@id": "https://orcid.org/0000-0002-5715-3046"
},
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "http://orcid.org/0000-0003-0454-7145"
}
],
"copyrightYear": "2021",
"downloadUrl": "https://github.com/SoftwareUnderstanding/inspect4py/releases",
"name": "inspect4py",
"logo": "https://raw.githubusercontent.com/SoftwareUnderstanding/inspect4py/main/docs/images/logo.png",
"keywords": [
"ast",
"software-classification",
"software-mining",
"static-analysis"
],
"programmingLanguage": [
"Python"
],
"softwareRequirements": [
{
"name": "bs4",
"@type": "SoftwareApplication",
"version": "==0.0.1"
},
{
"name": "bigcode_astgen",
"@type": "SoftwareApplication"
},
{
"name": "GitPython",
"@type": "SoftwareApplication"
}
],
"continuousIntegration": "https://raw.githubusercontent.com/SoftwareUnderstanding/inspect4py/main/.github/workflows/pypi-publish.yml",
"releaseNotes": "This release produces a compatible `.so` version for macOS machines. The dataflow should now work correctly.\r\n\r\nThanks to @OEG-Clark, now the README includes instructions into generating a specific `.so` file.\r\n\r\n## What's Changed\r\n* Data Flow Fix by @OEG-Clark in https://github.com/SoftwareUnderstanding/inspect4py/pull/422\r\n* Dev by @dgarijo in https://github.com/SoftwareUnderstanding/inspect4py/pull/423\r\n\r\n\r\n**Full Changelog**: https://github.com/SoftwareUnderstanding/inspect4py/compare/v0.0.7...v0.0.8",
"softwareVersion": "v0.0.8",
"datePublished": "2022-01-26",
"buildInstructions": [
"https://raw.githubusercontent.com/SoftwareUnderstanding/inspect4py/main/README.md"
],
"author": [
{
"@type": "Person",
"familyName": "Filgueira",
"givenName": "Rosa",
"@id": "https://orcid.org/0000-0002-5715-3046"
},
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "http://orcid.org/0000-0003-0454-7145"
}
],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "Inspect4py: A Knowledge Extraction Framework for Python Code Repositories",
"identifier": "10.1145/3524842.3528497",
"url": "https://doi.org/10.1145/3524842.3528497",
"author": [
{
"@type": "Person",
"familyName": "Filgueira",
"givenName": "Rosa",
"@id": "https://orcid.org/0000-0002-5715-3046"
},
{
"@type": "Person",
"familyName": "Garijo",
"givenName": "Daniel",
"@id": "http://orcid.org/0000-0003-0454-7145"
}
],
"datePublished": "2022"
}
],
"developmentStatus": "active",
"identifier": [
"https://zenodo.org/badge/latestdoi/349160905"
],
"url": [
"https://inspect4py.readthedocs.io/en/latest/"
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/inspect4py/main/README.md",
"description": [
"Static code analysis package for Python repositories"
]
}