Metadata-Version: 1.1
Name: fragmap
Version: 0.2.3
Summary: Visualize a timeline of Git commit changes on a grid
Home-page: https://github.com/amollberg/fragmap
Author: Alexander Mollberg
Author-email: amollberg@users.noreply.github.com
License: BSD
Description: # git fragmap - better commit visualization for git
        
        # Install
        After installing the requirements (see below), simply run:
        
            pip install fragmap
        
        # Requirements
        
        - Git
        
        - Python 2.7
        
        # Develop fragmap
        
        - Uninstall any existing versions of fragmap
        
        - Clone this repo
        
        - Run `pip install -r requirements-dev.txt` to be able to run the test suite
        
        - Run `python setup.py develop`
        
        - (Optional) Define the environment variable `FRAGMAP_DEBUG` to get access to the `--log` argument.
        
        # Autocompletion
        
        - Clone this repo
        
        - Source `bash_completion.sh` in the cloned directory
        
Keywords: git visualization console terminal
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Version Control
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
