Skip to main content

Backport of the pickle 5 protocol (PEP 574) and other pickle changes

Project description

This package backports all features and APIs added in the pickle module in Python 3.8.3, including the PEP 574 additions. It should work with Python 3.5, 3.6 and 3.7.

Basic usage is similar to the pickle module, except that the module to be imported is pickle5:

import pickle5 as pickle

pb = pickle.PickleBuffer(b"foo")
data = pickle.dumps(pb, protocol=5)
assert pickle.loads(data) == b"foo"

Detailed documentation can be found in PEP 574 and the standard pickle documentation.

https://travis-ci.org/pitrou/pickle5-backport.svg?branch=master https://ci.appveyor.com/api/projects/status/hk4lrl81wp0q283o/branch/master?svg=true

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

pickle5-0.0.12.tar.gz (132.1 kB view details)

Uploaded Source

Built Distributions

pickle5-0.0.12-cp37-cp37m-win_amd64.whl (124.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

pickle5-0.0.12-cp37-cp37m-win32.whl (115.7 kB view details)

Uploaded CPython 3.7m Windows x86

pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl (262.5 kB view details)

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

pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl (264.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl (275.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl (254.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl (263.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (262.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (271.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (259.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (256.4 kB view details)

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

pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (247.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl (125.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pickle5-0.0.12-cp36-cp36m-win_amd64.whl (124.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

pickle5-0.0.12-cp36-cp36m-win32.whl (116.0 kB view details)

Uploaded CPython 3.6m Windows x86

pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl (264.7 kB view details)

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

pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl (267.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl (277.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl (256.6 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl (266.1 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (275.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (263.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (259.0 kB view details)

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

pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (249.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl (125.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pickle5-0.0.12.tar.gz.

File metadata

  • Download URL: pickle5-0.0.12.tar.gz
  • Upload date:
  • Size: 132.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12.tar.gz
Algorithm Hash digest
SHA256 80143d4e4ea9d6cd70e841af8745dbc4d50adef5adf99e725d240bcb92e6f1e8
MD5 eb6a4b7d24b82d412ea9140cbece347e
BLAKE2b-256 9c0b7c9e3fce5a64cb98307f26aaae6e9986385b640dabeb24995f9d5074b0fb

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 124.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 880883674f0ce0785709bdacec244dcb10b86db2d4cd84770006c1ff2aa852b6
MD5 489c451df9f226a8c771867d0be4d335
BLAKE2b-256 65a97e49ac8f43ccc6ac646b0b8659c642fde61368df003daa5f5cf252499d5a

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 115.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 67c19d88cabce5c0730b6c09b0d0ade163b0881904cfc491790205f7d9a09a2b
MD5 6a5faee4d57e1f4a63731f9c43f11a35
BLAKE2b-256 420c744bd319a102af6b8c6f9e4d4352467a49d7477db829ce55043dc300fa9d

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 262.5 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 403eec60bb72ae4e4a01ff0b092509bf3822fda406363be472e18e70c5397a02
MD5 9608e6ca0ecfbf372efb0713e6bf8dd0
BLAKE2b-256 12a6274cacfb390e78a2922488645039fee8eda8f6d14f3bcf8785ffcca81f64

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 264.9 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c533bd89093ebb3e95465fbc45428082b68e1dca4ce039205c1530a4343dc792
MD5 9b9143fa38d87c6747eb7ce80a478eaf
BLAKE2b-256 0f2201d4fd7fbba54fdd05f34e946402b998d071e1ed8831ea831578852983d4

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 275.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d8c0436ce4875133208fc458907466a631ac214d44e4e71b032b384d61599d97
MD5 76280bd68e02df40e890f796b19e486f
BLAKE2b-256 0cb15b729ad0cb3b1e6f3bfd60f54126b29fe5efd75b2e3d839d980cd42797a0

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 254.8 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ccda4c39b8beb3a58881c1a139b919e5b1644fa64f1b8596c6e3392b99cd191d
MD5 fed4cb43a7e18f19f229f14788bb0bf2
BLAKE2b-256 3cc0c34324652df7a1d80936d49cba3169322bcc2624bbc693a616e5d0951757

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 263.5 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 66df777711fe548210cf11685e36be8bbd2ed201cfd18518da261a0375e57fb3
MD5 2f7c6e0433969362132b95b6c282d08f
BLAKE2b-256 2a78e35c52aceff7f98adfd38d3c16a24d4a9ae3c608adc1b9cf82117d200908

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9075a22b9ae42bb3f68b751561c152233529502ab91feab34ce87e0673530098
MD5 267d76b20c1cd5ed9392135e0e45eb65
BLAKE2b-256 f081c3729a2b7ea3208dee51c7e5a111541144bf9eb8e1c4052b07f3492c3f7a

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a77e6c9c760abfee6875779b675577e2516206d17d6f4e0e6af76798d84be4db
MD5 65c9b42638abd792ee572330455b6669
BLAKE2b-256 5e3a1968b1349296338373c70bf1f2be57b47589c33e289654ae5ebbe8c904bc

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 251ba2c996ccbc36147ae18d7ed80020c4739f828fd3cd2833291c6f473c7070
MD5 70655aa903edb90670524f433bbb73f1
BLAKE2b-256 acb618085c967c9e61cacb6d1d3336adf5487c595b71577d679fdacc667ff6f6

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 734ce538fdb441a78a40c333d744d66ca1fbf9803a14756ddad4bf9af8a82890
MD5 b95140936abff48d1e480d4911a09702
BLAKE2b-256 c4dab4dabc371e2b287a83b87b65d4428ef6e260bfe2007097dee3efaabe1945

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 247.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17352fbea99a77c179cbdc58406dff84948b7675acfa1adaab1c153949fbbb43
MD5 e62c6ba9e0da3dc788e99aecc90fa679
BLAKE2b-256 ccc69d83c991d71f2adafab08404793449a96b8c541772bc1360a689752f43f8

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 125.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c396073370353391ead10af3100234c9e4fe442e1719f49d469b70e6058589e9
MD5 f67fdc26915bad3ad924613f84cd727a
BLAKE2b-256 912b2dca5d1719d020cd055eb637cbd813e79171dc80210de8778502195bbc62

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 124.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b844af6e179163b40020f06ed45cebfb9a227077dc512cc40d9e9bc8b3aa62a6
MD5 2b232be47fc064cc4e07b68cca015798
BLAKE2b-256 bf7b43b4efa4af5c9b0742df5e0084afbf67b346cc5dd472c564fb1cf3cca18a

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 116.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 167aa4cc2349513819267e8d8e84b1244e69132366830a2574889a3b5d3cacf8
MD5 2cc50fa1c5b298b247a724c0c5f671cc
BLAKE2b-256 72417938d6b9b6cb7a1af10accb71bb349c50a60bfcde372a161cba342ae735a

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 264.7 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8d3c9d8110eb775828a5a5a636eca5e9c63bf3f41c3fd1b05f97a0b46e1c5255
MD5 636bdfb0a39b17bb8ea44b55a60b952e
BLAKE2b-256 da325032df12efc0941677c34d89d2940d0e726d92b7857408af1b91d424aa62

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl
  • Upload date:
  • Size: 267.4 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 65297f87aef6aff5361a39d9f841437f08295e8dce985f08b97939ced749f3ff
MD5 e15b4213fd24475bbacd8bf5a3d7e7d7
BLAKE2b-256 c844f879f8b45c07732c3e0124148940b68202c01247fa8563a6530cdd31f61b

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl
  • Upload date:
  • Size: 277.8 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 91464df7f22f40d656e6b73ebf042710ebf6ea6a3fb232bd70b1c384626abd69
MD5 c209881a91664815aa53f1e9dae5e421
BLAKE2b-256 f790c3182a871d4db3a20d6bbcca57df21c9b410a0106bd629737fafa293264f

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 256.6 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa281642c1fe043fb3ad3cdfbdc9d4531ad47b1e9c0fdeaf76c54a7b84b3eb2d
MD5 58f5162c724e87e18a91106fc24b891a
BLAKE2b-256 491817f235dc59ee2ae50c3b75bfb3fceab049ec8f615d0904fd21b044f407f4

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 266.1 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d68731aae66b0727aca64fc4a7b11e637088a33c829db70f6e9749474174eab6
MD5 0509e87ae3cd44be32317ac195f1a78d
BLAKE2b-256 42541f1d32d9e5964c70d51046e314ad20c2c7a5dd151c674eff0b0cff7da653

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49a51f75132b76747ad7b54196bca1a6c4c814fec116b2909fccaabf1073d919
MD5 981d993c5e50934f9a53bba922ff612d
BLAKE2b-256 68d83c89ce8c15eddf04803ea39f804a7707b207e456f34aeed6213723ce797e

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3fbdc106ae5551cd808897d30582e65bd1efa44c3610b2aee37df34397316b4f
MD5 a00ccc58a5400cd28451f4cefd4158ef
BLAKE2b-256 95b670553258146f69bab31ddef4f94a13b0efc580216b888109912626f3f45b

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc61c59343ad63745da4855846cfe459cf046ff669aad6373ea6b41f98ed835d
MD5 501afcd0460068dc2da613b608fcec25
BLAKE2b-256 a1144bdaefd811fe986fbc9692cd20f263935f7384c37810be9b99749a10c00a

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5c7eb5a1b759bf0acf2cfb7ee3394b2935ec6de9174f4eb9044349cb06ca0ff7
MD5 f9fa8d3c32e5a21e096ba6599981be34
BLAKE2b-256 2a0742e327ec96bc543bae6db1b6407c3e22b38ebc3547a929cbc07a0e7dbb01

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 249.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2141be966d40c1e6bbe4d77c4ea38df3be6f35b611941acbb50405a247bcedde
MD5 fb9db8efa8c095661db5282155d81876
BLAKE2b-256 50def5f323e32663f7b9bf2985c5acb3d7c46efaced09465e7cb6128d694458c

See more details on using hashes here.

Provenance

File details

Details for the file pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 125.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 748a1252c86c9ba18778d2cc2d314ec36eec224acc1b965da4cdf74702086c88
MD5 31a514d3959480b048c682287bddc26a
BLAKE2b-256 7dd4b04952347c8c2ab7f8c9e586de78d40221e6be6df7c48af6943ab928c8c7

See more details on using hashes here.

Provenance

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