Metadata-Version: 1.1
Name: tk_nosy
Version: 0.1.4
Summary: Tk_Nosy monitors project and unittest files and runs nosetests when they change.
Home-page: http://tk-nosy.readthedocs.org/en/latest/
Author: Charlie Taylor
Author-email: cet@appliedpython.com
License: GPL-3
Download-URL: https://github.com/sonofeft/Tk_Nosy
Description: 

        .. image:: https://travis-ci.org/sonofeft/Tk_Nosy.svg?branch=master

            :target: https://travis-ci.org/sonofeft/Tk_Nosy

        

        Tk_Nosy monitors project and unittest files and runs nosetests when they change.

        ================================================================================

        

        The goal of Tk_Nosy is to encourage unit testing. This helps a developer use 

        Test Driven Development (TDD) regardless of the editor or IDE being used.

        

        Tk_Nosy will run nosetests with any python interpreter when any files

        under development change.  

        

        It can run any number of python interpreters concurrently such that, for example, 

        python 2 and python 3 conventions can both be monitored at the same time.

        

        In addition to conventional CPython, PYPY is also acceptable.

        

        See the Code at: `<https://github.com/sonofeft/Tk_Nosy>`_

        

        See the Docs at: `<http://tk-nosy.readthedocs.org/en/latest/>`_

        
Keywords: tk_nosy setuptools development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
