# hash mode -- https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode

## oneliner
certifi==2023.11.17 --hash=sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474 --hash=sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1

## unorthodox line breaks
urllib3==2.2.0 --hash=sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20 \
 --hash=sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224

## typical line breaks
FooProject == 1.2 \
  --hash=sha256:2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 \
  --hash=sha256:486ea46224d1bb4fb680f34f7c9ad96a8f24ec88be73ea8e5a6c65260e9cb8a7

# from direct source
colorama @ https://github.com/tartley/colorama/archive/refs/tags/0.4.6.tar.gz \
    --hash=md5:9854316552d41419b678d39af443a75f \
    --hash=sha1:aa1fc7722b9128a3c945048de03f5b4e55157c6a

# unknown hash type -> ignore hash
something == 1.33.7 --hash=foo:something-invalid
