Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deephaven/deephaven-plugin
- Owner: deephaven
- License: apache-2.0
- Created: 2022-01-10T20:18:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T16:21:26.000Z (about 1 year ago)
- Last Synced: 2024-11-08T09:35:38.517Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.