This is the main PyBuilder plugin for all of the projects under Karellen umbrella. This plugin governs the following PyBuilder project settings:
- Code style and copyright headers.
- Coverage passing threshold.
- Documentation building and style.
- Code packaging, packaging metadata and signing.
In order to make sure your project conforms to Karellen standards, use this plugin by adding the following to your build.py
:
from pybuilder.core import use_plugin
# ... #
use_plugin("pypi:karellen_pyb_plugin", ">=0.0.1")