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 24.04 LTS x86_64
  • Ubuntu 24.04 LTS arm64
  • Ubuntu 22.04 LTS x86_64
  • Ubuntu 22.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.dev15.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.dev15-cp314-cp314-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.14Windows x86-64

sora_sdk-2026.1.0.dev15-cp314-cp314-manylinux_2_31_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev15-cp314-cp314-manylinux_2_31_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sora_sdk-2026.1.0.dev15-cp313-cp313-manylinux_2_31_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev15-cp313-cp313-manylinux_2_31_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sora_sdk-2026.1.0.dev15-cp312-cp312-manylinux_2_31_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev15-cp312-cp312-manylinux_2_31_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

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

File hashes

Hashes for sora_sdk-2026.1.0.dev15.tar.gz
Algorithm Hash digest
SHA256 19d132251f069eefd4da660e971fafde2585a5bfe083c4b626f7f4d74894bf32
MD5 42a4dd783e0ef556a7cb903c72a890b0
BLAKE2b-256 cd77384dfab54540224f0de7f5a4fc97db5323907526993b53e30316df227c71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 43f94f5a602c47f0d1289353bb30a327bb63c5d8fc4e524af6456d3431256253
MD5 aff670d1c11fe02541d49b5e3e01a7d0
BLAKE2b-256 ef275cb930025789671a11c7b87e6a9c979c0f8685ea474313cdaf8c37848256

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 964c3a868d752777e743998aa4c833b99a23645e3fbf538ea9dd4526b06cb31b
MD5 4cf67da13ae8e8e7f6d618c9c441faf0
BLAKE2b-256 e87ee389beee72889229bba27063f35894044966d6a504e2d174a5c777889fc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 2cf518b28b1ad056fdbfb85baec8764ed7c562de28e3d0395ec412103c170a85
MD5 3ece16248fd0f4e8ee650fe7d1b364a4
BLAKE2b-256 24d6c59b2df74c836520257ca10c92d9e34e50e2eb9d3b20188f126496419dfe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 312a9c5bc75bd2eef09f0dba112036aa11f8cebdaa46085a699ad9a9a5fcf438
MD5 5effbce0bc29af85d98acc4f3e471a46
BLAKE2b-256 05a9e6b8b6979436bf5270b08f4e996f6314b91f6e19656a030aadb4d8406b89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3cf2093088082c382987eb6040d62c6963ac45c37572711d71c99932ccbfb37d
MD5 0965550eca19a085098393c6a6b802a1
BLAKE2b-256 19da2cde8371492784b7165293ee58e20a78b70b43af091c05398578829bb8bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 15ac445c294efa75f2f1feb9264525ef4b8aadd3584fff08d083964fef2abbe5
MD5 881bd6506163d83c939cbbbd94856795
BLAKE2b-256 5c1a7350dcdd910093cda0113da6c144e22cedf32b60ae0c32025a5b478ce7f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 073ae7256d5b362cc6c7891ec0e9525380573f68a50d3ea14bdb3cb080741b92
MD5 8fce0d6fd71d3cbce620a1dd63aacd15
BLAKE2b-256 6f5c1a6f18ffd15685f5dafd99102d7c2b8ebb801fe73016c61aab83a1e7bdaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 b05abec6d6ceeb1299cdff90af7b722f7ac3599537ab1656f90a5671821dc769
MD5 59381d039d64e12b22b42679850b637f
BLAKE2b-256 a4c39917e86752e1c8e145d1b820ed528bdacc6a1c94b3f376b31ea31b7b1284

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cdd729047bbc4e8d33757b17af9b292b3eb4470ddb6417cfd0ac5489142e9813
MD5 e891ad9b6c086247dc4618bcc783b8d5
BLAKE2b-256 a8d4979b6930b2087afd6bce1b54c3477091d0135b167dc1068e1f57b944deba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 17895d2bfa76065e1c2778e01afbdf33bb1a475ca2b60e37aa43ae25e2818db0
MD5 a3d08bf2dc879f9f3b9fbda5fa53df40
BLAKE2b-256 a8c31791f2d71d9c2ac3aa33fb0e2ae8d08b7d3e0d5a9b552a2b7140251c0506

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72bde1f0631ece4e627114ec7b32fb11733536f718196e556d0f8393792c26b8
MD5 ad22df555443a19bf90ebc12bcb29c38
BLAKE2b-256 1c2e5d2cb469aa2773c0989c22a44672d6a92b0bbd45cfbde52ed9f32bf11c42

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 75eb54f969857db644b24d3ceb8f7f69854f706700e47412300ea84a1451bea9
MD5 216a622b98ed7f1f7f08b909fade433b
BLAKE2b-256 47a87e254e663eb33a66ffe9b612b13c6fb1bbb7354562f4a4ef2312fc97b7eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 ed392cf529e6974d766dae278006de93cffe0ff242ffa39d35578ed562ddf3a0
MD5 0d9046db055399a074ef36c05486efc4
BLAKE2b-256 b7bb7dd4890e2ae3cd932a0791f8b547a57c3937f472c4697d8d025eb9c91ac2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fae03c69079e5dbfdb5ccebcb1a8a9b9a1f46f298d71a4e2789b2b3784d2a903
MD5 21ff01e92134a256134a8246b1fcf569
BLAKE2b-256 16b9eef57fe402f4712da169bbb6c1e11bf77db07ef8de0b474a1942e8dc216d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev15-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 91d256a6855b155b1405c80878523e83ea57fe12b41642bb20890df551a412b3
MD5 6477a9cae363048b469c4a0c0bea5dc3
BLAKE2b-256 3f93f735195ba606f00d83ae96add76eb31119c92f5a782d184aee8524df608a

See more details on using hashes here.

Provenance

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