Coding Style Guide

Autopush uses Python styling guides based on PEP8 and PEP257.

Exceptions

  • Single sentence docstrings are formatted the same way as a single line docstring, but may not always include ending punctuation.
  • File level docstrings may not include a line break before the first line of code.