swandaskcluster


Nameswandaskcluster JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/swan-cern/swan-daskcluster
SummaryPackage to create wrappers of Dask clusters to be used from SWAN
upload_time2023-12-20 08:38:50
maintainer
docs_urlNone
authorSWAN Admins
requires_python>=3.6
licenseAGPL-3.0
keywords jupyter notebooks swan cern
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SWAN Dask Cluster

Package to create wrappers of Dask clusters to be used from SWAN.

## Requirements

* dask_lxplus
* swanportallocator

## Install

```bash
pip install swandaskcluster
```

## Security

This package provides a
[security loader](https://docs.dask.org/en/stable/configuration.html#distributed.client.security-loader)
function to automatically set the appropriate TLS configuration in Dask clients
created from SWAN.

This makes it possible to create Dask clients in the following way:

```python
from dask.distributed import Client

client = Client("tls://10.100.244.186:30124")
```

i.e. with no need to construct and pass a `Security` object as part of the
`Client` constructor.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/swan-cern/swan-daskcluster",
    "name": "swandaskcluster",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,Notebooks,SWAN,CERN",
    "author": "SWAN Admins",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0b/af/419337c38d91a7d714d8f138bf963e0761b3f2d320ee4ab1171e69388322/swandaskcluster-3.1.0.tar.gz",
    "platform": "Linux",
    "description": "# SWAN Dask Cluster\n\nPackage to create wrappers of Dask clusters to be used from SWAN.\n\n## Requirements\n\n* dask_lxplus\n* swanportallocator\n\n## Install\n\n```bash\npip install swandaskcluster\n```\n\n## Security\n\nThis package provides a\n[security loader](https://docs.dask.org/en/stable/configuration.html#distributed.client.security-loader)\nfunction to automatically set the appropriate TLS configuration in Dask clients\ncreated from SWAN.\n\nThis makes it possible to create Dask clients in the following way:\n\n```python\nfrom dask.distributed import Client\n\nclient = Client(\"tls://10.100.244.186:30124\")\n```\n\ni.e. with no need to construct and pass a `Security` object as part of the\n`Client` constructor.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Package to create wrappers of Dask clusters to be used from SWAN",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/swan-cern/swan-daskcluster"
    },
    "split_keywords": [
        "jupyter",
        "notebooks",
        "swan",
        "cern"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a34f9d1fc27f7a9c41b74ad05060b81d110e6456c8c4f758b8aead6bf5212dc",
                "md5": "845699c8969f5584159b8d8901b895d1",
                "sha256": "79a4a3cffee67261b33a3eb8b25750f6eec09f56fcb9fd47ec03a8376c3b3fad"
            },
            "downloads": -1,
            "filename": "swandaskcluster-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "845699c8969f5584159b8d8901b895d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18744,
            "upload_time": "2023-12-20T08:38:48",
            "upload_time_iso_8601": "2023-12-20T08:38:48.508854Z",
            "url": "https://files.pythonhosted.org/packages/5a/34/f9d1fc27f7a9c41b74ad05060b81d110e6456c8c4f758b8aead6bf5212dc/swandaskcluster-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0baf419337c38d91a7d714d8f138bf963e0761b3f2d320ee4ab1171e69388322",
                "md5": "731c7eb0e49b1347906317a7dab8544a",
                "sha256": "2f2beae106b6bb16407141a44a054a9e763b81839b83c22752a4fa90756aeafb"
            },
            "downloads": -1,
            "filename": "swandaskcluster-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "731c7eb0e49b1347906317a7dab8544a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18203,
            "upload_time": "2023-12-20T08:38:50",
            "upload_time_iso_8601": "2023-12-20T08:38:50.097376Z",
            "url": "https://files.pythonhosted.org/packages/0b/af/419337c38d91a7d714d8f138bf963e0761b3f2d320ee4ab1171e69388322/swandaskcluster-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-20 08:38:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "swan-cern",
    "github_project": "swan-daskcluster",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "swandaskcluster"
}
        
Elapsed time: 0.15551s