4. DevelopmentΒΆ

The files are kept here on github. See bootcamp for an introduction to using github. To contribute please fork the project. Otherwise you can make a read-only clone or export.

Code format should follow pep8 guidelines. PyDev has a good pep8 checker.

To run the tests install nose, change directory into the test folder and run:

$ nosetests
.......... ...
----------------------------------------------------------------------
Ran 3914 tests in 9.584s

OK (SKIP=15)