-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
43 lines (43 loc) · 1.25 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/jkseppan/htexpr.git",
"datePublished": "2019-04-14",
"dateModified": "2022-11-13",
"downloadUrl": "https://pypi.org/project/htexpr/#files",
"issueTracker": "https://github.com/jkseppan/htexpr/issues",
"name": "htexpr",
"version": "0.1.2",
"description": "Htexpr compiles an html-like syntax into Python expressions. It is inspired by JSX and intended to complement the excellent dash package, which allows you to write single-page React apps in Python.",
"keywords": [
"dash",
"html"
],
"programmingLanguage": [
"Python 3.8",
"Python 3.9",
"Python 3.10",
"Python 3.11"
],
"relatedLink": [
"https://pypi.org/project/htexpr/"
],
"softwareSuggestions": [
{
"@type": "SoftwareSourceCode",
"codeRepository": "git+https://github.com/plotly/dash.git",
"name": "Dash",
"downloadUrl": "https://pypi.org/project/dash/#files"
}
],
"author": [
{
"@type": "Person",
"@id": "https://iki.fi/jks",
"givenName": "Jouni K.",
"familyName": "Seppänen",
"email": "[email protected]"
}
]
}