Metadata-Version: 2.1
Name: coiled
Version: 0.0.40
Summary: UNKNOWN
Home-page: https://coiled.io
Maintainer: Coiled
Maintainer-email: info@coiled.io
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: aiobotocore (>=1.1.1)
Requires-Dist: boto3
Requires-Dist: click (>=7.1)
Requires-Dist: dask[complete] (>=2.23.0)
Requires-Dist: distributed (>=2.23.0)
Requires-Dist: s3fs
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: ipython
Requires-Dist: rich (>=9.4.0)
Requires-Dist: typing-extensions


<p align="center">
<img src="https://raw.githubusercontent.com/coiled/logos/master/horizontal.png" width="500" style="max-width: 500px;" alt="coiled">
</p>

<p align="center">
  <a href="https://coiled.io">Coiled.io</a> •
  <a href="https://docs.coiled.io/user_guide/index.html">Documentation</a> •
  <a href="https://join.slack.com/t/coiled-users/shared_invite/zt-hx1fnr7k-In~Q8ui3XkQfvQon0yN5WQ">Community</a> •
  <a href="https://github.com/coiled/feedback/issues/new">Feedback</a> 
</p>

Coiled is a deployment-as-a-service library for scaling Python with Dask, a popular open source library for parallel analytics. Coiled manages cloud resources, networking, software environments, and everything you need to scale Python in the cloud robustly and easily.

Go to https://cloud.coiled.io to get started with Coiled.

### Build docs locally ###

In case you need to build docs locally to ensure things render correctly. 

```shell
cd python-api/docs
pip install -r requirements-docs.txt
make html
open build/html/index.html
```



