Deephaven Plugin Utilities
Project description
Deephaven Plugin Utilities
This is a Python package that stores cross-plugin utilities for building Deephaven plugins.
If the functions are only used during the build process, they should be added to packaging
instead.
This is not a plugin on its own.
Build
To create your build / development environment (skip the first two lines if you already have a venv):
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools
pip install build deephaven-plugin
To build:
python -m build --wheel
The wheel is stored in dist/
.
To test within deephaven-core, note where this wheel is stored (using pwd
, for example).
Then, follow the directions in the top-level README.md to install the wheel into your Deephaven environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file deephaven_plugin_utilities-0.0.2.tar.gz
.
File metadata
- Download URL: deephaven_plugin_utilities-0.0.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64fa190b0b222733660725982979607e9d68675b3b72e08ef55dfa48dcfa277b |
|
MD5 | 4dffd33dfedf90bae23b0cb1eb62439d |
|
BLAKE2b-256 | c31acd83ca57e01a7e0f0f0b30f5f185aec877a6b7197a3373c45d12be275040 |
File details
Details for the file deephaven_plugin_utilities-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: deephaven_plugin_utilities-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6a25c8226253e37e7350b37755534ca7c8f9ef59451a4be19845274aeabef92 |
|
MD5 | 0f89e7e065c299380564745f20d3f376 |
|
BLAKE2b-256 | ec16c730c9d3874693df35af03c462591ae4f89b827ab680064ceffa1f4ff681 |