temci.scripts package

Submodules

temci.scripts.cli module

temci.scripts.init module

temci.scripts.temci_completion module

Just a more performant version of temci completion that rebuilds the completion files only if the temci version changed. The advantage over using temci completion directly is, that it’s normally significantly faster.

Usage:

```
temci_completion [zsh|bash]

``` This returns the location of the completion file.

temci.scripts.temci_completion.cli()[source]

Process the command line arguments and call temci completion if needed.

temci.scripts.temci_completion.completion_dir() → str[source]

Get the name of the completion directory

temci.scripts.temci_completion.completion_file_name(shell: str) → str[source]

Get the completion file name for the passed shell and the current temci version

temci.scripts.temci_completion.create_completion_dir() → str[source]

Create the directory for the completion files if it doesn’t already exist.

temci.scripts.temci_completion.print_help()[source]

temci.scripts.version module

Contains the current version of temci. The first number gives the major version and the second the minor version. Versions with uneven minor version number are considered beta.

temci.scripts.version.version = '0.7.2'

The current version of temci

Module contents

This directory contains the command line interface and tab completion code and also the several wrapper scripts and the projects C++ code in sub directories.