Metadata-Version: 2.1
Name: swandaskcluster
Version: 1.0.2
Summary: Package to create wrappers of Dask clusters to be used from SWAN
Home-page: https://github.com/swan-cern/swan-daskcluster
Author: SWAN Admins
License: AGPL-3.0
Keywords: Jupyter,Notebooks,SWAN,CERN
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# SWAN Dask Cluster

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

## Requirements

* dask_lxplus
* swanportallocator

## Install

```bash
pip install swandaskcluster
```


