elisp code for emacs python development
-
Creates build server for python project, and runs unittests in the background and reports status in emacs using nosetests
-
Creates coverage reports after each unittest run and marks up project buffers accordingly, using coverage.
-
Integrates pyflakes with flymake.
-
Dependencies
Elisp: python-mode, fringe-helper Python: pep8, autopep8, jedi, epc