Metadata-Version: 1.1
Name: git-history-profiler
Version: 0.0.2
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: git_history_profiler
        ====================
        
        |PyPI|
        
        Performance and stability profiling over the git commit history.
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install git_history_profiler
        
        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
        
        Afterwards, check out ``./profiling_results/``.
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/git_history_profiler.svg?style=flat
           :target: https://pypi.org/project/git-history-profiler/
        
Keywords: git profiling
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
