Skip to main content

growlnotify (Growl.app cli) python wrapper

Project description

Install

$ [sudo] pip install growlnotify

Functions

function __doc__
growlnotify.args(**kwargs) return list with growlnotify cli arguments
growlnotify.notify(**kwargs) run growlnotify

Examples

>>> import growlnotify
>>> growlnotify.notify(t="title",m="message")           # -t "title" -m "message"
>>> growlnotify.notify(title="title",message="message") # --title "title" --message "message"

-s, --sticky

>>> growlnotify.notify(title="title",s=True)       # -s
>>> growlnotify.notify(title="title",sticky=True)  # --sticky

growlnotify keys

$ growlnotify --help

Links

readme-md - README.md generator

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

growlnotify-2019.2.18.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

growlnotify-2019.2.18-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 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