Metadata-Version: 1.1
Name: gitmsg
Version: 0.0.272
Summary: autogenerate git commit message
Home-page: http://github.com/looking-for-a-job/gitmsg.sh.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. image:: https://img.shields.io/badge/language-Shell-.svg
            :target: none
        .. image:: https://img.shields.io/pypi/pyversions/gitmsg.svg
            :target: https://pypi.org/pypi/gitmsg/
        .. image:: https://img.shields.io/pypi/v/gitmsg.svg
            :target: https://pypi.org/pypi/gitmsg
        
        |
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install gitmsg`
        
        Examples
        ````````
        
        
        .. code:: bash
        
            $ cd /path/to/repo/
            $ touch new_file
            $ rm deleted_file
            $ echo "new" > modified_file
            $ git add -A
            $ gitmsg
            '+new_file; -deleted_file; ^modified_file'
        
Keywords: git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
