Metadata-Version: 1.1
Name: nose-machineout2
Version: 0.5.0
Summary: Changes output of the nose testing tool into format easilyparsable by a machine.
Home-page: https://github.com/lambdalisue/nose_machineout2
Author: Alisue
Author-email: lambdalisue@hashnote.net
License: BSD
Download-URL: https://github.com/lambdalisue/nose_machineout2/tarball/master
Description: nose-machineout2
        ==================
        
        ``nose-machineout2`` is a fork of nose_machineout_ which originally written by Max Ischenko.
        It seems the original branch (github.com/nvie/nose_machineout) is gone, thus I decied to start maintenance while nose.vim_ won't work on PyPI version.
        
        .. _nose_machineout: https://pypi.python.org/pypi/nose_machineout
        .. _nose.vim: https://github.com/lambdalisue/nose.vim
        
        I added the following features
        
        - Doctest support
        - Python3 support
        - A python package name ``machineout`` is renamed to ``nose_machineout``
        
Keywords: test unittest nose
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
