Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Sora Python SDK

PyPI SPEC 0 — Minimum Supported Dependencies image License Actions status Discord

Sora Python SDK は WebRTC SFU Sora の Python クライアントアプリケーションを開発するためのライブラリです。Sora C++ SDK をベースにしています。

About Shiguredo's open source software

We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.

Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.

時雨堂のオープンソースソフトウェアについて

利用前に https://github.com/shiguredo/oss をお読みください。

Sora Python SDK について

様々なプラットフォームに対応しすぐに使い始められる WebRTC SFU Sora 向けの Python SDK です。

音声や映像デバイスの処理を SDK から独立させているため、様々なライブラリを利用する事ができます。

特徴

  • PyPI 経由で uv add sora-sdkpip install sora-sdk でインストールできる
  • Raspberry Pi 向けパッケージ sora-sdk-rpi の提供
    • uv add sora-sdk-rpi でインストールできる
  • Raspberry Pi 向けに libcamera 用の create_libcamera_source を提供
  • Sora C++ SDK ベース
  • WebRTC 部分の機能は libwebrtc を採用
  • Windows / macOS / Linux (Ubuntu / Raspberry Pi OS) プラットフォームに対応
  • WebRTC 統計情報 の取得が可能
  • WebRTC Encoded Transform に対応
  • 回線が不安定になった際、解像度とフレームレートどちらを維持するかの設定をする DegradationPreference に対応
    • MAINTAIN_FRAMERATE / MAINTAIN_RESOLUTION / BALANCED が指定できる
  • 発話区間の検出が可能な VAD (Voice Activity Detection) に対応
  • Intel / Apple / NVIDIA / Raspberry Pi のハードウェアデコーダー/エンコーダーに対応
    • Apple Video Toolbox (H.264 / H.265)
      • macOS arm64 で利用できる
    • Intel VPL (VP9 / AV1 / H.264 / H.265)
      • Ubuntu x86_64 / Windows x86_64 で利用できる
    • AMD AMF (VP9 /AV1 / H.264 / H.265)
      • Ubuntu x86_64 / Windows x86_64 で利用できる
      • AV1 エンコードは Windows x86_64 でのみ利用できる
      • VP9 はデコードのみ利用できる
    • NVIDIA Video Codec (VP8 / VP9 / AV1 / H.264 / H.265)
      • Ubuntu x86_64 / Windows x86_64 で利用できる
      • VP8 と VP9 はデコードのみ利用できる
    • NVIDIA Jetson JetPack SDK (AV1 / H.264 / H.265)
    • Raspberry Pi (H.264)
      • Raspberry Pi 4 / Raspberry Pi 3 / Raspberry Pi 2 Model B v1.2 / Raspberry Pi Zero 2 W で利用できる
      • V4L2-M2M API を利用している
    • 各プラットフォームで利用可能な HWA への対応
  • OpenH264 を利用した H.264 のソフトウェアエンコーダー/デコーダーに対応
    • Ubuntu x86_64 / Ubuntu arm64 / Windows x86_64 / macOS arm64 で利用できる
  • 音声デバイス処理に sounddevice などが利用できる
  • 映像デバイス処理に opencv-python などが利用できる
  • 音声認識などの入力に受信した音声を利用できる
  • 物体検出などの入力に受信した映像を利用できる
  • NVIDIA Jetson JetPack SDK に対応

利用イメージ

  • データチャンネルを利用して Python において映像、音声を解析した結果を Sora 経由で配信する
  • Text to Speech の音声を Sora 経由で配信する
  • 映像入力に対して Pillow などで加工した映像を Sora を経由で配信する
  • A チャンネルの参加者からの映像と音声を B チャンネルに対して加工した上で Sora 経由で配信する

ドキュメント

Sora Python SDK

サンプル集

shiguredo/sora-python-sdk-examples

sora_sdk パッケージの追加

uv の利用を推奨します。

uv add sora_sdk

Raspberry Pi OS 向けパッケージ

uv add sora_sdk_rpi

NVIDIA Jetson 向けパッケージ

PyPI 経由ではインストールできません。 パッケージバイナリを配布しておりますので、そちらをご利用ください。

https://github.com/shiguredo/sora-python-sdk/releases/tag/2024.3.0-jetson-jetpack-6.0.0.0

対応 WebRTC SFU Sora

直近 2 バージョンの Sora をサポートします

  • Sora 2025.2.x
  • Sora 2025.1.x

Python サポートポリシー

直近の 3 バージョンの Python をサポートします。

  • Python 3.14
  • Python 3.13
  • Python 3.12

Scientific Python - SPEC 0 — Minimum Supported Dependencies

