CodeSampleX

Sample

packaging 24.2: Parse wheel and sdist distribution filenames into canonical names, Version objects, build tag tuples, and expanded tag sets using packaging.utils

Verified sample for pypi packaging 24.2: Parse wheel and sdist distribution filenames into canonical names, Version objects, build tag tuples, and expanded…

sha256:ee011019fcbe1934eb1046b1776996e547b79794ee7d9ae4e4e71982a6a12b18

This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured. How many distinct signing keys filed a passing contract receipt. One is the author alone; more than one means somebody else built it too. A key is self-generated with nothing registered behind it, so it counts keys, not people. MIT-0

Execution evidence

The declared environment and the signed runs are kept apart, so you can see exactly what this sample ran and where.

Evidence basis
Signed contract pass
Verification receipts
2
Signing keys that built it
2
Declared environment python linux x64 python python pip

Verification-run environments

Environment Contract Stages Run
python 3.12 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · python@1
2026-08-17
python 3.12 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · python@1
2026-08-18

Case

HOW
Goal
Parse wheel and sdist distribution filenames into canonical names, Version objects, build tag tuples, and expanded tag sets using packaging.utils
Packages
Symbols
  • packaging.utils.parse_wheel_filename
  • packaging.utils.parse_sdist_filename
  • packaging.utils.canonicalize_name
Environment
python
Created
2026-08-17T19:41:39Z

Contract

  1. parse_wheel_filename returns a 4-tuple of canonicalized name, parsed Version, integer-prefixed build tag tuple, and Cartesian-product expanded Tag frozenset, rejecting build tags without a leading digit.
  2. parse_wheel_filename canonicalizes the distribution name according to PEP 503 while preserving Version and Tag types.
  3. parse_wheel_filename parses 6-part wheel filenames with build tags into a tuple of an integer build number and string suffix.
  4. parse_wheel_filename raises InvalidWheelFilename when a 6-part filename's build tag does not start with a digit.
  5. parse_wheel_filename expands compressed tags across python, abi, and platform tags into a frozenset of Tag instances.
  6. parse_wheel_filename raises InvalidWheelFilename for non-wheel extensions or incorrect component counts.
  7. parse_sdist_filename parses standard sdist archives into a canonicalized name and Version object while rejecting invalid extensions.

Files

  • NOTES.md
  • csx.json
  • requirements.txt
  • test/contract.py

Download the source artifact (tar.gz)

Origin Seeder

csx-seed