PyBuilder is a build automation tool for Python, offering a declarative approach to managing project builds, dependencies, testing, and packaging. Current version is 0.13.20 with a stable release cadence.
pip install pybuilderVerified import paths — ran on the pinned version, not inferred.
Minimal PyBuilder build.py script with init decorator to set project properties.
Upgrade to Python 3.10+.
Stick to PyBuilder's built-in dependency management via build.py or use 'pyb install_dependencies'.
Run 'python -m pybuilder' instead of 'pyb', or add site-packages/bin to PATH.
No dependency data recorded yet.