Metadata-Version: 1.0
Name: growlnotify
Version: 0.0.1
Summary: growlnotify (Mac OS) Python wrapper
Home-page: http://github.com/cancerhermit/Pygrowlnotify/
Author: cancerhermit
Author-email: cancerhermit@gmail.com
License: GPL
Description: Installing
        ----------
        
        Install `growlnotify <http://growl.info/extras.php#growlnotify>`_
        
        ::
        
            sudo pip install growlnotify
        
        Usage
        -----
        
        ::
        
            from growlnotify import growlnotify
            growlnotify("title only")
            growlnotify("title","long message")
            growlnotify("title","""multi 
            line
            message""")
            growlnotify("title",app="iCal")
            growlnotify("title",message="sticked",app="iCal",sticky=True)
            growlnotify("title",name="name")
            growlnotify("image","can accept relative filename",image="~/Documents/image.png")
        
        
Keywords: Mac OS Growl growlnotify
Platform: MacOS X
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
