Skip to main content

A comprehensive password generator.

Project description

Comprehensive Password Generator

This cross-platform compatible software will generate a password comprehensively.

rust-ci-badge cpp-ci-badge python-ci-badge node-ci-badge codecov-badge rtd-badge CHANGELOG

Features

Admittedly, the word "comprehensive" is not a scientific term. In this software, the term "comprehensive" boasts the following features when generating a password:

  1. No characters are repeated (unless explicitly allowed).
  2. Ensure at least one of each type of character is present:
    • uppercase letters
    • lowercase letters
    • decimal integers (if permitted)
    • special characters (if permitted)
  3. Ensure the first character is a letter (if enabled). When enabled, the first character will be either a uppercase or lowercase alphabetical letter.

What is a "special" character?

This software uses the following set of characters to generate special characters in a password:

- . / \ : ` + & , @ $ ! _ # % ~

The space character is not actually considered a special character, but spaces are used to make the above set more readable.

Obviously, this is not an exhaustive list of all printable, non-alphanumeric characters. However, these are special characters that are widely accepted by most sign-on services.

Command Line Interface

While this software can be used as a library, a binary executable is also provided for each release.

A document generated from the rust sources details the CLI options. See the hosted CLI doc.

The following command will print the available options and their default values.

mk-pass -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mk_pass-0.1.0.tar.gz (48.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (504.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (473.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (504.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (440.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (473.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (504.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (456.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (472.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (499.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (491.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (451.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (436.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp313-cp313-win_amd64.whl (338.1 kB view details)

Uploaded CPython 3.13Windows x86-64

mk_pass-0.1.0-cp313-cp313-win32.whl (313.0 kB view details)

Uploaded CPython 3.13Windows x86

mk_pass-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (499.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (492.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (453.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (472.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

mk_pass-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (406.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mk_pass-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (431.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

mk_pass-0.1.0-cp312-cp312-win_amd64.whl (338.7 kB view details)

Uploaded CPython 3.12Windows x86-64

mk_pass-0.1.0-cp312-cp312-win32.whl (313.1 kB view details)

Uploaded CPython 3.12Windows x86

mk_pass-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (500.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (492.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (453.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (437.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (472.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

mk_pass-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (406.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mk_pass-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (432.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

mk_pass-0.1.0-cp311-cp311-win_amd64.whl (338.4 kB view details)

Uploaded CPython 3.11Windows x86-64

mk_pass-0.1.0-cp311-cp311-win32.whl (312.7 kB view details)

Uploaded CPython 3.11Windows x86

mk_pass-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (502.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (455.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (472.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

mk_pass-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (410.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mk_pass-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (434.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

mk_pass-0.1.0-cp310-cp310-win_amd64.whl (337.9 kB view details)

Uploaded CPython 3.10Windows x86-64

mk_pass-0.1.0-cp310-cp310-win32.whl (313.1 kB view details)

Uploaded CPython 3.10Windows x86

mk_pass-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (502.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (453.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (472.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

mk_pass-0.1.0-cp39-cp39-win_amd64.whl (338.7 kB view details)

Uploaded CPython 3.9Windows x86-64

mk_pass-0.1.0-cp39-cp39-win32.whl (313.5 kB view details)

Uploaded CPython 3.9Windows x86

mk_pass-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mk_pass-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (503.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

mk_pass-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

mk_pass-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (454.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

mk_pass-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (439.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

mk_pass-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (473.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

File details

Details for the file mk_pass-0.1.0.tar.gz.

File metadata

  • Download URL: mk_pass-0.1.0.tar.gz
  • Upload date:
  • Size: 48.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0.tar.gz
Algorithm Hash digest
SHA256 61876380a9f734f3da106cd4c08a6debfdb08b6eed7d762af81d5d8df19bc82a
MD5 52ca7d1f0b90974da7b9a80f2ab89edd
BLAKE2b-256 d93260ca5f0dc2fcec4801d5065e8218f5b4fe53b3132ab89e4a5ffc9192c31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0.tar.gz:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ff32c56fbb02ada68931624902b5cd55e0a9726959297c23309b414e8279431
MD5 068a0fb99da7226697ef81f92421d183
BLAKE2b-256 7a679c1982178fb2d9ea5a9f44da7e5d05967f277ab2d873b72528fc539b7ec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d4b7a4614d49e0c51a73884812a4adc9288a93fb0c00b6388de8cf2ce05d6cd
MD5 295c24758bafe839bce24ee329654bb1
BLAKE2b-256 fb989769db4e764c69d63b780fc00756e0b90f83d44f533f4cc9b9aa9c378711

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d551415e16f3ab68e2095f2621f5bd46881badd6fe66875372a25ca0bed9800f
MD5 0f72b12578cc3b83385e8e96da1ca2d5
BLAKE2b-256 a4499aaacc735d5d6c962560137050a85e60dbe92b3fd06312e89892748bfc46

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d00b52a0e893d80f16ae06dfaa101c7c3055d9ddb0b850dd06d6e8866b47825
MD5 2b063c4bf16b4a61419789e736b44b8d
BLAKE2b-256 478a296147d052a6f9c791568d1604f88994c1b434e58044a586b8411c1abaf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72b366a12b4a3e3a45792a24051072c898777cc6338726b1c2fcc0459b32c61c
MD5 5170437506255b0235ed5edc59b26739
BLAKE2b-256 595b5930056566b49bc76b420467571d4046aa58bdb90fb6962dcdc6e990c304

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac084a2634adec38387db9ab99d85e25f3a375701a3679c2b9385e74df4fb196
MD5 4636e77a31a380cc67ed570821ed2498
BLAKE2b-256 ce0ec040755befdf227331fab827aede56fd4c1a97f502fb59b8ce799f05bde0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97827ecee3850352a0ed93b29e89c76a619afecbb79ddd76be28f8480ec61e42
MD5 c09f6657f8e28aa6d39ab3cbea50515b
BLAKE2b-256 33a1e19355023eeaec360469ff539e8c51645b59d45435f886c39655fe164b84

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c578578678b988fd0a7d793642ce56af05169aad09428afff8e069e1a285c631
MD5 d9fc9697b49e346c3ce1df99fbcb2b1e
BLAKE2b-256 1d78e93adf92e2e3d57dd0dd0d957018919dc4193e944f584b5a9466df0946a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 88fa9387f9eef55210dc5dfcb0ce84da38f5a2fb5f809642c2690fdce9498421
MD5 51eb7641b183485c667edf94e1a049fb
BLAKE2b-256 5ca7561a544d07787bea2882b2b228f541c096218d04be22b0d8dc69d28127a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61fe790bfae13316a44f42e66200d7a54f568dadbdbc4503f336c9e42bca8ee7
MD5 6b4d9b78241c59b4e5463b6724a4527f
BLAKE2b-256 1492e610a31eaf1eb3ef5140e3f9c4e27d97dcdd9cb8e398be06f71220ceba9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 298c261262492526ef7cc9f26a92e7ea8b0d05bf062e028a3b16fe387b41281b
MD5 79da8bc322197094eb1c76abd7ef9443
BLAKE2b-256 9dc35511726fa34d88d9d611fc27e75e78e57e531624baba9b6a975ec60f2d27

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e2c60e7257d4ac60f44c49e35d6c546ece106c1939d971d4934246ea9d18a13
MD5 9c811d00d5edd33f9a75127249a7b28d
BLAKE2b-256 f87166763ac51fce327fbd60e92d65204935d911b6adc9b60fe1e3529781f863

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4d8fb44e5cadd71296d37fd158004caa0389191ea3528260534329c11c62c11
MD5 dd34bc2ca48bfe675ee0378bb236dd0e
BLAKE2b-256 321aaecdfcbe747bbf4bd5bc21b6ca0c8fca87dd3d5e11dd25ec6ea6eb58b983

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0f24ab4a95761146537c9063ba4cf0635de7c122bd5e5aeeb63103515c7e0c90
MD5 b95e7cf0f541ab313f3149c5f60e6624
BLAKE2b-256 7fb6af71ea478c9546c8615b7f73e3db7009f07083d37c57cf99f976f481db5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf9ebedb47d78f022133c4aedd6bfecc3e2829005865eb495994d889524bcfe6
MD5 bf1964d7885d6a4e7b66d66416fa42c2
BLAKE2b-256 76aa77823739188404b86d919956ff0e14a4511cae9e5e6bf7e5db04cb0d0fec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b96da542f30e45078b5af560ec772f4549dd9b7bc77f78f4f8ab31204c382e9
MD5 70b28c1a46a166858d42392d2d48aa5b
BLAKE2b-256 d378bc0c9bc66b9f50951887d3a54195937a1640fd3172fbe1a769e72146bd78

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6825f53f7a7dd7db15b90534ea36a43a609e77ec8fd2fd28df355376c959fb7
MD5 b152e44b733f8e21f5f940338fec2023
BLAKE2b-256 f052b2f984ba51d8e081774f1d666bbabb3dd0ecade2daa525402f38261ceeb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 902464bb70f0aadb0e44ca013344962db750cf5fd9b63915ba500b3a5cbd6ad5
MD5 cbc8ad815007c535a38ca1bc188f32f1
BLAKE2b-256 695eaf190d8ab380f08e0e6049011cfdc6a86a84aff80326e081886db582c936

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4252d5a5936e3b828da0ef0e7ab07711bac951910d1a39af030a76d92cd880f2
MD5 478c7b4d61303fb0857a06a29de7bf4c
BLAKE2b-256 d8eecd4c74523d45d4dc3505e2fcf2422bfe128e7ea8060219654ed595ce0e42

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 011cebb6c6d7fff08ee2f27c84caac67ce2f9f98c283ac57437828e768509a2b
MD5 55be3d3ce2398ca5ea385e95ca49bc15
BLAKE2b-256 dc868e576107972d3784cd48e00f5ac2a2f942abd2808b066fb9259d7d5f95f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ece920055cc6f865cd59f77a3449455d13b9c085f24fee20268fc15381fbbeac
MD5 f1d762bfcd3cb5cc7cb5a2a99823bfd5
BLAKE2b-256 b07686c50bccaf1120d67865f09c0979d0315bf3f166a00158163f3ee7892fe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 782df301a3b94447e74ed4faf1a28aedbaac7d770dbe764a3df8d730822826a7
MD5 927f78802f591dd7ee56d0c351c88c7b
BLAKE2b-256 2cff4ade5a10deadcdbc8e8c6711f1a628bbd1d82c50b915cf40c0cd40eba37f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 338.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0cb69f1e26b223af10ea39bf293163aaabcf229068b3b68bdaaf28de47a1c2cc
MD5 566c6a36a40438d38133a6fe8a1bc194
BLAKE2b-256 1ba11d051c8c9d37fb65dfa57f353d6483d601704798efb1d155b6a6d8cc186b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 313.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5d9e2a0eaeed2dc389f81a7ecdd907fb2111332576c96c04ca573f7f320e8a01
MD5 c61018cc1f6ca5edd95310f88415a121
BLAKE2b-256 655112a92625f5eba0c017ae00fb8a7103542b9fa650787a1ade80f103c5aabe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-win32.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7b6ad8beffe944685cdda24935ab77130c2d6b9129425ffec5df1402d5f58f2
MD5 5409996c99efa153e9fd2e262dc95bf1
BLAKE2b-256 f86a21d016dde91f7a5d3be31705f9edab0b05bbcca40a1e137a79d5152c96eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 255d4b4020bc722898da90a738cdf88c1e486bb0c809f2ec0b2553c028dc0722
MD5 e630a2ff43a69920e1ac621fe8bb799f
BLAKE2b-256 d07e1f502acf6769b435ec657e69047f7d2ed3c0bd7b8441fcf388c53f84d918

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbbac83ca9f7be187eae69dab222f3843336bbc96254ded840ff613748fdb6ea
MD5 86704b6117cdd4410ac3b74a7e1cd649
BLAKE2b-256 a37a33f2f6640dc584bf0df000e210c4c41a2f43998c43a9f86badceb78546d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6073460e35f3561fff12b35c250915914594bb635fd240a89ceaae8f1cc1d620
MD5 9519ad6216721cbe6fcea2bda30105b0
BLAKE2b-256 7d18081db5f146796191790e6808abb8d255b8359ee43ad007114c958bd46cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c450d2749674a223d3ad3c712135dddc8db4f4aa78496878e2e6f5fbeeb5c5f
MD5 ae0b4be4e9fb6b60917b596a63a5c58a
BLAKE2b-256 04d757c63b7b946fa9365283283d61bdf21c236792dc780e59d09a7603555351

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 38bd831064a053e80331e05d1bcdfc81cccb6b2e2f60f131b67ed7e1fe7b4cd3
MD5 6e1a52ebbeb7093b648365b3a0a4d049
BLAKE2b-256 c290471d118d7f412cac6ebf1769aec18bd83779cc71164ea3a64b17e174567b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28940594d1baabd645adfff410d1e4640bf999b2cbf1f1b8de3f536a51713251
MD5 27143b2ed7942c6dbabf2ec94166b93b
BLAKE2b-256 e288ac3fdf5fa2298c74220445b2e8e326c32bf7fecc100c0207197856ad3a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4d2304bf3b3dd79b4a519b5872f427aaeac72b60ce205dc31aa80809794a4b79
MD5 d68620c4b224d85034284e5d1173a1a1
BLAKE2b-256 9e8d143a5478072158b0a292fe78a6e9571e2834ca1255dd29c49fc30723b2b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 338.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c575cdfaaf404eaa4f8ae854939ecee79bd33388e01423d8625253d605cf2ab1
MD5 1c6c66d1ca3893a5ba3659319b348632
BLAKE2b-256 3c515a610ea66bd69835d884c4cd5739bcd3427fc998845c6154655228745d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 313.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 689974b891e437cf1ea6be760342829b0cec85d691ea36123cae6d9044d7770b
MD5 26af3076c8861bff27b18677800b2ca7
BLAKE2b-256 8b4e4e347752ea095feb607080cf0d834ddbfed9c085272b413643d2526442cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-win32.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71dfd6bfdcee8b34006f95cf8eddfa1b9b1ecaf987a163ca8929655b889685f3
MD5 803cfe4f7bd0b920443c372c3c404173
BLAKE2b-256 98ed5339e02d0cc4b689c5dd620db9de81220c3717a0897995b5465c0396fb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9c97e6df83ba50e72b6103eb09b1158763ef318d3a46eb96c1e570b545bef1b
MD5 a1d743c820db038614959ed6e71d2963
BLAKE2b-256 46557fdcdaae570eab375e919509bbcd33a1ddbb4b39c7b2eb2cdc67eb82b440

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4301f56dc92c035a8c180fa31b7b0002d3ba74468feb74a74eb0b95a96d3613b
MD5 38331c89cff33515905de89a3ee60806
BLAKE2b-256 87dfe8cb176c50fb1629ab79118a5fccc3bfe0095e2e0b69f5315039e87f6f43

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8afa26cdfa17ea4bf928db87975853320c3b1cd0c7e08664dab7096b20aae8e
MD5 747ec40ace6cdd8b0a98673bfef95bd4
BLAKE2b-256 2d3595ee54605613eab91ca4c7485b2d0c25d2f729be0c82fb5549d21fc434fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e8465d47136f382b8fc01510623109665f975c1f03f9972d8cd1e768ec10e6a
MD5 56f0da9c8f20821ca1d543ab39406584
BLAKE2b-256 30247aabe4d6f5e3040deb173ec84e4847eb42dd45519e83e91464a7a892f2f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d07bbc08aaad2795ecb9953c924bd2e0db76224b91ef7c0c877c2d95cef06408
MD5 79be49f5e6ae18d441a7af02136f63b7
BLAKE2b-256 7c0b6c2a6656b3cf92ead040c2f7cf814bda4e0e524d26b02574e20bb3dc23cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b054773f005bcbde46cea9c239d852e2f5785b6619cb24dba5a52d02fc6a62d
MD5 16cb4dc94f163148f8636f8f65cff530
BLAKE2b-256 11e02a5d1a277c7797cd2548a0566d408aeac4e3b45ca9a2342a9f93ef5224c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c771e512f1581c7cecfa6cb6fe1412e0dd1edb4ac3708cb39eaeeb7e4cb6655
MD5 2263cdedaaf32757b69ef7d310586e54
BLAKE2b-256 15b1eb6a65ff3965fd6b7e9e176d9f0357f097f7989a103d0ce1bc06bfee063c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 338.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9ecf98c95b097e3ee582eeed6ff6a706216866310882d86666a6642569512ccf
MD5 3e57829ebd8ef93a36a71f5b30f69a78
BLAKE2b-256 f316b1073f2bbf596ad6ce51653c0b0d5853c5adb21a4487c9327be8197f8744

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 312.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9502a3dd1967804dfe382dad1d1f3802fe43a7cca0c9dde1654a14c1bf5de4a3
MD5 28b0c6e355666675d645cd7ee31ea695
BLAKE2b-256 38c40857e69442bd3000b341b69ac767081f3392383d9dd18dd1653f55ed8773

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-win32.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a8db5ee456b9d5a51d2637f2153479f5902789345612807da42e5bbb9a76ad8
MD5 03a52eec38e8799c2c0221c1cb355115
BLAKE2b-256 1e3159c4a496d2887c25bd55ec286d9f051d27dd6bdf0e623a224435d8c3f666

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c60880a780c7bf3749f8f3f8c93a17cc23d57aae0a25d7e79a6238fcab221f6e
MD5 7a50b6663f5da3242bcfadef33be25f7
BLAKE2b-256 39b055f15a066d70c8f984d1417b8c5aba1103518be0afc2789c2a12a6206e1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cb7600113958a46531a500bca83135bf7c7b8ebf6f219d4637d7a1ad4f48d539
MD5 aaabcf578571eddf12dced0db14acdd9
BLAKE2b-256 76032e0722abd043784be25a27ae58df4f695a4f812763b3796fb2adc2afa5c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 714fc3a03dcaba5d20773b9746583c0c5c0687d8f291f4de3509c0c3038c29ad
MD5 229904fed47440311c5de7e1ca022067
BLAKE2b-256 0596dbb6e1714a0183b57cf229aa784cc41f439ed09bfbaaf172f5ae926c920c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3698529aa7eb81cb794c539dde3577956363c4dbf105f460a57b3c02d5b751a2
MD5 6ca014faf89339b1c6a835dff518c6a9
BLAKE2b-256 ad0119e3cead8efafcfc5129e969d48b35ffe22e7d4b5f56aabd776cd1d0e890

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 534bd740f28d8e18d8b1638ba40f7a0d80e600ae923880ddcfa78ff02a3a187e
MD5 2fd2412e299682d9517cd81e005c79a8
BLAKE2b-256 1c0097b7b1d0cda42c342b1b9dc49d3955813786ebe5d4d5a29583d2844f0164

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0a24937968c2848d651ff4dfd8e8791d963b1380ed79f2dfbf430f1754913d6
MD5 1746d378ea097bcbe6b39f29d4113db8
BLAKE2b-256 61e82aafbc4df25d3076b96cab2be6463bae94a555aa71d12cc17c0f6eee29ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ecf1a0366e35ea08e82d45df8b89421865b6ab2550fa843089e46affa5c95c4
MD5 3d73fc24d2e9d863fdabf126f5792f46
BLAKE2b-256 f936e44f36446cde35092dee8587fe99e3c8a5555ff4342e05076db38e58c35f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 337.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0201b2b8608ed16d28d7a66c87791c179bc16f99bf9402057c3f5832f996189a
MD5 c6f0ead71297c5e827ea8dbfd1a9dd9e
BLAKE2b-256 ae0e2d64346eb9f78b7cbe6fac19cddbe94aab459ef12a6b6081cd768e4bc828

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 313.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4cd1f9382f40f95731a65ac50a0ef520f1c793b19217b6a2e33798915518169f
MD5 c974975d7c1493749b7d462047c5eef2
BLAKE2b-256 424f76382b6bbefb4b3eddd9ad10fb3e2fd4d6cfdf5bfc39356fe9330b41f1c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-win32.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b47406b4ecd2449b3e7198fd0934a05b07cde74594464f441edace7658bc16a
MD5 f73b716f28804fd5e96d47c3f93e6977
BLAKE2b-256 d62ae31bdb0ed7e6f42485b1aafbeec5cd03c65c22c82a81923ecedd157bd4ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1672c58cb7f4ea92eaf08c7258042d3674fd81d8162b9d7298223cfa57d6a1c7
MD5 3f18a915a64635125f84626fd2640e91
BLAKE2b-256 e8bb8a131b759e51a34b34cf39d3f4fad2e3da6daba01596f0015c761d0c07d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a93fa0fca60ae53ec2167feb4e40cc226b37a99838b04ade22813bd0b063dc36
MD5 f8f35c4b3d41858ad39fee8036f288e6
BLAKE2b-256 7b0e6a031a975e9670fc5c7ee6136e7ff309e307c51370b44e2afffc5ee57b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 844da2a76b9858ee16bb8e5161a68ccaaadfebe8f33a58776ed86d122d7eed5a
MD5 53ee008080546bd9d8ff1bfe51417fc7
BLAKE2b-256 14528b4a01c47b7508a3f134b7ee9c39ff87a6eb44db8c544260108dfa88fb8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebf1cdbeea636d4332bfb649175ba10fd2d59ae2c95a47a004a19c259d467edc
MD5 f045de11db3a671fe94e9075c39a1f6b
BLAKE2b-256 cf4d2041b107d49f058c85fefffff2dd82c407fd660e1a0b012d35f6c0ea6bfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 212bf5e3e034db2462c1992f00f2ede16069150eadf1c599ab1f2627b402de90
MD5 799cf397f02f8215d39cba7e900c57c8
BLAKE2b-256 37bda15850170631ac0430a1946bf7f060a1df7c0e98cfd33bef2f052b26b17a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 338.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 93b996044f3cd09a116da14de506e98644b346897c83c933f39b52c440995e1b
MD5 5ab1b23618027c839b0aa8afeddc0e3a
BLAKE2b-256 6d223f85a8084d69a80288719a2765ebd5efe33b6d0169b23074b9c0aba6c67d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: mk_pass-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 313.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2da9e57629d4a0abb1b6a7f256972a74e781e448b3d1a65108340d121ec671f5
MD5 978a290787032e4f4d66dbd1f57f5a34
BLAKE2b-256 22ce04b07620ea14f88a93001557a487dff600ef288ae23463fc28b845b4b3d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-win32.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba9b5ebe53ad06e1ccc2724afd6a7016edd6f11fb6f7e077c73e6aa93b3a9d68
MD5 8233b4c9602b83c296ceb62ab8f3cf2f
BLAKE2b-256 223ef7502df07ea59a373882ecaacac634ddbf8d6d233dd5ce9a852106b0988c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 44c3e615b7c217ac9ae5e9b917cbe5651387f40524dd7c96c7270b8f36b3fce2
MD5 431a185c1770f5bfae15aee8feec982e
BLAKE2b-256 1d6123dc3d394c8537888dd97bc1647032b41b1320a29f760e92f634fe9ec27a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca687204ad34e0191aa30823c7b5f0bfde7094e337b35c551d839abf23404ba0
MD5 4401ceb1e6b9e3b8d7023991a22e85e4
BLAKE2b-256 ab0ab218e606f37458c078ab444938258a8ebc8325db6c89ad3e9bec6a99d2ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86cd17244b0359dba1147da95725d8abc845e68f8e444463d45591b8bb114952
MD5 71d103a9a36efbd5385dfaa9a3aa3bdb
BLAKE2b-256 8a09bbb238aa4658b343254896eb0527c207f2a7bc4992711976cda818559fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea0912e544b3c4aea36c48f91c99aa043800bab63a3545a277ea582813c2f0d6
MD5 b32a6f0974d6c6391799d88efa64bbc5
BLAKE2b-256 f1d15100930f45d22ea076aff7c9847d24026206766631ad27b29f409d625f78

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mk_pass-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for mk_pass-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 187e6e610a4c2feea481f1d4098fa661e4f79af522748eb8fc8ea70f1a69e8ca
MD5 dcf2cf59ac3823a6ccc6b8855bab87c4
BLAKE2b-256 a1e8823f9c28402f8485ab17f2ee3f7d5a06a6ea947215a31395fd348b07248c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mk_pass-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: python.yml on 2bndy5/mk-pass

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page