Contributing to PyOffers

PyOffers is contribute-friendly project. There is a guideline for contributing.

Quickstart

  • All code contributions should be tested
  • Code should conform to syntax conventions
  • Documentation should be updated if it is required
  • Put a note to the changelog.

Syntax and conventions

The source code should conform to PEP8 with following notice:

  • Line length should not exceed 120 characters.

Running the tests

We use tox to run the tests:

$ tox