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.dev9.tar.gz (7.2 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.dev9-cp314-cp314-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.14Windows x86-64

sora_sdk-2026.1.0.dev9-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.dev9-cp314-cp314-manylinux_2_31_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sora_sdk-2026.1.0.dev9-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.dev9-cp313-cp313-manylinux_2_31_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sora_sdk-2026.1.0.dev9-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.dev9-cp312-cp312-manylinux_2_31_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev9.tar.gz
  • Upload date:
  • Size: 7.2 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.dev9.tar.gz
Algorithm Hash digest
SHA256 db09f017281085c3c2e06468652fabb4aa59695f5a91a8d00d45546f28132a88
MD5 a7a603087318eb7b0833adfec235d408
BLAKE2b-256 553aa141eebdd25a38730390d15d273acb6d10f4035001424c83a4a960a90219

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 78afc4b447d2877ececf8c3ec1246c998f78e5e37a5ed06c2ce618feb170f9b4
MD5 b93461a03506876aab1d05ac90a145e1
BLAKE2b-256 d961217a5bd07a73ab0cbb1f29b106b1178a498d1ebd0436085af3e9c4c8db60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 b003a755b1e68291e28abcda6db47d297bd9e862721f065883e068abb805a9ec
MD5 dd70f720df04499c13e9329f12989e61
BLAKE2b-256 d2e766019e7d9e5621e5c980b3c9d960ec958b58ff074665ac81fdb6df11a81f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 7772f46421bf7f55b99ad6e9c189d28979cee9ee45d0194fb70476cd775383b0
MD5 3d21516ba58a6c8335675b7b2abf5ada
BLAKE2b-256 26af5659157063cbf8d6282aa7894dbc9ccca192b14184ddbe3d006e1110b161

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d6f4eb0e452b8f0b08f5f553ea6ea2300b08b0a0141ae5b49b22429df9571dfd
MD5 bc1d429ad0c46d2c9c0ef0c5ffc3edb5
BLAKE2b-256 5ab8a94474fa688a91f4d4a8b4a710e6f847876b3a08a07e1e48ba6c2f93272e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dc1f6e697a6914eb255cd24604c0bd9e568f66867cebe96fa1db575d61945ac5
MD5 f0fa628ee40010a7af4b2cf027b34ee9
BLAKE2b-256 e109c66b981f2cd681eb007fbe9fc4833e17f9734433135f96709971d24c94c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 34bff0df6749bce83d283288ab0dac9710954a282c5bf008431bf2828915ca47
MD5 eb2bb296a0bb2c11baabd7aaa1e45296
BLAKE2b-256 e41717fdc6a27c03fb17c2313902146eb380bf8647b9ab79dab79f2b53a61c4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 04fe777a0249c8517f5e517d8bef43b91b215e683dcfed987297625714e12b7a
MD5 50454483b9a706b7f2a841dea9a5349b
BLAKE2b-256 b05ef1670aecaa7027b461f39fa8d231548a05f15b7f3afab06d23d07acdffaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 a3eb6f3b94922d4036d71b7ae71e38cb0fef86faf3dfdbd983ff8aae7b75cee8
MD5 3001e4d7114ad7a25ebae9841c02ca9a
BLAKE2b-256 f1e4eba2ba7a9f420317599fc3596ab7eff8cc36fb81701bb6f1e8c214bf2081

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4bf63a6ca8326e71b88f319bf80ab3b6d83507b84840f0db9acea6079e64a9b7
MD5 6e8e0d30d5136849cd127360e44fbb0f
BLAKE2b-256 e16ee322ce8c640493c056599edefc56c63407e035b364072fb6edd497f17522

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 65b270d3f7c3431fece2d0367a95fa026b8b2cfc9bb56a90b32947597776bfd5
MD5 f24f4065b3cbbc4f51da0344dffd9dd1
BLAKE2b-256 e8ea89f8964d0c231f3ba46f2cab13125a78b72ed5bda8f876254b8beff079eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d77338516928431ccc60febd4eced74d66e35df43f0ac2272e6f6538ae9f944
MD5 eec622b69a5bfe12e64ef2de198ac7a6
BLAKE2b-256 f0ff1f33b7c61bcb3a625e20e451618dd789b6622ff6c6232dff57425e79c23f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 8267ef72dff76a16c1f21905ef7fcca5bd7865e598ac06f508c94d80cbf8f972
MD5 c6bfc5e8e00127a08f05116164c9ddff
BLAKE2b-256 29c05610848489c66fb80d46306a2aef75433afd5987dca33edc81d157c6ba45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 1f72b7fff022dc4852f798b42c7cc906b50626750031e4b0443b9f439c917c6e
MD5 cc6d9478f7fa45ab2dbc34dacde69c3e
BLAKE2b-256 eda744c537fa2690c14dd47187a3a8070e8e970a3999314a9dab9d3018a5078c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a8124cf47f097d4e2b41a5bebe564267c88f19b0d4e5647394d96062dbbdeafd
MD5 7db457543bc2cf12993921aecdbeb6e5
BLAKE2b-256 042017bb93147394cfce497b7feaa21feaaa547f3bef8394b8459cf1121650dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev9-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4d643229b5360a2b95a7279ec72d7b9bb728c0d80fc3e38edffb3a945bdbe5d3
MD5 d99b46fee01d07990f24e0631c26a636
BLAKE2b-256 175690821716dabef0b534c1bccd5a92be17f12fd50cd855e2de47afbd05dcaa

See more details on using hashes here.

Provenance

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