scikit-hep-repo-review
View on PyPI — Reverse Dependencies (0)
0.6.1 | scikit_hep_repo_review-0.6.1-py3-none-any.whl |
Wheel Details
Project: | scikit-hep-repo-review |
Version: | 0.6.1 |
Filename: | scikit_hep_repo_review-0.6.1-py3-none-any.whl |
Download: | [link] |
Size: | 22117 |
MD5: | ad4360256cac1cde9470c7027b8905ab |
SHA256: | 2dd5745eb0f15f34a94f6955e8ef5b9c9db413544035600e00f8cb44f8ac1242 |
Uploaded: | 2023-06-01 21:49:47 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | hatchling 1.17.0 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
scikit_hep_repo_review/__init__.py | sha256=FULrTW7IvspYpFrCimFhSfvU9ZAYl1_NhSIFj-RAhJQ | 244 |
scikit_hep_repo_review/__main__.py | sha256=4vfctzjHb47unofAixyKgKZAJyuMJf17sb-AllZjeOw | 5170 |
scikit_hep_repo_review/families.py | sha256=KY7Ps_TbN15nj8Xvu1aZ6RSyfDkFXBanC0yTioXiDTE | 1047 |
scikit_hep_repo_review/fixtures.py | sha256=qj_WT2_JpWgArqjrNhfSbjXOrEB_7Xt5vv5C7bIdcqY | 1980 |
scikit_hep_repo_review/ghpath.py | sha256=VqrBvkjZkyg0hBFpdgpRXKp2cQZj9tNj2WdoQ2UpcbA | 3412 |
scikit_hep_repo_review/processor.py | sha256=I88EVEox0xLKFHLuW7eFVFjawkY7tZIaBmdPPXUlAQA | 3553 |
scikit_hep_repo_review/py.typed | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
scikit_hep_repo_review/_compat/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
scikit_hep_repo_review/_compat/tomllib.py | sha256=caR8Mj-hSBLE2zqdLLjzwOdCBOfikVqS8pWkc4K5vgc | 233 |
scikit_hep_repo_review/_compat/importlib/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
scikit_hep_repo_review/_compat/importlib/resources/__init__.py | sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU | 0 |
scikit_hep_repo_review/_compat/importlib/resources/abc.py | sha256=0DXPlrQLCeUNTmY2ex5FlR8_T3FfNllfvVF8n2-ta9w | 256 |
scikit_hep_repo_review/checks/__init__.py | sha256=MJCD3abYHDFaZtq5VMK3YoB2E4gyCkcmBCtjjkvRw0Q | 1047 |
scikit_hep_repo_review/checks/general.py | sha256=tPJRDZrT_jLrdtfuvq-rURjw1_LTcZNx1RiCAXq_qg8 | 2298 |
scikit_hep_repo_review/checks/github.py | sha256=upBIGhFGkLcNDgSRHNmDwawlCiWOr2OVQAaaUsOV3vs | 4792 |
scikit_hep_repo_review/checks/mypy.py | sha256=EajW4DLwy4EFV0swJ7aeaK8ynvN4sVS4QajjSELiTXA | 3945 |
scikit_hep_repo_review/checks/precommit.py | sha256=UCPTnaW3-S8n7mplIPs2JRgruObvhPcAIDvPiiXAMps | 3208 |
scikit_hep_repo_review/checks/pyproject.py | sha256=bcylZh7eUNZfEVaDtBiBQbBOwvbciSpAcu4xsBrHZjE | 5044 |
scikit_hep_repo_review/checks/ruff.py | sha256=kIHfqkj8jTCgEVxSIhmm1cA6YJOYkSyJPfdzw-GcYTs | 2804 |
scikit_hep_repo_review-0.6.1.dist-info/METADATA | sha256=hkeYDY--XGo8jMC5Iv0o2glaEeged1fSWhiNrTY4Olo | 7844 |
scikit_hep_repo_review-0.6.1.dist-info/WHEEL | sha256=y1bSCq4r5i4nMmpXeUJMqs3ipKvkZObrIXSvJHm1qCI | 87 |
scikit_hep_repo_review-0.6.1.dist-info/entry_points.txt | sha256=AN4wRwW8AMwqbSEPoh4LYp_mJ01-yFPHy2Os_gyj76E | 922 |
scikit_hep_repo_review-0.6.1.dist-info/licenses/LICENSE | sha256=X7yOxzyAEckYl17p01lZzbraqDVmWEWXE8BnKKRrh7c | 1525 |
scikit_hep_repo_review-0.6.1.dist-info/RECORD | — | — |
entry_points.txt
scikit-hep-repo-review = scikit_hep_repo_review.__main__:main
general = scikit_hep_repo_review.checks.general:repo_review_checks
github = scikit_hep_repo_review.checks.github:repo_review_checks
mypy = scikit_hep_repo_review.checks.mypy:repo_review_checks
precommit = scikit_hep_repo_review.checks.precommit:repo_review_checks
pyproject = scikit_hep_repo_review.checks.pyproject:repo_review_checks
ruff = scikit_hep_repo_review.checks.ruff:repo_review_checks
scikit-hep = scikit_hep_repo_review.families:get_familes
dependabot = scikit_hep_repo_review.checks.github:dependabot
package = scikit_hep_repo_review.fixtures:package
precommit = scikit_hep_repo_review.checks.precommit:precommit
pyproject = scikit_hep_repo_review.fixtures:pyproject
workflows = scikit_hep_repo_review.checks.github:workflows