pkglts.manage_script module

Define actions that can be called with the CLI.

pkglts.manage_script.action_add(cfg, **kwds)[source]

Add new options in the package.

pkglts.manage_script.action_clean(cfg, **kwds)[source]

Clean package of all un necessary files.

pkglts.manage_script.action_clear(cfg, **kwds)[source]

Attempt to free the package from pkglts interactions.

pkglts.manage_script.action_example(cfg, **kwds)[source]

Install example files associated with options.

pkglts.manage_script.action_info(cfg, **kwds)[source]

Display info on package for debug purpose.

pkglts.manage_script.action_init(cfg, **kwds)[source]

Initialize environment for use of pkglts.

pkglts.manage_script.action_regenerate(cfg, **kwds)[source]

Regenerate all files in the package.

pkglts.manage_script.action_remove(cfg, **kwds)[source]

Remove options from the package.

pkglts.manage_script.action_reset(cfg, **kwds)[source]

Remove all templated files from the package (do it only if pkg is versioned to avoid troubles).

pkglts.manage_script.action_update(cfg, **kwds)[source]

Check if a new version of pkglts is available.

pkglts.manage_script.main()[source]

Run CLI evaluation