Metadata-Version: 2.0
Name: stack-watcher
Version: 0.2.2
Summary: A library for Stack Overflow question notifications.
Home-page: http://dirtymonkey.co.uk/stackoverflow-watcher
Author: Matt Deacalion Stevens
Author-email: matt@dirtymonkey.co.uk
License: MIT
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
Requires-Dist: requests (>=2.3.0)
Requires-Dist: docopt (>=0.6.1)

======================
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 for Stack Overflow question notifications written in Python.

Installation
------------

You can install stack-watcher using pip. At the moment it only works on Python 3.4:

.. 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


