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 thefoo.features.contrib
subpackage. A single object that is an instance ofballet.Feature
is imported if present in each module. The resultingFeature
objects are collected.