Developer’s notes

Source code

The source code is currently available on GitHub under the terms and conditions of the MIT license. Fork away!

Bug reports

To search for bugs or report them, please use the VoR12 Bug Tracker at:

Contribute

VoR12 is written for Python versions 3.4 and above. Python 2.x is not supported.

The TODO.md file contains the TODO list.

All contributions should at least comply with the following PEPs:

  • PEP8 “Python’s good practices”
  • PEP257 “Docstring Conventions”
  • PEP287 “reStructuredText Docstring Format”

All contribution should be properly documented and tested with unittest and/or doctest.

pylint, pep8 and pyflakes should also be used to check the quality of each module.

Changes