skillfed

anyscale

Command Line Interface for Anyscale

anyscale v0.26.107 982.3K downloads/30d#4,583 on PyPI
License unclear AS License Active released

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 anyscale

uv

uv add anyscale

poetry

poetry add anyscale

Installing 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

anyscale cli sdkdistributed computing platformworkload managementcloud compute orchestrationanyscale command lineray cluster managementserverless compute platform
distributed-computingcloud-orchestrationcli-sdk

More Distributed Computing packages