Metadata-Version: 2.1
Name: git-clog
Version: 0.2.5
Summary: git-clog outputs the commit graph of the current Git repository and colorizes commit symbols by interpreting the first six commit hash digits as an RGB color value.
Home-page: https://github.com/IngoHeimbach/git-clog
Author: Ingo Heimbach
Author-email: IJ_H@gmx.de
License: MIT
Description: # Git colorlog
        
        ## Introduction
        
        `git clog` outputs the commit graph of the current Git repository and colorizes commit symbols by interpreting the first
        six commit hash digits as an RGB color value:
        
        ![git clog screenshot](https://raw.githubusercontent.com/IngoHeimbach/git-clog/master/screenshot.png)
        
        **Important note**: You need a [terminal with true color support](https://gist.github.com/XVilka/8346728).
        
        ## Installation and usage
        
        `git clog` is [available on PyPI](https://pypi.org/project/git-clog/) and can be installed with `pip`:
        
        ```bash
        python3 -m pip install git-clog
        ```
        
        If you use Arch Linux or one of its derivatives, you can also install `git-clog` from the
        [AUR](https://aur.archlinux.org/packages/git-clog/):
        
        ```bash
        yay -S git-clog
        ```
        
        After the installation, call
        
        ```bash
        git clog
        ```
        
        within a Git repository.
        
Keywords: git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: ~=3.3
Description-Content-Type: text/markdown
