notify-rs 0.5.0__cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.6.0__cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
- notify_rs/__init__.pyi +2 -0
- notify_rs/_notify_rs.cpython-312-aarch64-linux-gnu.so +0 -0
- {notify_rs-0.5.0.dist-info → notify_rs-0.6.0.dist-info}/METADATA +2 -2
- notify_rs-0.6.0.dist-info/RECORD +7 -0
- notify_rs-0.5.0.dist-info/RECORD +0 -7
- {notify_rs-0.5.0.dist-info → notify_rs-0.6.0.dist-info}/WHEEL +0 -0
- {notify_rs-0.5.0.dist-info → notify_rs-0.6.0.dist-info}/licenses/LICENSE +0 -0
notify_rs/__init__.pyi
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import os
|
|
3
3
|
import pathlib
|
|
4
4
|
import sys
|
|
5
|
+
from typing import List
|
|
5
6
|
|
|
6
7
|
PathLike = str | pathlib.Path | os.PathLike
|
|
7
8
|
|
|
@@ -72,6 +73,7 @@ class ServerInformation:
|
|
|
72
73
|
spec_version: str
|
|
73
74
|
|
|
74
75
|
def get_server_information() -> ServerInformation: ...
|
|
76
|
+
def get_capabilities() -> List[str]: ...
|
|
75
77
|
|
|
76
78
|
TIMEOUT_NEVER: int
|
|
77
79
|
TIMEOUT_DEFAULT: int
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: notify-rs
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Classifier: License :: OSI Approved :: MIT License
|
|
5
5
|
Classifier: Operating System :: OS Independent
|
|
6
6
|
Classifier: Programming Language :: Python
|
|
@@ -114,7 +114,7 @@ notify-rs
|
|
|
114
114
|
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/notify-rs
|
|
115
115
|
:alt: GitHub top language
|
|
116
116
|
|
|
117
|
-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/notify-rs/v0.
|
|
117
|
+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/notify-rs/v0.6.0
|
|
118
118
|
:target: https://github.com/domdfcoding/notify-rs/pulse
|
|
119
119
|
:alt: GitHub commits since tagged version
|
|
120
120
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
notify_rs-0.6.0.dist-info/METADATA,sha256=ixmvhqZPc9EcUVBzk4IseJv86Z1adRexjenni89Dz18,5430
|
|
2
|
+
notify_rs-0.6.0.dist-info/WHEEL,sha256=N4nPIpNLXCEfs6EXntne0PZTmFLI_-EPV2zDC6ssBxs,149
|
|
3
|
+
notify_rs-0.6.0.dist-info/licenses/LICENSE,sha256=14815qJHotTlq9mWhlco5E0rzwtHqk6f-SjDxl9gWRE,1064
|
|
4
|
+
notify_rs/__init__.py,sha256=FlIgkJYJBQJqIKFjZrnUKGIm-6vFaDulJyqesr7HvQc,136
|
|
5
|
+
notify_rs/__init__.pyi,sha256=cO6oj0D0gpJGb8K9Jzu2Cbd1393g1Xy82aG7XIiM7C0,2607
|
|
6
|
+
notify_rs/_notify_rs.cpython-312-aarch64-linux-gnu.so,sha256=X29l_aNRc1idnGNnEwctz4zzrwvLmJ7Zw7EUb64NFu8,3689576
|
|
7
|
+
notify_rs-0.6.0.dist-info/RECORD,,
|
notify_rs-0.5.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
notify_rs-0.5.0.dist-info/METADATA,sha256=ABACFD168ykGhvW5l18fU8tehJHPTita-9uWkuyV0lo,5430
|
|
2
|
-
notify_rs-0.5.0.dist-info/WHEEL,sha256=N4nPIpNLXCEfs6EXntne0PZTmFLI_-EPV2zDC6ssBxs,149
|
|
3
|
-
notify_rs-0.5.0.dist-info/licenses/LICENSE,sha256=14815qJHotTlq9mWhlco5E0rzwtHqk6f-SjDxl9gWRE,1064
|
|
4
|
-
notify_rs/__init__.py,sha256=FlIgkJYJBQJqIKFjZrnUKGIm-6vFaDulJyqesr7HvQc,136
|
|
5
|
-
notify_rs/__init__.pyi,sha256=HEVHzjuZM-lPTKFk7o27A0N6xDlYf_8hVP-zC9_rKzI,2542
|
|
6
|
-
notify_rs/_notify_rs.cpython-312-aarch64-linux-gnu.so,sha256=kF7BVsc0TSw1qyGda0aDw8dZOXbjw97hnHthuXo6nW4,3668512
|
|
7
|
-
notify_rs-0.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|