Metadata-Version: 1.1
Name: karellen-pyb-plugin
Version: 0.0.1.dev20180720001854
Summary: Karellen PyBuilder Plugin
Home-page: https://github.com/karellen/karellen-pyb-plugin
Author: Karellen, Inc
Author-email: supervisor@karellen.co
License: Apache License, Version 2.0
Description: Karellen PyBuilder Plugin
        =========================
        
        `Karellen <https://www.karellen.co/karellen/>`__
        `PyBuilder <http://pybuilder.github.io/>`__ Plugin
        
        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. Unit and integration test 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``:
        
        .. code:: python
        
        
           from pybuilder.core import use_plugin 
        
           # ... #
        
           use_plugin("pypi:karellen_pyb_plugin", ">=0.0.1.dev")
        
        For Developers
        --------------
        
        `Karellen PyBuilder Plugin Issue
        Tracker <https://waffle.io/karellen/karellen>`__
        
        `Karellen PyBuilder Plugin 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
Classifier: Programming Language :: Python :: 3.5
