Package to create wrappers of Dask clusters to be used from SWAN.
- dask_lxplus
- swanportallocator
pip install swandaskcluster
This package provides a 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:
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.