f0a4f5b327
Build Status / build_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_python (x86_64, quay.io/pypa/manylinux_2_28_x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025) (push) Has been cancelled
Build Status / test_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_js_wasm64 (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / build_python (aarch64, quay.io/pypa/manylinux_2_28_aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 22.x, ubuntu-22.04, 3.13) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, macos-14, 3.11) (push) Has been cancelled
Build Status / test_js (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04-arm, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' || github.event.inputs.ci-full }}, 22.x, windows-2025, 3.11) (push) Has been cancelled
Build Status / test_python_sdist (x86_64, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Build Status / benchmark_js (22.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Build Status / lint_and_docs (22.x, ubuntu-22.04, 3.11) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com>
22 lines
658 B
JSON
22 lines
658 B
JSON
{
|
|
"name": "python-tornado",
|
|
"private": true,
|
|
"version": "5.0.0",
|
|
"description": "An example of editing a `perspective-python` server from the browser.",
|
|
"scripts": {
|
|
"start": "PYTHONPATH=../../python/perspective python3 server.py"
|
|
},
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@perspective-dev/client": "workspace:",
|
|
"@perspective-dev/viewer": "workspace:",
|
|
"@perspective-dev/viewer-charts": "workspace:",
|
|
"@perspective-dev/viewer-datagrid": "workspace:",
|
|
"superstore-arrow": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.3"
|
|
}
|
|
}
|