A Python Project Template
- [o] Tools
- [o] Lint: PyLint + JSHint + https://landscape.io
- [o] Unittest: nose + tox
- [o] Test Coverage: coverage + https://coveralls.io
- [o] Document: Sphinx + https://readthedocs.org/
- [o] CI: https://travis-ci.org/
- [o] File Format: EditorConfig
- [o] Projects
- [o] Python
- [ ] Django
- [ ] Bootstrap
pip install cookiecutter cookiecutter https://github.com/akun/aproject.git
2014-05-10
- using cookiecutter as project template generator
2014-04-04
- change Apache License to MIT License
- improve Makefile
- use requirements.txt style for libs
- add sass for project: landscape.io, coveralls.io, bitdeli.com
2014-03-10
- init