Skip to main content

Deephaven Plugin Packaging

Project description

Deephaven Plugin Packaging

This is a Python package that stores cross-plugin utilities for packaging Deephaven plugins. This package is used by the Deephaven plugin build process to create wheels for plugins. If the functions need to be available at runtime, they should be added to utilities 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

To build:

python -m build --wheel

The wheel is stored in dist/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page