Metadata-Version: 1.1
Name: DBUSSimpleNotify
Version: 0.0.0
Summary: Dead simple notify class for DBUS.
Home-page: https://github.com/ehasting/DBUSSimpleNotify
Author: Egil Hasting
Author-email: eh@higen.org
License: MIT
Download-URL: https://github.com/ehasting/DBUSSimpleNotify
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
        
        sources:  
        https://github.com/ehasting/DBUSSimpleNotify
        https://pypi.python.org/pypi/DBUSSimpleNotify
        
Keywords: DBUS notify
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
