Metadata-Version: 1.0
Name: detox
Version: 0.9.4
Summary: distributing activities of the tox tool (py2 only)
Home-page: http://bitbucket.org/hpk42/detox
Author: holger krekel
Author-email: holger at merlinux.eu
License: MIT
Description: 
        What is detox?
        ==========================
        
        detox is the distributed version of "tox".  It makes efficient use of multiple
        CPUs by running all possible activities in parallel.  It has the same options
        and configuration that tox has so after installation can just run::
        
            detox
        
        in the same way and with the same options with which you would run
        ``tox``, see the `tox home page`_ for more info.
        
        Please file issues as "tox" issues using the "detox" component:
        
            https://bitbucket.org/hpk42/tox/issues
        
        .. note::
        
            detox runs only on python2.6 and python2.7 (but supports creation of
            python3 and all environments supported of the underlying "tox" command)
        
        .. _`tox home page`: http://tox.testrun.org/
        
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
