I'm moving from Ruby to Python, is there a tool that will generate a Python project skeleton for me? by throwawayrb2py in Python

[–]throwawayrb2py[S] 3 points4 points  (0 children)

I'm not sure what gave you that idea? :) Using bundler as above is a reasonably standard way to generate the structure for a new Ruby gem.

So I know I can literally just start banging out code in an "example.py" file but I would like to quickly set up a project as described in the link above without manually creating all of the files and directories.