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

Deephaven Plugin interface
https://github.com/deephaven/deephaven-plugin

Last synced: 27 days ago
JSON representation

Deephaven Plugin interface

Awesome Lists containing this project

README

        

# Deephaven Plugin interface

The Deephaven Plugin interface.

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
```

To build:

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

produces the wheel into `dist/`.