cmake-pre-commit-hooks

View on PyPIReverse Dependencies (0)

1.9.5 cmake_pre_commit_hooks-1.9.5-py2.py3-none-any.whl

Wheel Details

Project: cmake-pre-commit-hooks
Version: 1.9.5
Filename: cmake_pre_commit_hooks-1.9.5-py2.py3-none-any.whl
Download: [link]
Size: 32483
MD5: a7164c65f9aab85337776301ebdb89f2
SHA256: 9b09abe0b9188d204dbcc2296c2897bbcecce0a0d451887ac81ac70734ecdd79
Uploaded: 2023-12-15 12:46:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: cmake-pre-commit-hooks
Version: 1.9.5
Summary: pre-commit hooks for CMake-based projects
Author-Email: Damien Nguyen <ngn.damien[at]gmail.com>
Project-Url: Homepage, https://github.com/Takishima/cmake-pre-commit-hooks
Project-Url: Pypi, https://pypi.org/project/cmake-pre-commit-hooks/
Project-Url: Repository, https://github.com/Takishima/cmake-pre-commit-hooks
Project-Url: Issues, https://github.com/Takishima/cmake-pre-commit-hooks/issues
Project-Url: Changelog, https://github.com/Takishima/cmake-pre-commit-hooks/blob/main/CHANGELOG.md
License: Apache2
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
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.8
Requires-Dist: toml
Requires-Dist: CLinters (>=1.3.0)
Requires-Dist: fasteners
Requires-Dist: filelock
Requires-Dist: attrs (>=23)
Requires-Dist: lizard
Requires-Dist: clang-format; extra == "clang-format"
Requires-Dist: clang-tidy; extra == "clang-tidy"
Requires-Dist: lizard; extra == "lizard"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: mock; extra == "test"
Provides-Extra: clang-format
Provides-Extra: clang-tidy
Provides-Extra: lizard
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 15810 characters]

WHEEL

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

RECORD

Path Digest Size
cmake_pc_hooks/__init__.py sha256=Dp6fiklVTMOlgHQf-jJSaiiynO1pMYUREdGJ0OnZan8 624
cmake_pc_hooks/_argparse.py sha256=P7vArk-_zzZoKuLQ8gr3W2Vlgvq_R562hqzDUlUgxRo 11792
cmake_pc_hooks/_call_process.py sha256=lSDBibUjuDMLbPA62u86Yfi2RBcnUjwoeFJk_GunR5M 2301
cmake_pc_hooks/_cmake.py sha256=PvKN6zJq_yG3wcpLkAx19yHY3fViweGypLOrm04L2Ak 18384
cmake_pc_hooks/_utils.py sha256=RyUFwb0DphTyzRJcTz_y3GEQcytZ01xDpuiXB3Aa4Ac 9560
cmake_pc_hooks/clang_format.py sha256=u2OYwopg1cqC2b6rJuHcwaThW7eJKqbQjyQ4lxJHwis 1657
cmake_pc_hooks/clang_tidy.py sha256=gvtmNqq9K-EUTFbg02icIvK8Qoo9EoYtUawI_t65jkA 2488
cmake_pc_hooks/cppcheck.py sha256=vOPkCeOGVDrqLdfsLHrZtSe8fDGdK9b2Jsrf1T7iMYM 2851
cmake_pc_hooks/cpplint.py sha256=fyhGif97_CbLmQZSAFW29GfyCEB4KvsFEuQ7GGnZqjw 702
cmake_pc_hooks/include_what_you_use.py sha256=sCXbpcVk3xzL0uEJ5VUS3sBN3gbdPmDKJmAv6mMafj0 3810
cmake_pc_hooks/lizard.py sha256=EeyAgmpMPy9NjoqMPbhbpHZ_4gZVkiArhsAdTW2Mn2g 1917
cmake_pre_commit_hooks-1.9.5.dist-info/LICENSE sha256=f_82pNieh4KVqI3swn0ruiI3ojBhFHrZ3hChGobOXzA 11341
cmake_pre_commit_hooks-1.9.5.dist-info/METADATA sha256=YIfJBFqj2xT1oXRVrMAvcKKZIZtk8UxFbin0ddn8bm4 17486
cmake_pre_commit_hooks-1.9.5.dist-info/WHEEL sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk 110
cmake_pre_commit_hooks-1.9.5.dist-info/entry_points.txt sha256=0nRNugWGOLSndubZEExAaCoxm-KweuKiYHjE7SS4Dmk 372
cmake_pre_commit_hooks-1.9.5.dist-info/top_level.txt sha256=3fc7-o2L606c6YIkZuE9vG3ZZWQarynuVWm4_1vqGA4 15
cmake_pre_commit_hooks-1.9.5.dist-info/RECORD

top_level.txt

cmake_pc_hooks

entry_points.txt

cmake-pc-clang-format-hook = cmake_pc_hooks.clang_format:main
cmake-pc-clang-tidy-hook = cmake_pc_hooks.clang_tidy:main
cmake-pc-cppcheck-hook = cmake_pc_hooks.cppcheck:main
cmake-pc-cpplint-hook = cmake_pc_hooks.cpplint:main
cmake-pc-include-what-you-use-hook = cmake_pc_hooks.include_what_you_use:main
cmake-pc-lizard-hook = cmake_pc_hooks.lizard:main