skillfed

coiled

Python client for coiled.io dask clusters

coiled v1.135.3 1.4M downloads/30d#3,898 on PyPI
License unclear Elastic-2.0 Active released

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 coiled

uv

uv add coiled

poetry

poetry add coiled

Installing 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

dask cluster deploymentpython distributed computing cloudscale dask workloadsmanaged dask clusterscloud parallel analyticsdask cluster provisioningserverless dask scaling
dask-integrationcloud-provisioningdistributed-computing

More Distributed Computing packages