Skip to main content

Binary object packer for python

Project description

MrPacker

MrPacker is a binary object packer for python that is faster and smaller than JSON.

To install it just run Pip as usual:

    $ pip install mrpacker

Usage

May be used as a replacement for json

  import mrpacker
  o = { "name":"mrpacker", "awesome?":"yes" }
  b = mrpacker.pack( o )
  print( mrpacker.unpack(b) )

Benchmarks

See b.py and benchmark your own real world cases as performance may vary

Pack then unpack
  mrpacker:
    1.669600010245631e-05
    4.354700013209367e-05
  mrjson:
    2.9059000098641263e-05
    6.217899999683141e-05
  msgpack:
    4.313099998398684e-05
    5.4524000006495044e-05

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

mrpacker-1.15.tar.gz (7.4 kB view details)

Uploaded Source

Built Distributions

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

mrpacker-1.15-pp310-pypy310_pp73-win_amd64.whl (10.7 kB view details)

Uploaded PyPyWindows x86-64

mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

mrpacker-1.15-pp39-pypy39_pp73-win_amd64.whl (10.7 kB view details)

Uploaded PyPyWindows x86-64

mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

mrpacker-1.15-pp38-pypy38_pp73-win_amd64.whl (10.7 kB view details)

Uploaded PyPyWindows x86-64

mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

mrpacker-1.15-pp37-pypy37_pp73-win_amd64.whl (10.7 kB view details)

Uploaded PyPyWindows x86-64

mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

mrpacker-1.15-cp312-cp312-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.12Windows x86-64

mrpacker-1.15-cp312-cp312-win32.whl (10.0 kB view details)

Uploaded CPython 3.12Windows x86

