Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

caravel.validation.listify(validators)[source]

Sort the validators by priority level.

Parameters:

validators : dict

the validators as returned by the ‘get_validators’ function.

Returns:

sorted_validators : list

the validators sorted by priority level.

Follow us

© 2025, Antoine Grigis