Python Guidelines

Python is used mainly for easily portable scripts and project commands. No dependencies should be used in this case, if possible. If dependencies are required, consider Java instead.

Use dedicated documentation files for detailed documentation. Help messages in CLI commands should only describe the minimal interface and show how more detailed information can be obtained.