Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 405 Bytes

DEPRECATED

Please use the monorepo at https://github.com/deephaven/deephaven-plugins

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/.