sora-sdk 2024.4.0.dev11__tar.gz → 2024.4.0.dev13__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-2024.4.0.dev11/src/sora_sdk.egg-info → sora_sdk-2024.4.0.dev13}/PKG-INFO +2 -1
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/pyproject.toml +3 -2
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk/sora_sdk_ext.cpython-310-darwin.so +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13/src/sora_sdk.egg-info}/PKG-INFO +2 -1
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/LICENSE +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/MANIFEST.in +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/NOTICE.md +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/README.md +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/buildbase.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/pypath.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/run.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/setup.cfg +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/setup.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk/__init__.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk/py.typed +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk/sora_sdk_ext.pyi +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk.egg-info/SOURCES.txt +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk.egg-info/dependency_links.txt +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk.egg-info/top_level.txt +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_ca_cert.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_macos.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_messaging.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_openh264.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_re_offer_re_answer_sdp.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_sendonly_recvonly.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_signaling_message.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_simulcast.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_sora_disconnect.py +0 -0
- {sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/tests/test_vad.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sora_sdk
|
|
3
|
-
Version: 2024.4.0.
|
|
3
|
+
Version: 2024.4.0.dev13
|
|
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>
|
|
@@ -190,6 +190,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
190
190
|
Classifier: Programming Language :: Python :: 3.10
|
|
191
191
|
Classifier: Programming Language :: Python :: 3.11
|
|
192
192
|
Classifier: Programming Language :: Python :: 3.12
|
|
193
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
193
194
|
Requires-Python: >=3.10
|
|
194
195
|
Description-Content-Type: text/markdown
|
|
195
196
|
License-File: LICENSE
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "sora_sdk"
|
|
3
3
|
authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }]
|
|
4
|
-
version = "2024.4.0.
|
|
4
|
+
version = "2024.4.0.dev13"
|
|
5
5
|
description = "WebRTC SFU Sora Python SDK"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = { file = "LICENSE" }
|
|
@@ -11,6 +11,7 @@ classifiers = [
|
|
|
11
11
|
"Programming Language :: Python :: 3.10",
|
|
12
12
|
"Programming Language :: Python :: 3.11",
|
|
13
13
|
"Programming Language :: Python :: 3.12",
|
|
14
|
+
"Programming Language :: Python :: 3.13",
|
|
14
15
|
]
|
|
15
16
|
requires-python = ">= 3.10"
|
|
16
17
|
|
|
@@ -56,7 +57,7 @@ build-backend = "setuptools.build_meta"
|
|
|
56
57
|
[tool.uv]
|
|
57
58
|
python-preference = "only-managed"
|
|
58
59
|
dev-dependencies = [
|
|
59
|
-
"nanobind~=2.
|
|
60
|
+
"nanobind~=2.2.0",
|
|
60
61
|
"setuptools>=75.0",
|
|
61
62
|
"build~=1.2.2",
|
|
62
63
|
"wheel~=0.44.0",
|
{sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/src/sora_sdk/sora_sdk_ext.cpython-310-darwin.so
RENAMED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sora_sdk
|
|
3
|
-
Version: 2024.4.0.
|
|
3
|
+
Version: 2024.4.0.dev13
|
|
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>
|
|
@@ -190,6 +190,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
190
190
|
Classifier: Programming Language :: Python :: 3.10
|
|
191
191
|
Classifier: Programming Language :: Python :: 3.11
|
|
192
192
|
Classifier: Programming Language :: Python :: 3.12
|
|
193
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
193
194
|
Requires-Python: >=3.10
|
|
194
195
|
Description-Content-Type: text/markdown
|
|
195
196
|
License-File: LICENSE
|
|
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
|
{sora_sdk-2024.4.0.dev11 → sora_sdk-2024.4.0.dev13}/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
|