Skip to main content

WebRTC SFU Sora Python SDK

Project description

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 で公開し、 ビルド済みバイナリを配布する事は、ライセンスが不要であることも確認しています。

Project details


Release history Release notifications | RSS feed

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev11.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.dev11.tar.gz
Algorithm Hash digest
SHA256 ecd4e637b3589bcf28f0e616dac8c9ec0fce8a43b1402ed276a308593c2ccaa7
MD5 5a1034988a1f4401709bbc777edbcb4f
BLAKE2b-256 948367c42366f2ac70c1ad6909be2e28925d6fac7241b6da280c3907c41ed997

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f9ff914b1233f906a76624ffcd4948b30b6f9bffa5006a19d1c5d58ed529b273
MD5 0071d22296793b979372b792198652c9
BLAKE2b-256 3218317708c2dd19b019528797eb39c5fc8530166e2badbeea1c20ff4b1601d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 0b6919b0fdeb5de480eb0bc422d401982fc5a2b860839e75a3304dce7ddbdd4c
MD5 48e1267f8551a8ed242ba80d42515f67
BLAKE2b-256 78f7485617ae8ff152b411bc3424130fe2226aa60bbfaf80f36ae7997b568a9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 7943d9623ed5d66b6ce30b9a70fc93e363c2b8c4e62ab656a6a68c8d65d64bbe
MD5 828d1a7d67c16c5ecb7ab7eb1316ca96
BLAKE2b-256 64a2575b2b2aa5a0145a279328402642a8111e91967f7c28c238b96cf21ed37e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c01e70d767e0431e742be6607dbc2f4994bf512a1bffb3507d7a37dc7c753136
MD5 e04e363750fd0e7b5ee2431dcc70cee7
BLAKE2b-256 8fd4d5ff6f8c74789ca5e7690d4eeabf127d19297d1d5c1391a3d12532197bf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f5ae4d86e019b58f161148b8f19d7ed17ee563b8879d74b64a9650bfb98f0050
MD5 c1c64aaa6536005159b1ed944cda6b10
BLAKE2b-256 44193278c7acb4d18409af1ecc3490677b5f17b30f436ede57a2759ac3db945b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9db4124ba320ad2fd7517ff3e043d6161869c7163817c26dc0fb5cde0d156df2
MD5 67fa346c5767fd36efb4323785c36dee
BLAKE2b-256 5b3dc9d6a9587aaa1fb5c38e33a7612eacb9c2c4d2f2a68c3a7823dabecc6b1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 dbdaec83f9ef727628d2471af8e548c95ce9e58a26a2ff6182749ae0e5bb688d
MD5 280e4afd02d9fab17c6d08385d942475
BLAKE2b-256 77571adaf293ab5c7fd8fbb91b5e1013329f047a762bbc21826769517723314e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 db3bf23ad1692c903a4ae41aec7e8196fd6ef6a984a6ff1dcebc358db6c4cd99
MD5 47de8d818e3dd4acb31c03a5e34e3f6d
BLAKE2b-256 895048869414176857760942635ca10c5422b464ac45f5fc84a1cc29820bf31c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 86bdc236da3fe1ec59664adfe72b304f2cf2fe0d98b99e4d09c7ff889628cff8
MD5 02eea9dbb20a7a7dea0309bdccf09a6e
BLAKE2b-256 cf6f78d7ac4554da73a13a15fb69a7dd13c88b0a791ad7ac6cd9e10a48b613ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fb8f55b8bef87f2b7706bf31536cd5bcaa1b4822d7117a3c899c2a12ee60eb9b
MD5 61569931a930e67eec8433eb3bf86d97
BLAKE2b-256 ce67ce62755cb0698590504a8f1b49196624359e909aff3c5853ac1e6414b95a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f20362680f11fa922343d2e3d64edfff96ee6d69a5ef0756a292ebfd99743948
MD5 3bd65642d8d48113c890115bb2ae2568
BLAKE2b-256 3fa838fa7ad06ddb6a13d83cabc538d6297b2d267d8391d0bb9cd4eb03f7aba4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 e629764043ecfb9c26bc221f41aae7fb374659a4b433a83db1b6a6c3a5f2ddf0
MD5 54022ef3ad24f49554a37d868da72cbc
BLAKE2b-256 c357cfeb02ff0115d0ad1d4e95b76f47d47794cc02145a72edc06359f0a8e5a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 3dd717f4c6f74805c0ab449ff820cd4bc991dcdf70231dd1e1f4ec006e8627cb
MD5 e8803f2970868f5069569a6f482a656c
BLAKE2b-256 71930281f1a55557ea25fa241a4ffced65da6a0c3e54ff865a45d0db1d08f594

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 51e31d933fc3358d476a86f4396a05ad350fe4b9f32946f5766c4e3256290c42
MD5 c22044188b8af115803a880b8f993561
BLAKE2b-256 9fb28670f2793024d7c4c28be1e3435820b77b3243acf5f8101ae7b70fdc7421

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev11-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2757d125174ba0e5662939a49f869fa9142beda0cb491229a71ec60d653969d1
MD5 2bb536fdb0b81bed22d377d7be9c5051
BLAKE2b-256 04bd29bff19a3696832407adf1fdffb5644824f0159ba50051c5751a8384eaee

See more details on using hashes here.

Provenance

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

Supported by

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