deephaven-plugin-packaging


Namedeephaven-plugin-packaging JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/deephaven/deephaven-plugins
SummaryDeephaven Plugin Packaging
upload_time2024-03-06 19:39:11
maintainer
docs_urlNone
authorJoe Numainville
requires_python
license
keywords deephaven plugin packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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):

```sh
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools
pip install build
```

To build:

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

The wheel is stored in `dist/`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/deephaven/deephaven-plugins",
    "name": "deephaven-plugin-packaging",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "deephaven,plugin,packaging",
    "author": "Joe Numainville",
    "author_email": "josephnumainville@deephaven.io",
    "download_url": "",
    "platform": "any",
    "description": "# Deephaven Plugin Packaging\n\nThis is a Python package that stores cross-plugin utilities for packaging Deephaven plugins.\nThis package is used by the Deephaven plugin build process to create wheels for plugins.\nIf the functions need to be available at runtime, they should be added to `utilities` 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\n```\n\nTo build:\n\n```sh\npython -m build --wheel\n```\n\nThe wheel is stored in `dist/`.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Deephaven Plugin Packaging",
    "version": "0.0.1",
    "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",
        "packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e0da75e56b85aa8dd9c96816c41890f9801c8c79d4eeca64ed2d4b0e5da03b5",
                "md5": "3f6225abdf9a396b8ff372f4b1eb2001",
                "sha256": "492aed50f592c3641c9a4df9f45326476bb8600de6a95a06d0eb945e460e499a"
            },
            "downloads": -1,
            "filename": "deephaven_plugin_packaging-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f6225abdf9a396b8ff372f4b1eb2001",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6893,
            "upload_time": "2024-03-06T19:39:11",
            "upload_time_iso_8601": "2024-03-06T19:39:11.003364Z",
            "url": "https://files.pythonhosted.org/packages/4e/0d/a75e56b85aa8dd9c96816c41890f9801c8c79d4eeca64ed2d4b0e5da03b5/deephaven_plugin_packaging-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 19:39:11",
    "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-packaging"
}
        
Elapsed time: 0.20257s