Open source Production Planning
Home
Documentation
C++ API
Style guide
Python code follows the style guidelines fromĀ
PEP-8
, except:
2-space indent instead of 4-space.
Mixed case for class, method and function names, instead of lower_case_with_underscores.