Metadata-Version: 2.1
Name: karellen-pyb-plugin
Version: 0.0.3
Summary: Karellen PyBuilder Plugin
Home-page: https://github.com/karellen/karellen-pyb-plugin
Author: Karellen, Inc
Author-email: supervisor@karellen.co
Maintainer: Arcadiy Ivanov
Maintainer-email: arcadiy@karellen.co
License: Apache License, Version 2.0
Project-URL: Bug Tracker, https://github.com/karellen/karellen-pyb-plugin/issues
Project-URL: Documentation, https://github.com/karellen/karellen-pyb-plugin/
Project-URL: Source Code, https://github.com/karellen/karellen-pyb-plugin/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown

# Karellen PyBuilder Plugin

[Karellen](https://www.karellen.co/karellen/) [PyBuilder](https://pybuilder.io/) Plugin

[![Gitter chat](https://badges.gitter.im/karellen/gitter.svg)](https://gitter.im/karellen/lobby)

This is the main PyBuilder plugin for all of the projects under [Karellen](https://www.karellen.co/) 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`:

```python

from pybuilder.core import use_plugin

# ... #

use_plugin("pypi:karellen_pyb_plugin", ">=0.0.1")

```

## For Developers

[Karellen PyBuilder Plugin Issue Tracker](https://github.com/karellen/karellen-pyb-plugin/issues)

[Karellen PyBuilder Plugin Source Code](https://github.com/karellen/karellen-pyb-plugin)


