Metadata-Version: 1.2
Name: Braumeister
Version: 0.0.5
Summary: Easy release bulding, combining JIRA and git
Home-page: https://www.talentsconnect.com
Author: Marcel Steffen
Author-email: marcel@talentsconnect.com
License: MIT
Description-Content-Type: UNKNOWN
Description: ```none
          ,---.   ,---.    .--.  .-. .-.         ,---.  ,-.   .---.  _______ ,---.  ,---.    
         | .-.\  | .-.\  / /\ \ | | | ||\    /| | .-'  |(|  ( .-._)|__   __|| .-'  | .-.\   
         | |-' \ | `-'/ / /__\ \| | | ||(\  / | | `-.  (_) (_) \     )| |   | `-.  | `-'/   
         | |--. \|   (  |  __  || | | |(_)\/  | | .-'  | | _  \ \   (_) |   | .-'  |   (    
         | |`-' /| |\ \ | |  |)|| `-')|| \  / | |  `--.| |( `-'  )    | |   |  `--.| |\ \   
         /( `--' |_| \)\|_|  (_)`---(_)| |\/| | /( __.'`-' `----'     `-'   /( __.'|_| \)\  
        (__)         (__)              '-'  '-'(__)                        (__)        (__) 
        ```
        
        # Install
        To install and/or update `braumeister`
        ```sh
        pip3 install braumeister --upgrade
        ```
        
        # Usage
        ```sh
        $ braumeister --help
        usage: braumeister [-h] [-r] [-u] fix_version
        
        Create a release branch based on the "fixVersion" field in JIRA and your `master` branch. (v0.0.5)
        
        positional arguments:
          fix_version        e.g. "Krazy Kant"
        
        optional arguments:
          -h, --help         show this help message and exit
          -r, --resume       Continue after last merge conflict
          -u, --update_jira  Also update Jira status after merging an issue
        ```
        
        # Development
        
        Running tests
        ```sh
        python3 -m unittest discover -p *_test.py
        ```
Keywords: git jira release
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.0