mrpacker-1.15-cp312-cp312-musllinux_1_1_x86_64.whl (36.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

mrpacker-1.15-cp312-cp312-musllinux_1_1_i686.whl (36.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

mrpacker-1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp312-cp312-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

mrpacker-1.15-cp311-cp311-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.11Windows x86-64

mrpacker-1.15-cp311-cp311-win32.whl (9.9 kB view details)

Uploaded CPython 3.11Windows x86

mrpacker-1.15-cp311-cp311-musllinux_1_1_x86_64.whl (36.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

mrpacker-1.15-cp311-cp311-musllinux_1_1_i686.whl (36.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

mrpacker-1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp311-cp311-macosx_10_9_x86_64.whl (7.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mrpacker-1.15-cp310-cp310-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mrpacker-1.15-cp310-cp310-win32.whl (9.9 kB view details)

Uploaded CPython 3.10Windows x86

mrpacker-1.15-cp310-cp310-musllinux_1_1_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

mrpacker-1.15-cp310-cp310-musllinux_1_1_i686.whl (33.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

mrpacker-1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp310-cp310-macosx_10_9_x86_64.whl (7.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

mrpacker-1.15-cp39-cp39-win_amd64.whl (10.6 kB view details)

Uploaded CPython 3.9Windows x86-64

mrpacker-1.15-cp39-cp39-win32.whl (9.9 kB view details)

Uploaded CPython 3.9Windows x86

mrpacker-1.15-cp39-cp39-musllinux_1_1_x86_64.whl (32.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

mrpacker-1.15-cp39-cp39-musllinux_1_1_i686.whl (32.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

mrpacker-1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp39-cp39-macosx_10_9_x86_64.whl (7.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

mrpacker-1.15-cp38-cp38-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.8Windows x86-64

mrpacker-1.15-cp38-cp38-win32.whl (10.0 kB view details)

Uploaded CPython 3.8Windows x86

mrpacker-1.15-cp38-cp38-musllinux_1_1_x86_64.whl (31.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

mrpacker-1.15-cp38-cp38-musllinux_1_1_i686.whl (32.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

mrpacker-1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp38-cp38-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

mrpacker-1.15-cp37-cp37m-win_amd64.whl (10.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

mrpacker-1.15-cp37-cp37m-win32.whl (10.0 kB view details)

Uploaded CPython 3.7mWindows x86

mrpacker-1.15-cp37-cp37m-musllinux_1_1_x86_64.whl (31.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

mrpacker-1.15-cp37-cp37m-musllinux_1_1_i686.whl (33.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

mrpacker-1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (28.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp37-cp37m-macosx_10_9_x86_64.whl (7.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

mrpacker-1.15-cp36-cp36m-win_amd64.whl (10.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

mrpacker-1.15-cp36-cp36m-win32.whl (10.1 kB view details)

Uploaded CPython 3.6mWindows x86

mrpacker-1.15-cp36-cp36m-musllinux_1_1_x86_64.whl (32.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

mrpacker-1.15-cp36-cp36m-musllinux_1_1_i686.whl (32.1 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

mrpacker-1.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

mrpacker-1.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

mrpacker-1.15-cp36-cp36m-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file mrpacker-1.15.tar.gz.

File metadata

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

File hashes

Hashes for mrpacker-1.15.tar.gz
Algorithm Hash digest
SHA256 1ae544ef61eb870e76057f8e591adc65489a0537feecb0aa1e0d405a36b68774
MD5 374ef65a6b52faf162a25d0d1d4c465a
BLAKE2b-256 7b210625175061a79389a366a7385dc6e26ab6d5ae822df0593cde654b49a975

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15.tar.gz:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 161777b5d42da1265690a6ed264da6a6e496f711493fa93ef3e44f46068a7e10
MD5 6a5aa7da613ffea63f72966d316fc054
BLAKE2b-256 0fa1547e41e21ebcb36142ecbd399b4ff95b5c8d77ca0da8a130ab8b59802a30

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp310-pypy310_pp73-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 add3b3c93c89246cecdabb2f15a6a97e620783e3bf276fb6c67d07e4a3789447
MD5 b391a6f7f80ed39e1b302b820ef9d129
BLAKE2b-256 d6b1b05729bf200d42168848c93308e398fa18fedb2261ac6b58e277266bbf9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c52fe6f5f83abb5fd18a38cec2adde7bb78f1c9dc373d63ec7fafe37fd19ae32
MD5 9f3a22de0aea9cb8622d97549e056ea2
BLAKE2b-256 ed459214881e94e2ddc1c16134c7f8fe29deb724210e89301f8d22ee0f74297f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19d478c7a1e62819b491c76ebcf230e7cff72694087c4b40ba4309fa6d59bf84
MD5 8f38be6ca86823751efd3c9da623e872
BLAKE2b-256 a9cf2ef403b48ca219eadef738074b6ba858a4bcafbde3e3e874334b9199b2eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp310-pypy310_pp73-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 972e7299aebae17af70749cccbaa9aec4603987e005a79a420a5d98e9410cafa
MD5 151c15adadba1a96ef836a88796e21a8
BLAKE2b-256 d4cc7dfbf8bf755f7a7053fb84076c329cfe694ae312de6db2de2d162eedcc33

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp39-pypy39_pp73-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 157ceec92905ef073ac689ea306ccf035259a48f67d95dd40b3b42b9886cb0cb
MD5 162b20fa6fdd2e5371fcb18b17a62a7f
BLAKE2b-256 2a024c12cc00924fd56e90afb50ee9e3c4e4935837794978c60c28278a9a79a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f45b978b58a8ac74f17dfb77ee510efa9212e13792a041ba6b97cbc510b144c8
MD5 c21d21dde2f46bd4595424e45a4c5041
BLAKE2b-256 d57f495a54280a718819f6045719562a1790f64bc22df550777dd7124024164d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f8403d4b481abccc0e7291a035825d8bfda1f321166bb9735529aefb63f4687
MD5 ceed1e8ec8fd7f5a6a34ab71bdca76f4
BLAKE2b-256 b677c425e8a6565dde60257a69f60c2a55e068bb5042e893d02148291e45a9ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 606c1beeab9d239dbc1e532e75d0d017b6157e18e97eb35b4e13ff81f05b9f81
MD5 a39d120cc37d9df212844d305bdc8c8f
BLAKE2b-256 e15119ef7f8da0638d39cdbb563575de3ec908b394a2dbf19938543277cc629b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp38-pypy38_pp73-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c25b53b6bea2e33cf14cc3861acda2567353949ed8e84596f423b93526b3c362
MD5 edb416bddd2719eb368bc12b769665c5
BLAKE2b-256 ec4bf3a97c8da881103154dc4433969463e8791fa84e000aee4658ca1e4a49e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3fb630e2753e903ba826eb0016d19130bf1e478a19e971e5f9d075e47034585
MD5 ec3102ecc6a4561e481451a90cdbb837
BLAKE2b-256 44c75bb6ea2a158d66fdc8f88762d805d45da03091b3157a90936f69b5f5266a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8126735d821e643fa447d7b319db32609fb0964c89130ba5ea2780026d6a2be
MD5 2362fa396bad1303fa9b3a0b56a2bdf4
BLAKE2b-256 d67f9cb2c6318a86e396a4cebfc90836aad57b95a3fe6c8713cc9ca5994baccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dca4fad1abd354f58194356a10aa9d7ab1a6a32048a6cecd42157039c0791ab9
MD5 e85671d91e67033a1ead59925cbdbf44
BLAKE2b-256 3b2e84e5c070fb853a2f39ae66f231dc25282a141cb755ffb04372c4af05c402

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp37-pypy37_pp73-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd25cba05bb3ee6824237abb0813bcc1fdff08b539ffa4e86355d87da88cef91
MD5 40a254e90a198f51454db34f35ce74f1
BLAKE2b-256 098fba6a80b1f157d7d46e6b218a5475daf0ccca9d7e839e715b59b9e88ae78b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ee22ba4809f6241a77d94938103389677fdfd61814d01d7379a0df0391705c5
MD5 2addbeec4f9192784662e4bc5f52d46b
BLAKE2b-256 10cf4f2c6952704ce80a39cc2a32ca638ed90fd4fad0a67a9774f4386e529365

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79d45b27d60ec363e3769b750feaf95aeffdfaaba906c3f2e5812e498fdc8543
MD5 1d4bc640e80e61afe70f45efc24467f6
BLAKE2b-256 3c227889d762f64fff23a42cdc2d8867e5e0f53f6a06f454d627bfce0f9ca952

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 10.6 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 mrpacker-1.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a15e6d9ab999cb81ea4d9ca9ebdaf08ce01959457130c02db8a13ef01a41097d
MD5 85e9b20e936a45adc190a5ecf122549e
BLAKE2b-256 ef366bcd5077aa14b0f76eee4f214e1550f48291703745b3432e1abd9dc91be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp312-cp312-win32.whl
  • Upload date:
  • Size: 10.0 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 mrpacker-1.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 51b6957e9439be74b660c2c649cea3561a5f12ce3c7fcf7530c96045a3722c5c
MD5 c1e4859e2ff73a790877f0c1d410b4ae
BLAKE2b-256 5b47ca4701a3d27ffe506484b459f7e973bc31dbc10013392fb06ec4b89bcbb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2ccb34fe39cabdebebba199ec9d3da93e35ec9d3bb8ad0ba54fbba113dfe4d00
MD5 51cfa40c3709f46646c38183f659cc61
BLAKE2b-256 47055e77d78e134465b35bab60b8079d358ed77aa98c76127f49322e68dba2f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 679c026d97d592d228fd398054f886a31d37433453de71a10cdb7d5ab6e8008d
MD5 ff115e42573565108852005725c27eee
BLAKE2b-256 9db40baaef19a91c14f2362c0745d96d88dc389939457e491a1e434f54b85dcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c5ee6eae4ab9f78f341ca6afa7588986e02e9c324f52973e946944f3ee1ad2a
MD5 4977ac2b60f8ffb7190eae6f3de62896
BLAKE2b-256 ca08ab11427ea0425a73fc9c26a7db9c32babfd72a59b5004112aefbf7a44ea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16ad7e19f3cc6e0729248aab944756c80243435dadd7d95ed29f9a9bc19bb281
MD5 d5ff6fe176bc16ab65b9c82ee2760d5e
BLAKE2b-256 c2d780a1089bde6467f58514371586a03c7869edc52eafd02af7c6c350f3b821

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76c4d00d19ad4dfa3af887a06bdfd22f8189d528d1b4049f6aa8a41e07f7d754
MD5 fc5b61aba03f6fc85a4c09565bcb1fca
BLAKE2b-256 44c9220cda9493153a7aa01c7ad70308338ce62f0b2f07d8a772e5359cb987c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.6 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 mrpacker-1.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c24647ea018ed96043aa71f9efe9779c8916b21231f5a3a833b1df0bc267897a
MD5 0fd00cef27c2ed01c2f8f264d1a9bce1
BLAKE2b-256 7a49f46734b05ab8421fa34614c382b1a39375ea54cc54480a8753db58f3b979

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.9 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 mrpacker-1.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cd4831feeee03ceedb66d26384882aecbfe1c44e37c32c47e364cd487d30b9f0
MD5 e963a19c5d575db52c832f9f424302e1
BLAKE2b-256 d434417926accff5c2846120950fd893998fb9471b97a70e9b02f512dbadfb1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b04c2b6eb56100f260a81eb6334a6f9d46ad37d2d447b5287001d96e67d6f4a9
MD5 68687aceec09ecd51ee5f65394b9d41d
BLAKE2b-256 26033afb6d1896168fe9e267f37a72c7c5078d3dfd1bca326c16d22140182d25

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e42d11c174ef8e78c143a9e01c6433ee2bb5f89861fede3a4f86f7b5e1a92ee9
MD5 bd6b204d1b155bbe0c03dc6e28b9a74f
BLAKE2b-256 4449ced3dd552de44335a8989a59108a8f0df7752c84bd0d83d6ad32d269e58e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c85be10cae0ec9e02d80b5c5ae64b2e37d0d1015b08cb104121f8e06a77e6307
MD5 24aa67267efc6a8f46ccabbda4c0288d
BLAKE2b-256 edb15d9a1ea8d1cb43fbf115013a8865d1335ad0aa9882b0d8a8bca72d7ec04e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 28c5df4fa990ff8a139bb271e6b6f323faead1e4b824d0d24cf699be5140c1e1
MD5 5d4bbedd897b18b7fbccfd32c33509f5
BLAKE2b-256 30daf6cb983be6d7e820bbdf7c7b6028793eb858fec7664840b360ce1d8008a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94fadc1ae740ddd5f87377142815701ef928e2d146167ede9afcbcd238d7dfd6
MD5 3bfe88bd4332e591c3c417c727ea104c
BLAKE2b-256 b23fbebe443ae9d676a43171cf39eb77844fce247583d30543c4ad2a14d33db1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.6 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 mrpacker-1.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 274d9960a5aeb5f7a0ba966bce8801739c506b56fdefa3dd4186217cffe09992
MD5 7eb4cffba2f5fe8b8b0bfcd44dab9655
BLAKE2b-256 944403b0dc1efd2100a6d8a252af5ff7842f488aa12edf9f9fa5f7c6880f2bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.9 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 mrpacker-1.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d372558dae5e3614c1ef709933b6dafb44d6610e58ec3ccce3e78039119f4293
MD5 991df4e86bbc08a62144b95c7b75c107
BLAKE2b-256 b0ea6f3fafd1c66b45ea5bbf4484c4a3a295481333eb3c3bbfc2464d8af1b4b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 364eed087af92560794de9987c5eea3a1126b6e72654aa9c8b681148b861e2b1
MD5 dc612f67b11e80cd412890ae2532805f
BLAKE2b-256 880fba5fd22adbd5d62542dfdade4a943fb6cdaee3b94312c2ac52907054e0cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f039ce5261ee764a1875273ebca08409fa6e445786a96aad4d32c1f08591f865
MD5 021ae9a513e00e3ced53b8a1d6308ad9
BLAKE2b-256 1cb91852fd94652f70e6b06e47e1049227822ae771265c2a725befefae946da5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed456ea6622caf9071911f350b07d8179ff4d77339f53a4532d6a9a31d5afb8a
MD5 8b675775a3990c1a61259809199cae8f
BLAKE2b-256 bc66a545165909b5c1a860b31ab8b30bb53c6e84f9863e562a2591099662e6ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd2ac455bed982e6651637979d65d4e9a0f760812921b1cc4c54d03b22ab6a6c
MD5 753647e34c16787d0c746e801d6305eb
BLAKE2b-256 d0c68e476ecc7032b91b59616865af4cb71aa6222ed11f763502befda6f8f7cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41ff177a6f134b1d68bfaf0491424b00e061835fa5ec81606438fc43a15372f5
MD5 699262d8ad15cabd8cfc73dcb6aeaefe
BLAKE2b-256 afa81ef2d47273e4402825a1c41dab4ec72f2a3e2a54ee6165a9e80133994e33

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.6 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 mrpacker-1.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bc492d8379a58972d66708f44ee6e3cf395ce4b7fa1d854b4a9c681c47f3764e
MD5 d17fa923a1c29816be37c796f47bd9a3
BLAKE2b-256 13936047a901a4bd30630f8df58ba42c0d4d844aaa498e96d17bfba6e1d5ef6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.9 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 mrpacker-1.15-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 565744adf1a283acdd6d5d75734a8c36ebce5b0272485ff20cc33f02846d6315
MD5 7d023719ccbb7fac28b5f5ef550160d9
BLAKE2b-256 81def15aae32bdb9fa13f9895090036a23a40b8d6da57f7325f671e19f7b7126

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df4fd9ce6de18379b36382667f9dfbcb1c52ee7c2365fe166fcea33b63f906f7
MD5 8db415b096d0c871e7fcfc53e93ba83c
BLAKE2b-256 495b612289790935435c4a4c6436a91603875e5bf7c18752971c293f4fae5652

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7db25d7726ef9093bbc58d67782a987b3bcd75cdba0bf7db69fc24fa0a9a41a0
MD5 d42931074cb0909e707f4087c126c2b9
BLAKE2b-256 a4844ee4a831dd4c24766304a4f84b6347df389434a371b7c037bcaa4a7307aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9841cb56fbd9159d9c62d8381b66d0b089891ce501e02e9c80a107f3ab34fb9
MD5 c14c904c2d282df3150f132976aa2d1c
BLAKE2b-256 e741a6506691cb67e002a183dc838f56c17db5738f9f9043ffbfd995715a8f61

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 236627fb30a35c23bff676f6f77a3f390fc7b7396b49a61a166d56dd2da685ad
MD5 19f4138e6e4411e1adc5fc4105779882
BLAKE2b-256 5bb7c800e2893191e49803f166297b9b7f9e68f10b2b24dac5739fdd1705880e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 faeee0f62fcf2a4c64fbddbae12481e19c2332336504017b703b50301c79f71d
MD5 4483f119c07c03f86a2d64f04a327643
BLAKE2b-256 fdd79fd32f05c3e70a98c0847d2f8a21adf5e84891a5302a3df8b289f7bef15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 209b3d6f21dea1cd5279725e7715160d4074debf54eb06a760878cedbd661cb9
MD5 1d5a843fe3721ae296b94f750dc93a61
BLAKE2b-256 fc0417a3ea2c7d2affca51e274b858c56749336ef5336fa14c26b9efbf3db152

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp38-cp38-win32.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 91dbd0f143d822815fee73f02b5b8753ff449d9e1e99a106d674ea4bbea95750
MD5 535742916e7ee308650a06bb93fbbb9a
BLAKE2b-256 1eb58cd50715a1ddcd77083fcdc46a66d7cea2f787d2e250a1b91b24d75abc98

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc38e9772518e845de1827e2eac1f0b6f91f8d19e13450531dca5baa857c00af
MD5 bcdfcb1d1b4b3f458cd88476467bb101
BLAKE2b-256 4be8cd05549739ff43c750778f2f7c72ddbb1eccea31c0b917c98e935283ee3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 906425293686a314d57899bce67db8a47549bc22bc359d50909c2780f04d9132
MD5 2a27c3b4d1de3adc99e4c380dbfefd3c
BLAKE2b-256 80224c05cf81cc176031583e2c798aa7f02050db088c0dbf3e6e849047b710bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ce98dd1d4b118f7d28dc8363ac222c410a1edb6557fc21bcd902901a5ba1cf3
MD5 d5cce86cbd063a9906e7123152359bed
BLAKE2b-256 01b31513b62adbc3e9c876251de4b8ecbaad61652b4a89afbb4b2edbc7adc88a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5126ba9a51de2847d092a46ad1a2ff5525050250063744f478d64e02d03207ca
MD5 e931fcf5ed763607f63ba8e7293e8e30
BLAKE2b-256 f64a1aa985921207c39072608302764f00f03b24607b1cebf15751518a7d8749

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97bd11b5eb7963eacba611eb1948e6cffa9fd53df06363a8dfaf49a7aeaa316d
MD5 17d9389fe4c15655595516de9a2a6af6
BLAKE2b-256 73f1489da1a95758ad765aefb4d3b35e856c29d003f28f5e9e07d8d9290a2dc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 86daf4c2fb3b0e9d87a52f09410ca1a02851c557b2638d3587ee2398b874dc09
MD5 d86da0c2e62778ac608998af82c245f4
BLAKE2b-256 f6a9e55653ef2e8735e351d04e94278926025d385ce399544818ac6879e69b83

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 905ee6f4bc786c74f78fa4e0c54cc1999608ad34b82ac924c77df3322480f739
MD5 29a572d8e8a8c0769d82d88bf7a044b9
BLAKE2b-256 4b1b82fcacfa3f1ed08d1b06b3bb98117703558b9a36f1bba555faf1b357d20e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 308dbd14e270e2761f17a6acec9b76cca58947eb45f8fe6e7ad17831eb556f1f
MD5 5b3fc60bf8607dc2a1b7a52bf46069ad
BLAKE2b-256 fd403297d462d8f729c79da6a5a61469a4c4e574efeb761f6f0b1dc2024d98b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2956bf585b26710e53b213858b8e95d7694eb0f2c44c45b09dcbd0277dd71b3f
MD5 2aa9eca52abc001a5a89d7572c5c43a1
BLAKE2b-256 8c6be5a44c572135f9c939b486152d72bb0329c3645ab91a2d628d0948c36085

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e7b3789808a5fa9a7e7020c3f9cc741a88877f8fa1b0d1a767ff76a848acb70
MD5 927c997d5eba61f21a7fdac6af8a4bad
BLAKE2b-256 605ae037365efbf07e7db2b8527e743547f29ac2b3e9fcc8562c1960100814fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0fab64ade30d4e5f77c42a33eae6875ad25fad39b34b80c21a7ea1aa3ef4518
MD5 50489c1097286ef06fd8533413a4537c
BLAKE2b-256 40ae10a5bf7518e21486262f23005aadaf1315eea70da3085b5da56b0352b47a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e778dd793c081846a34171904aee30889a0fb8e51d3be224f75803f03999fed0
MD5 3b72262ec425637a404f16e26e5db774
BLAKE2b-256 f78c30caaf7d43827648d1006291529d53e88fa38b016b6ac0a3dbfa3096cb4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: mrpacker-1.15-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b6f25a6b64254fb8f9330cc8b0aed228a7a04a917679536c85f89b74b7639b11
MD5 6e5ae12b684cac58385295f540f7b315
BLAKE2b-256 531408c0c6bef977eb0df3bf18922a91bf2adaeed8d666ce083581bf4cde78d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-win_amd64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-win32.whl.

File metadata

  • Download URL: mrpacker-1.15-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ad96c3b453014a66c94d18689eae187561ea8ba7ae77854e9102cba42374552c
MD5 5246436f9e99c33b379d0d5ac379dc0f
BLAKE2b-256 3a4115ffc2c722c90697830bde2939900a506a3778e7e43a9c2b681fa89ddb77

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-win32.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 646c9442ad98c7cc4bc7ae2ff7db4f617909759aa1d5085bd203c9d934d28e20
MD5 148824c3d8adfd8e51ed58adbd4f50a8
BLAKE2b-256 b980c0b1bc68f38441b7fb4d2a7b8965ff7e6dd8625fcbd754376fe8a8d919f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-musllinux_1_1_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e3477f8b0c444ea6ea0f39074d7d0406031e213fc43dba61760c50ea178c95cf
MD5 3d4842fa715384234ec8514617ce93d4
BLAKE2b-256 3f77720d5f5c5a9bf46b0436be104f63de822deb32cede45b9167c034cfed561

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-musllinux_1_1_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82219616dad5b14ec2e6daea68a4a34841e5b764da0d0f160fc23e7f1dbadfb3
MD5 946cf9a3e82ff05e7d6ac97b0b5ce543
BLAKE2b-256 921a8dcfc722decbfb32876a425ee85457db8e0dcab303da96a2e48a64e749a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2500e5d2510c6461c4c428a63b1a4ded9e39c4dafbe9b739e760e1a3aed8737a
MD5 33e5778db8dc476ed6c0063780e81d95
BLAKE2b-256 bee368fc2cfbe66981a871b1e92337eb945e0a7ad7a66428bd284de8c856678a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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

File details

Details for the file mrpacker-1.15-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mrpacker-1.15-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4669d45aba0701efc24291f84e257497532dd0da2950cb70cac9c321d7ca4747
MD5 d00a322c27aaeed897737148aca9f7e0
BLAKE2b-256 416deca07b82378ddbce2308bca3881517cceeb4cba31281eeb31c55c81b0fdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mrpacker-1.15-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on MarkReedZ/mrpacker

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