Metadata-Version: 2.0
Name: stack-watcher
Version: 0.2.3
Summary: A library and command line tool to notify you of relevant
Requires-Dist: requests (>=2.3.0)
Requires-Dist: docopt (>=0.6.1)

questions as soon as they're posted on Stack Overflow.
Home-page: http://dirtymonkey.co.uk/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
        
        A library and command line tool to notify you of relevant questions as soon as
        they're posted on Stack Overflow.
        
        .. warning::
        
            Currently only works on Python 3.4.
        
        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 :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
