Sunday, September 28, 2008

Python Project Folder Structure

How should one lay out a python project? Within a repository, what should go where? Should the source code all be in a 'src' folder. What about code or set up files specific to particular distributions (ie. For Windows, Debian, etc).
This post is unfinished