Metadata-Version: 2.1
Name: comeit
Version: 0.2.0
Summary: A pure Python project enforcing conventional commits.
Home-page: https://github.com/mariugul/comeit
License: MIT
Keywords: conventional commits,git,python,commits,commit
Author: Marius Gulbrandsen
Author-email: marius_gulbrandsen@hotmail.no
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyyaml (==6.0.2)
Requires-Dist: rich (==13.7.1)
Project-URL: Documentation, https://example.com
Project-URL: Repository, https://github.com/mariugul/comeit
Description-Content-Type: text/markdown

# Comeit - Git Commit Linter
Lints `git` commits in a Conventional Commits manner in pure Python.

