Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deephaven/deephaven-plugin-json

Deephaven Plugin for json
https://github.com/deephaven/deephaven-plugin-json

Last synced: 27 days ago
JSON representation

Deephaven Plugin for json

Awesome Lists containing this project

README

        

# 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:

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

To build:

```sh
python -m build --wheel
```

produces the wheel into `dist/`.