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

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.7.tar.gz (7.1 kB view details)

Uploaded Source

Built Distributions

mrpacker-1.7-pp310-pypy310_pp73-win_amd64.whl (10.2 kB view details)

Uploaded PyPy Windows x86-64

mrpacker-1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mrpacker-1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (7.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mrpacker-1.7-pp39-pypy39_pp73-win_amd64.whl (10.1 kB view details)

Uploaded PyPy Windows x86-64

mrpacker-1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mrpacker-1.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (7.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mrpacker-1.7-pp38-pypy38_pp73-win_amd64.whl (10.2 kB view details)

Uploaded PyPy Windows x86-64

mrpacker-1.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mrpacker-1.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (7.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mrpacker-1.7-pp37-pypy37_pp73-win_amd64.whl (10.1 kB view details)

Uploaded PyPy Windows x86-64

mrpacker-1.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

mrpacker-1.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (9.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (7.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

mrpacker-1.7-cp312-cp312-win_amd64.whl (10.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

mrpacker-1.7-cp312-cp312-win32.whl (9.4 kB view details)

Uploaded CPython 3.12 Windows x86

mrpacker-1.7-cp312-cp312-musllinux_1_1_x86_64.whl (35.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp312-cp312-musllinux_1_1_i686.whl (35.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

mrpacker-1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.1 kB view details)

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

mrpacker-1.7-cp312-cp312-macosx_10_9_x86_64.whl (7.6 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

mrpacker-1.7-cp311-cp311-win_amd64.whl (10.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

mrpacker-1.7-cp311-cp311-win32.whl (9.3 kB view details)

Uploaded CPython 3.11 Windows x86

mrpacker-1.7-cp311-cp311-musllinux_1_1_x86_64.whl (35.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp311-cp311-musllinux_1_1_i686.whl (35.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

mrpacker-1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.6 kB view details)

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

mrpacker-1.7-cp311-cp311-macosx_10_9_x86_64.whl (7.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

mrpacker-1.7-cp310-cp310-win_amd64.whl (10.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

mrpacker-1.7-cp310-cp310-win32.whl (9.3 kB view details)

Uploaded CPython 3.10 Windows x86

mrpacker-1.7-cp310-cp310-musllinux_1_1_x86_64.whl (32.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp310-cp310-musllinux_1_1_i686.whl (32.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

mrpacker-1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.8 kB view details)

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

mrpacker-1.7-cp310-cp310-macosx_10_9_x86_64.whl (7.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

mrpacker-1.7-cp39-cp39-win_amd64.whl (10.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

mrpacker-1.7-cp39-cp39-win32.whl (9.3 kB view details)

Uploaded CPython 3.9 Windows x86

mrpacker-1.7-cp39-cp39-musllinux_1_1_x86_64.whl (31.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp39-cp39-musllinux_1_1_i686.whl (32.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

mrpacker-1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.4 kB view details)

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

mrpacker-1.7-cp39-cp39-macosx_10_9_x86_64.whl (7.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

mrpacker-1.7-cp38-cp38-win_amd64.whl (10.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

mrpacker-1.7-cp38-cp38-win32.whl (9.4 kB view details)

Uploaded CPython 3.8 Windows x86

mrpacker-1.7-cp38-cp38-musllinux_1_1_x86_64.whl (30.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp38-cp38-musllinux_1_1_i686.whl (32.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

mrpacker-1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (26.2 kB view details)

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

mrpacker-1.7-cp38-cp38-macosx_10_9_x86_64.whl (7.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

mrpacker-1.7-cp37-cp37m-win_amd64.whl (10.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

mrpacker-1.7-cp37-cp37m-win32.whl (9.4 kB view details)

Uploaded CPython 3.7m Windows x86

mrpacker-1.7-cp37-cp37m-musllinux_1_1_x86_64.whl (30.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp37-cp37m-musllinux_1_1_i686.whl (32.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

mrpacker-1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (27.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-cp37-cp37m-macosx_10_9_x86_64.whl (7.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

mrpacker-1.7-cp36-cp36m-win_amd64.whl (10.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

mrpacker-1.7-cp36-cp36m-win32.whl (9.6 kB view details)

Uploaded CPython 3.6m Windows x86

mrpacker-1.7-cp36-cp36m-musllinux_1_1_x86_64.whl (31.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

mrpacker-1.7-cp36-cp36m-musllinux_1_1_i686.whl (31.2 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

mrpacker-1.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

mrpacker-1.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (25.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

mrpacker-1.7-cp36-cp36m-macosx_10_9_x86_64.whl (7.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: mrpacker-1.7.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7.tar.gz
Algorithm Hash digest
SHA256 dabcd30883b0a962539af2f6c9f9399affc05912d87b4cc65ea486eeebfdd9ea
MD5 f7ecb4ac48175fe563fb053c8bda9467
BLAKE2b-256 001a3def1dfc723d02ba006d9f3c8ac4f2343ec1227ebca289f1f4e7ec19fa58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b0a2434af7536c56cce8a019bdf9c17c601f4636a89f12e60fbefad39c27da16
MD5 2c7f55b54050566a6b460c6453eafdce
BLAKE2b-256 1201d04a2cee22ee6164fb93d021c0761a8ba44741f564afb7d179167d9e0960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341814ad96c585a21927c0790d51502c3721748124ce909c01b181f4edaa0933
MD5 ebe475643a8632f4729c09bdd0b94f84
BLAKE2b-256 72e04faa4389a300088038676a7b67bddee034ecd94e91c0da3beb8278f64f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07d96727d11a4503f47685b1b9b8970033225ac3e3b8b8b032c3f0ddd9c040a8
MD5 76c70ff7084a15408c1d22fc103c63b6
BLAKE2b-256 3aaa5a8370269c37065e2da97bc0e0616fb22dc220d3edbabcc21a221ca83175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 040793f794c173f085b397c59d1a3c39ec1c3ea7dc64e0246bd84e762463cd70
MD5 379061dee06c3a95ff6c32e1f9d8a242
BLAKE2b-256 74135958561b4f6fe3d655e3d654027c23c75617b9d78499f1d1a01bdf8543fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 523b722364ae2bf214e46e7679d0559e138b5ef63495ca1ca47b54113dbcc2cb
MD5 46b56e92cc23d56474d72c1dd49928fe
BLAKE2b-256 d892b34818c07bba8f638523e6ccaeb5b11165c8aa92de69a93c7fe1e192e45d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db2c92b586c19793143575dd12f080dc21d9da966f88f5d20ceb31801fe95e33
MD5 a6e92fce287922bdce54e22a8cbbf018
BLAKE2b-256 a81da7712688e27c243c8aade47e1e45060af67862694cde2ba83872d66457b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b05affc45d41bd3c67babb68a8e8d413f47256061a732573c747ba2ac86915d7
MD5 efe34fc8ddce5219f3156b0eb13f56a0
BLAKE2b-256 58d2cb2b2856c7b4912e32420f31e12e48c3e74602a6a8e290ce99722836c924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ac120934cde1109c0ab6834680eae4bce6b249ac73e49f4e1946fb698e5ef7f
MD5 f902028fcc557cb0384c3e4c4434f8d5
BLAKE2b-256 f40a6ac5f7e6b9cd32bbd86445edfc00911bb548fb15ee59d1e0d4b74923e85b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d706560d622836db48d9eb6e2e0c08853e361e8ad14b11fc62846e2c27ad8a61
MD5 35a1f47359ad0b4c6c4a390982c755f8
BLAKE2b-256 8be7db92e4b81289bd9e509a6193caa1859ae595d36075be3c4ef27e90ea6e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b54049da2830afe15da4fe5e9812c39c027821916329726174681ff0bc89bce9
MD5 2e6efdc98cf0bff6af4009376dbd6d30
BLAKE2b-256 05a4cb775a386e1883a81aa04fd6df41a82dc513014004b799c722fea0316b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f72befa227e82f4b6166a563db1bef230c627e90862975a177e1fd1aaa7a2426
MD5 5d74d5883a82e959659b07a809d2169c
BLAKE2b-256 2a13c7f2d71004ea6f8f82e2c044d7d1cc6831a9e76ef56ba1967096fbc3d813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 898157418cc7985963ba265c255028fa6a900dae4156e7f0e4dcd35971cdfcb4
MD5 1534489990086e4085343df736eac7fa
BLAKE2b-256 25eff2023f33cf4b368dd788717d4ccfe8569a0ba34e656b9aae240cc2962326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0de8c1c05e6fa3e3f837c2d394e1a2a248ae158e30396b8bcd4bf5e65cbb69d2
MD5 0a1e6ff0d44259e9d705f1c92d1dabe4
BLAKE2b-256 7fbb7922cdc241bc75ef6b626d356a4633039ac0578cc0e196949716cf833127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b969db5a04ec0ef49e14d3988f80683f0e3247b0be3a20ca62b3a74876da5d99
MD5 9222bb17d5a1f85ec920e64c7362fce5
BLAKE2b-256 555efba29b93816471744a6d8cc858fd240e393091da779244bad5a5b438d9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d869026a1a1c5bb4f7724f2ac87a0a0b32df622c14548c7120d31fd29f4b7fbf
MD5 cfdaa6849ea833da0a7234613e98d9d0
BLAKE2b-256 9b4cec9ad795d0ed6350a67d2a99b61dfa6b06ad426a7dddedbd2e707e2de6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b85ff5154f6e9c53275d15e83618f9db5cb23042fbcbe07119f64c1f9eaa886d
MD5 9d7f21136a36031d913312aeb4bd21ad
BLAKE2b-256 ccc351bcf602a7a5c02338fe3f61298fd170524b61c0b10a3544e5ca932aeefe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c7f46f6cada18640a3d94de83bc26c0a07e17200d396b329d0aa06fe1ce4b14
MD5 452ab40d253034d1084c9b57be2fed1d
BLAKE2b-256 d41fc5d9c8d72f42917cc2984c3c43ae0918fe54df9e1e1be00274b7f245266b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0eb2d0c3d03886e1e489286ca80755f958dc03b65a02d756459b0973f55ce350
MD5 d8cd71ebff65f359ab67ff59701f9197
BLAKE2b-256 0c8dc179b5df3585c4da66c550486b017accb297b0221441a153189f465b49de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5f0a143208fdbb30a8f7adf87d1cdf58518039747e4e04abf2efd0bdf3d8bc68
MD5 179a5c609dfc5aa840071122c3b41b42
BLAKE2b-256 7e9541b52d5485df05236f2b4ec96854afb7baf817986aa4baa4493a7c0463b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e221c9363af8ad3e816dda187e7f9546d945c18a822c85dff0bd6f84532c7366
MD5 00efa6afd1c03a454a04ea698a9a86c2
BLAKE2b-256 561b986d52c9fde75eab7cff313c04080d83c46b577df1974246ba99e5dcf87c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63940bea5a53e10e3f8946526c8567edf4a15262020e434c8dcbb48d3ab0b18b
MD5 92552f47f2c60e5c1cba85e6c6e2f0ca
BLAKE2b-256 77e2a56d51620743fe99e3d456e9dfa49c67f2da7253e180431fd2402bcbaf5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30f34c63b35093e57bb40c1c14361781c7800bf7ef2ca2b8977224a13a4ec94e
MD5 947e021b24084908c2e6a46fb245c0f1
BLAKE2b-256 f3d51d5a9c7aa023013fedfa75e93f666835f5dc12b51e8784fec44b493cb8cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aec59a230e26568d08aed6243097912995670cc4faf76c981abb2aae4168c4ff
MD5 c1f95da5d114eb0fa4b602f97970cb9f
BLAKE2b-256 29c958cd66944efad33f9917ddb4e27ce11244999868d84ed80d5508483270b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84c07f8677c76d5605c1526b2805314e57b82f7e8049f2eaeb8924f13b158f29
MD5 1c811e872f2bd4c1661200ab4afa55f6
BLAKE2b-256 7bf2b165d3180c94714dfaf430050052d63d1f3c7c1d98fb594b3b4edabe6004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac7730434b3fd4d3a81ccd2ba9e3037d5104c0663bc685e7d9133c10b1cf1dca
MD5 55a031df7655323b3fdd97d5eadbe8af
BLAKE2b-256 9310fa2f4d7a740969960092de9840e77ec54ff1a2c5b3c96c2ad1bcfeacb4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d873eb14f1fcadc3bfd6a0a480a558483303a7b8d308d6a4e9864f4b6ebaa013
MD5 3555f25728384266c8720d3bcac187e4
BLAKE2b-256 8c47b5cdf094b47a4b757eba06c00e16e0a0f93b2474d20fcc4f5e2fcc905eef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a69729514d7c29e03701dab6e8980c668e1ffa2e59eb0df28eee6a59d2c8102b
MD5 816e0185723f07abfce5c91d9f1aa7ed
BLAKE2b-256 2c8d9cba548afe5e893671311900086ba6017d503a9b98a7019a8c4d651cbde8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1d7f3e34556afc51eff2b051e17d893c0c75fbd804ce10c2694a368b3badd91
MD5 b53ba1b55f4cb0ae780c92782d2c0bcd
BLAKE2b-256 246a6e5f75707567046a5e4c753424f2aeaaea7884dde8a4ae5c06adf8182728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 868ab1fb10e3fd1f806cea46f924526ca776d2b65ba2f8ea23b7d89e907de122
MD5 7209702a6e71c35c0d9f0e99fed94255
BLAKE2b-256 49c248ab550b67649f6e81ab7dc8f986b6ffc5cbe84ec02fbef24a961a3845d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8ad96038b813d60b29f61b2be8e91bf6d9e080a315cea1622c78e24a77a861c
MD5 6f45de19a7e52f9599251f40fa822811
BLAKE2b-256 7bbd8d62de45c0eedad2d2c31dbb987b3cb35f362b0be23f2bc6e6a856b006b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 86ed8526dcfd64eacd9c47c6c9c038fbe7c98906d6672dd1d41a35b35faec3ca
MD5 90f2ea4b7480fafb4e97bc01ea873929
BLAKE2b-256 7e0f393357325aaf03f364dd4652f9b934cd769d719047a398cef61717fccf27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fbfcc21f862407944f9aac0de3915b8bb13c933be6483c369ca2a90bfe3f5028
MD5 b08f07c2aa98fd4847674bc849bf08a3
BLAKE2b-256 c08a3e49c5f2b69122fd2e664fb02245d58ed83a2d97ef0f4f5b4cef2f5a9559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 09f7fe6c399d23f4e92308cef510b12a7259fcf17413480009cf71f5e963421c
MD5 21c5636a353dc419af3fb8d412911b67
BLAKE2b-256 3c66cd8c8d4ed028d0b1c4102c93c7fdd7149513b398648b2092616a1195781c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1b00c618fe342f5266f1888a9b76c126c1efa2a53ae17285420235f2c7376524
MD5 0825e321663d3fb5366e0af95f3a5cff
BLAKE2b-256 fa3bfa72ab7ab69e70e73a2ab39b5936e74e6e8c486ac8d2d51b4b48b38d5942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f254691fab30cefc21b1bef6b1ef590b8dfc0d9bf1720e83cd0692132cf68f73
MD5 7bea525ad3feb6d78b50541491cbc2dd
BLAKE2b-256 21da3be41522e3353fa54b6b0d3bc9883dcb07c95df6c84edc8c3b344539ba41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 703ea1df63dbc47a55cc6dbb9a8726d02e392bd645f8b1c7b335620a033a0937
MD5 7049663afd90ac879a75338ce75d5478
BLAKE2b-256 f5c887c9c7553f2976d6dbef12762f6655189f25e227f8422c102ed6066474ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea43d540d5110afc7eabad71179a54b750f3b678c20121ea9514f499fe36e706
MD5 81f565b65ab5c0068a6069247b6ed08d
BLAKE2b-256 57d4aed99343c9f8e29479a8c27da3f97a8f6aaeb5664055a182f0d007312996

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5814f1832d8c096488fcc3e3a634c452744c1cf0f5b8676acacb70aa6f2df3a9
MD5 28b54907056d5ec68b1f812b48d21108
BLAKE2b-256 83afa7bd37aa699e16d1966ae959837936b0bf57bca352a0ffdce8ebfbb69d8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7737737c4b3f228296d1d97a7fd3f67d9957b4dba14e50cc6f953fceb73d2aa4
MD5 a0640d683c935a8ced76e6720eaa32c2
BLAKE2b-256 fc4053e34ec2344d7ffc5a55c0589fd6f8bcf24a32751be2fe2024b40cd70dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ec2ca4156ef1095e0f13029a751d801317218339605cf1f363dc4bc24054532
MD5 eb38fe9b1d0217b2dc4f000fc98f813c
BLAKE2b-256 611740d5b500dc71f1af511fd4a17ab31423611d0bd8f95c459c51dc0dc70379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2c92bb7e7bbd58b98320ad6c6e7d03c4d333ecf547779903679179e43a208d49
MD5 999a12420029fcaf38a519f14f52fd33
BLAKE2b-256 15193946d976fdab77cdaf4f9dde265ba0fb2535cf61eadef5dddd0a403d4e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 502939c1ddd3c17731d7bc3b54906953771fb5c51811f9cf73cdad9899ae30ef
MD5 9285598b43b5e66e058febbf32fe328c
BLAKE2b-256 98448a72f0f405f98f07447577ee43186066b462e3cc477c88b8fd6b73ef0acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ed89fc5f37855d9a217d1e4ed86c3e930d7440dc837877bf8f3018a24f75f34
MD5 4490800c4745df8a5e03d26c41669d8b
BLAKE2b-256 a220c61fdaf893ef1cb43c25c7df0e4963250d2cd39d91a0987d16d8051b7218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8dfb5f70c719ce19ca342c8c042b87a446ebad721e765d89f0e1070ea6cc2963
MD5 e2e53079768235c8bb64561d365bd4be
BLAKE2b-256 575b804431de4ae71978d8147f6e68b9af63fbb09ad8596a50efd4b2541d204d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2f43bc3433dfc11e5d460436290c7a50057cb716b98ee5d9d0447fa6ffac668a
MD5 0824fd63048a4f561290aed3d236e2a1
BLAKE2b-256 4a677859f77ccab9bd5671099e6042ab4abb755f90bab1629a93ccc8147dc769

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 06110abdd555b588cf263ee394ca1bf6a1422fd52a5802212ca29f7b49cd7170
MD5 ab149abb8a466f235439b8622ea3796e
BLAKE2b-256 dc93aab3d12d2250122d0a539458652e9b16385bced013b528318a9694ce9391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 82e60cad591df30c8f0aed85d0c788be159b9bffb8d2a5a6e67e9ca40518f3e6
MD5 3ab80379299bc62049a51d2d6593c104
BLAKE2b-256 1f435ecf4fa4fa723dcb1567e9a28d8a42f206a1781a8e736a6f88396a10bd6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 197aac93cb66231791b379fc5751d7dff94265ee8fd52bac1646e6fe5373afa9
MD5 0abbd02035791432fd60127db89eca4b
BLAKE2b-256 85d902e303e4dcab9b36f720679594650200a5268a66018f5104bba20b9a8633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 142e95008881e21117bef0eb3a67bad7b91d6b7165c1c925f3305a7190f3fddd
MD5 079ccbbde9a45c916d7a64ffa0f3c502
BLAKE2b-256 f726e37529621045151dec6a92b074d0040ab8ddc285b4e2a128930990027eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a49782ca7371e3cd968a5763fc597248793f640aea7fa62894ec2979d0b67234
MD5 f3d307b44e464fdfbf45a504c374a775
BLAKE2b-256 b2af781a356d107f0168a8dd998c2160d8f87d86b87d56c4419c081b2c1f873f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55af54872afb12e03c57618a696ab091e0c91562933e5a2a69c7e16bafbb361d
MD5 e74f6ccd6aa8351a2c63ea51a210418a
BLAKE2b-256 c4b0d5254e79ed2ed9183dd33805a422f18844ccbe271805cdd5f7a1a23b51e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c607945fe725d50b73017db1c677bb2a042fc5fb58b6a29be1ba3b59dfb97ed8
MD5 ef669c11cc3eb7882898707a6d811d24
BLAKE2b-256 71f8c177d94e1f917abab6a78784c59f92c7838251157ebcd407f4f58d872ea8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 703dc5bff71bbc459e8520a772e40fc813d88e91a9f62edb7f9f7bc6f6a9f991
MD5 1aa3ae9cb0d926da63e56b266b1ddea3
BLAKE2b-256 934a0d9fbf371cceb41968b8802570193180503f55ab09ce78f5030cf01651ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 085a177a1f2f8407b471f8fab22afc40ad3108195f360b2967181634f5507f4d
MD5 e8a2dc6b30a579e464253ade52461ed1
BLAKE2b-256 6d8a0964d68d6840548ba6893e38e4f33311e6f74f1c4f06bb8f6aea70eaeab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6f16d16ebcc7a5e1f318be7dd9ed4653d39647718179114ddb42d25c92bf60b5
MD5 5cf37723141eba7fefb765fc417d46ac
BLAKE2b-256 de49d04a139e8302c2c459c5e7a38fbcef4cc52eeef9f6847ba0b674faaa428e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9938223b06e7c859d7f99de6c655b2879b6b233f5c923a95e36cb30268f3236
MD5 29281d88f3b3c4d3509f9ba2039d99b5
BLAKE2b-256 96534eb9a88f414393f1bee8fc8948ebc50712e8d05da36d5f0afa941a2b3fd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a000bfad133353d1ce4a5093218a265f4ec22fdd779e45a9f35ac70712f61c83
MD5 6a1a76e3f0e3a352a52560e963940a0d
BLAKE2b-256 7cabbe377036eade9d38915d65c17d6d4913163c27631128a28eb3aab80c004e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4e19d20734b1139601f574344acb895d62de34b8f992fab8ef126b5fafdd0cb
MD5 171fc31c29572fb8ab756dc1441828cd
BLAKE2b-256 abbc038660f6bedef9fa0a4671e668a96b197e1df9d55da7c5faffc62de549da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bc5ab292cd8395ace56e79225617c4325164665781999f85914fab3d6d9f7cc9
MD5 1626ef98694fa88752676f1344db1091
BLAKE2b-256 03dce06a347f281e159b867e234681daec20e845c03a9e535a1d0ae7481da98a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mrpacker-1.7-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a037fe4352e33732949e31f947bc4bf85db97061cb8a201b7a1be7fe508f1c47
MD5 f099e8f2072b0aba45b504061e6315b2
BLAKE2b-256 611d473507738ab7c6108fde40f09c2174ddefd5cee80f05d4f7b8af6200c751

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1130e67a9556abdd24dbbf08ae9a79cc7eab7b715a6ba06d95c6dc7bb6dceaa2
MD5 82956b15cf1a222350b933c5be5769ef
BLAKE2b-256 295bb16e05877241b0fda69f26707909cd82b6f3e8a5c605654e5e8202fff002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c9e3dafe329f343b4a2293121c40c38ba21dc6f7f21c7c8177162c9216567511
MD5 ee94245439e3e724d214ea7637c36710
BLAKE2b-256 21f66f7d157bda6e39f812c1bd3d33fb53c599738720f1a2df0a19f9f2e2d6b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79288f11973a2eb04357c567273b1ef9fe4437e5a0625a339fae387aac316c90
MD5 f87f2d985bcb32c17a2742d0477d6ece
BLAKE2b-256 88ede713653d578617811f5626bbe5274fb86826ad608b70928ff9d7d45ac7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 06c8965a8c32818a2c61e4eb1ba643f1b28896b0ae39c4701e5de0294af56de8
MD5 0276ad872054fcc2cb4f5afbf59f490a
BLAKE2b-256 01c5eabdc9fae100bad4b0fc7eb9cdeb1b6170836b3d01dcbacab45aebfb99db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mrpacker-1.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6528ccfa9f705209ea41c8e1094525a75679900d31d871cbc13f52b0b99efa35
MD5 ed6d7cd5b84d1627cadd47d967d30e0f
BLAKE2b-256 405a5b983bd7ec7f22da9a24266f9d4f0921033f82a41680bb9b5f377cf75b9b

See more details on using hashes here.

Supported by

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