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 PyDFM Bug Tracker at:

Contribute

PyDFM is written for Python 3.x. 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

0.1 (2010-02-16)

Initial version.

0.2 (?)

Changes:

  • ?

0.3 (2015-11)

Changes:

  • change the package name (from clonefinder to pydfm)
  • miscellaneous updates and bug fixes