Metadata-Version: 2.4
Name: sail-sdk
Version: 0.1.38
Summary: Python SDK for the Sail sandbox platform
Project-URL: Homepage, https://app.sailresearch.com
Project-URL: Documentation, https://docs.sailresearch.com
Project-URL: Repository, https://github.com/sailresearch/sail
Project-URL: Issues, https://github.com/sailresearch/sail/issues
Author: Sail
License-Expression: Apache-2.0
Keywords: grpc,sail,sailbox,sandbox,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: click>=8.1
Requires-Dist: cloudpickle==3.1.2
Requires-Dist: grpcio>=1.80.0
Requires-Dist: pathspec>=0.12
Requires-Dist: protobuf>=6.31.1
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: urllib3>=2.0
Provides-Extra: dev
Requires-Dist: grpcio-tools>=1.80.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# Sail SDK

Python client library for Sail, the most cost-efficient infrastructure provider
for long-horizon agents.

## Documentation

See the [Sail documentation](https://docs.sailresearch.com) for quickstarts,
API guides, and examples.

## Installation

Install the package with pip:

```bash
pip install sail-sdk
```

Or with uv:

```bash
uv add sail-sdk
```

Set your API key before using the SDK:

```bash
export SAIL_API_KEY=sk_...
```

## Support

Questions or issues? Contact [support@sailresearch.com](mailto:support@sailresearch.com).
