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

Uploaded CPython 3.14Windows x86-64

sora_sdk-2026.1.0.dev6-cp314-cp314-manylinux_2_31_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev6-cp314-cp314-manylinux_2_31_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

sora_sdk-2026.1.0.dev6-cp313-cp313-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.13Windows x86-64

sora_sdk-2026.1.0.dev6-cp313-cp313-manylinux_2_31_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev6-cp313-cp313-manylinux_2_31_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

sora_sdk-2026.1.0.dev6-cp312-cp312-win_amd64.whl (8.4 MB view details)

Uploaded CPython 3.12Windows x86-64

sora_sdk-2026.1.0.dev6-cp312-cp312-manylinux_2_31_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ x86-64

sora_sdk-2026.1.0.dev6-cp312-cp312-manylinux_2_31_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ ARM64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

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

File hashes

Hashes for sora_sdk-2026.1.0.dev6.tar.gz
Algorithm Hash digest
SHA256 38faed21076d3f71cc3265aa99400ee3bccae3486268fd92b8ed2b5373caa737
MD5 fccff12b3db6007f3ca515b9355dc6d5
BLAKE2b-256 41106f04677edcb2c331f0c28942556be5a781e2d42d0305f597fd21b524c868

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 05137f18315ab297754e1e799e8b98d3bbcdd7c965e5919591b8f065649edf89
MD5 8a3ed280d57d397027bd72d588a694c1
BLAKE2b-256 f02f624031170216b82cef8e38e0d9081e6573d5018cb4d197e85163a4f2277c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 9a895213c58bb75877686af1cb890f064d6ef011cae862d8c2a76021abadbc52
MD5 6080ad990c2991f421154fc102d5665f
BLAKE2b-256 e2b8063309a1b89e32e7f5bb84d3eda6210139da36988e9e46e309cbd821c013

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 1876b7a9e79d851e3f473385617a4774932443db22251f086b5f97282afbe623
MD5 077bc2fb901fcb5379d666382c7bfbdb
BLAKE2b-256 b2fd2c8cbbf60b30b7f3c0a53b4f5c0cf6c20c0ede9d1ce88d7c78102d39e976

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 903c732cfb618244d7da1415bbf7535b414b4f31d9e0f3a9f0442f714bbda03b
MD5 5157f74fd0d7d4d2af064b9d01fb65f2
BLAKE2b-256 a14dbaefe842f7aa7063dcc55bed75ca751f1ba880b2219beebee5db935291ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5c544337d73c89e3be8844cf55bb72ec0f8f9afb4bfdca6dcc34742227827ff3
MD5 bb7d28df90523948df39cc49069de191
BLAKE2b-256 2ce047c653b053a03a7aa9c45d63edc3ba769b80a456ead8d6be9df35b223d16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 57cdf254e9ed367ebb4d0eb4232e1907c88317a409bc5b86ed45a2d9dc4458bf
MD5 366c4a4ffc3aab89e39282e3e38a7702
BLAKE2b-256 b7f34890ccea5486bd68365f8d65976e43f5dd84d9e047c247c18909f8f70025

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 92205b0c2df33d7d9babc3f3f37deaada958c1257aef0426f8b3539347f5717b
MD5 6a3232c83032a12442274889649dd5cf
BLAKE2b-256 bca8b3e06942b560fd56384b73e448e140b9dcdf63c4be6e73663d55c810dcb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 dc589c451f5d67ff136b8938adce05d62801a24d159621717aaea5ffec977572
MD5 a0db5840d9f915d75eadb7a077e90872
BLAKE2b-256 bf0926e2d2d3931ac5ffa59011d7af7d933c131d221777430717f85685cc0eaf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0057e4f12e10f247e3944ae94a1b271391e74aa29ae7bf0d0ef4fb3e8ed4ccf2
MD5 b051aefc7e616c7ef803784ec7eed6ca
BLAKE2b-256 aa16c400bf27de4cc19bf6dfb73a533976bd53f376209ce68953851b77641467

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 802a046a62347a9e05ae5ec87ff7d3df264d71e87724414352a67a0b8be9f087
MD5 b8c3fbb331e22257f0a645b04d624ef7
BLAKE2b-256 c41f41ee9869cca880658d77db371f24ca8a1b8ca4437721f8992c8ca3b21473

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9864bdbe0f363f3d48ec9de6eef3e881cb30a6e5ff8b4b5f6c4c8ecf65ed1993
MD5 74125598f5043737f0d457bfc838e8f6
BLAKE2b-256 caade66813fda877ee3f8de61d66618ce6ab29feea73e239452d913c181004c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 f4e1711e39d894a0582bff4a63db4cdc501926b6afd4f4410b4d56b23e762f10
MD5 abc69dc34665e6c9693e673bf994f72a
BLAKE2b-256 298c714a7efa2713a7d78897b755b6cc207d72a7daa284836bf6cee752647ad9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 bf7a903253bf3d64bfd83d8b0ac0f6b828e22ba86a8d81867532e3a48b671653
MD5 1a19ea869dc58375d11e3fbabcd29b20
BLAKE2b-256 c6346acab5ce18fae6ca0ab5122a660cb077dfadeb894bbd9fe805ff58e4326f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 33787e2b82213788716aadc4c2a5c25f1809a868e948aaf33292bdf902f30992
MD5 1f3ecf2aec180393f555086e0f46da76
BLAKE2b-256 ac58eacee882b3ea6dbac05408e974bed5e2bb736f7755c6060e47812ce70e16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9177530f7a6d5b650c08fe2512191143317e8da920cff79a4949046ee9176100
MD5 53566d3ee9431260585abc0242708473
BLAKE2b-256 95604fd9603404f434958df9117ab6a5892cb7ad3b00ca56eefa94a02ba0469e

See more details on using hashes here.

Provenance

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