Metadata-Version: 1.1
Name: DBUSSimpleNotify
Version: 0.2.0
Summary: Dead simple notify class for DBUS.
Home-page: http://pypi.python.org/pypi/DBUSSimpleNotify/
Author: Egil Hasting
Author-email: eh@higen.org
License: MIT
Description: ==================
        DBUS Simple Notify
        ==================
        
        About
        ==================
        
        DBUS Simple Notify is a fast to use function for printing out dbus notification, 
         should be fairly easy to extend and improve
        
        dbussimplenotify.DBUSSimpleNotify.notify("my app", "hello world", 5000)
        
        should print "hello world" comming from "my app" with a timeout on 5 sec
        
        
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
