rex.utilities.cli_dtypes

Custom dtypes for Click.

Functions

sanitize_str(value[, subs])

Sanitize characters from string.

Classes

FloatListType()

Homogeneous list of floats click input argument type.

FloatType()

Float click input argument type with option for None.

IntListType()

Homogeneous list of integers click input argument type.

IntType()

Integer click input argument type with option for None.

ListType()

Base list click input argument type with option for None.

PathListType(**kwargs)

Homogeneous list of click path input argument types.

StrFloatType()

String or float click input argument type with option for None.

StrListType()

Homogeneous list of strings click input argument type.

StrOrListType()

Flexible type for string or list of strings.

StrType()

String click input argument type with option for None.