Code Style Guide

Sibyl-API uses the PEP 8arrow-up-right style guide and Black formatter arrow-up-rightfor all python code:

A few important notes:

  1. Indents should be 4 spaces, no tabs

  2. Lines should be no more than 88 characters long

  3. All functions, classes, and methods should have block comment descriptions using the Google docstring format

Last updated