[go: up one dir, main page]

Menu

[e58668]: / codemeta.json  Maximize  Restore  History

Download this file

46 lines (45 with data), 1.5 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://clamming.sf.net/",
"contIntegration": "",
"dateCreated": "2023-11-01",
"datePublished": "2023-11-23",
"dateModified": "2025-10-08",
"downloadUrl": "https://sourceforge.net/projects/clamming/files/latest/download",
"name": "ClammingPy",
"version": "2.0",
"description": "ClammingPy converts a Python class or module into Markdown or HTML, for documentation purpose. ClammingPy supports reStructured and Epydoc formats: docstrings are analyzed with flexibility rather than completeness... ClammingPy generates HTML-5 with a high WCAG 2.1 conformity level.",
"applicationCategory": "Computer Science",
"releaseNotes": "",
"referencePublication": "",
"keywords": [
"documentation",
"docstring",
"Markdown",
"HTML",
"ReST",
"WCAG"
],
"programmingLanguage": [
"Python"
],
"operatingSystem": [
"Windows",
"macOS",
"Linux"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0003-1834-6918",
"givenName": "Brigitte",
"familyName": "Bigi",
"email": "contact@sppas.org",
"affiliation": {
"@type": "Organization",
"name": "CNRS, Laboratoire Parole et Langage, Aix-en-Provence, France"
}
}
]
}