対応プラットフォーム

  • Ubuntu 26.04 LTS x86_64
  • Ubuntu 26.04 LTS arm64
  • Ubuntu 24.04 LTS x86_64
  • Ubuntu 24.04 LTS arm64
  • macOS Tahoe 26 arm64
  • macOS Sequoia 15 arm64
  • macOS Ventura 14 arm64
  • Windows 11 x86_64
  • Windows Server 2025 x86_64
  • Raspberry Pi OS armv8

Raspberry Pi OS 向け

  • Raspberry Pi OS Trixie (64bit)
    • Raspberry Pi 5
    • Raspberry Pi 4
    • Raspberry Pi 3
    • Raspberry Pi 2 Model B v1.2
    • Raspberry Pi Zero 2 W

[!CAUTION]

  • Raspberry Pi 5 は H.264 ハードウェアエンコーダーが搭載されていません
  • Raspberry Pi 5 の H.265 ハードウェアデコーダーに対応していません

NVIDIA Jetson 向け

  • Ubuntu 22.04 LTS arm64 (NVIDIA Jetson JetPack SDK 6)
    • PyPI からではなくパッケージファイルを利用してください

macOS の対応バージョン

直近の 2 バージョンをサポートします。

Ubuntu の対応バージョン

直近の LTS 2 バージョンをサポートします。

優先実装

優先実装とは Sora のライセンスを契約頂いているお客様向けに Sora Python SDK の実装予定機能を有償にて前倒しで実装することです。

詳細は Discord やメールなどでお気軽にお問い合わせください

優先実装が可能な機能一覧

  • Ubuntu 22.04 arm64 (NVIDIA Jetson JetPack SDK 6.1)

サポートについて

Discord

  • サポートしません
  • アドバイスします
  • フィードバック歓迎します

最新の状況などは Discord で共有しています。質問や相談も Discord でのみ受け付けています。

https://discord.gg/shiguredo

バグ報告

Discord へお願いします。

ライセンス

Apache License 2.0

Copyright 2023-2025, tnoho (Original Author)
Copyright 2023-2025, Wandbox LLC (Original Author)
Copyright 2023-2025, Shiguredo Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

OpenH264

https://www.openh264.org/BINARY_LICENSE.txt

"OpenH264 Video Codec provided by Cisco Systems, Inc."

NVDIA Video Codec SDK

https://docs.nvidia.com/video-technologies/video-codec-sdk/12.2/license/index.html

“This software contains source code provided by NVIDIA Corporation.”

H.264 (AVC) と H.265 (HEVC) のライセンスについて

時雨堂が提供する libwebrtc のビルド済みバイナリには H.264 と H.265 のコーデックは含まれていません

H.264

H.264 対応は Via LA Licensing (旧 MPEG-LA) に連絡を取り、ロイヤリティの対象にならないことを確認しています。

時雨堂がエンドユーザーの PC /デバイスに既に存在する AVC / H.264 エンコーダー/デコーダーに依存する製品を提供する場合は、 ソフトウェア製品は AVC ライセンスの対象外となり、ロイヤリティの対象にもなりません。

H.265

H.265 対応は以下の二つの団体に連絡を取り、H.265 ハードウェアアクセラレーターのみを利用し、 H.265 が利用可能なバイナリを配布する事は、ライセンスが不要であることを確認しています。

