A set of tools to provide a control plane for managing the lifecycle of Dask clusters.
Project description
A set of tools to provide a control plane for managing the lifecycle of Dask clusters.
$ daskctl cluster list
NAME ADDRESS TYPE WORKERS THREADS MEMORY CREATED STATUS
proxycluster-8786 tcp://localhost:8786 ProxyCluster 4 12 17.18 GB Just now Running
Developing
This project uses black to format code and flake8 for linting. We also support pre-commit to ensure these have been run. To configure your local environment please install these development dependencies and set up the commit hooks.
$ pip install black flake8 pre-commit
$ pre-commit install
Testing
This project uses pytest to run tests and also to test docstring examples.
Install the test dependencies.
$ pip install -r requirements-test.txt
Run the tests.
$ pytest
=== 3 passed in 0.13 seconds ===
Releasing
Releases are published automatically when a tag is pushed to GitHub.
# Set next version number
export RELEASE=x.x.x
# Create tags
git commit --allow-empty -m "Release $RELEASE"
git tag -a $RELEASE -m "Version $RELEASE"
# Push
git push upstream --tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dask-ctl-2021.3.0.tar.gz
(26.7 kB
view hashes)
Built Distribution
Close
Hashes for dask_ctl-2021.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e83883a5a17d01d85abb614327fdbeb8938b7981c94dd831beba2b3b0692d485 |
|
MD5 | e9b25f42a056882b3597af3b43f613e4 |
|
BLAKE2b-256 | 474381ddbe921503682ae04ad1b5f911fc51ecfc37e0aa59e9352534219389f6 |