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
/__init__.py
/__main__.py

npm: https://npmjs.org/package/generator-pymod
github: https://github.com/craigbeck/generator-pymod

Filed under