また、H.265 のハードウェアアクセラレーターのみを利用した H.265 対応の SDK を OSS で公開し、 ビルド済みバイナリを配布する事は、ライセンスが不要であることも確認しています。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sora_sdk-2026.1.0.dev16.tar.gz (7.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sora_sdk-2026.1.0.dev16-cp314-cp314-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.14Windows x86-64

sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.39+ x86-64

sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.39+ ARM64

sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_14_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

sora_sdk-2026.1.0.dev16-cp313-cp313-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.13Windows x86-64

sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.39+ x86-64

sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.39+ ARM64

sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_14_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

sora_sdk-2026.1.0.dev16-cp312-cp312-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.12Windows x86-64

sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ x86-64

sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.39+ ARM64

sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_14_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

File details

Details for the file sora_sdk-2026.1.0.dev16.tar.gz.

File metadata

  • Download URL: sora_sdk-2026.1.0.dev16.tar.gz
  • Upload date:
  • Size: 7.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sora_sdk-2026.1.0.dev16.tar.gz
Algorithm Hash digest
SHA256 c918b1297fc8481609c6f54f7f60b52ad1fc552488e8f3277ebfba9d7b7d9373
MD5 926c32edc967f8ea15a28d5b950b242f
BLAKE2b-256 b11dbb53fedd18d56576356061eebdcada6c8707da771fb9640975743d6d88c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16.tar.gz:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6302e4a964b385bc68ad6331985a1a2358375ecaa70a5ba56aa5a9f5e31f57ae
MD5 7f5330ccef16c64e8c0fb7c47118db12
BLAKE2b-256 f164f0ded7cd6935bf0d41fe843f6b8ea59b4a5b26a2352166b0d3e2df6124bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp314-cp314-win_amd64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 37527b2185ddf0004b2909b8427821ca7d96b727c7de7f799f1d419d65fe0a02
MD5 4692885e0121118ab321773b0dcff21d
BLAKE2b-256 59cdda4192138e07d7a54b756ed8ab439a5be1b90d7da6cdc0f237a132d82db9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_x86_64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 6a331c52d8e2c8fca4a42dd8216d72400d2e1379df93742a5a9c28ca07d1ee52
MD5 d160ae5200bb6fa4414f7710a642dbe0
BLAKE2b-256 bff6837962bc0ba0bfabc636dfb5d164ea284c4f6962728a3f544f58e2e8a732

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp314-cp314-manylinux_2_39_aarch64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 37215b37b8a1a6facd40b9d0711c0125277226e4622fa7228664f7c887575e33
MD5 6aeb7d7952cac3e55c749fed30f09f88
BLAKE2b-256 10d5aeae1e87d26c21d367739b96c14b9b538b9692152742a13d382e26662b31

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c626a0e63d2f993a951f93b4f211d030f134f57bbb0c95ca499e0a17f153bfba
MD5 1c821512f47dce24f1ca358c1953b584
BLAKE2b-256 55077a1747d7b13b3ea045245f7b7390fb77aa99e43894d60f6220169a348478

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7db33e583ab2136de86c7b1d3a49a0c29934732823a507fdbb735c6551c3720c
MD5 b3e8edf4707b4ae4b0c68ce5d2be5f50
BLAKE2b-256 abe2599ac92d112016c4c1f610298dd7e44740e94a51477063119e792c325425

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp313-cp313-win_amd64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 88e6e9176cdd2b5a8c242ed21008bd323ab9860a3c85b111c684b9a004b26bae
MD5 96ce7135df765e62df71bbadc2f61b97
BLAKE2b-256 e91085723c8c092a049b3115d578b3d4384d4bf2f88640b907ae0a19fe30663e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_x86_64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 0229fe47a9bfb7d73d53e4cb67d07e423ca7c389bc8b412ddfeb94d623c0894a
MD5 befc5df313cbeb648c570fc9fc84e1bd
BLAKE2b-256 fb70a1235b6e8f909e65b969526ce1023e8487e5d175729d6c82575f3c9a52bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp313-cp313-manylinux_2_39_aarch64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f06acad3bae6b6dc7fd3af99a26f7aef8ba164bcd01a61cd8e137f9e328d181f
MD5 c9092f6afbce0c1f4c6bc307bed2e894
BLAKE2b-256 e9559f05481ab55028edb24178ba6178d35bab24cf5e38306edd55ef4b0e68af

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 afecead582dd85c76be5ed5204295044b69fa62295ddb56f598d1740617495ce
MD5 542d23b31fab9746a70d1d27356f3a85
BLAKE2b-256 1bf9f96ea96ab9c4523838028e55bcb718dc9e856416151b292951dfbcaf6f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 121f02629e5c8a28a5bba99d991693bd9ece790432b96509bf3d280e9707cfa2
MD5 62f1fcad24a26374d251bdfcf4c75877
BLAKE2b-256 8c01c7c9ac11b9e330030224240587fadeb8cceb0c3b0d5051c50661a210d9d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp312-cp312-win_amd64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 40b21262c1b964c0f07ec8c45a42ae0d3af8dcdb956345b95ece9453f18a40e8
MD5 bbb19178522a3fe596de4fd1f1c3a5b7
BLAKE2b-256 179677937250c7d50c8a757405508d414c74ff1e49aa54af57cda0fd6791cd79

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_x86_64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 476447974a2f2120d36077c2ea21b1f96f0b40c6fb4b2c1d2246c1021939c0a2
MD5 f1470e59da0ba37be91c3b307a434173
BLAKE2b-256 f0698d6a12ef260bb4e619cf80c13acf4c7277e15d5e3e3560a7b29ed9d5707e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp312-cp312-manylinux_2_39_aarch64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9cef4d3cd40d20d1280ce036c39dd991c3dab829f495a99c859d9e14c718c687
MD5 b8a33b997ca2b250945805dba0c2ab41
BLAKE2b-256 275fc8a54e03653b41dd473bbe6171e85bdb86aecf28b265d8e49ed4dba92a5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4853ffa9efaa4f73deaa28e851de183cdc6778b2779dbf478f17715ec0e4794e
MD5 0e163171bd4a0d18d2a2aab36309c8db
BLAKE2b-256 cdfbbbbe3e1394b7e4adccda4a804e3a22ee9e59f76e5797cee61cdfec9e2084

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev16-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: build.yml on shiguredo/sora-python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page