Metadata-Version: 1.1
Name: detox
Version: 0.9
Summary: distributing activities of the tox tool
Home-page: http://bitbucket.org/hpk42/detox
Author: holger krekel
Author-email: holger at merlinux.eu
License: AGPL3
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.
        
        .. _`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
Classifier: Programming Language :: Python :: 3
