What is the Python Style Guide ?ΒΆ

Warning

Section under construction. Until further notice, please use the Google Python style guide.

  • A repository should contain at most \(1\) Python package.

  • The Python package source code must be located in the scr/py directory.

  • To install the Python package, a developer should use the following command in the repository root

    scons py
    

    Note

    If this package is an interface of a C++ library, this command should also generate relevant binaries.