ballet.contrib module

ballet.contrib.collect_contrib_features(project)[source]

Collect contributed features for a project at project_root

For a project foo, walks modules within the foo.features.contrib subpackage. A single object that is an instance of ballet.Feature is imported if present in each module. The resulting Feature objects are collected.

Parameters

project (Project) – project object

Return type

List[Feature]

Returns

collected features