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

Contribute

This project 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.

Docstrings should be compatible with the Sphinx “napoleon” extension and follow the Numpy style:

Changes

0.1 (????-??-??)

Initial version

0.2 (????-??-??)

Changes:

  • switch to Python 3
  • update the docstrings
  • change the package name (pyai)
  • miscellaneous updates and bug fixes

Packaging:

  • write the setup.py file
  • write a script to automatically build the Debian package