SIGN IN SIGN UP

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

0 0 25 C++
{
"name": "@finos/perspective-python",
"version": "3.3.4",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/finos/perspective"
},
"type": "module",
"license": "Apache-2.0",
"scripts": {
"build": "node build.mjs",
"clean": "rimraf *.data && rimraf dist && rimraf build",
"test": "node test.mjs"
},
"devDependencies": {
"@finos/perspective-scripts": "workspace:*",
"@iarna/toml": "^1.0.0-rc.1",
"glob": "^11",
"cpy": "^9.0.1",
"tar": "^7.4.3"
},
"dependencies": {
"@finos/perspective-jupyterlab": "workspace:*"
}
}