Skip to content

arcivanov/karellen-pyb-plugin

 
 

Repository files navigation

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

About

Karellen Core PyBuilder Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%