Metadata-Version: 1.1
Name: git_history_profiler
Version: 0.0.1
Summary: Performance and stability profiling over commit historys.
Home-page: https://github.com/kpj/git_history_profiler
Author: kpj
Author-email: kpjkpjkpjkpjkpjkpj@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: GitHistoryProfiler
        ==================
        
        Performance and stability profiling over the git commit history.
        
        Usage
        -----
        
        .. code:: bash
        
            $ git_history_profiler --help
            Usage: git_history_profiler [OPTIONS] REPO_URL
        
              Performance and stability profiling over the git commit history.
        
            Options:
              --config PATH      Path to config.  [required]
              -c, --commit TEXT  Commit id to consider.
              --help             Show this message and exit.
        
        Try out the example:
        
        .. code:: bash
        
            $ examples/create_test_repository.sh test_repo
            $ git_history_profiler test_repo --config examples/config.yml
        
Keywords: git profiling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
