iprecommit

View on PyPIReverse Dependencies (0)

0.7.0 iprecommit-0.7.0-py3-none-any.whl

Wheel Details

Project: iprecommit
Version: 0.7.0
Filename: iprecommit-0.7.0-py3-none-any.whl
Download: [link]
Size: 60254
MD5: 2b403881ae3f055431110532064955a8
SHA256: e98a9da0da9ff20bbe880c4afcab9bc5fc590aac7e6adcdd2db1344f6307c705
Uploaded: 2024-12-14 01:10:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: iprecommit
Version: 0.7.0
Summary: Dead-simple Git pre-commit hooks
Author: Ian Fisher
Author-Email: ian[at]iafisher.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Description-Content-Type: text/markdown
[Description omitted; length: 4632 characters]

WHEEL

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

RECORD

Path Digest Size
iprecommit/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iprecommit/checks.py sha256=7EuMLgby4lnl4clMddRzFXBJNGlIWlaTEDlxbZYodNY 10761
iprecommit/common.py sha256=UY8uVytPBNYlIR802eyEJ86St-aNS9x0FCfwaW_Ol3U 1170
iprecommit/extras/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
iprecommit/extras/commit_msg_format.py sha256=ilmFjMNpT6QiyvutwBGv1zgq-x-rAZGf59GM6698UHw 3342
iprecommit/extras/newline_at_eof.py sha256=gJeockPKGPGdgyZsFgeutFilk2eWYnewcrRt1WrvaXc 1244
iprecommit/extras/no_forbidden_strings.py sha256=zHNln55KU5UNrEJD7KX4EawxVssL_2IDB4FWs5nbOzw 1523
iprecommit/extras/pathhelper.py sha256=Dimuff0DszAmutAFzCIbgbkstJDHmuSuZ6fRZ958hOs 1492
iprecommit/extras/typos.py sha256=V6x-gkEU0INua0I6YVJ2AuGrv95J8FGGVcMXrvB0xtk 142022
iprecommit/githelper.py sha256=KrsNvZcb3kvCAocgYt9PtdpyKL_yPGX2zKTfK3epr8k 3049
iprecommit/main.py sha256=CFg4wF2eJ41GypqWDqPx947J0ZFfG5WLA-7qT4hQaHU 12707
iprecommit/tomlconfig.py sha256=hoaN3_kHqMWqz13TNkIoz_kBUqlmP2MbphhHSSTToy4 6959
iprecommit/tomlparse/LICENSE sha256=QitPoBx3Vs5N5go556B0Zf3Mz4YGxWeUiRYa9C1EGMg 1253
iprecommit/tomlparse/README.md sha256=kNohMskM9J9EFhdqnlcP9086oo7K1QMW8Z8h_fYPAyc 173
iprecommit/tomlparse/__init__.py sha256=mt8RhpvmcIwgppxnFMfuTUfaPIGqpgOKSdQKBqOCFqU 330
iprecommit/tomlparse/decoder.py sha256=nIrDNbOa0S--_RPq7JrmMePa_aUikPGTbjisySiDHz4 38389
iprecommit/tomlparse/tz.py sha256=4ZO_9UrjYPocXsVlvBuKYFbHiEVy2tDIlJmnVbFPOec 768
iprecommit-0.7.0.dist-info/LICENSE sha256=fmZrli2zVvFDzbDRiDz52P23mFTnItnZG1IsbNliuhM 1067
iprecommit-0.7.0.dist-info/METADATA sha256=kK7w3wuw1S9xtGlbX8S2DEK3T69NoiJZhBAQf-BjRgk 5162
iprecommit-0.7.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
iprecommit-0.7.0.dist-info/entry_points.txt sha256=3pCZzJfQm9-gGmUjgA4XPKMoYyRl1QTyMjsvbvgu5VQ 307
iprecommit-0.7.0.dist-info/RECORD

entry_points.txt

iprecommit = iprecommit.main:main
iprecommit-commit-msg-format = iprecommit.extras.commit_msg_format:main
iprecommit-newline-at-eof = iprecommit.extras.newline_at_eof:main
iprecommit-no-forbidden-strings = iprecommit.extras.no_forbidden_strings:main
iprecommit-typos = iprecommit.extras.typos:main