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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev12.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.dev12.tar.gz
Algorithm Hash digest
SHA256 187a4a137f6bc5bca096ab16f6b6473a407b0bcc94eee9374e870bbffa856595
MD5 54fa0afa9b1993ee06a0e125e68c986b
BLAKE2b-256 cd3336ce65a0bebee365ce2bb09bf715613fece6586cb57bef793073e585270e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dc1e4663243e11476d7a122d479c608d1140427c05641c1943065655e43248bd
MD5 07bfa4f492167b12dcb03aeb46c7a2b6
BLAKE2b-256 e955ae8c6b3c96a79d3b2030d28841b6e4ea752928aa3692e967acb4938329d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 8166b3adc8e219caa025720dc6c8ffaa4a17ed94aa16dc519c9379484a3e463f
MD5 d85f7b798243217a9647d97b467175b9
BLAKE2b-256 f8bb8b56d043cf613d7b0cf6d436c97641afd46d5b4d3f37b0e5c29d65c025fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 7a4d908ef2da19c54913207935d6e2753a69fbe6185b651fdc097781fa97c88a
MD5 15e24c4d29ecf1bfe3ec93d05afd1861
BLAKE2b-256 97af70774a46abdade744ce599e6bde426b22291b8ee39d86c9700937520a735

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6fe7a7c5fa283a5d63676c5d6a461a2d3ac3c53a71f98bbc07d79b5334f659ba
MD5 4a277ec3999c9896cc05333ea7a8c794
BLAKE2b-256 45aae0570cb5b20b244eb2e0c79fc1b776ed5d7da65a0d9aeacfa8a90eb67e88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fa3b61e3cfa670405a6ee1f1e246ee6e246a56eb5bbdbc0143ee446fb252895a
MD5 b2e21545f5857ddab57711e96314b2af
BLAKE2b-256 a9f233242cdb3abb0886e86f0924c92f65e99ba42b351b492a718fcab3932fe9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b51b3b4b0d0bbede49af6d73bdf6f465ee817e5fb43e9667691fca05cedb3a18
MD5 427f8372833b6aa3e6ef50745f031ed4
BLAKE2b-256 210528c4e4f68f953ebf514e499e06f1200cf8077215eca511a9c9a09633a3d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 dfaec4028dc92483ff5f3449603f92c4730603bc2547edb8c995baf7052bea29
MD5 dca1dd38929c92f1e747b8d97ed1baaf
BLAKE2b-256 c052772e24fb25f113f40a76f3997caf40dd8d4e472a9b838545bef45bce9023

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 5e913e325f982e7497ec96b01ac5b5c06d72e188b60b0aa0fb696d385fddf5c0
MD5 d691468656efd59d891ec821e36e1d75
BLAKE2b-256 3ad6a033b31c3edfdef2450dfa66f7515675bbf6f2f4b54c0de0820070a16b0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 01013a27a2755343a7653a474997fdeee81ff62bad6146e970cc7a53632715da
MD5 1bbfa1c1de58ac441cce394a0e9dde05
BLAKE2b-256 b34a4396f3bf5ae2ac6d38ab3b3713fca1089140c7050119fca99608c023b2aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0ef3bb54f37d5f0a33a2d476527117b4bdb8f10c947f74482fa1bb443e420342
MD5 5bd692e2bc44168adf6c40606fe8b271
BLAKE2b-256 c43477394eaac410d8199f1823648144ef4505279e760299d56d4f1c4aa9d02c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b452d3828128e12dcb40e40c131322c705899b649aee29878a54f072d1f0b794
MD5 a6d52f075df5752105a1129ef9f71ed1
BLAKE2b-256 9d88e73cb85f6b52e7b3ce59085cc6e18ac6824d05258837fb9d1aa6b95d99be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 a35ae24471acfe8d0693962020711683ff9f86725626be41a4be4141cf7d566e
MD5 6973bd4339c85bb795cba10cb684e28e
BLAKE2b-256 5197eaf213477305f4ad2756cea1b405723d357cbcb9c84d0e78147fd4f12585

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 f748e921aba295f0817c6a43c852bcfcada87e2d1107522383e26e9c587a170a
MD5 90bd3b995753f5bd04ded3a6ba604806
BLAKE2b-256 7b4dff8731e4a6df1994cd72445461ced7dd65e64b20c7506eeabd05231882f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 90f580801163ef079fe45440e98c43d20a706bb033975a629f352d128e034b33
MD5 e4f25a04ecd3e0a435d409a1ee2481ac
BLAKE2b-256 53553097312bd1f9fb52dd543c620a80185a9e9bd05f2ece9115de053c3381d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev12-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 11c4f253c8627715ff6efa2d98b7f437a9b5e87b9961f517bd1017303987cbff
MD5 4946d402c87cfeabddb3639213f29126
BLAKE2b-256 24893e8d579c77d82a1cca0d4dcb490f3411f236a6484a2219626cd043b58c58

See more details on using hashes here.

Provenance

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