Skip to content

Commit ffec518

Browse files
authored
ITables: Python DataFrames as Interactive DataTables (#26)
1 parent b3a8bc1 commit ffec518

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"schemaVersion": 1,
3+
"title": "ITables: Python DataFrames as Interactive DataTables",
4+
"author": {
5+
"github": "mwouts",
6+
"displayName": "Marc Wouts"
7+
},
8+
"links": {
9+
"github": "https://github.com/mwouts/itables",
10+
"pypi": "itables",
11+
"demo": "https://itables.streamlit.app",
12+
"docs": "https://mwouts.github.io/itables"
13+
},
14+
"media": {
15+
"image": "https://raw.githubusercontent.com/mwouts/itables/main/src/itables/logo/wide.svg"
16+
},
17+
"install": {
18+
"pip": "pip install itables"
19+
},
20+
"governance": {
21+
"enabled": true,
22+
"notes": null
23+
},
24+
"categories": ["Dataframes", "Widgets"]
25+
}

0 commit comments

Comments
 (0)