-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpaper.json
More file actions
30 lines (30 loc) · 1.1 KB
/
Copy pathpaper.json
File metadata and controls
30 lines (30 loc) · 1.1 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-3798-5507",
"@type": "Person",
"email": "Reto.Stauffer@uibk.ac.at",
"name": "Reto Stauffer",
"affiliation": "Department of Statistics and Digital Science Center, Universität Innsbruck"
},
{
"@id": "http://orcid.org/0000-0003-0918-3766",
"@type": "Person",
"email": "Achim.Zeileis@uibk.ac.at",
"name": "Achim Zeileis",
"affiliation": "Department of Statistics, Universität Innsbruck"
}
],
"identifier": "",
"codeRepository": "https://github.com/retostauffer/python-colorspace",
"datePublished": "2024-07-26",
"dateModified": "2024-07-26",
"dateCreated": "2024-07-26",
"description": "A Python toolbox for manipulating and assessing colors and palettes",
"keywords": "Python, color palettes, color vision, visualization, assessment",
"license": "GPL v2.0 | GPL v3.0",
"title": "colorspace",
"version": "v0.4.5"
}