sail-sdk (deprecated)
sail-sdk has been renamed to sail. Install
the canonical package instead:
pip install sail
This sail-sdk release is a thin redirect: it installs the matching sail
release for you, so you get the exact same import sail package and sail CLI.
It stays published so existing installs keep working, but new releases,
documentation, and support all target sail.
Migrating
Replace sail-sdk with sail in your requirements. Your code does not change:
the import is import sail either way.
If you already have an older sail-sdk installed, install sail directly
rather than upgrading sail-sdk in place:
pip install sail
pip install -U sail-sdk can leave import sail broken during this first
switch. pip installs the new sail first, then removes the old sail-sdk, and
the old sail-sdk owned the sail package files. One command restores it:
pip install --force-reinstall sail
The cleanest switch removes sail-sdk first, then installs sail:
pip uninstall sail-sdk && pip install sail
See the Sail documentation to get started.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sail_sdk-0.3.3-py3-none-any.whl.
File metadata
- Download URL: sail_sdk-0.3.3-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6705be3e0aef148e1cd604a7ce975b5cc8edea95f01fa7cac88ad3d53b112085
|
|
| MD5 |
0163070f86ae32905a1a34c559e566f9
|
|
| BLAKE2b-256 |
ffff2bf651076fa9ec806f8e3870f94246c2790b3abee3d92cc3e7f00f4d73bb
|