Metadata-Version: 2.1
Name: git-history-tools
Version: 0.0.6
Summary: UNKNOWN
Home-page: https://github.com/orltom/git-history-tools
Author: Orlando Tomás
Author-email: orlando.tomas@hotmail.com
License: UNKNOWN
Description: # git-history-tools
        
        ![](https://github.com/orltom/git-history-tools/workflows/Python%20package/badge.svg)
        [![MIT License](https://raw.githubusercontent.com/orltom/git-history-tools/master/.github/license.svg?sanitize=true)](https://github.com/orltom/git-history-tools/blob/master/LICENSE)
        
        Command line tool to group commits by user for a specific time window.
        
        ## Usage
        To run the program requires python version 3.6 or higher and a few libraries must be installed (see requirements.txt).
        
        ```
        >>./cli.py --help
        cli.py
        
        Description:
          Group GIT commits by user and show changes in a compact mode
        
        Usage:
          cli.py [-b <name>] [-i <regex>] [-d <number>] [--since date] [--after date] <path>
        
        Options:
          -h --help                     Show this screen.
          -b --branch <name>            GIT branch name [default: master]
          -i --issue <regex>            Regex pattern which correspond the issue ID. [default: ""]
          -d --deep <number>            change file deep [default: 1]
          --since <date>                Start date: format (%Y-%m-%d). Default is today -1
          --after <date>                End date: format (%Y-%m-%d). Default is today -2
          <path>                        GIT repository path.
        ```
        
        ## Disclaimer
        This software is provided as source code under an MIT license (see LICENSE)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
