sora-sdk 2026.1.0.dev7__tar.gz → 2026.1.0.dev8__tar.gz
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.
- {sora_sdk-2026.1.0.dev7/src/sora_sdk.egg-info → sora_sdk-2026.1.0.dev8}/PKG-INFO +7 -7
- sora_sdk-2026.1.0.dev8/VERSION +1 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/pyproject.toml +28 -25
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk/sora_sdk_ext.cpython-312-darwin.so +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8/src/sora_sdk.egg-info}/PKG-INFO +7 -7
- sora_sdk-2026.1.0.dev7/VERSION +0 -1
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/LICENSE +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/MANIFEST.in +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/README.md +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/buildbase.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/pypath.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/run.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/setup.cfg +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/setup.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk/__init__.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk/py.typed +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk/sora_sdk_ext.pyi +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk.egg-info/SOURCES.txt +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk.egg-info/dependency_links.txt +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk.egg-info/top_level.txt +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_amd_amf.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_apple_video_toolbox.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_authz.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_authz_simulcast.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_ca_cert.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_capability.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_degradation_preference.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_encoded_transform.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_intel_vpl.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_key_frame_request.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_messaging.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_messaging_header.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_nvidia_video_codec.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_openh264.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_openh264_simulcast.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_opus.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_raspberry_pi.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_re_offer_re_answer_sdp.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_sendonly_recvonly.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_signaling.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_signaling_message.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_signaling_notify.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_simulcast.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_sora_disconnect.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_type_disconnect.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_type_switched.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_vad.py +0 -0
- {sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/tests/test_version.py +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sora_sdk
|
|
3
|
-
Version: 2026.1.0.
|
|
3
|
+
Version: 2026.1.0.dev8
|
|
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>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
|
-
Project-URL: Source, https://github.com/shiguredo/sora-python-sdk
|
|
9
|
-
Project-URL: Documentation, https://sora-python-sdk.shiguredo.jp
|
|
10
8
|
Project-URL: Discord, https://discord.gg/shiguredo
|
|
9
|
+
Project-URL: Documentation, https://sora-python-sdk.shiguredo.jp
|
|
10
|
+
Project-URL: Source, https://github.com/shiguredo/sora-python-sdk
|
|
11
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
12
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Programming Language :: C++
|
|
11
15
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
18
|
Classifier: Programming Language :: Python :: 3.14
|
|
15
|
-
Classifier: Programming Language :: C++
|
|
16
|
-
Classifier: Operating System :: MacOS :: MacOS X
|
|
17
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
18
|
-
Classifier: Operating System :: Microsoft :: Windows
|
|
19
19
|
Requires-Python: >=3.12
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2026.1.0.dev8
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools~=82.0", "wheel~=0.46"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
1
|
[project]
|
|
6
2
|
name = "sora_sdk"
|
|
7
|
-
authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }]
|
|
8
|
-
dynamic = ["version"]
|
|
9
3
|
description = "WebRTC SFU Sora Python SDK"
|
|
10
4
|
readme = "README.md"
|
|
5
|
+
requires-python = ">= 3.12"
|
|
11
6
|
license = "Apache-2.0"
|
|
12
7
|
license-files = ["LICENSE"]
|
|
8
|
+
authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }]
|
|
13
9
|
classifiers = [
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
"Operating System :: MacOS :: MacOS X",
|
|
11
|
+
"Operating System :: Microsoft :: Windows",
|
|
12
|
+
"Operating System :: POSIX :: Linux",
|
|
13
|
+
"Programming Language :: C++",
|
|
14
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
15
|
+
"Programming Language :: Python :: 3.12",
|
|
16
|
+
"Programming Language :: Python :: 3.13",
|
|
17
|
+
"Programming Language :: Python :: 3.14",
|
|
22
18
|
]
|
|
23
|
-
|
|
19
|
+
dynamic = ["version"]
|
|
24
20
|
|
|
25
21
|
[project.urls]
|
|
26
|
-
Source = "https://github.com/shiguredo/sora-python-sdk"
|
|
27
|
-
Documentation = "https://sora-python-sdk.shiguredo.jp"
|
|
28
22
|
Discord = "https://discord.gg/shiguredo"
|
|
23
|
+
Documentation = "https://sora-python-sdk.shiguredo.jp"
|
|
24
|
+
Source = "https://github.com/shiguredo/sora-python-sdk"
|
|
29
25
|
|
|
30
26
|
[dependency-groups]
|
|
31
27
|
dev = [
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
"nanobind==2.12.0",
|
|
29
|
+
{ include-group = "lint" },
|
|
30
|
+
{ include-group = "test" },
|
|
35
31
|
]
|
|
36
|
-
test = ["pytest", "pytest-repeat", "pytest-xdist", "numpy", "httpx", "pyjwt"]
|
|
37
32
|
lint = ["ruff", "ty"]
|
|
33
|
+
test = ["httpx", "numpy", "pyjwt", "pytest", "pytest-repeat", "pytest-xdist"]
|
|
38
34
|
|
|
39
|
-
[
|
|
40
|
-
|
|
35
|
+
[build-system]
|
|
36
|
+
requires = ["setuptools~=82.0", "wheel~=0.46"]
|
|
37
|
+
build-backend = "setuptools.build_meta"
|
|
38
|
+
|
|
39
|
+
[tool.pytest.ini_options]
|
|
40
|
+
xfail_strict = true
|
|
41
41
|
|
|
42
42
|
[tool.ruff]
|
|
43
43
|
target-version = "py312"
|
|
@@ -46,5 +46,8 @@ line-length = 100
|
|
|
46
46
|
[tool.ty.src]
|
|
47
47
|
include = ["src", "tests"]
|
|
48
48
|
|
|
49
|
-
[tool.
|
|
50
|
-
|
|
49
|
+
[tool.uv]
|
|
50
|
+
python-preference = "only-managed"
|
|
51
|
+
|
|
52
|
+
[tool.uv.pip]
|
|
53
|
+
exclude-newer = "7 days"
|
{sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk/sora_sdk_ext.cpython-312-darwin.so
RENAMED
|
Binary file
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sora_sdk
|
|
3
|
-
Version: 2026.1.0.
|
|
3
|
+
Version: 2026.1.0.dev8
|
|
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>
|
|
7
7
|
License-Expression: Apache-2.0
|
|
8
|
-
Project-URL: Source, https://github.com/shiguredo/sora-python-sdk
|
|
9
|
-
Project-URL: Documentation, https://sora-python-sdk.shiguredo.jp
|
|
10
8
|
Project-URL: Discord, https://discord.gg/shiguredo
|
|
9
|
+
Project-URL: Documentation, https://sora-python-sdk.shiguredo.jp
|
|
10
|
+
Project-URL: Source, https://github.com/shiguredo/sora-python-sdk
|
|
11
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
12
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Programming Language :: C++
|
|
11
15
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
12
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
18
|
Classifier: Programming Language :: Python :: 3.14
|
|
15
|
-
Classifier: Programming Language :: C++
|
|
16
|
-
Classifier: Operating System :: MacOS :: MacOS X
|
|
17
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
18
|
-
Classifier: Operating System :: Microsoft :: Windows
|
|
19
19
|
Requires-Python: >=3.12
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
sora_sdk-2026.1.0.dev7/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2026.1.0.dev7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sora_sdk-2026.1.0.dev7 → sora_sdk-2026.1.0.dev8}/src/sora_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|