# 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):
```sh
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools
pip install build deephaven-plugin
```
To build:
```sh
python -m build --wheel
```
The wheel is stored in `dist/`.
To test within [deephaven-core](https://github.com/deephaven/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.
Raw data
{
"_id": null,
"home_page": "https://github.com/deephaven/deephaven-plugins",
"name": "deephaven-plugin-utilities",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "deephaven, plugin, utilities",
"author": "Joe Numainville",
"author_email": "josephnumainville@deephaven.io",
"download_url": "https://files.pythonhosted.org/packages/c3/1a/cd83ca57e01a7e0f0f0b30f5f185aec877a6b7197a3373c45d12be275040/deephaven_plugin_utilities-0.0.2.tar.gz",
"platform": "any",
"description": "# Deephaven Plugin Utilities\n\nThis is a Python package that stores cross-plugin utilities for building Deephaven plugins.\nIf the functions are only used during the build process, they should be added to `packaging` instead.\nThis is not a plugin on its own.\n\n## Build\n\nTo create your build / development environment (skip the first two lines if you already have a venv):\n\n```sh\npython -m venv .venv\nsource .venv/bin/activate\npip install --upgrade pip setuptools\npip install build deephaven-plugin\n```\n\nTo build:\n\n```sh\npython -m build --wheel\n```\n\nThe wheel is stored in `dist/`.\n\nTo test within [deephaven-core](https://github.com/deephaven/deephaven-core), note where this wheel is stored (using `pwd`, for example).\nThen, follow the directions in the top-level README.md to install the wheel into your Deephaven environment.\n",
"bugtrack_url": null,
"license": null,
"summary": "Deephaven Plugin Utilities",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/deephaven/deephaven-plugins/issues",
"Homepage": "https://github.com/deephaven/deephaven-plugins",
"Source Code": "https://github.com/deephaven/deephaven-plugins"
},
"split_keywords": [
"deephaven",
" plugin",
" utilities"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ec16c730c9d3874693df35af03c462591ae4f89b827ab680064ceffa1f4ff681",
"md5": "0f89e7e065c299380564745f20d3f376",
"sha256": "d6a25c8226253e37e7350b37755534ca7c8f9ef59451a4be19845274aeabef92"
},
"downloads": -1,
"filename": "deephaven_plugin_utilities-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f89e7e065c299380564745f20d3f376",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8380,
"upload_time": "2024-09-16T18:22:51",
"upload_time_iso_8601": "2024-09-16T18:22:51.745507Z",
"url": "https://files.pythonhosted.org/packages/ec/16/c730c9d3874693df35af03c462591ae4f89b827ab680064ceffa1f4ff681/deephaven_plugin_utilities-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c31acd83ca57e01a7e0f0f0b30f5f185aec877a6b7197a3373c45d12be275040",
"md5": "4dffd33dfedf90bae23b0cb1eb62439d",
"sha256": "64fa190b0b222733660725982979607e9d68675b3b72e08ef55dfa48dcfa277b"
},
"downloads": -1,
"filename": "deephaven_plugin_utilities-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4dffd33dfedf90bae23b0cb1eb62439d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7494,
"upload_time": "2024-09-16T18:22:52",
"upload_time_iso_8601": "2024-09-16T18:22:52.990443Z",
"url": "https://files.pythonhosted.org/packages/c3/1a/cd83ca57e01a7e0f0f0b30f5f185aec877a6b7197a3373c45d12be275040/deephaven_plugin_utilities-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-16 18:22:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "deephaven",
"github_project": "deephaven-plugins",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "deephaven-plugin-utilities"
}