Use this package to add structured data to your docstrings in YAML. Just add a ---delimiter at the bottom, and the rest is parsed as YAML.
A Visual Studio Code extension for managing Python comments. This extension helps you check and remove comments from Python files or directories, only using python build-in functions(AST and tokenize) ...