Code contributions are very welcome and should comply to a few rules:
Compatibility with both Python-2 and Python-3
All tests defined in the Continuous Integration setup need to pass:
New features should be covered by the tests, so please extend tests
New code should be documented in the same style as the rest of the code
New code should be pep8-compliant. Help yourself with the style guide checker.