Skip to main content

notify-send notify.

Project description

notify-send

Upload Python Package

Usage example

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

Installation

    pip install 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 – @ztzandreandreztz@gmail.com

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

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

notify-send-0.0.19.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

notify_send-0.0.19-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

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