Metadata-Version: 1.1
Name: nose-watcher
Version: 0.1.1
Summary: A nose plugin to watch for changes within the local directory.
Home-page: https://github.com/solarnz/nose-watcher
Author: Chris Trotman
Author-email: chris@trotman.io
License: BSD
Description: ===============================
        Nose-Watcher
        ===============================
        
        .. image:: https://badge.fury.io/py/nose-watcher.png
            :target: http://badge.fury.io/py/nose-watcher
        
        .. image:: https://travis-ci.org/solarnz/nose-watcher.png?branch=develop
                :target: https://travis-ci.org/solarnz/nose-watcher
        
        .. image:: https://pypip.in/d/nose-watcher/badge.png
                :target: https://pypi.python.org/pypi/nose-watcher
        
        .. image:: https://coveralls.io/repos/solarnz/nose-watcher/badge.png?branch=develop
                :target: https://coveralls.io/r/solarnz/nose-watcher?branch=develop
        
        
        A nose plugin to watch for changes within the local directory.
        
        * Free software: BSD license
        * Documentation: http://nose-watcher.readthedocs.org.
        
        Inspired by the `nose-watch <https://github.com/lukaszb/nose-watch>`_ nose
        plugin.
        
        Note: nose-watcher will only run on linux, due to the depenency on
        `python-inotify` and `inotify`.
        
        Features
        --------
        
        * Watches for changes in the local directory, then runs nosetests with the
          specified command line options.
        
        * Doesn't run the tests multiple times if you're using vim, Unlike the similar
          plugin `nose-watch`.
        
        
        Installation_
        ------------
        
        .. code-block:: shell
        
            pip install nose-watcher
        
        Usage
        -----
        
        .. code-block:: shell
        
            nosetests --with-watcher
        
        Documentation
        -------------
        
        More documentation can be found at
        `ReadTheDocs <http://nose-watcher.rtfd.org>`_
        
        
        
        
        History
        -------
        
        0.1.1 (2014-06-08)
        ---------------------
        
        * Improve documentation
        * Improve unit tests
        
        0.1.0 (2014-06-08)
        ---------------------
        
        * First release on PyPI.
        
Keywords: nose-watcher
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.3
Classifier: Programming Language :: Python :: 3.4
