generator-pymod
This is just about the simplest Yeoman generator one could come up with. It doesn’t do much beyond creating basic directory structure and template a couple boilerplate files for a Python module.
setup.py
README.md
{{ module_name }}/__init__.py
{{ module_name }}/__main__.py
npm: https://npmjs.org/package/generator-pymod
github: https://github.com/craigbeck/generator-pymod