deltachat-rpc-client 2.17.0__tar.gz → 2.19.0__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.
Potentially problematic release.
This version of deltachat-rpc-client might be problematic. Click here for more details.
- {deltachat_rpc_client-2.17.0/src/deltachat_rpc_client.egg-info → deltachat_rpc_client-2.19.0}/PKG-INFO +2 -1
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/pyproject.toml +2 -1
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/const.py +0 -9
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0/src/deltachat_rpc_client.egg-info}/PKG-INFO +2 -1
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/LICENSE +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/README.md +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/setup.cfg +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/__init__.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/_utils.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/account.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/chat.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/client.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/contact.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/deltachat.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/events.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/message.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/py.typed +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/pytestplugin.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/rpc.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client.egg-info/SOURCES.txt +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client.egg-info/dependency_links.txt +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client.egg-info/entry_points.txt +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client.egg-info/top_level.txt +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_account_events.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_calls.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_chatlist_events.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_iroh_webxdc.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_key_transfer.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_multidevice.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_securejoin.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_something.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_vcard.py +0 -0
- {deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/tests/test_webxdc.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deltachat-rpc-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.19.0
|
|
4
4
|
Summary: Python client for Delta Chat core JSON-RPC interface
|
|
5
5
|
Classifier: Development Status :: 5 - Production/Stable
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
18
|
Classifier: Topic :: Communications :: Chat
|
|
18
19
|
Classifier: Topic :: Communications :: Email
|
|
19
20
|
Requires-Python: >=3.8
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "deltachat-rpc-client"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.19.0"
|
|
8
8
|
description = "Python client for Delta Chat core JSON-RPC interface"
|
|
9
9
|
classifiers = [
|
|
10
10
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
|
19
19
|
"Programming Language :: Python :: 3.11",
|
|
20
20
|
"Programming Language :: Python :: 3.12",
|
|
21
21
|
"Programming Language :: Python :: 3.13",
|
|
22
|
+
"Programming Language :: Python :: 3.14",
|
|
22
23
|
"Topic :: Communications :: Chat",
|
|
23
24
|
"Topic :: Communications :: Email"
|
|
24
25
|
]
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/const.py
RENAMED
|
@@ -160,7 +160,6 @@ class ViewType(str, Enum):
|
|
|
160
160
|
VOICE = "Voice"
|
|
161
161
|
VIDEO = "Video"
|
|
162
162
|
FILE = "File"
|
|
163
|
-
VIDEOCHAT_INVITATION = "VideochatInvitation"
|
|
164
163
|
WEBXDC = "Webxdc"
|
|
165
164
|
VCARD = "Vcard"
|
|
166
165
|
|
|
@@ -279,11 +278,3 @@ class SocketSecurity(IntEnum):
|
|
|
279
278
|
SSL = 1
|
|
280
279
|
STARTTLS = 2
|
|
281
280
|
PLAIN = 3
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
class VideochatType(IntEnum):
|
|
285
|
-
"""Video chat URL type."""
|
|
286
|
-
|
|
287
|
-
UNKNOWN = 0
|
|
288
|
-
BASICWEBRTC = 1
|
|
289
|
-
JITSI = 2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deltachat-rpc-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.19.0
|
|
4
4
|
Summary: Python client for Delta Chat core JSON-RPC interface
|
|
5
5
|
Classifier: Development Status :: 5 - Production/Stable
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
18
|
Classifier: Topic :: Communications :: Chat
|
|
18
19
|
Classifier: Topic :: Communications :: Email
|
|
19
20
|
Requires-Python: >=3.8
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/__init__.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/_utils.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/account.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/chat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/client.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/contact.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/deltachat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/events.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/message.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/py.typed
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.17.0 → deltachat_rpc_client-2.19.0}/src/deltachat_rpc_client/pytestplugin.py
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
|