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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev10.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.dev10.tar.gz
Algorithm Hash digest
SHA256 514a38c351a8e8de0a5c53a975c682cfb198d7eca2ec76d6c6fa57fcbd9f33ec
MD5 5d53394be55eab3058b179e5aa6ac993
BLAKE2b-256 1cb10a8ff797447a85ba8ce6f66325326f3c36c067b8829abf1932ef52bad2b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8362fee6ab15d70c90de29b45a03820052c94096eaf10eb479c450b1a5d5846e
MD5 86b9bd3a898433455bb1cf55772602b6
BLAKE2b-256 df7e301916bc282bb93bd79d3843e52817f910dcc9a0701aca4686bc40e222df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 1cecf5abe3ea992c3870d1da227c0fd58b0696794f4789553a9e435eb7cf6a29
MD5 5298566d4576e5766fdae3ba13d9758d
BLAKE2b-256 3264b43eda215bd82623caebc0869f28c6d107afff0d425ca22533f5e4bf4d12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 84e1dec28af23f89104dc8a4684174050f53bdf84ccbbae36237f7475ec42033
MD5 7808b87bad0d0cb592ce2920846a6462
BLAKE2b-256 0e514220b0141755579f30b7472eff1433a413a5cc34193d6b2ac46c0ec32cfc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e8b338394573a32ae7af3407b9408744ce47c90424118dc6562986ad25c18e3d
MD5 a247dc5a90166d1acc8e0687eaa1311f
BLAKE2b-256 264ba487ed2b33de0069055c72b236cef8fe4396e76d24ac64ded34cf52b1f48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a5030c4e31e260dfe1c19f5fcecda9d06ba2ce63d029a1f38ceb86b281838318
MD5 e9403a3489fcfad0dbd9f55b395be5c5
BLAKE2b-256 8cad40390f5734571edceac56b4905fb25b2928a047097c061dae0a582201136

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccd6b3b17f83f5ece2b200d6817de61c53fdacbea5a3f987eb9b1b3ee754fea3
MD5 353e7b41ba18323eea124d5196138f9d
BLAKE2b-256 05ef7a6260cde4a98c9c78959c990c965df2a1b19311cae84d5a15fad91b00df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 afe4124dc81b913dd876afa8f3bab46298e3ffa9566677c356ef42f369de3111
MD5 2211b18afd50e16da5e7ec0aacc62f6b
BLAKE2b-256 ba87b6f93cb8ba216c296e9ba9c2d5f2063da2750bff93965f2712cc8b2716f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 7823b7c52132250f7427c7526d5c643b79179deec7f6b38a233cbdf6cbba963c
MD5 ff0378a6fc37e9bf77a278f8f9571419
BLAKE2b-256 13d00caceb5187013e1aea6ff67ba1175ce71a55b51976723891e681cb219087

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 1c033cd54296252adbac1313e711cc1a78ec837b289c861706c221c6acf13236
MD5 d0b30bb9034c920b87e16f158a2aed21
BLAKE2b-256 12ff1e9824f630e5cca462818ca58f5c0308abf01d9abe02daed13a3825b220d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ffff3c92078a805b8ee6a1221c996c7ca6b5284bfe21587725276e0ee4b834f4
MD5 ca9d739c27834d4a29a5efa182ca8f3f
BLAKE2b-256 7e8ecb8a1d0f7d5d7d06e531cf93432c5fd7459605c467b1ebe7a92b4ede7888

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7487f6e689ccc5262c8dc470a0f5abcb8393b5a009db252ed264d374c4ef9b46
MD5 9dad39f5bdc1005230c6c79d819d3334
BLAKE2b-256 41bd209034c9275582c19ff8b2049ff1f873dae48a0b352d47c6314eed242ba4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 96c9fbd0169e0c074ab1be10582164ccf67fda53d734d42851eac6f1edaa5a01
MD5 090970a3debb266655b2e8d1fde580d0
BLAKE2b-256 a2979d1455ab47886617d85f0b16170d91391605eee2edf6be3abba7273e9a1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 40efce903be306165e631def18ec0e60eb489419740e11da637b429baa26faae
MD5 29b667646d675be8e49f5e78c7696a1f
BLAKE2b-256 4f0fa34da8be5811b05ae7f2d67bedf77f373f81a68257817f61efbd5d9fbc3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b20b91033dfd61bf1c5d930ca9c4283912c1580c95767a360583c3c0d7474261
MD5 cc5e46cd0b8ed67f002c860dc8971b76
BLAKE2b-256 12eb12483002fce8191367ad518a0413c9ae9475fac94590a70594c56544de81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev10-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 63125fa908ff999d37b6338a1a84caca19600aa4d96b1b14bc23f06aeaf18b6b
MD5 6516ce1a5506c76e526c33dd7b497a2b
BLAKE2b-256 c11ffef907d3382b7f2f3ccca2711a7adf37e4bd6a29c321abc99f1238055676

See more details on using hashes here.

Provenance

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