perspective-python 3.0.0-alpha.1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "@finos/perspective-python",
    "version": "3.0.0-alpha.1",
    "description": "",
    "private": true,
    "repository": {
        "type": "git",
        "url": "https://github.com/finos/perspective"
    },
    "license": "Apache-2.0",
    "scripts": {
        "build": "PSP_ROOT_DIR=../.. maturin develop -F external-cpp",
        "clean": "rimraf dist && rimraf build",
        "test": "python -m pytest perspective/tests"
    }
}