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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev7.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.dev7.tar.gz
Algorithm Hash digest
SHA256 574dbf5e2b39fbfdf5e97231231daf3ba6aaac2fd104ef334759aa29a42b5f57
MD5 7b5f2ee375b014c34ab4f61dc5f25eb5
BLAKE2b-256 3e38b4ea44620225db099e394263144382610cadab4455343bcc23db7fe4ac78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c3775fb4903f215584f87a8a4e53deb1c213608cef1eac8310eccd15afae4e75
MD5 49b379b9d525e2fcfa178fc2f118399e
BLAKE2b-256 97919513f67581cd7cffe414f2ba53227f1d2f87a55834e2cb13125183bf1958

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 850eff84685d71f55066bb606b63a6abbf0a2f089feff3fbf09d0d7d874a6d5e
MD5 3c9c469fe2534912bc6751d697cfbbea
BLAKE2b-256 c867d81928d628c475f8705a33ea3d0c3bcc08b990e4b764d6a6a51f5ebe0e47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 f17d76216927b75e717d6b695cd0fdb4fdc32545ad4e580aee6520f45236f4b5
MD5 1eb292ea721af5d94a9fd7fcc3546399
BLAKE2b-256 49151ccb609a48a6de616a07fb8c33c68d5a6d442c8e600eb879dcf17cff3e74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9388645a45f3eb82c41f309ff3db9463d01ceb65b96465942fd61e6762e778aa
MD5 f20008a7798b2f494d3467622d586554
BLAKE2b-256 a90b9a272a62907421c07068024ca5a37a4de989c1c63da536b642c13b3a36ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c39f40662312580526daac902058b176ad1e7d2d8dee392775dedd1fecab31dd
MD5 bdb71e49751be0365e3d7ba0f4fa1aeb
BLAKE2b-256 926a7b4ce8778b539acb7d6c8f4a9ff5eeec4499a768b67d7a6ccf8d4404b627

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17e94db68e1ba8292ef873a5ea35bae36289bc55b758246a7cfced1bf5204b22
MD5 426ffc300067422396620dfc5159b1a8
BLAKE2b-256 d676f9acb2238a94f13fab623d64e17a7ff099f6b9125c4a91625abe70af710a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 303642cbccb4309b4b24bb1d0c76bbe62e8d0bde62e32e8560209071cdcb60b8
MD5 802c1291c8c9fc78618ca818b43878a0
BLAKE2b-256 623565e9e10f41a6baabcde82eb2afb82d961d98ebd2898b246876f49f621991

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 094e4c8ae9d8ab52c95c067ccb62c1679b6d5224a541d4fcebc42543afc69fbb
MD5 b08beea67367fe872375ca70d7375704
BLAKE2b-256 e52a3eb05fd5334318f1fc424a34e95353245bdca4240606cfa5482eafa2ef91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 7621ddb978a2def39849227aca385f40508b12c6c21cc0637970ad6c44615b4d
MD5 e0a241cc6825e9835e6ddd11f2e47f8d
BLAKE2b-256 52665653227ffca6ab89572f13888463f038028bfb4044f9d67d5ecbf48191a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 95ab48df6febd8caa3a4065d46ef834c30bf636a555ba6bdc3647d782369e89c
MD5 e62457e2b00849f02cd9841268b3288e
BLAKE2b-256 8c324a7e6f9b326d9a4f2944dd6941c7fa9de815500177277a6aab0245c58906

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f149e7af0b5d21413d46fe2a544f31a15cd5395da6983256bfa353a67d77bea6
MD5 0f4d352e196097566e0d6093c3d52dae
BLAKE2b-256 c0950d0a1d34c6f3d12aebe7955230518cffa7767d1bdf164ae186004edeb69e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 ff39af9c53362534b18d5f28a6f22d2acfce7b873b2b8cb0d5831245187c3a47
MD5 b3e00abc5894c433bfef32ef2494596e
BLAKE2b-256 74468c093130421fd1525196e2aeb9bad3c044d09e61bc0cfc61f60cd7237144

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 cb39562f6b6ffb554100fece527a91af8d40ddf5c0b406e2e6cfb24c9702c373
MD5 16eb2573ae92a2aeb0c3a647db679fbd
BLAKE2b-256 ed1489eb112bf5f76ae7aa8362401929581139147be44870f4c453eece730e13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 815702c70691e21ef8a17e75c48df4ee9f4b7317ec8100d3b551ce497b7892ce
MD5 8b1f536c2ad5ec11f280d59389bd365c
BLAKE2b-256 a9be14d16e2cecb7ec22d349a82a80e55a929e33e5e5e9abf8970d47945fdd8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev7-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 44b65cfa2c09a8251749a53af0634855a09a8f6845386a6d27aa5b401edfdf9b
MD5 7dc4c93ae21fcaa17d284ca3198b8747
BLAKE2b-256 0fb8054e0e31da949f3959e9d96ed4358f9135c4c7f2d1fb1d3fed02317ed9c2

See more details on using hashes here.

Provenance

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