Skip to content

andreztz/notify-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60ac3f9 · Aug 14, 2023

History

37 Commits
Nov 22, 2021
Nov 21, 2021
Aug 14, 2023
Nov 21, 2021
Nov 6, 2020
Aug 14, 2023
Dec 30, 2021
Nov 22, 2021
Nov 21, 2021
Nov 20, 2021
Aug 14, 2023

Repository files navigation

notify-send

Upload Python Package

Usage example

    from notify import notification
    notification('summary text', message='message body', app_name='myapp')

Installation

    pip install -U notify-send

Prerequisites

Ubuntu

sudo apt install libcairo2-dev libgirepository1.0-dev

Arch Linux

sudo pacman -S gobject-introspection

Development setup

    git clone https://github.com/andreztz/notify-send.git
    cd notify-send
    python -m venv venv
    source venv/bin/activate
    pip install -e .[dev]

Meta

André P. Santos – @ztzandre[email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/andreztz/notify-send

Contributing

  1. Fork it (https://github.com/andreztz/notify-send/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request