Skip to main content
Archived

This project has been archived by its maintainers, and is no longer receiving any updates.

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

Release files for pickle5 0.0.12

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pickle5 0.0.12
File Size Uploaded
pickle5-0.0.12.tar.gz 132.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pickle5 0.0.12
File
pickle5-0.0.12-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pickle5-0.0.12-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ IBM System/390x Details
pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ PowerPC 64-le Details
pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x Details
pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pickle5-0.0.12-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pickle5-0.0.12-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ IBM System/390x Details
pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ PowerPC 64-le Details
pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64 Details
pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x Details
pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 6.1 MB

Release files / pickle5-0.0.12.tar.gz

Download URL pickle5-0.0.12.tar.gz
Size 132.1 kB
Tags Source
SHA-256 checksum
How to use checksums
80143d4e4ea9d6cd70e841af8745dbc4d50adef5adf99e725d240bcb92e6f1e8
BLAKE2b-256 checksum
How to use checksums
9c0b7c9e3fce5a64cb98307f26aaae6e9986385b640dabeb24995f9d5074b0fb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-win_amd64.whl

Download URL pickle5-0.0.12-cp37-cp37m-win_amd64.whl
Size 124.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
880883674f0ce0785709bdacec244dcb10b86db2d4cd84770006c1ff2aa852b6
BLAKE2b-256 checksum
How to use checksums
65a97e49ac8f43ccc6ac646b0b8659c642fde61368df003daa5f5cf252499d5a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-win32.whl

Download URL pickle5-0.0.12-cp37-cp37m-win32.whl
Size 115.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
67c19d88cabce5c0730b6c09b0d0ade163b0881904cfc491790205f7d9a09a2b
BLAKE2b-256 checksum
How to use checksums
420c744bd319a102af6b8c6f9e4d4352467a49d7477db829ce55043dc300fa9d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pickle5-0.0.12-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 262.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
403eec60bb72ae4e4a01ff0b092509bf3822fda406363be472e18e70c5397a02
BLAKE2b-256 checksum
How to use checksums
12a6274cacfb390e78a2922488645039fee8eda8f6d14f3bcf8785ffcca81f64
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl

Download URL pickle5-0.0.12-cp37-cp37m-musllinux_1_1_s390x.whl
Size 264.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
c533bd89093ebb3e95465fbc45428082b68e1dca4ce039205c1530a4343dc792
BLAKE2b-256 checksum
How to use checksums
0f2201d4fd7fbba54fdd05f34e946402b998d071e1ed8831ea831578852983d4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl

Download URL pickle5-0.0.12-cp37-cp37m-musllinux_1_1_ppc64le.whl
Size 275.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d8c0436ce4875133208fc458907466a631ac214d44e4e71b032b384d61599d97
BLAKE2b-256 checksum
How to use checksums
0cb15b729ad0cb3b1e6f3bfd60f54126b29fe5efd75b2e3d839d980cd42797a0
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pickle5-0.0.12-cp37-cp37m-musllinux_1_1_i686.whl
Size 254.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
ccda4c39b8beb3a58881c1a139b919e5b1644fa64f1b8596c6e3392b99cd191d
BLAKE2b-256 checksum
How to use checksums
3cc0c34324652df7a1d80936d49cba3169322bcc2624bbc693a616e5d0951757
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL pickle5-0.0.12-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 263.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
66df777711fe548210cf11685e36be8bbd2ed201cfd18518da261a0375e57fb3
BLAKE2b-256 checksum
How to use checksums
2a78e35c52aceff7f98adfd38d3c16a24d4a9ae3c608adc1b9cf82117d200908
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pickle5-0.0.12-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 262.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
9075a22b9ae42bb3f68b751561c152233529502ab91feab34ce87e0673530098
BLAKE2b-256 checksum
How to use checksums
f081c3729a2b7ea3208dee51c7e5a111541144bf9eb8e1c4052b07f3492c3f7a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pickle5-0.0.12-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 271.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
a77e6c9c760abfee6875779b675577e2516206d17d6f4e0e6af76798d84be4db
BLAKE2b-256 checksum
How to use checksums
5e3a1968b1349296338373c70bf1f2be57b47589c33e289654ae5ebbe8c904bc
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pickle5-0.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 259.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
251ba2c996ccbc36147ae18d7ed80020c4739f828fd3cd2833291c6f473c7070
BLAKE2b-256 checksum
How to use checksums
acb618085c967c9e61cacb6d1d3336adf5487c595b71577d679fdacc667ff6f6
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pickle5-0.0.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 256.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
734ce538fdb441a78a40c333d744d66ca1fbf9803a14756ddad4bf9af8a82890
BLAKE2b-256 checksum
How to use checksums
c4dab4dabc371e2b287a83b87b65d4428ef6e260bfe2007097dee3efaabe1945
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pickle5-0.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Size 247.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
17352fbea99a77c179cbdc58406dff84948b7675acfa1adaab1c153949fbbb43
BLAKE2b-256 checksum
How to use checksums
ccc69d83c991d71f2adafab08404793449a96b8c541772bc1360a689752f43f8
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pickle5-0.0.12-cp37-cp37m-macosx_10_9_x86_64.whl
Size 125.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c396073370353391ead10af3100234c9e4fe442e1719f49d469b70e6058589e9
BLAKE2b-256 checksum
How to use checksums
912b2dca5d1719d020cd055eb637cbd813e79171dc80210de8778502195bbc62
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-win_amd64.whl

