Metadata-Version: 2.1
Name: github-pr-label
Version: 0.1
Summary: use define labels in json file and run by executing the script in your logic
Home-page: https://www.github.com/cove9988/github_pr_label
Author: paulg
Author-email: cove9988@gamil.com
License: MIT
Description: ```python
        import github_pr_label as gh_label
        ```
        
        The Pull Request labels are applied depending on the total lines of code changed (additions + deletions).
        
        
        
        *** Size Determination.
        | Name | Description |
        | ---- | ----------- |
        | <a id="size/XS" href="#size/XS">`size/XS`</a> | Denotes a PR that changes 0-9 lines. |
        | <a id="size/S" href="#size/S">`size/S`</a> | Denotes a PR that changes 10-29 lines. |
        | <a id="size/M" href="#size/M">`size/M`</a> | Denotes a PR that changes 30-99 lines. |
        | <a id="size/L" href="#size/L">`size/L`</a> | Denotes a PR that changes 100-499 lines. |
        | <a id="size/XL" href="#size/XL">`size/XL`</a> | Denotes a PR that changes 500-999 lines. |
        | <a id="size/XXL" href="#size/XXL">`size/XXL`</a> | Denotes a PR that changes 1000+ lines. |
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
