No project description provided
Project description
Coiled
See coiled.io
Example
import coiled
# Create a remote Dask cluster managed by Coiled
cluster = coiled.Cluster(configuration="coiled/default")
# Connect a Dask Client to the cluster
import dask.distributed
client = dask.distributed.Client(cluster)
# Start performing computations!
import dask.datasets
df = dask.datasets.timeseries()
df[["x", "y"]].resample("1h").mean().compute()
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
coiled-0.0.16.tar.gz
(1.2 MB
view details)
Built Distribution
coiled-0.0.16-py3-none-any.whl
(34.4 kB
view details)
File details
Details for the file coiled-0.0.16.tar.gz
.
File metadata
- Download URL: coiled-0.0.16.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00c108de1fb7c5fe4b131c80ea6a5c2ff4474d2fb30a97fad139eb0ad6db1e8c |
|
MD5 | 8f3101daa88d9152498d8c8987b8ea23 |
|
BLAKE2b-256 | 51313c1c54fce9da93f8ca2a6df69fbf76006823c9ac229fc4ec7125c0aa8edb |
Provenance
File details
Details for the file coiled-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.16-py3-none-any.whl
- Upload date:
- Size: 34.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b06173a4b05658111103a217cdcd5923894b3785c80883c79b0958d9bba0b2f8 |
|
MD5 | 6de4b9b25267fb323536f095cbfb038c |
|
BLAKE2b-256 | 3ecde1c94222aa52e2da697df73b738d627a64b6d3475b05b8d67dcbdad48822 |