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.dev17.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.dev17-cp314-cp314-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.14Windows x86-64

sora_sdk-2026.1.0.dev17-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.dev17-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.dev17-cp314-cp314-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sora_sdk-2026.1.0.dev17-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.dev17-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.dev17-cp313-cp313-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sora_sdk-2026.1.0.dev17-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.dev17-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.dev17-cp312-cp312-macosx_15_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

sora_sdk-2026.1.0.dev17-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.dev17.tar.gz.

File metadata

  • Download URL: sora_sdk-2026.1.0.dev17.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.dev17.tar.gz
Algorithm Hash digest
SHA256 07a33bf91f8159d5752d1b3a9ce43a855e3c614930b1976e2ea25a0e89bd7d84
MD5 b96d715f5501c2272e1cdc3e02a500bc
BLAKE2b-256 12101482694674b3c6f27155e8bc877017a0f82bbb39d052a8cedf08eb946cce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17.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.dev17-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3ea3dd685f941aa5279ed7f948228e26c008037a81aba74916265955e3389aca
MD5 caab0a3c8d0227aa3907d8ec08a9be63
BLAKE2b-256 9847032193a44aba218c21a9993abad1006ae6fa051bfb8299a00a84e8c0f4fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp314-cp314-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp314-cp314-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 95dd177303dfd32168ba4bf2d66af25b61613d98cb9fe96328a59f561d95d234
MD5 9a51cec0adb706924f24237ec42769a1
BLAKE2b-256 e248dcd9dfc06510e83dac7ccefc04957712485eca365da528d4c865f5bc2c9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp314-cp314-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp314-cp314-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 11b5d569e66e43741aeb07d51cc40e86359a4711a17c0c838d67037b214ab711
MD5 ce4071d6e5f0b7d757bd61971e03f667
BLAKE2b-256 d22db5f6713ae2982d8b9209b79c2873c1c4c1b5f319615fc89b008e7e6a5ce2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6898ed2ce7b7916cf626f31b88426248b08f2a40e2ed1ac5c62bec404518ce10
MD5 aaa5f8a3e314ca1a8d279f82cbf785b0
BLAKE2b-256 65e07cfbdd61556a3f90c3154c00ad2144f82d0e338fb13ab044c2661dbad712

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 15c03eeef25c9c886adea2a1e4f6e2e5b9e27c3e01f79b66d17b81cfa304156d
MD5 799032dc581e5e652ed9abd8bd0fa0a0
BLAKE2b-256 eddc6a26c0a0f354c20d6605a8aa36d1cfffa2f1625f01aaa238d8377b6f807a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a5888cc02a262b8896c3e707bd0741ed223196f32bc4e8c2a1ce7d61900a37c1
MD5 27699c466606d71c6e86906fe2f765e0
BLAKE2b-256 c8f4dcc3a996438526d108584fd8c7e2b98aa5c51b89a736aa5167d2556788e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp313-cp313-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp313-cp313-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 8d183022135a2d86453bb02c44ab0543a63189e97f362b57deadf5a85a393663
MD5 eb2e4ddd243f65eab8b9ffb6a6c8c743
BLAKE2b-256 92974ef6a44e3d4e6221ce8591c0f91e8870ae0a44fb4742ccbd9ee57acf3b17

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp313-cp313-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp313-cp313-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 6299f6cff7ad9ecae5c9453b8b28f78b89c34264584e1f0464b566f4b6f63956
MD5 c9253ab0a1290d05bbfaab30f9f9a310
BLAKE2b-256 5595583cee3cc8bb69ab27aeae2c8e3a07317a6cd63b77706fa8b44ebbdb41c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a0728c67c27e88f579505072b593b04426829242b09cb71f92b967df5e75beee
MD5 e98096f9c9a659ccf5ec37711045214f
BLAKE2b-256 26bac2415a60bb3b9b595a566e25e20c2e290d077de14faea740411dd59f7aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 800aca518db531ba2e3531e0dc0ed50a131d156b1c7b154336155a399e85ec42
MD5 3740fec8a1b057a97c0f095911336164
BLAKE2b-256 45e1e9629861b4326656e294f2c57198c6df08a1441920add99f90ea17b0dbc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 13af76aefe471c1a179bde02a58256e57a6bbe373f896ef39bd9c0184a7b5561
MD5 0a8fda16e8ea0b4de5831ab2d7b5071b
BLAKE2b-256 709e7dca8f44773e8548fe8b3d01c940707cc3ed527f562ad1d39e350f24c196

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp312-cp312-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp312-cp312-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 2885276318234bef1c9c387fe0efeed1d4b23756dd0f0549de2fa480b1c3e156
MD5 f0db7a0636fbd1bf385663099bb3cfaa
BLAKE2b-256 a1edb6c47a336e6f49038272322ed9a70f29dcd25f0beb3125daebe900f49de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp312-cp312-manylinux_2_39_aarch64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp312-cp312-manylinux_2_39_aarch64.whl
Algorithm Hash digest
SHA256 0a205c4af26aa4d6b189e82a4199a9a2626e9c1b5f209601481080046efa436a
MD5 42bfb8102f05df5c519521d0995909c6
BLAKE2b-256 be569f95dc07d19b66cf59884973250234d734d6e9f4b874883772bf8016f837

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 58ce938af7dc67127068511da22ee8cad944cfd85e3532d8951c367d27e640e8
MD5 426a9db989b1f25da86fa077ba5bd2a2
BLAKE2b-256 e6fd675b05cb67a38de876236d48571e87f1df4af43c32547ed3a2c2720c47e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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.dev17-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev17-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 288f0279a1f474e28b1d13cb49fb89738927d9085084de94c73ab0ee29c11b3f
MD5 3c51445172cc48b17e46340754931b80
BLAKE2b-256 007acc513769710d1ffe573036f2816d5b44c73266d375bddf43bac06e448880

See more details on using hashes here.

Provenance

The following attestation bundles were made for sora_sdk-2026.1.0.dev17-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