Metadata-Version: 2.1
Name: growlnotify
Version: 1.0.2
Summary: growlnotify (MacOS) python wrapper
Home-page: https://github.com/looking-for-a-job/growlnotify.py
License: UNKNOWN
Description: [![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/pyversions/growlnotify.svg?longCache=True)](https://pypi.org/pypi/growlnotify/)
        
        ### Install
        ```bash
        $ [sudo] pip install growlnotify
        ```
        
        ### Examples
        ```python
        >>> import growlnotify
        >>> growlnotify.notify(**kwargs)
        ```
        
        short options:
        ```python
        >>> import growlnotify
        >>> growlnotify.notify(t="title",m="message")
        ```
        long options:
        ```python
        >>> growlnotify.notify(title="title",message="message")
        ```
        sticky
        ```python
        >>> growlnotify.notify(title="title",message="message",s=True)
        >>> growlnotify.notify(title="title",message="message",sticky=True)
        ```
Keywords: growlnotify
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
