#+TITLE: dbusnotify - freedesktop.org notifications library
* Overview
/dbusnotify/ is a python library for creating desktop notifications using the freedesktop.org notification specification.
* Usage
The following example shows how to create a simple notification with an icon
#+BEGIN_SRC python
import dbusnotify
dbusnotify.write(
'Volume is <u>muted</u>',
title='Audio Status',
icon='audio-volume-muted',
poptime=20,
)
#+END_SRC
[[file:examples/images/dbusnotify_readme_example.png]]
- [[file:examples][Additional examples]]
* Installation
You can install from pypi using pip
#+BEGIN_SRC sh
pip install --user dbusnotify
#+END_SRC
Alternatively, you can get the development version from github
#+BEGIN_SRC sh
git clone https://github.com/frostidaho/python-dbusnotify.git
pip install --user ./python-dbusnotify
#+END_SRC
* Overview
/dbusnotify/ is a python library for creating desktop notifications using the freedesktop.org notification specification.
* Usage
The following example shows how to create a simple notification with an icon
#+BEGIN_SRC python
import dbusnotify
dbusnotify.write(
'Volume is <u>muted</u>',
title='Audio Status',
icon='audio-volume-muted',
poptime=20,
)
#+END_SRC
[[file:examples/images/dbusnotify_readme_example.png]]
- [[file:examples][Additional examples]]
* Installation
You can install from pypi using pip
#+BEGIN_SRC sh
pip install --user dbusnotify
#+END_SRC
Alternatively, you can get the development version from github
#+BEGIN_SRC sh
git clone https://github.com/frostidaho/python-dbusnotify.git
pip install --user ./python-dbusnotify
#+END_SRC
Release files for dbusnotify 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dbusnotify-0.0.2.tar.gz | 46.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dbusnotify-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.8 kB
Release files / dbusnotify-0.0.2.tar.gz
| Download URL | dbusnotify-0.0.2.tar.gz |
|---|---|
| Size | 46.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
acfb2e3fa731eb10d3b67b19d6bb9ae64cd9bda446701b86a5720ffa3dc580cf
|
|
BLAKE2b-256 checksum How to use checksums |
a1734e54a480ef7879ec29f9c74d2de3cda436f9ee6e8f0aa03951ad6690e777
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / dbusnotify-0.0.2-py3-none-any.whl
| Download URL | dbusnotify-0.0.2-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d669eebd8d2e2a5050d8cc161445e754a9f4c986949c6cf343a36397900df904
|
|
BLAKE2b-256 checksum How to use checksums |
1c08349a9f09452f5b12f279f3bc41350cb6cd1d822416daffc85e33405091a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |