Metadata-Version: 1.1
Name: git-calendar
Version: v0.1
Summary: Show a github-like calendar in your git repository.
Home-page: https://github.com/littleq0903/git-calendar
Author: Colin Su
Author-email: littleq0903@gmail.com
License: MIT
Description: git-calendar
        ============
        
        Show your git logs in Github graphical calendar mode.
        
        ## Installation
        
        Simply
        
        ```bash
        sudo pip install git-calendar
        ```
        
        and run the following command under your repository
        
        ```bash
        git calendar
        ```
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
