Metadata-Version: 1.1
Name: stack-watcher
Version: 0.3.2
Summary: A library and command line tool to notify you of relevant
questions as soon as they're posted on Stack Overflow.
Home-page: https://github.com/Matt-Deacalion/Stackoverflow-Watcher
Author: Matt Deacalion Stevens
Author-email: matt@dirtymonkey.co.uk
License: MIT
Description: ======================
        Stack Overflow Watcher
        ======================
        .. image:: https://travis-ci.org/Matt-Deacalion/Stackoverflow-Watcher.svg?branch=master
            :target: https://travis-ci.org/Matt-Deacalion/Stackoverflow-Watcher
            :alt: Build Status
        .. image:: https://coveralls.io/repos/Matt-Deacalion/Stackoverflow-Watcher/badge.png?branch=master
            :target: https://coveralls.io/r/Matt-Deacalion/Stackoverflow-Watcher?branch=master
            :alt: Test Coverage
        .. image:: https://pypip.in/download/stack-watcher/badge.png?period=week
            :target: https://pypi.python.org/pypi/stack-watcher/
            :alt: Downloads
        .. image:: https://pypip.in/version/stack-watcher/badge.png
            :target: https://pypi.python.org/pypi/stack-watcher/
            :alt: Latest Version
        .. image:: https://pypip.in/wheel/stack-watcher/badge.png
            :target: https://pypi.python.org/pypi/stack-watcher/
            :alt: Wheel Status
        .. image:: https://pypip.in/license/stack-watcher/badge.png
            :target: https://pypi.python.org/pypi/stack-watcher/
            :alt: License
        
        A library and command line tool to notify you of relevant questions as soon as
        they're posted on Stack Overflow.
        
        Installation
        ------------
        
        You can install stack-watcher using pip.
        
        .. code-block:: bash
        
            $ pip install stack-watcher
        
        Basic usage
        -----------
        
        Here's how you would watch the latest questions tagged with **`html`**:
        
        .. code-block:: bash
        
            $ stack-watcher --tag html
        
        More interesting things can be done if you check out the documentation.
        
        Documentation
        -------------
        
        The `latest documentation`_ is hosted by Read the Docs.
        
        Licence
        -------
        Copyright © 2014 `Matt Deacalion Stevens`_, released under The `MIT License`_.
        
        .. _latest documentation: http://stackoverflow-watcher.readthedocs.org/en/latest/
        .. _Matt Deacalion Stevens: http://dirtymonkey.co.uk
        .. _MIT License: http://deacalion.mit-license.org
        
Keywords: stackoverflow stack overflow watcher monitor api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
