Code Style Guide
Sibyl-API uses the PEP 8 style guide and Black formatter for all python code:
A few important notes:
Indents should be 4 spaces, no tabs
Lines should be no more than 88 characters long
All functions, classes, and methods should have block comment descriptions using the Google docstring format
Last updated