🚨 🚨 🚨 🚨 🚨 🚨 🚨
╔═════════════════════════════════════════════════════════════╗
Note: This document is obsolete. Please refer to Autopush Documentation on GitHub.

β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

🚨 🚨 🚨 🚨 🚨 🚨 🚨

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.