jalanb / cde

cde extends cd, historically
MIT License
2 stars 0 forks source link

Project structure #3

Open jalanb opened 11 years ago

jalanb commented 11 years ago

Create sub-directories for code, test, docs

Consider standard root-level files, such as README, COPYING, INSTALL

jalanb commented 11 years ago

consider

  1. http://learnpythonthehardway.org/book/ex46.html
  2. http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
  3. https://github.com/kirang89/bootstrapy
  4. http://cookiecutter.readthedocs.org/

Slightly related: https://gist.github.com/audreyr/5990987

jalanb commented 11 years ago

Consider integrated testing at Travis: https://travis-ci.org/

jalanb commented 11 years ago

Consider a Travis add on for code coverage: https://coveralls.io/docs/python

jalanb commented 11 years ago

A different branching model here: http://nvie.com/files/Git-branching-model.pdf