venvmod.commands package

Submodules

Module contents

venvmod.commands.get_parser(description: str, help_arguments: Optional[str] = None, with_appli: bool = False, with_verbose: bool = False, args: Optional[List] = None) argparse.Namespace[source]
venvmod.commands.get_module_filename(virtual_env_name: str, appli_name: Optional[str] = None) str[source]