anyscale
Command Line Interface for Anyscale
What it is and what it does
Anyscale is a client library and command-line tool for interacting with the Anyscale distributed computing platform. It provides both a CLI for administrative tasks and a Python SDK for programmatic access to workload management, service deployment, and cluster orchestration features. The package is actively maintained and supports current Python versions.
The CLI and SDK abstract away the complexity of managing distributed compute resources, allowing you to submit jobs, monitor workloads, and configure services through either shell commands or Python code. It integrates with cloud providers (AWS, GCP) via boto3 and google-auth, and supports Kubernetes deployments. The package depends on a broad set of infrastructure libraries for HTTP communication, YAML parsing, and cloud authentication.
Use it for:
- Submit and monitor distributed compute jobs to the Anyscale platform from a Python script or CI/CD pipeline.
- Manage Ray clusters and workloads through the command-line interface without writing cluster configuration by hand.
- Deploy and manage long-running services on Anyscale infrastructure with automatic scaling and monitoring.
- Integrate Anyscale compute resources into a larger cloud workflow using boto3 and Kubernetes credentials.
- Debug and inspect running workloads and service logs through the CLI or SDK.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Anyscale provides a command-line interface and Python SDK for managing workloads and services on the Anyscale platform, a distributed computing service.
Yes, if you are an Anyscale user or evaluating the platform. The package is actively maintained, has low install friction, and no known vulnerabilities. However, verify the 'AS License' terms first, as the license treatment is unclear and may impose restrictions. If you are not using Anyscale, this package is not applicable.
Install
anyscale on PyPI
pip
pip install anyscaleuv
uv add anyscalepoetry
poetry add anyscaleInstalling anyscale
Before you install
Low install friction with a pure-Python wheel. Actively maintained with a release 4 days old. Requires Python 3.9–3.14; pulls in 28 runtime dependencies including boto3, kubernetes, and aiohttp, which are standard infrastructure libraries.
License in practice
License treatment is unclear: the raw license is listed as 'AS License' with no SPDX identifier. Verify the actual license terms and compatibility with your project before relying on this package in production.
Quickstart
pip install anyscale
from anyscale import ... # SDK modules vary by use case
# or use the CLI: anyscale --help
Requires Python 3.9–3.14. The package is a platform client; meaningful use requires an Anyscale account and credentials.
Verify before relying
- What specific SDK modules and classes are available for programmatic use beyond the CLI.
- Whether the 'AS License' is proprietary, open-source, or a custom variant, and what restrictions it imposes.
- How credentials and authentication are configured (environment variables, config files, or other).
Package facts
| License | AS License (unclear) |
| Python support | supports the current Python release (<3.15,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 28 — boto3, botocore, aiohttp, certifi, Click, colorama, google-auth, jsonpatch, jsonschema, kubernetes, oauth2client, packaging, pathspec, python-dateutil, requests, rich, six, tabulate, urllib3, wrapt, pyyaml, smart_open, tqdm, tzlocal, humanize, typing_extensions, termcolor, websockets |
| Maintenance | actively maintained — 4 days since the last release |
| First released | |
| Downloads | 982,293/month — #4,583 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: anyscale-0.26.107-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
modalModal is a Python client library that lets you…
permissive · top 1,000 on PyPI
distributedDistributed provides a scheduler and runtime…
permissive · top 5,000 on PyPI
aws-parallelclusterAWS ParallelCluster is a cluster management…
permissive · top 15,000 on PyPI
fastapi-cloud-cliA command-line tool for deploying and managing…
permissive · top 1,000 on PyPI
dagster-cloudDagster Cloud is a managed orchestration…
permissive · top 5,000 on PyPI
k8s-agent-sandboxA Python client library for creating and…
permissive · top 15,000 on PyPI
lithopsLithops is a Python framework for running…
permissive · top 15,000 on PyPI
primeCLI and Python SDK for managing GPU compute,…
permissive · top 15,000 on PyPI
skypilot-nightlySkyPilot provisions and manages AI compute jobs…
permissive · top 15,000 on PyPI
prefect-rayIntegrates Ray distributed computing with…
permissive · top 15,000 on PyPI