conventional-commit

View on PyPIReverse Dependencies (0)

0.4.2 conventional_commit-0.4.2-py3-none-any.whl

Wheel Details

Project: conventional-commit
Version: 0.4.2
Filename: conventional_commit-0.4.2-py3-none-any.whl
Download: [link]
Size: 25400
MD5: 454aa4265de871689f84ecb7e8b5e533
SHA256: 4210e44a5608b686e8133e67e5b2bed86264334d06c6257d2019286304f5ac52
Uploaded: 2020-06-13 11:15:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: conventional-commit
Version: 0.4.2
Summary: a tool for writing conventional commits, conveniently
Author: nebbles
Home-Page: https://github.com/nebbles/gitcommit
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.6,<4.0
Requires-Dist: packaging (<20.0,>=19.2)
Requires-Dist: prompt_toolkit (<4.0,>=3.0)
Requires-Dist: pyperclip (<2.0,>=1.7)
Requires-Dist: requests (<3.0,>=2.22)
Description-Content-Type: text/markdown
[Description omitted; length: 3795 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.9
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
gitcommit/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gitcommit/__main__.py sha256=TVZyIQ9dWdoV9qQPQRx2aV2atbImn4QAceXvbB_Pswg 36
gitcommit/__version__.py sha256=6hfVa12Q-nXyUEXr6SyKpqPEDJW6vlRHyPxlA27PfTs 22
gitcommit/completers.py sha256=EeRrH-z_VFVXtVaD6rDKhIVPjCCJi615CMzSnlJ5Cho 2636
gitcommit/gitcommit.py sha256=muMohyAhrgG4_S_gc5ArWKMFn0i4SivKRWNkWailLvk 16696
gitcommit/style.py sha256=uTPCZlLoBsPMXmq57l7kIFouOSTlmN8j3NxVyIwBT2c 2614
gitcommit/updater.py sha256=_MdJcZaG9Fa7U_2FNH0xWoUrLN9NW-BGyZVUtHhIAJ0 2178
gitcommit/utils.py sha256=EORWbN-HnXIlubqf4R7r0iva9mqb3R12u9CzWsdKfcM 402
gitcommit/validators.py sha256=G1LlBgVtbD2uAUwwzRh7-VsUOo8J9b3-7rdMtmvgR3k 3376
conventional_commit-0.4.2.dist-info/entry_points.txt sha256=ge5pNfyl52qsgvuf43xV7go92tAfy9tzNNV6niBRWS0 86
conventional_commit-0.4.2.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
conventional_commit-0.4.2.dist-info/WHEEL sha256=G_NFpzHmv_dUXgCUSAWL0-bLL-eMzYU6DzDeGXbRXUk 83
conventional_commit-0.4.2.dist-info/METADATA sha256=EPWO2QcLzh_PdhPya1e4Rhox0tTcwpDgyf2lnIuh4EQ 4685
conventional_commit-0.4.2.dist-info/RECORD

entry_points.txt

commit = gitcommit.gitcommit:main
gitcommit = gitcommit.gitcommit:main