dask-labextension-gateway


Namedask-labextension-gateway JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAdd Dask Gateway support to dask-labextension
upload_time2025-02-07 14:42:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD-3-Clause
keywords dask jupyter
VCS
bugtrack_url
requirements dask-gateway dask-labextension
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dask-labextension-gateway

Add Dask Gateway support to [dask-labextension](https://github.com/dask/dask-labextension).

This is a temporary package to address https://github.com/dask/dask-labextension/issues/204 .
once addressed, this package will not be maintained.

To use this package:

1. install it

```
pip install dask-labextension-gateway
```

2. set config `dask.labextension.use_gateway = true`, e.g. in `~/.config/dask/labextension.yaml`:

```yaml
labextension:
  use_gateway: true
```

3. configure your default gateway client, as you would normally (the Gateway used in the extension is constructed with `Gateway()`, using default options).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dask-labextension-gateway",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Dask, Jupyter",
    "author": null,
    "author_email": "Min RK <benjaminrk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/3a/b9/af551b4ef6d24c0549c166cd98c86ccbb3febb490711e6d9eacda714580e/dask_labextension_gateway-0.0.1.tar.gz",
    "platform": null,
    "description": "# dask-labextension-gateway\n\nAdd Dask Gateway support to [dask-labextension](https://github.com/dask/dask-labextension).\n\nThis is a temporary package to address https://github.com/dask/dask-labextension/issues/204 .\nonce addressed, this package will not be maintained.\n\nTo use this package:\n\n1. install it\n\n```\npip install dask-labextension-gateway\n```\n\n2. set config `dask.labextension.use_gateway = true`, e.g. in `~/.config/dask/labextension.yaml`:\n\n```yaml\nlabextension:\n  use_gateway: true\n```\n\n3. configure your default gateway client, as you would normally (the Gateway used in the extension is constructed with `Gateway()`, using default options).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Add Dask Gateway support to dask-labextension",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/minrk/dask-labextension-gateway",
        "Source": "https://github.com/minrk/dask-labextension-gateway",
        "Tracker": "https://github.com/minrk/dask-labextension-gateway/issues"
    },
    "split_keywords": [
        "dask",
        " jupyter"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "968c259399abf294c2f2365a97a717bef993ebf7ff797682739e2e014b82683e",
                "md5": "1b517e193bcdca7ebf428d5df777b7ac",
                "sha256": "63318ae66a893d02d44f72c09e589dd768fc22a6e476619dde4bf43c1ece1177"
            },
            "downloads": -1,
            "filename": "dask_labextension_gateway-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b517e193bcdca7ebf428d5df777b7ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3978,
            "upload_time": "2025-02-07T14:42:14",
            "upload_time_iso_8601": "2025-02-07T14:42:14.997502Z",
            "url": "https://files.pythonhosted.org/packages/96/8c/259399abf294c2f2365a97a717bef993ebf7ff797682739e2e014b82683e/dask_labextension_gateway-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ab9af551b4ef6d24c0549c166cd98c86ccbb3febb490711e6d9eacda714580e",
                "md5": "5dff769dc71bd5986c029ee55893bb2f",
                "sha256": "9bff658d36a02228cee33cf2d922934f1a1348f7ff4c2538fe21a5c8b102a630"
            },
            "downloads": -1,
            "filename": "dask_labextension_gateway-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5dff769dc71bd5986c029ee55893bb2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10926,
            "upload_time": "2025-02-07T14:42:16",
            "upload_time_iso_8601": "2025-02-07T14:42:16.351067Z",
            "url": "https://files.pythonhosted.org/packages/3a/b9/af551b4ef6d24c0549c166cd98c86ccbb3febb490711e6d9eacda714580e/dask_labextension_gateway-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 14:42:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "minrk",
    "github_project": "dask-labextension-gateway",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "dask-gateway",
            "specs": []
        },
        {
            "name": "dask-labextension",
            "specs": []
        }
    ],
    "lcname": "dask-labextension-gateway"
}
        
Elapsed time: 0.41304s