python-fhs
Python module for using the FHS and XDG basedir paths.

◆ module_info()

def fhs.module_info (   modulename,
  desc,
  version,
  contact 
)

Register information about a module.

This should be called by modules that use python-fhs to get their own commandline arguments.

Parameters
modulenameThe name of the calling module.
descModule description in –version output.
versionVersion number in –version output.
contactContact information in –version output.

Definition at line 726 of file fhs.py.

Here is the caller graph for this function: