Metadata-Version: 2.1
Name: detox
Version: 0.15
Summary: distributing activities of the tox tool
Home-page: https://github.com/tox-dev/detox
Author: holger krekel
Author-email: holger@merlinux.eu
License: MIT
Description: [![Build Status](https://travis-ci.org/tox-dev/detox.svg?branch=master)](https://travis-ci.org/tox-dev/detox)
        
        **Please note: this project needs some serious TLC - see [this issue](https://github.com/tox-dev/detox/issues/27).**
        
        # What is detox?
        
        detox is the distributed version of [tox](https://pypi.org/project/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](http://tox.readthedocs.io) for more info.
        
        Additionally, detox offers a `-n` or `--num` option to set the number of concurrent processes to use.
        
        ## Note
        
        detox runs on python2.7 and python3.4+ (but supports creation of all environments supported of the underlying "tox" command)
        
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: tox
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: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
