A high level Python library for Debreate.
libdbr is licensed under MIT.
A build.py script is provided to help with installation & packaging. It is invoked as
python3 build.py [args] or ./build.py [args].
-h|--help- Show help information.
 
-v|--version- Show libdbr version.
 
-V|--verbose- Include detailed task information when printing to stdout.
 
-l|--log-level <level>- Logging output verbosity.
 - Levels are 0 (silent), 1 (error), 2 (warn), 3 (info), & 4 (debug).
 
-t|--task <task>- Task(s) to execute. Multiple tasks can be separated by comma. See Build Script Tasks.
 
-p|--prefix <path>- Path prefix to directory where files are to be installed.
 
-d|--dir <path>
stage- Prepare files for installation or distribution.
 
dist-source- Build a source distribution package.
 
clean- Remove all temporary build files.
 
clean-stage- Remove temporary build files from'build/stage' directory.
 
clean-dist- Remove built packages from 'build/dist' directory.
 
test- Run configured unit tests from 'tests' directory.
 
check-code
- libdbr on GitHub
 - libdbr on GitLab
 - libdbr on SourceForge
 - debreate on GitHub
 - debreate on GitLab
 - debreate on SourceForge
 - reference
 
- file (BSD)
 - recycle-bin (MIT)