dbus-fast 2.44.1__tar.gz → 2.44.2__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 dbus-fast might be problematic. Click here for more details.
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/PKG-INFO +1 -1
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/build_ext.py +1 -1
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/pyproject.toml +4 -4
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/setup.py +1 -1
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/__version__.py +1 -1
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/service.pxd +1 -1
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/signature.py +3 -3
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/LICENSE +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/README.md +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/__init__.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/__init__.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/_cython_compat.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/address.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/address.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/constants.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/marshaller.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/marshaller.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/unmarshaller.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/unmarshaller.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/_private/util.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/aio/__init__.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/aio/message_bus.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/aio/message_reader.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/aio/message_reader.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/aio/proxy_object.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/auth.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/constants.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/errors.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/glib/__init__.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/glib/message_bus.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/glib/proxy_object.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/introspection.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/message.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/message.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/message_bus.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/message_bus.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/proxy_object.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/py.typed +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/send_reply.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/service.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/signature.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/unpack.pxd +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/unpack.py +0 -0
- {dbus_fast-2.44.1 → dbus_fast-2.44.2}/src/dbus_fast/validators.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "dbus-fast"
|
|
3
|
-
version = "2.44.
|
|
3
|
+
version = "2.44.2"
|
|
4
4
|
description = "A faster version of dbus-next"
|
|
5
5
|
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -50,10 +50,10 @@ pytest-cov = ">=3,<7"
|
|
|
50
50
|
pytest-asyncio = ">=0.19,<0.27"
|
|
51
51
|
pycairo = "^1.21.0"
|
|
52
52
|
PyGObject = {version = ">=3.50,<3.51", python = "<4"}
|
|
53
|
-
Cython = ">=3,<3.
|
|
54
|
-
setuptools = ">=65.4.1,<
|
|
53
|
+
Cython = ">=3,<3.2.0"
|
|
54
|
+
setuptools = ">=65.4.1,<81.0.0"
|
|
55
55
|
pytest-timeout = "^2.1.0"
|
|
56
|
-
pytest-codspeed = "
|
|
56
|
+
pytest-codspeed = ">=3.1.1,<5.0.0"
|
|
57
57
|
covdefaults = "^2.3.0"
|
|
58
58
|
|
|
59
59
|
[tool.semantic_release]
|
|
@@ -12,7 +12,7 @@ package_data = \
|
|
|
12
12
|
|
|
13
13
|
setup_kwargs = {
|
|
14
14
|
'name': 'dbus-fast',
|
|
15
|
-
'version': '2.44.
|
|
15
|
+
'version': '2.44.2',
|
|
16
16
|
'description': 'A faster version of dbus-next',
|
|
17
17
|
'long_description': '# dbus-fast\n\n<p align="center">\n <a href="https://github.com/bluetooth-devices/dbus-fast/actions?query=workflow%3ACI">\n <img src="https://img.shields.io/github/workflow/status/bluetooth-devices/dbus-fast/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >\n </a>\n <a href="https://dbus-fast.readthedocs.io">\n <img src="https://img.shields.io/readthedocs/dbus-fast.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">\n </a>\n <a href="https://codecov.io/gh/bluetooth-devices/dbus-fast">\n <img src="https://img.shields.io/codecov/c/github/bluetooth-devices/dbus-fast.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">\n </a>\n</p>\n<p align="center">\n <a href="https://python-poetry.org/">\n <img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">\n </a>\n <a href="https://github.com/astral-sh/ruff">\n <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">\n </a>\n <a href="https://github.com/pre-commit/pre-commit">\n <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">\n </a>\n <a href="https://codspeed.io/Bluetooth-Devices/dbus-fast"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>\n</p>\n<p align="center">\n <a href="https://pypi.org/project/dbus-fast/">\n <img src="https://img.shields.io/pypi/v/dbus-fast.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">\n </a>\n <img src="https://img.shields.io/pypi/pyversions/dbus-fast.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">\n <img src="https://img.shields.io/pypi/l/dbus-fast.svg?style=flat-square" alt="License">\n</p>\n\nA faster version of dbus-next originally from the [great DBus next library](https://github.com/altdesktop/python-dbus-next) ❤️\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install dbus-fast`\n\n[Documentation](https://dbus-fast.readthedocs.io/en/latest/)\n\ndbus-fast is a Python library for DBus that aims to be a performant fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments.\n\nDesktop application developers can use this library for integrating their applications into desktop environments by implementing common DBus standard interfaces or creating custom plugin interfaces.\n\nDesktop users can use this library to create their own scripts and utilities to interact with those interfaces for customization of their desktop environment.\n\ndbus-fast plans to improve over other DBus libraries for Python in the following ways:\n\n- Zero dependencies and pure Python 3\n- An optional cython extension is available to speed up (un)marshalling\n- Focus on performance\n- Support for multiple IO backends including asyncio and the GLib main loop.\n- Nonblocking IO suitable for GUI development.\n- Target the latest language features of Python for beautiful services and clients.\n- Complete implementation of the DBus type system without ever guessing types.\n- Integration tests for all features of the library.\n- Completely documented public API.\n\n## Installing\n\nThis library is available on PyPi as [dbus-fast](https://pypi.org/project/dbus-fast/).\n\n```\npip3 install dbus-fast\n```\n\n## The Client Interface\n\nTo use a service on the bus, the library constructs a proxy object you can use to call methods, get and set properties, and listen to signals.\n\nFor more information, see the [overview for the high-level client](https://dbus-fast.readthedocs.io/en/latest/high-level-client/index.html).\n\nThis example connects to a media player and controls it with the [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/) DBus interface.\n\n```python\nfrom dbus_fast.aio import MessageBus\n\nimport asyncio\n\n\nasync def main():\n bus = await MessageBus().connect()\n # the introspection xml would normally be included in your project, but\n # this is convenient for development\n introspection = await bus.introspect(\'org.mpris.MediaPlayer2.vlc\', \'/org/mpris/MediaPlayer2\')\n\n obj = bus.get_proxy_object(\'org.mpris.MediaPlayer2.vlc\', \'/org/mpris/MediaPlayer2\', introspection)\n player = obj.get_interface(\'org.mpris.MediaPlayer2.Player\')\n properties = obj.get_interface(\'org.freedesktop.DBus.Properties\')\n\n # call methods on the interface (this causes the media player to play)\n await player.call_play()\n\n volume = await player.get_volume()\n print(f\'current volume: {volume}, setting to 0.5\')\n\n await player.set_volume(0.5)\n\n # listen to signals\n def on_properties_changed(interface_name, changed_properties, invalidated_properties):\n for changed, variant in changed_properties.items():\n print(f\'property changed: {changed} - {variant.value}\')\n\n properties.on_properties_changed(on_properties_changed)\n\n await asyncio.Event().wait()\n\nasyncio.run(main())\n```\n\n## The Service Interface\n\nTo define a service on the bus, use the `ServiceInterface` class and decorate class methods to specify DBus methods, properties, and signals with their type signatures.\n\nFor more information, see the [overview for the high-level service](https://dbus-fast.readthedocs.io/en/latest/high-level-service/index.html).\n\n```python\nfrom dbus_fast.service import ServiceInterface, method, dbus_property, signal, Variant\nfrom dbus_fast.aio MessageBus\n\nimport asyncio\n\nclass ExampleInterface(ServiceInterface):\n def __init__(self, name):\n super().__init__(name)\n self._string_prop = \'kevin\'\n\n @method()\n def Echo(self, what: \'s\') -> \'s\':\n return what\n\n @method()\n def GetVariantDict() -> \'a{sv}\':\n return {\n \'foo\': Variant(\'s\', \'bar\'),\n \'bat\': Variant(\'x\', -55),\n \'a_list\': Variant(\'as\', [\'hello\', \'world\'])\n }\n\n @dbus_property()\n def string_prop(self) -> \'s\':\n return self._string_prop\n\n @string_prop.setter\n def string_prop_setter(self, val: \'s\'):\n self._string_prop = val\n\n @signal()\n def signal_simple(self) -> \'s\':\n return \'hello\'\n\nasync def main():\n bus = await MessageBus().connect()\n interface = ExampleInterface(\'test.interface\')\n bus.export(\'/test/path\', interface)\n # now that we are ready to handle requests, we can request name from D-Bus\n await bus.request_name(\'test.name\')\n # wait indefinitely\n await asyncio.Event().wait()\n\nasyncio.run(main())\n```\n\n## The Low-Level Interface\n\nThe low-level interface works with DBus messages directly.\n\nFor more information, see the [overview for the low-level interface](https://dbus-fast.readthedocs.io/en/latest/low-level-interface/index.html).\n\n```python\nfrom dbus_fast.message import Message, MessageType\nfrom dbus_fast.aio import MessageBus\n\nimport asyncio\nimport json\n\n\nasync def main():\n bus = await MessageBus().connect()\n\n reply = await bus.call(\n Message(destination=\'org.freedesktop.DBus\',\n path=\'/org/freedesktop/DBus\',\n interface=\'org.freedesktop.DBus\',\n member=\'ListNames\'))\n\n if reply.message_type == MessageType.ERROR:\n raise Exception(reply.body[0])\n\n print(json.dumps(reply.body[0], indent=2))\n\n\nasyncio.run(main())\n```\n\n## Projects that use dbus-fast\n\n- [Bluetooth Adapters](https://github.com/bluetooth-devices/bluetooth-adapters)\n\n## Contributing\n\nContributions are welcome. Development happens on [Github](https://github.com/Bluetooth-Devices/dbus-fast).\n\nBefore you commit, run `pre-commit run --all-files` to run the linter, code formatter, and the test suite.\n\n## Copyright\n\nYou can use this code under an MIT license (see LICENSE).\n\n- © 2019, Tony Crisci\n- © 2022, Bluetooth Devices authors\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Cookiecutter](https://github.com/audreyr/cookiecutter) and the\n[browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage)\nproject template.\n',
|
|
18
18
|
'author': 'Bluetooth Devices Authors',
|
|
@@ -3,7 +3,7 @@ __description__ = (
|
|
|
3
3
|
"A performant zero-dependency DBus library for Python with asyncio support"
|
|
4
4
|
)
|
|
5
5
|
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
|
|
6
|
-
__version__ = "2.44.
|
|
6
|
+
__version__ = "2.44.2"
|
|
7
7
|
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
|
8
8
|
__author_email__ = "bluetooth@koston.org"
|
|
9
9
|
__license__ = "MIT"
|
|
@@ -33,7 +33,7 @@ cdef class ServiceInterface:
|
|
|
33
33
|
cdef list __signals
|
|
34
34
|
cdef set __buses
|
|
35
35
|
cdef dict __handlers
|
|
36
|
-
cdef dict
|
|
36
|
+
cdef dict __handlers_by_name_signature
|
|
37
37
|
|
|
38
38
|
@cython.locals(handlers=dict,in_signature=str,method=_Method)
|
|
39
39
|
@staticmethod
|
|
@@ -5,7 +5,7 @@ from .errors import InvalidSignatureError, SignatureBodyMismatchError
|
|
|
5
5
|
from .validators import is_object_path_valid
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
class SignatureType:
|
|
8
|
+
class SignatureType: # noqa: PLW1641
|
|
9
9
|
"""A class that represents a single complete type within a signature.
|
|
10
10
|
|
|
11
11
|
This class is not meant to be constructed directly. Use the :class:`SignatureTree`
|
|
@@ -337,7 +337,7 @@ class SignatureType:
|
|
|
337
337
|
}
|
|
338
338
|
|
|
339
339
|
|
|
340
|
-
class SignatureTree:
|
|
340
|
+
class SignatureTree: # noqa: PLW1641
|
|
341
341
|
"""A class that represents a signature as a tree structure for conveniently
|
|
342
342
|
working with DBus signatures.
|
|
343
343
|
|
|
@@ -402,7 +402,7 @@ class SignatureTree:
|
|
|
402
402
|
return True
|
|
403
403
|
|
|
404
404
|
|
|
405
|
-
class Variant:
|
|
405
|
+
class Variant: # noqa: PLW1641
|
|
406
406
|
"""A class to represent a DBus variant (type "v").
|
|
407
407
|
|
|
408
408
|
This class is used in message bodies to represent variants. The user can
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|