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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev14.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.dev14.tar.gz
Algorithm Hash digest
SHA256 4bfaa60049416484e3e08f04538c67c4936e7b01534ae2d087c0e1ad68330fcc
MD5 d7c94e178e6b74eb133d3f571f001865
BLAKE2b-256 b45bb49273204114b4e57d86a28d58e0f9874b8840f94684dcc41a90bca13703

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8f0f0ac9916f573596dbd7b749c7a69327aecd61c6e89f6d3c607d8737755116
MD5 1e8fbe8e0fae941b75e6d269277d0653
BLAKE2b-256 c93f35ca88c02183b49df46ac61e82233dfdebf36e074801a838b7920ae3d90f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 db58acef061786473dfadddf4bb861e94dc9e1da143c09ba29d62a581b0414d9
MD5 1180ab4b2ef92c4d40858ee884943fd5
BLAKE2b-256 e35fa66a4b4c9aea032acccbeb37ecab11f803404776c29b9b722797fdacbf8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 ef67d54e2c82893b56e9431366345d82491f71c64e2a589d34ac24852bee41aa
MD5 b9583ab5d4dc7b6d5bf23b098576428c
BLAKE2b-256 53dbcab94b008b6d44d91342f766c6f4f72f3fa1b2330d75cd131a6b6d50371b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f7731b88a42f5deea20656e548e7587cec20c38d8cb8e66bc85dd30847d4396b
MD5 adb28d3ea14495fd8e6fd1cf911753d2
BLAKE2b-256 e04e418af6850f4eee895455f01569fcc0c092ba93cbb0dd20e6dacf283f8b21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a1e6c4ee291e18b2811611004dfa7580fad00debe09ec5297d38378d6cb77a68
MD5 030a066f58067d02ed6d0c4f4ff9c1f0
BLAKE2b-256 9fe33bcc35e02d60227195723f5af0c96354da5c7c2abe54d4f8d5cceab3e37b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 07b00e67758e368a79c17cb2c63f55ed2eb0a49f8a73c475e96be0db9ec7f194
MD5 31d2f2db4f74a206e74a31f61789922b
BLAKE2b-256 4f0141c33213095f94196110824670adc2f7fe7bd22a8d85d1ba40de249e66bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 f875efec8a96148e0dc2c0869c1aaa2c1cea53a40c6b7730b6d028bc6cb206a7
MD5 2eabf73f7ac7c70ea95dbb968249a220
BLAKE2b-256 d23ce0e21ba4d2ce017dc9f9be8204b4486c1892341324507146f97882d9415e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 32fca6058be12aedb028dbb719211f3a2aa110212b179c7f7debca8af8dd1614
MD5 1b6e7eefc83215fedd9c8f5bdae5b5bb
BLAKE2b-256 d19d8584b45c716db2214a5cf30aa04998045f9d5336045cfe7241c46dfdbee9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d672b63e017984a743040c6a92cd609ad83437433fcf0016bd1fd42a935e8aba
MD5 c6f2c1c13de33a346f0ffa8a6206e983
BLAKE2b-256 647563798073f788711f70b0ee70274c08b714f0689a05ee8a3bb8443310bf00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8c898ed278efcc1f13c1987b90710d3521868b47e6f59f34acdcaa7a418132fc
MD5 5b41a7658892322f2e6b6c8605c04a88
BLAKE2b-256 a3f7676fa50181d7a67e60ab9a93eb2c1a1c06c8c7449c26a9ae0c8e7945bc45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 95a453ca2391ae8330ccb7fff5bfa7c75bb254b77eeaf657fe24ef8669ec048d
MD5 31a107d47b7f30b7458b17eddf4b86f6
BLAKE2b-256 ff5b1a4d565741f3652adaf3aeff25656e74aa90f2c0bacfb4d9d5bead750dc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 2b64535d0c8a7ca655cf099962f86219081dcd3d6fc5d9d729149b6a4c801e23
MD5 5c081fb4c746b0d9f8775393eccb1f7c
BLAKE2b-256 b652c7322af3a20f0fd0b700fa05355de450eeabfd71c9d7d80ac863f6718b54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 a336796f48e80c9de3f257170506d8451decd26b4a29468593375bc407f5b3e0
MD5 cf4f5b058bba544a5db26c494e7e44f9
BLAKE2b-256 f319f0a65cbbe83d928c449d957fc39d3afcbece70cd60ee64bc060a5be12651

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 58fdd6a9e99dea87a9da05bc5d2fa16e1ff774782d60d7e707f7f94e09989b7c
MD5 78483838910edcbcf93189dfe9dfe48c
BLAKE2b-256 6ea0935e218952db22399029e31a604821ed6bf22a78adb744078412768dd80f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev14-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 003463e30de561953e480ffce7d7cbe1044fa8faaac028ae1270a39a8ff70fa3
MD5 3e2a079350c6eb5bdffbf472fe0c07d0
BLAKE2b-256 fc1ac9eca163cd284e12b6700d263e5e6a312b1194859a4c1e2a16e8031b9b51

See more details on using hashes here.

Provenance

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