generate_changelog.utilities

utilities#

Utility methods.

Functions

diff_index

Return the index where iterable2 is different from iterable1.

eval_if_callable

Tries to evaluate value as an action, a pipeline, or a callable if possible.

is_action

Returns True if the value is an action.

is_pipeline

Returns True if the value is a pipeline.

pairs

Return successive pairs taken from the input iterable.

resolve_name

Get a key or attr name from obj or default value.