Metadata-Version: 2.0
Name: dbusnotify
Version: 0.0.1
Summary: dbusnotify is a library for creating desktop notifications using the freedesktop.org notification spec
Home-page: https://github.com/frostidaho/dbusnotify
Author: Frost Idaho
Author-email: frostidaho@gmail.com
License: BSD
Download-URL: https://github.com/frostidaho/dbusnotify/tarball/0.0.1
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3

dbusnotify - freedesktop.org notifications library
===============================

version number: 0.0.1
author: Frost Idaho

Overview
--------

dbusnotify is a library for creating desktop notifications using the freedesktop.org notification spec

Installation / Usage
--------------------

To install use pip:

    $ pip install dbusnotify


Or clone the repo:

    $ git clone https://github.com/frostidaho/dbusnotify.git
    $ python setup.py install

Contributing
------------

TBD

Example
-------

TBD

