Metadata-Version: 2.1
Name: py-commit-checker
Version: 0.0.0
Summary: Basic commit checker, with optional emoji check
Home-page: https://github.com/noahp/py-commit-checker
Author: Noah Pendleton
Author-email: 2538614+noahp@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click (==7.*)
Requires-Dist: emoji (==0.5.*)
Requires-Dist: gitpython (==2.*)

[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/ambv/black)
[![Travis (.com)
branch](https://img.shields.io/travis/com/noahp/py-commit-checker/master.svg?style=for-the-badge)](https://travis-ci.com/noahp/py-commit-checker)
[![PyPI
version](https://img.shields.io/pypi/v/py-commit-checker.svg?style=for-the-badge)](https://pypi.org/project/py-commit-checker/)
[![PyPI
pyversions](https://img.shields.io/pypi/pyversions/py-commit-checker.svg?style=for-the-badge)](https://pypi.python.org/pypi/py-commit-checker/)
[![License:
MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)

# 📝 py-commit-checker
```bash
pip install py-commit-checker

py-commit-checker --emojis
```

# License
MIT.


