deltachat-rpc-client 1.159.5__py3-none-any.whl → 1.160.0__py3-none-any.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.
@@ -211,8 +211,8 @@ class Account:
211
211
  def get_contacts(
212
212
  self,
213
213
  query: Optional[str] = None,
214
+ *,
214
215
  with_self: bool = False,
215
- verified_only: bool = False,
216
216
  snapshot: bool = False,
217
217
  ) -> Union[list[Contact], list[AttrDict]]:
218
218
  """Get a filtered list of contacts.
@@ -220,12 +220,9 @@ class Account:
220
220
  :param query: if a string is specified, only return contacts
221
221
  whose name or e-mail matches query.
222
222
  :param with_self: if True the self-contact is also included if it matches the query.
223
- :param only_verified: if True only return verified contacts.
224
223
  :param snapshot: If True return a list of contact snapshots instead of Contact instances.
225
224
  """
226
225
  flags = 0
227
- if verified_only:
228
- flags |= ContactFlag.VERIFIED_ONLY
229
226
  if with_self:
230
227
  flags |= ContactFlag.ADD_SELF
231
228
 
@@ -8,7 +8,6 @@ COMMAND_PREFIX = "/"
8
8
  class ContactFlag(IntEnum):
9
9
  """Bit flags for get_contacts() method."""
10
10
 
11
- VERIFIED_ONLY = 0x01
12
11
  ADD_SELF = 0x02
13
12
 
14
13
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: deltachat-rpc-client
3
- Version: 1.159.5
3
+ Version: 1.160.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
@@ -1,9 +1,9 @@
1
1
  deltachat_rpc_client/__init__.py,sha256=zroJARiq9HBi7Ln03KlICOUJHSjm3CGIFkHfXILEdOQ,567
2
2
  deltachat_rpc_client/_utils.py,sha256=v0iWVSa6S-s078GgnnhflCRhA9pfWI-CfK8mjZ4zjXc,6393
3
- deltachat_rpc_client/account.py,sha256=1Vh2Dez3CCpXaZaa9Fyjpx8fkKheg5n-4_1YOZ5qqTM,16554
3
+ deltachat_rpc_client/account.py,sha256=RHCiOYaKJbdMQVc7Xp6UIp7yvsZAz6si7QhtrMoN4RA,16386
4
4
  deltachat_rpc_client/chat.py,sha256=LTZSYHC24bo5fDAX1XCDP79XaHIyuPZS_-zzD0vu1Rw,11238
5
5
  deltachat_rpc_client/client.py,sha256=UeCJov-ZvB3WMzl_6aJEESGRQCdvS3UAKFL4Adar6cg,7206
6
- deltachat_rpc_client/const.py,sha256=3Ds8xvY58CIntj7SfJ6BLdlu20csBTlUV8x8OkqGXCM,5778
6
+ deltachat_rpc_client/const.py,sha256=zcs2mJUVS0mHfb0_YLawGaETjXvHxMb3ilZlMvqw-hA,5753
7
7
  deltachat_rpc_client/contact.py,sha256=ORhz1TWcCxvYQnpVACDptWEbrpjKoIJEsTWAcwo8Fqw,2043
8
8
  deltachat_rpc_client/deltachat.py,sha256=4KpiHbpfXM_LmbG-OvtDACK9W09UH0tsJyFunfH9TR4,1544
9
9
  deltachat_rpc_client/events.py,sha256=Y45LoGlQy0i1U-LhoqF9njqJWA8v4b-XHfXZ4VOr1TQ,10205
@@ -11,9 +11,9 @@ deltachat_rpc_client/message.py,sha256=2MnC4OgDockrfqPherOI_ad8AFbGhHGLVoGKanb5G
11
11
  deltachat_rpc_client/py.typed,sha256=nGQ9Itq-bkXBn5Ri1JIR0oYnDNv7LDRfkowxBSSqVTM,60
12
12
  deltachat_rpc_client/pytestplugin.py,sha256=gUOP63mbEBrWJAta1JOoXaGYm3oCElYRgBkEEtKtnn8,5603
13
13
  deltachat_rpc_client/rpc.py,sha256=AUY8UJP7NlRSE5ewJs9jGxJdK8etKqsCEFWiIqnX5T8,6981
14
- deltachat_rpc_client-1.159.5.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
15
- deltachat_rpc_client-1.159.5.dist-info/METADATA,sha256=kL0BDIsaZRscIRk2NBI-FlAjrDzdnl_McVDVafq0ryY,2175
16
- deltachat_rpc_client-1.159.5.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
17
- deltachat_rpc_client-1.159.5.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
18
- deltachat_rpc_client-1.159.5.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
19
- deltachat_rpc_client-1.159.5.dist-info/RECORD,,
14
+ deltachat_rpc_client-1.160.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
15
+ deltachat_rpc_client-1.160.0.dist-info/METADATA,sha256=7qgC1bD1APogdhmgjEYAboDgfwaAv5TdEUGC-SUUufM,2175
16
+ deltachat_rpc_client-1.160.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ deltachat_rpc_client-1.160.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
18
+ deltachat_rpc_client-1.160.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
19
+ deltachat_rpc_client-1.160.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.4.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5