{
    "content": [
        {
            "type": "text",
            "text": "# sos (pydoc)\n\n## NAME\n\nsos\n\n## DESCRIPTION\n\nThis module houses the i18n setup and message function. The default is to use\ngettext to internationalize messages.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **PACKAGE CONTENTS**\n- **CLASSES** (1 subsections)\n- **DATA**\n- **VERSION**\n- **FILE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "sos",
        "section": "",
        "mode": "pydoc",
        "summary": "sos",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "PACKAGE CONTENTS",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "CLASSES",
                "lines": 3,
                "subsections": [
                    {
                        "name": "class SoS",
                        "lines": 25
                    }
                ]
            },
            {
                "name": "DATA",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FILE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "sos\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module houses the i18n setup and message function. The default is to use\ngettext to internationalize messages.\n",
                "subsections": []
            },
            "PACKAGE CONTENTS": {
                "content": "archive\ncleaner (package)\ncollector (package)\ncomponent\nhelp (package)\nmissing\noptions\npolicies (package)\npresets (package)\nreport (package)\nupload (package)\nutilities\n",
                "subsections": []
            },
            "CLASSES": {
                "content": "builtins.object\nSoS\n",
                "subsections": [
                    {
                        "name": "class SoS",
                        "content": "|  SoS(args)\n|\n|  Main entrypoint for sos from the command line\n|\n|  Upon intialization, this class loads the basic option parser which will\n|  include the options shared by support components/subcommands. This is also\n|  where all subcommands present in the local installation are discovered,\n|  loaded, and if a matching one is found, intialized.\n|\n|  Methods defined here:\n|\n|  init(self, args)\n|      Initialize self.  See help(type(self)) for accurate signature.\n|\n|  execute(self)\n|\n|  ----------------------------------------------------------------------\n|  Data descriptors defined here:\n|\n|  dict\n|      dictionary for instance variables (if defined)\n|\n|  weakref\n|      list of weak references to the object (if defined)\n"
                    }
                ]
            },
            "DATA": {
                "content": "gettextapp = 'sos'\ngettextdir = '/usr/share/locale'\n",
                "subsections": []
            },
            "VERSION": {
                "content": "4.10.2\n",
                "subsections": []
            },
            "FILE": {
                "content": "/usr/lib/python3/dist-packages/sos/init.py\n\n",
                "subsections": []
            }
        }
    }
}