Skip to content

exasol/python-styleguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exasol python-styleguide

Welcome to the Exasol python-styleguide. The styleguide(s) is not intend to be an universal text on how to do each single detail in python, it rather tries to rely on existing documents and guides references them (e.g. pep8) and their rules or it will add useful additions or exceptions where Exasol is diverging from the "norm" and will explain the reasons behind. commonly used patterns and style like pep8.

Build the Guide

  1. Install the development dependencies

    poetry install
  2. Build and open the styleguide

    nox

Note

Get help on the available actions

nox -l