check-sdist

View on PyPIReverse Dependencies (1)

1.2.0 check_sdist-1.2.0-py3-none-any.whl

Wheel Details

Project: check-sdist
Version: 1.2.0
Filename: check_sdist-1.2.0-py3-none-any.whl
Download: [link]
Size: 13342
MD5: 19be3afa0c209beef7f5491cfb3639eb
SHA256: 8b3f4630cec288a3dd6e91b661910e8fe689d6e8767f7162483d33857c59fb37
Uploaded: 2024-10-15 14:26:55 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: check-sdist
Version: 1.2.0
Summary: Check the contents of an SDist vs. git
Author-Email: Henry Schreiner <henryschreineriii[at]gmail.com>
Project-Url: Homepage, https://github.com/henryiii/check-sdist
Project-Url: Bug Tracker, https://github.com/henryiii/check-sdist/issues
Project-Url: Changelog, https://github.com/henryiii/check-sdist/releases
Keywords: lint,packaging,sdist
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: build (>=1.2)
Requires-Dist: importlib-resources; python_version < "3.9"
Requires-Dist: pathspec
Requires-Dist: tomli; python_version < "3.11"
Requires-Dist: pyproject-hooks (!=1.1.0); extra == "test"
Requires-Dist: pytest-cov (>=3); extra == "test"
Requires-Dist: pytest (>=6); extra == "test"
Requires-Dist: validate-pyproject (>=0.16); extra == "test"
Requires-Dist: uv; extra == "uv"
Provides-Extra: test
Provides-Extra: uv
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4893 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
check_sdist/__init__.py sha256=FV2VRot1wKkSnFBQbm0NL59MDIvSjDPP1PayRws5y-s 204
check_sdist/__main__.py sha256=Wl2YUGII25VoNaWvq5TKNDHOdGXrv4fTKRoyDxghJ70 5191
check_sdist/backends.py sha256=ldGLb8YACk8rRQeFoiFtu98WBR3isJACRiGbGvpxPP0 3182
check_sdist/git.py sha256=BKwm1FFCMk-c8ptvWuWEFpEFo4evOZ-gGXFYa11nf3w 642
check_sdist/inject.py sha256=nsPqRx7y7HMPQGD-2msigCQOHrr73eZlys_qXswXi6M 1898
check_sdist/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
check_sdist/schema.py sha256=zBxDXvkeHEqDYIDrMU9a3WbzPFtmf1tpc_Bce2y1t_I 452
check_sdist/sdist.py sha256=KU9Eo4Cq5oaMILijgUagm1qbQxhpmu7wWPwbIBHGaBg 2021
check_sdist/_compat/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
check_sdist/_compat/importlib.py sha256=PgtD-NjRD8GhlfTBLsxTTwF29946h7rgb6EksDyMuLc 238
check_sdist/_compat/tomllib.py sha256=DqK4FRFTptE675q6o2DXABRnkWAtfdwBvjtnHVSU1x8 161
check_sdist/resources/__init__.py sha256=Nbt465QkffJKcXYjbHxayHee9EbxTIO5JjDemdH4R5c 169
check_sdist/resources/check-sdist.schema.json sha256=aU4GmY4GR5cqGxWBG4p5sYHNAjiinrwUtMOcO8mNFg0 1383
check_sdist/resources/default-ignore.txt sha256=EepqhFs_Qy9R3Q15PX1duApUqFPYSPFmRhB1zk1ZfUk 100
check_sdist/resources/junk-paths.txt sha256=kddzpe-dMriBUOMmd_bJ7_AqNp_yWEtiiFe4AFxOUuM 272
check_sdist-1.2.0.dist-info/METADATA sha256=0PM0w8XB_UYn5WxoFKt5syoDwfjGgc2nsPjHBM8kZAk 6487
check_sdist-1.2.0.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
check_sdist-1.2.0.dist-info/entry_points.txt sha256=SFJ3qxxoQlZluRQK3kbMTdxBX3tEZmRgJORW8XumEVg 136
check_sdist-1.2.0.dist-info/licenses/LICENSE sha256=2n1Df6peCP7XgxHSg3rrNicbDqNaLQG9cqi2sM0TcSg 1526
check_sdist-1.2.0.dist-info/RECORD

entry_points.txt

check-sdist = check_sdist.__main__:main
check-sdist = check_sdist.schema:get_schema