Metadata-Version: 1.1
Name: git-additions
Version: 0.1.0.71.post0
Summary: Git additions.
Home-page: https://github.com/eendroroy/git-additions
Author: indrajit
Author-email: eendroroy@gmail.com
License: MIT
Description: 
        git-additions
        =============
        
        
        .. image:: https://img.shields.io/github/tag/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/tags
           :alt: GitHub tag
        
        
        .. image:: https://img.shields.io/pypi/v/git-additions.svg
           :target: https://pypi.python.org/pypi/git-additions/
           :alt: PyPI
        
        
        .. image:: https://img.shields.io/pypi/pyversions/git-additions.svg
           :target: https://pypi.python.org/pypi/git-additions
           :alt: PyPI
        
        
        
        .. image:: https://img.shields.io/github/contributors/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/graphs/contributors
           :alt: Contributors
        
        
        .. image:: https://img.shields.io/github/last-commit/eendroroy/git-additions/master.svg
           :target: https://github.com/eendroroy/git-additions
           :alt: GitHub last commit (branch)
        
        
        .. image:: https://img.shields.io/github/license/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/blob/master/LICENSE
           :alt: license
        
        
        .. image:: https://img.shields.io/github/issues/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/issues
           :alt: GitHub issues
        
        
        .. image:: https://img.shields.io/github/issues-closed/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/issues?q=is%3Aissue+is%3Aclosed
           :alt: GitHub closed issues
        
        
        .. image:: https://img.shields.io/github/issues-pr/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/pulls
           :alt: GitHub pull requests
        
        
        .. image:: https://img.shields.io/github/issues-pr-closed/eendroroy/git-additions.svg
           :target: https://github.com/eendroroy/git-additions/pulls?q=is%3Apr+is%3Aclosed
           :alt: GitHub closed pull requests
        
        
        Usage
        -----
        
        .. code-block:: bash
        
           $ git duration
                D HH:MM:SS
                0 16:1:54
        
           Total Work Hours (estimated): 16.031667
           Project Duration: 394  1:20:5
        
        .. code-block:: bash
        
           $ git logs -h
           Usage: git-logs [options]
        
           Options:
             -h, --help            show this help message and exit
             -o FILE, --out-file=FILE
                                   write report to FILE
             -a AUTHOR, --author=AUTHOR
                                   filter by author name
             -e EMAIL, --email=EMAIL
                                   filter by author email
        
        .. code-block:: bash
        
           $ git stats -h
           Usage: git-stats [options]
        
           Options:
             -h, --help     show this help message and exit
             -m, --message  Show Commit Message
             -s, --short    Show Short Stat
        
        .. code-block:: bash
        
           $ git users
           Name         Email                   Commits
           ________     ___________________     _______
           indrajit     eendroroy@gmail.com     54
        
        Author
        ------
        
        
        * **indrajit** - *Owner* - `eendroroy <https://github.com/eendroroy>`_
        
        Contributing
        ------------
        
        Bug additions and pull requests are welcome on GitHub at `git-additions <https://github.com/eendroroy/git-additions>`_ repository.
        This project is intended to be a safe, welcoming space for collaboration,
        and contributors are expected to adhere to the `Contributor Covenant <http://contributor-covenant.org>`_ code of conduct.
        
        
        #. Fork it ( https://github.com/eendroroy/git-additions/fork )
        #. Create your feature branch (\ ``git checkout -b my-new-feature``\ )
        #. Commit your changes (\ ``git commit -am 'Add some feature'``\ )
        #. Push to the branch (\ ``git push origin my-new-feature``\ )
        #. Create a new Pull Request
        
        License
        -------
        
        The project is available as open source under the terms of the `MIT License <http://opensource.org/licenses/MIT>`_.
        
Platform: any
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
