Skip to content
Kenneth Hoste edited this page Oct 16, 2012 · 1 revision

The code style we follow in the EasyBuild code repository is mainly dictated by PEP008.

(https://github.com/jcrocholl/pep8)[pep8] might be a useful tool to enforce the code style more strictly.

(needs more work)

Notes

Style guides that go a step beyond PEP0008:

Automatic rewriting of Python code: http://pypi.python.org/pypi/PythonTidy/1.22

Check PEP8 compliance: https://github.com/jcrocholl/pep8