coiled
Python client for coiled.io dask clusters
What it is and what it does
Coiled is a client library that bridges your local Python environment to the coiled.io deployment service, which provisions and manages Dask clusters in the cloud. It abstracts away the complexity of setting up cloud infrastructure, configuring networking, and managing software environments—you call Coiled's API to create a cluster, and the service handles resource allocation and orchestration on your behalf.
The package depends on dask and distributed for the core parallel computing engine, boto3 for AWS integration, fabric and paramiko for remote execution, and several utility libraries for configuration and monitoring. It's designed for teams running large-scale analytics or machine learning workloads that need to scale beyond a single machine without manually provisioning and configuring cloud infrastructure.
Use it for:
- Scale a Dask DataFrame operation across multiple cloud instances without manually provisioning VMs or configuring networking.
- Run distributed machine learning training jobs that require more compute than your local machine provides.
- Provision temporary compute clusters for batch analytics jobs, then tear them down to control costs.
- Integrate cloud-based Dask clusters into a CI/CD pipeline for large-scale data processing.
- Manage multiple Dask clusters across different cloud regions or providers from a single Python client.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Coiled is a Python client library that provisions and manages Dask clusters on cloud infrastructure, handling resource allocation, networking, and environment setup to scale parallel workloads.
Yes, if you use Dask and need to scale to cloud infrastructure without managing infrastructure yourself. The low install friction and active maintenance are positive signals. However, verify the Elastic-2.0 license terms for your use case, and confirm whether coiled.io's service requires a paid account—the client library alone is not sufficient without access to the backend service.
Install
coiled on PyPI
pip
pip install coileduv
uv add coiledpoetry
poetry add coiledInstalling coiled
Before you install
Low install friction with a pure-Python wheel. Active maintenance as of the release date. The 24 runtime dependencies include substantial libraries like dask, distributed, boto3, and fabric, which may add complexity to your environment but are standard for cloud-based distributed computing.
License in practice
Licensed under Elastic-2.0, but license treatment is marked unclear in the metadata. You should verify the exact terms before using in proprietary or commercial contexts, as Elastic licenses can carry specific restrictions.
Quickstart
pip install coiled
import coiled
cluster = coiled.Cluster()
cluster.close()
Requires Python 3.9 or later. Coiled.io account and cloud credentials (AWS or other supported provider) needed to actually provision clusters.
Verify before relying
- Whether Elastic-2.0 license permits commercial use without restrictions or additional agreements.
- Whether the coiled.io service itself requires a paid subscription beyond the open-source client library.
Package facts
| License | Elastic-2.0 (unclear) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 24 — aiohttp, backoff, boto3, certifi, click, dask, distributed, fabric, filelock, gilknocker, httpx, invoke, ipywidgets, jmespath, jsondiff, packaging, paramiko, pip-requirements-parser, pip, prometheus-client, rich, toml, typing-extensions, wheel |
| Maintenance | actively maintained — 0 days since the last release |
| First released | |
| Downloads | 1,437,184/month — #3,898 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: coiled-1.135.3-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
daskDask is a parallel computing library that…
permissive · top 1,000 on PyPI
distributedDistributed provides a scheduler and runtime…
permissive · top 5,000 on PyPI
dask-jobqueueDeploys Dask distributed computing clusters on…
permissive · top 15,000 on PyPI
prefect-daskIntegrates Prefect workflow orchestration with…
permissive · top 15,000 on PyPI
dask-cudaDask CUDA provides utilities for deploying and…
permissive · top 15,000 on PyPI
dask-mlDask-ML provides distributed and parallel…
permissive · top 15,000 on PyPI
ipyparallelManages clusters of IPython processes for…
permissive · top 15,000 on PyPI
dask-glmDistributed generalized linear model fitting…
permissive · top 15,000 on PyPI
aws-parallelclusterAWS ParallelCluster is a cluster management…
permissive · top 15,000 on PyPI
dask-cudf-cu12Dask cuDF extends Dask DataFrame with a…
permissive · top 15,000 on PyPI