Download URL pickle5-0.0.12-cp36-cp36m-win_amd64.whl
Size 124.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b844af6e179163b40020f06ed45cebfb9a227077dc512cc40d9e9bc8b3aa62a6
BLAKE2b-256 checksum
How to use checksums
bf7b43b4efa4af5c9b0742df5e0084afbf67b346cc5dd472c564fb1cf3cca18a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-win32.whl

Download URL pickle5-0.0.12-cp36-cp36m-win32.whl
Size 116.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
167aa4cc2349513819267e8d8e84b1244e69132366830a2574889a3b5d3cacf8
BLAKE2b-256 checksum
How to use checksums
72417938d6b9b6cb7a1af10accb71bb349c50a60bfcde372a161cba342ae735a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pickle5-0.0.12-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 264.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
8d3c9d8110eb775828a5a5a636eca5e9c63bf3f41c3fd1b05f97a0b46e1c5255
BLAKE2b-256 checksum
How to use checksums
da325032df12efc0941677c34d89d2940d0e726d92b7857408af1b91d424aa62
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl

Download URL pickle5-0.0.12-cp36-cp36m-musllinux_1_1_s390x.whl
Size 267.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ IBM System/390x
SHA-256 checksum
How to use checksums
65297f87aef6aff5361a39d9f841437f08295e8dce985f08b97939ced749f3ff
BLAKE2b-256 checksum
How to use checksums
c844f879f8b45c07732c3e0124148940b68202c01247fa8563a6530cdd31f61b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl

Download URL pickle5-0.0.12-cp36-cp36m-musllinux_1_1_ppc64le.whl
Size 277.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ PowerPC 64-le
SHA-256 checksum
How to use checksums
91464df7f22f40d656e6b73ebf042710ebf6ea6a3fb232bd70b1c384626abd69
BLAKE2b-256 checksum
How to use checksums
f790c3182a871d4db3a20d6bbcca57df21c9b410a0106bd629737fafa293264f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pickle5-0.0.12-cp36-cp36m-musllinux_1_1_i686.whl
Size 256.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
fa281642c1fe043fb3ad3cdfbdc9d4531ad47b1e9c0fdeaf76c54a7b84b3eb2d
BLAKE2b-256 checksum
How to use checksums
491817f235dc59ee2ae50c3b75bfb3fceab049ec8f615d0904fd21b044f407f4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl

Download URL pickle5-0.0.12-cp36-cp36m-musllinux_1_1_aarch64.whl
Size 266.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
d68731aae66b0727aca64fc4a7b11e637088a33c829db70f6e9749474174eab6
BLAKE2b-256 checksum
How to use checksums
42541f1d32d9e5964c70d51046e314ad20c2c7a5dd151c674eff0b0cff7da653
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL pickle5-0.0.12-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 266.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
49a51f75132b76747ad7b54196bca1a6c4c814fec116b2909fccaabf1073d919
BLAKE2b-256 checksum
How to use checksums
68d83c89ce8c15eddf04803ea39f804a7707b207e456f34aeed6213723ce797e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL pickle5-0.0.12-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 275.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
3fbdc106ae5551cd808897d30582e65bd1efa44c3610b2aee37df34397316b4f
BLAKE2b-256 checksum
How to use checksums
95b670553258146f69bab31ddef4f94a13b0efc580216b888109912626f3f45b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pickle5-0.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 263.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cc61c59343ad63745da4855846cfe459cf046ff669aad6373ea6b41f98ed835d
BLAKE2b-256 checksum
How to use checksums
a1144bdaefd811fe986fbc9692cd20f263935f7384c37810be9b99749a10c00a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pickle5-0.0.12-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 259.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5c7eb5a1b759bf0acf2cfb7ee3394b2935ec6de9174f4eb9044349cb06ca0ff7
BLAKE2b-256 checksum
How to use checksums
2a0742e327ec96bc543bae6db1b6407c3e22b38ebc3547a929cbc07a0e7dbb01
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pickle5-0.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Size 249.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
2141be966d40c1e6bbe4d77c4ea38df3be6f35b611941acbb50405a247bcedde
BLAKE2b-256 checksum
How to use checksums
50def5f323e32663f7b9bf2985c5acb3d7c46efaced09465e7cb6128d694458c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pickle5-0.0.12-cp36-cp36m-macosx_10_9_x86_64.whl
Size 125.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
748a1252c86c9ba18778d2cc2d314ec36eec224acc1b965da4cdf74702086c88
BLAKE2b-256 checksum
How to use checksums
7dd4b04952347c8c2ab7f8c9e586de78d40221e6be6df7c48af6943ab928c8c7
Upload date
Uploaded using Trusted Publishing?
What is 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
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page