# sos - pydoc - phpman

Help on package sos:

## NAME
    sos

## DESCRIPTION
    This module houses the i18n setup and message function. The default is to use
    gettext to internationalize messages.

## PACKAGE CONTENTS
    archive
    cleaner (package)
    collector (package)
    component
    help (package)
    missing
    options
    policies (package)
    presets (package)
    report (package)
    upload (package)
    utilities

## CLASSES
    builtins.object
        SoS

### class SoS
     |  SoS(args)
     |
     |  Main entrypoint for sos from the command line
     |
     |  Upon intialization, this class loads the basic option parser which will
     |  include the options shared by support components/subcommands. This is also
     |  where all subcommands present in the local installation are discovered,
     |  loaded, and if a matching one is found, intialized.
     |
     |  Methods defined here:
     |
     |  __init__(self, args)
     |      Initialize self.  See help(type(self)) for accurate signature.
     |
     |  execute(self)
     |
     |  ----------------------------------------------------------------------
     |  Data descriptors defined here:
     |
     |  __dict__
     |      dictionary for instance variables (if defined)
     |
     |  __weakref__
     |      list of weak references to the object (if defined)

## DATA
    gettext_app = 'sos'
    gettext_dir = '/usr/share/locale'

## VERSION
    4.10.2

## FILE
    /usr/lib/python3/dist-packages/sos/__init__.py


