Skip to main content

dbus-notifier

This library offers a simple means of generating dbus notifications on Linux.

Installation and Usage

Make sure at least Python 3.* is installed on the target Linux system.

Install virtualenv in which to install dbus-notifier.

In the virtual environment, run pip3 install dbus-notifier

In the Python code to use dbus-notifier:

from dbusnotifier.dbusnotifier import NotifySender

The simplest code instantiating NotifySender and sending a dbus notification is this:

    sender = NotifySender(title="My notifier")
    ...
    sender.notify(message="Hi!")

The above code results in a single message "Hi!" being posting in the notification area.

A more complex scenario supported by dbus-notifier is to create a dictionary with a selection of messages, where each key identifies a message. The code below illustrates this case:

    sender = NotifySender(title="My notifier", messages={'0': "Success", '1': "Failed"})
    
    sender.notify(select_key='0')

Dependencies

Please see pyproject.toml.

Status

Mar 2023 First draft, tested locally on Manjaro Linux. Apr 2025 release.

Copyright

Copyright Adam Bukolt

Note that the copyright refers to the code and scripts in this repository and expressly not to any third-party dependencies.

License

MIT

Icons included with this program were created by and are the sole property of the copyright holder.

Note that separate licenses apply to third-party dependencies.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbus_notifier-1.1.3.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dbus_notifier-1.1.3-py2.py3-none-any.whl (18.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file dbus_notifier-1.1.3.tar.gz.

File metadata

  • Download URL: dbus_notifier-1.1.3.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Manjaro Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dbus_notifier-1.1.3.tar.gz
Algorithm Hash digest
SHA256 5f9bc41e8d0d4dfcb33a74348cd687557a932926a26eee37e1e9273dd4760bb1
MD5 6269588ebe16547aa25f0f4cdf1bc83b
BLAKE2b-256 1eb3bf5faa397e039c319862b1729c2732b164093723600260c62165e52edef0

See more details on using hashes here.

File details

Details for the file dbus_notifier-1.1.3-py2.py3-none-any.whl.

File metadata

  • Download URL: dbus_notifier-1.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Manjaro Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for dbus_notifier-1.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5e0a4075c4a77889b17ebf2b794d2e6fdc47cafd652a5434f2abe075be7be1a9
MD5 745ba86458de213872e0e6048625b097
BLAKE2b-256 76822c5f84163391a3d6b0a3f7b86cabef3c8d6ff38cf8191ab2a0c2ec294dfa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.3 This release

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.2.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page