hooks-vb

View on PyPIReverse Dependencies (0)

0.0.6 hooks_vb-0.0.6-py3-none-any.whl

Wheel Details

Project: hooks-vb
Version: 0.0.6
Filename: hooks_vb-0.0.6-py3-none-any.whl
Download: [link]
Size: 13129
MD5: 15671a8a6214e368f76d50cd862b1ee6
SHA256: 41c2e59c4db680b632f64e133d38f1181b1c1c86e44409f9eb7ecf885918e0e2
Uploaded: 2021-11-22 18:38:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hooks-vb
Version: 0.0.6
Summary: Pre-commit app hooks.
Author: Violet Black
Author-Email: violetblackdev[at]gmail.com
Home-Page: https://github.com/violet-black/hooks-vb
License: Apache-2.0
Keywords: pre-commit,git,hooks
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Requires-Dist: build (>=0.7.0)
Requires-Dist: pep440 (>=0.1.0)
Requires-Dist: pip (>=21.3.1)
Requires-Dist: restructuredtext-lint (>=1.3.2)
Requires-Dist: twine (>=3.4.2)
Requires-Dist: codecov (>=2.1.12); extra == "dev"
Requires-Dist: coverage (>=6.0.2); extra == "dev"
Requires-Dist: pre-commit (>=2.15); extra == "dev"
Requires-Dist: pytest (>=6.2); extra == "dev"
Requires-Dist: tox (>=3.24); extra == "dev"
Requires-Dist: tox-pyenv (>=1.1.0); extra == "dev"
Requires-Dist: docutils (==0.17.1); extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 5882 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
hooks_vb/__init__.py sha256=Xp57XaGIGJNm1TadNknceSzvf9rUziwSIiDaFv3oO90 142
hooks_vb/add_version_tag.py sha256=E4fgOEKDMDMVgsFMbDzrRgKA0r4JfaCPUHg3d_uoRw8 2153
hooks_vb/build_utils.py sha256=d5ql1-l3iMsS6he4UQxGvvZd2yM4rp2ZR0nAcvvQ1PY 2257
hooks_vb/check_commit_msg.py sha256=INp5KRRklm-ycjTi9xsmHbViVacJVJkGcxvKktDzEf4 2417
hooks_vb/git_utils.py sha256=FKRbf--4k2__d6PWvo1W8ahODzJuSNAV27cpVtdNPmg 1825
hooks_vb/publish.py sha256=SedSsc3STsvY9pKnXYXW4TNbKM93BkHTnCJtDI-lR_s 2806
hooks_vb-0.0.6.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
hooks_vb-0.0.6.dist-info/METADATA sha256=JrDN0pJXvhMoiOp-TV9DtWlUyos2IZLufhpuiVoOS-k 7366
hooks_vb-0.0.6.dist-info/WHEEL sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o 92
hooks_vb-0.0.6.dist-info/entry_points.txt sha256=hXZAk3a6A1f_dBNqYrDFRebk2seRFlwwJl6-ijzOseQ 157
hooks_vb-0.0.6.dist-info/top_level.txt sha256=z3IUSVWGNEX-6eWScX5_gDyZ0YP8EgQjsCPesfUEjJU 9
hooks_vb-0.0.6.dist-info/RECORD

top_level.txt

hooks_vb

entry_points.txt

add-version-tag = hooks_vb.add_version_tag:main
check-commit-msg = hooks_vb.check_commit_msg:main
publish-package = hooks_vb.publish:main