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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 15.0+ ARM64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 15.0+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 15.0+ ARM64

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

File metadata

  • Download URL: sora_sdk-2026.1.0.dev8.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.dev8.tar.gz
Algorithm Hash digest
SHA256 22359895afe5e60436a466cadf34c1efda2374d57273873003cd613ab74f5975
MD5 bab36adbe8964c9c7a903eae90578637
BLAKE2b-256 ff814d2255f8df4abd251953323ca0c1b04f44b5970ded516294b00ee87294e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4271d411b0b25ab0a32128b450875e9f1032702e2d55e05d0f90c6f35fcbbcf7
MD5 43faad3e61b4700d9ef9fb25c5674a07
BLAKE2b-256 cdb18242c2b32c409d7d117b37282c6245828dfed590398229c0d94d5e7116d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp314-cp314-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 587cda6781c24c0976935aab49c73a966403c05339f20802c4f8d5389cff2c5a
MD5 9674e207d4a81b21e69680dc3d298c30
BLAKE2b-256 e97cb78471148c09ba16c7b3580336df67e493c79b26b8253d85b5c78733c902

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp314-cp314-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 3d8dc72f0490514463b2a59e15d7c91c470344971baea9d02a10e3e5df125048
MD5 a4cbd23e45ebcec442d7ca589b84af50
BLAKE2b-256 f99076cb5a1b54067deb65599c0d40114e1b183533844a11019fed3320880ced

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6c0c5c1f98ed3d2c95f23b2583d385486fd285f744aadcd8f6967203de9c4c7b
MD5 8898e9cd13d53c952dfda7e024fb8df5
BLAKE2b-256 3da062e45b9b2322ce0e51bb9633503387db9a9cdf54bdb1e2067fc00aa03538

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 277761442acb365fdf03a26c625d38c31f4c8467b8f5d415b3bded4ab84f21a4
MD5 2cab95fa437d5d8cf042ca29da8a703f
BLAKE2b-256 fee9a2f349ea1a3993a2167c933daccadf4e54fe6ae1d542a36e95c943a54b6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f385293750cfca750db349e4d40fab4b4ad6e39ddbed3eff9f7ba80656fa072b
MD5 75a2ef507b943be946d52f059255b01c
BLAKE2b-256 61bb3cc7c5f8e198817a5d3bcdd30821d7d69c2c4530d78b62d7aa351a0333c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp313-cp313-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 45725e393705b34e7789add07548ffc7e8b5c1eba33382855842defbf0850751
MD5 cc0f757a9e0ecc8ca06815256c7d6c88
BLAKE2b-256 9896865918026a51d02b11d9b0fc66b07eda9a5a7835d00705fb2af51fe54eb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp313-cp313-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 4e89b416320a5fca39f29115ad9e967a28a69308bf9a21696b60045be1c4553d
MD5 9c18b55d7c0b8c880e2bf3b09e38a3dd
BLAKE2b-256 564f7613b87cae13fe9bb3c63d5ef9f2a179eee1076ed5e7447d4d792f896cc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 bba7ef5a2673b4055fa48ab62723fde6e53e9050990fb659dc996a806986a175
MD5 081481bc80fae95533ca7fe557f65671
BLAKE2b-256 b0392b56e9efb81004a8a8bd1126c12a53cda5b952aeb6da97e9bf5fd6bfb611

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 41bd962f3726fa7661772bb305889f9a6b5db90082e239adfa0d38ff21700dca
MD5 94a391946eefa8d58230c08b8b061c1c
BLAKE2b-256 c0d0c6a590d89c0f423bb04273424be06f12a5e35847c17843f51fa2933e32ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21a8c6cc453bb37133fd903919e7fe336992adddfc6b41509bea7590ad12adf1
MD5 b3a339b3c73baa632d90d08678c241c7
BLAKE2b-256 47b32a411aafd8f350871053df0db5c21b9831f3230063f27525325bd2697efa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp312-cp312-manylinux_2_31_x86_64.whl
Algorithm Hash digest
SHA256 2118e129b86cc5745666f30f90d58ab1f76a8f2b11241bc2319ccb313fce2f2b
MD5 0a03644e40324da9775b1a079c224381
BLAKE2b-256 3aac899b8e5e0f03d5f36ebc218a4e1e6c7b7bf70e92dafd45a77483fde5b768

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp312-cp312-manylinux_2_31_aarch64.whl
Algorithm Hash digest
SHA256 56106a985db463f613ac76e0d229f588d8577bf9e5bcb35392937b8e84d0eea2
MD5 920a355880c86fb1ae2c47cb3944c7b7
BLAKE2b-256 c6b424e3990341e276b4959e8516639979e0e764366aa997dc3c541f712ccf2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a316313f0adc1869c81bec1bdd205fb6deb89e72bcdffa238ed3bef650f4e890
MD5 ef8db1174f0ce0a3760174f3b4aff7ec
BLAKE2b-256 ef310a5fce4824e4f71a7fabcc41b305164cc524ca140b86cc56bac85fc9245c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sora_sdk-2026.1.0.dev8-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83b507bfbad331fe26e62d6f542762203ef806dc12c9a4ea2c589d37bc837426
MD5 adbf5e9ee44e40914a1a1b526793b47d
BLAKE2b-256 e1c0602e35df2254d5e04080b0f52347f81c930d3f164552063ab44eee969525

See more details on using hashes here.

Provenance

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