Python APIΒΆ
Databuild can be integrated in your python project. Just import the build function:
from databuild.builder import Builder
Builder().build('buildfile.json')
- Supported arguments:
build_fileRequired. Path to thebuildfile.settingsOptional. Python module path containing the settings. Defaults todatbuild.settingsechoOptional. Set this toTrueif you want the operations’ description printed to the screen. Defaults toFalse.