{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/2"}],"enrichment":{"capability":"A Python client library for running and managing isolated container sandboxes on CoreWeave infrastructure, with both sync and async APIs for executing commands and managing sandbox lifecycle.","skillfed_tags":["grpc-client","container-execution","async-support"],"use_cases":["Execute untrusted or user-supplied code in an isolated container without risking your host environment.","Run remote computational tasks on CoreWeave infrastructure and retrieve results asynchronously.","Build multi-step workflows where each step runs in a fresh, isolated sandbox container.","Integrate sandbox execution into async Python applications using the native async/await API.","Prototype or test code in ephemeral containers without managing Docker or Kubernetes directly."],"what_it_does":"cwsandbox is a gRPC-based Python client for CoreWeave's container sandbox service. It lets you spawn isolated container environments, execute commands inside them, and manage their lifecycle\u2014all from Python code. The library supports both synchronous and asynchronous workflows, with a context-manager interface for automatic cleanup and a hybrid API that returns futures you can block on or await.\n\nYou'd use this when you need to run untrusted code, perform isolated computations, or execute workloads on CoreWeave's infrastructure without managing containers directly. It abstracts away the gRPC plumbing and provides a Pythonic interface for sandbox creation, command execution, and result retrieval.","worth_installing":"Yes, if you are building on CoreWeave's sandbox service. The library is actively maintained, has low install friction, carries no known vulnerabilities, and provides a clean Pythonic interface to a specialized infrastructure service. Not applicable if you don't have CoreWeave infrastructure access or need a general-purpose container client."},"id":"cwsandbox","links":{"html":"https://skillfed.io/packages/cwsandbox","md":"https://skillfed.io/packages/cwsandbox.md","pypi":"https://pypi.org/project/cwsandbox/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"cwsandbox","python_support":"supports_current","summary":"A Python client library for CoreWeave Sandbox"},"popularity":{"monthly_downloads":602312,"position":5815,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
