generator-py-tox
v0.0.1
Published
A generator for tox.ini files.
Readme
generator-py-tox 
This generator is used to create a tox.ini file for (Tox)[http://tox.readthedocs.org/en/latest/#] testing Python projects. At it's current state it fully emulates the functionality of the CLT tox-quickstart.
Why Yeoman?
Yeoman is awesome! tox-quickstart is capable of generating a basic tox.ini file, though is not expandable. As a developer, I would like to be able to easily generate potentially more complex tox.ini files. Using yeoman, and developing a yeoman generator, makes it simple to expand the functionality of my tox.ini generator. :D
Install
$ npm install -g generator-py-toxRun
$ yo py-tox