Metadata-Version: 1.1
Name: gitmsg
Version: 0.0.260
Summary: autogenerate git commit message
Home-page: http://github.com/russianidiot/gitmsg.sh.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. README generated with readmemako.py (github.com/russianidiot/readme-mako.py) and .README dotfiles (github.com/russianidiot-dotfiles/.README)
        |
        .. image:: https://scrutinizer-ci.com/g/russianidiot/gitmsg.sh.cli/badges/build.png?b=master
        :target: https://scrutinizer-ci.com/g/russianidiot/gitmsg.sh.cli/
        .. image:: https://semaphoreci.com/api/v1/russianidiot/gitmsg-sh-cli/branches/master/badge.svg
        :target: https://semaphoreci.com/russianidiot/gitmsg-sh-cli
        .. image:: https://api.travis-ci.org/russianidiot/gitmsg.sh.cli.svg?branch=master
        :target: https://travis-ci.org/russianidiot/gitmsg.sh.cli/
        .. image:: https://app.wercker.com/status/5330c1925dc65b45e1cc5b487d28328c/s/master
        :target: https://app.wercker.com/russianidiot/gitmsg.sh.cli
        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'
        Feedback |github_follow| |github_issues|
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        :target: https://github.com/russianidiot
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/gitmsg.sh.cli.svg
        :target: https://github.com/russianidiot/gitmsg.sh.cli/issues
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
