sora-sdk 2025.4.0.dev3__cp312-cp312-macosx_14_0_arm64.whl → 2025.4.0.dev5__cp312-cp312-macosx_14_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of sora-sdk might be problematic. Click here for more details.

@@ -4,12 +4,16 @@ from .sora_sdk_ext import * # noqa: F401,F403
4
4
  # 開発環境の場合は VERSION ファイルから取得
5
5
  try:
6
6
  from importlib.metadata import version, PackageNotFoundError
7
+
7
8
  try:
8
9
  __version__ = version("sora_sdk")
9
10
  except PackageNotFoundError:
10
11
  # パッケージがインストールされていない場合(開発環境)
11
12
  import os
12
- _version_file = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), "VERSION")
13
+
14
+ _version_file = os.path.join(
15
+ os.path.dirname(os.path.dirname(os.path.dirname(__file__))), "VERSION"
16
+ )
13
17
  if os.path.exists(_version_file):
14
18
  with open(_version_file, "r") as f:
15
19
  __version__ = f.read().strip()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sora_sdk
3
- Version: 2025.4.0.dev3
3
+ Version: 2025.4.0.dev5
4
4
  Summary: WebRTC SFU Sora Python SDK
5
5
  Home-page: https://github.com/shiguredo/sora-python-sdk
6
6
  Author-email: "Shiguredo Inc." <contact+pypi@shiguredo.jp>
@@ -0,0 +1,9 @@
1
+ sora_sdk-2025.4.0.dev5.data/purelib/sora_sdk/__init__.py,sha256=oIPJZylpxilyawkPEH8yjPEZ5wV-wdFnwL1DWH5Ksm0,2004
2
+ sora_sdk-2025.4.0.dev5.data/purelib/sora_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ sora_sdk-2025.4.0.dev5.data/purelib/sora_sdk/sora_sdk_ext.cpython-312-darwin.so,sha256=BN_G0ppczlHgYIDUM7vGORXBXu3V-6T7e0W45xdGHLA,15106928
4
+ sora_sdk-2025.4.0.dev5.data/purelib/sora_sdk/sora_sdk_ext.pyi,sha256=vmEPy2J0PDUz4LP378pQc1-Az6BnE-mqOCL5PhEQTnE,15581
5
+ sora_sdk-2025.4.0.dev5.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
6
+ sora_sdk-2025.4.0.dev5.dist-info/METADATA,sha256=pJ1sPPdmMWpqUx1vktWB6CqTrfhS_xhDGESKIEt-Ddo,9695
7
+ sora_sdk-2025.4.0.dev5.dist-info/WHEEL,sha256=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,109
8
+ sora_sdk-2025.4.0.dev5.dist-info/top_level.txt,sha256=edTg20cFFAjWfRrB0APD_SXho5Qq24PwLESbyPoCVko,9
9
+ sora_sdk-2025.4.0.dev5.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- sora_sdk-2025.4.0.dev3.data/purelib/sora_sdk/__init__.py,sha256=giBkmLzMIZEVHV8_0Yuh_zqBR80ZRu2ZhOkjrtx1aeM,1980
2
- sora_sdk-2025.4.0.dev3.data/purelib/sora_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- sora_sdk-2025.4.0.dev3.data/purelib/sora_sdk/sora_sdk_ext.cpython-312-darwin.so,sha256=sgz8hYVB0II8JhQ3wa5rwoer-GvW90w_RglKrdrO0sM,15106928
4
- sora_sdk-2025.4.0.dev3.data/purelib/sora_sdk/sora_sdk_ext.pyi,sha256=vmEPy2J0PDUz4LP378pQc1-Az6BnE-mqOCL5PhEQTnE,15581
5
- sora_sdk-2025.4.0.dev3.dist-info/licenses/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
6
- sora_sdk-2025.4.0.dev3.dist-info/METADATA,sha256=385eVfn1OWZyX9hOA6eiVhwnhcpOsPd2TrZDRqgfzDk,9695
7
- sora_sdk-2025.4.0.dev3.dist-info/WHEEL,sha256=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,109
8
- sora_sdk-2025.4.0.dev3.dist-info/top_level.txt,sha256=edTg20cFFAjWfRrB0APD_SXho5Qq24PwLESbyPoCVko,9
9
- sora_sdk-2025.4.0.dev3.dist-info/RECORD,,