Metadata-Version: 2.1
Name: gyt-cli
Version: 0.1.0
Summary: A Python CLI abstracting common Git interactions like Conventional Commit and Atlassian Smart Commit helpers
License: Apache-2.0
Author: Nate Ferrell
Author-email: nate@scrthq.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software 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: GitPython (>=3.1.43,<4.0.0)
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: typer[all] (>=0.12.0,<0.13.0)
Description-Content-Type: text/markdown

# gyt-cli
Python-based Git CLI helper

