deephaven-plugin-json

Deephaven Plugin for json


Keywords
deephaven, plugin, json
License
Apache-2.0
Install
pip install deephaven-plugin-json==0.0.1.dev4

Documentation

Deephaven Plugin for json

The Deephaven Plugin for json.

Currently in development.

Build

To create your build / development environment:

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build deephaven-plugin

To build:

python -m build --wheel

produces the wheel into dist/.