Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 997 Bytes

Karellen PyBuilder Plugin

Karellen PyBuilder Plugin

Gitter chat

This is the main PyBuilder plugin for all of the projects under Karellen umbrella. This plugin governs the following PyBuilder project settings:

  1. Code style and copyright headers.
  2. Coverage passing threshold.
  3. Documentation building and style.
  4. 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")

For Developers

Karellen PyBuilder Plugin Issue Tracker

Karellen PyBuilder Plugin Source Code