Skip to main content

A small dbus notifier package

Project description

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.

Project details


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.1.tar.gz (11.7 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.1-py2.py3-none-any.whl (18.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: dbus_notifier-1.1.1.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.20

File hashes

Hashes for dbus_notifier-1.1.1.tar.gz
Algorithm Hash digest
SHA256 9a370c8d0c41416ff05e2def2abf4f54fb2d8dffdc2e8a70783c9947e12dc136
MD5 0ecd4b86b0d6d6c65542e30b338350b1
BLAKE2b-256 df4e432db69117d9c5b79162014a1864daf49e708a592caf38afb1f20455a53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dbus_notifier-1.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a6a3c24d77f520bc47c1da8d6c18fde64279c3b9c59debec8351f45480aef16c
MD5 c1ac693c88ad02374816194f023b7275
BLAKE2b-256 59dff7134f1fba44447c37011c43907df8b9b03a51ae3683a979464b2f899be8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page