Skip to main content
Pco logo: a pico-scale, compressed version of the Pyramid of Khafre in the palm of your hand

pypi.org

Pcodec Python API

Pcodec is a codec for numerical sequences. Example usage:

>>> from pcodec import standalone, ChunkConfig
>>> import numpy as np
>>> 
>>> np.random.seed(0)
>>> nums = np.random.normal(size=1000000)
>>> 
>>> # compress
>>> compressed = standalone.simple_compress(nums, ChunkConfig())
>>> print(f'compressed to {len(compressed)} bytes')
compressed to 6946280 bytes
>>> 
>>> # decompress
>>> recovered = standalone.simple_decompress(compressed)
>>> 
>>> np.testing.assert_array_equal(recovered, nums)

For pcodec's uses, design, and benchmarks, see the main repo.

Documentation is served on readthedocs. It's sometimes incomplete, but the types and functions largely mirror those of the better-documented Rust API.

Download files

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

Source Distribution

pcodec-1.0.3.tar.gz (149.6 kB view details)

Uploaded Source

Built Distributions

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

pcodec-1.0.3-cp314-cp314-win_amd64.whl (475.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pcodec-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (584.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (566.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (546.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (610.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp314-cp314-macosx_11_0_arm64.whl (524.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pcodec-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl (559.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pcodec-1.0.3-cp313-cp313-win_amd64.whl (477.3 kB view details)

Uploaded CPython 3.13Windows x86-64

pcodec-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (566.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (548.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (611.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (524.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pcodec-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl (559.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pcodec-1.0.3-cp312-cp312-win_amd64.whl (477.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pcodec-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (567.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (548.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (611.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (525.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pcodec-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl (560.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pcodec-1.0.3-cp311-cp311-win_amd64.whl (477.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pcodec-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (567.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (549.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (611.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (525.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pcodec-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl (559.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pcodec-1.0.3-cp310-cp310-win_amd64.whl (478.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pcodec-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (566.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (550.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (611.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp310-cp310-macosx_11_0_arm64.whl (526.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pcodec-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl (559.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pcodec-1.0.3-cp39-cp39-win_amd64.whl (479.4 kB view details)

Uploaded CPython 3.9Windows x86-64

pcodec-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (588.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pcodec-1.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (567.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (551.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pcodec-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (613.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pcodec-1.0.3-cp39-cp39-macosx_11_0_arm64.whl (527.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pcodec-1.0.3-cp39-cp39-macosx_10_12_x86_64.whl (562.1 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file pcodec-1.0.3.tar.gz.

File metadata

  • Download URL: pcodec-1.0.3.tar.gz
  • Upload date:
  • Size: 149.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b46b07b5c95643bec1d73da3526f839fd08b085b8dff556f7ba8d858612690a6
MD5 1672028c49d6a0451e4c442d8ddaa7e0
BLAKE2b-256 b88a5964036c38cc270da2a39ef233d18f4e7d3b7f659336ca47c711430a6048

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 475.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a3d0c0c9b0cf35d4cee77fed8283dcf5bd7c1e8d76dfd03e48b1e0f8ec310f47
MD5 5e865bdac0083279bd188b7a8ba53fd1
BLAKE2b-256 75188aa801e611adb664111be0ec7330e7ce97c2555c3fae41c5dfedae6e9767

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fc4c41b3f1202dee7b80b5d5a0627ed95e303d907794f47b16d065d0f51431d
MD5 00acc9579987a05addae867063530c99
BLAKE2b-256 84c234f62591930aa03bdcfd61d6254f0f5d1c9e63c7488355dc8cd02189071f

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 524deff8a8d3d6c73e3c3610a6fefae31531ba4f8b8f4f4c4df2e2ca0e5ca984
MD5 4bc5ecdd085b745a0cab3acc4bb5a160
BLAKE2b-256 3b22f15b71395c42ee4fb73c499be602b50c7eadbf087e221599336517eea190

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d3dcbe52875ad01fe3e38eaeeb4be100cba46641f4e3796d11043e40cd2c7d0
MD5 d48d588394c643d9e166c97c9dd360e0
BLAKE2b-256 a5c867049cd8cbf4933cc9a2ea581d9fd38438b40b0038afd7194d91e0cb068a

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a9f3f6268a466fcbbc05400a212ac1e98798082cada601524f2a3b782bb8b036
MD5 9feb6b82a8c1b36edc42cee6c869efa2
BLAKE2b-256 b303b0aa5cb9098b1c156615e21a6501145b8865a5fae669540afc6dc139cc3f

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68269498f2ebb801fb12e729ee1d55c7aec4c50fb9ffaa04eb2978e9fd22d90c
MD5 37983feccdf70a96b101f43b184d1a97
BLAKE2b-256 3e8da36f70400fd23d5166211b48a6273a8fe104e05dd68ef54d281e54633688

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2bf694580bc5ac61a17dbfb15121a6489adeba5d833da55c299ce974f4d8b55b
MD5 88dee8164bef612fc743eab64abe61cc
BLAKE2b-256 a9b2dc2d166d546a9c7e0caf0d15fab5f85fbf895877ae1f52713d502838f84d

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 477.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b9e86791fe0a71d129d189ab7380fe69c4882423d40df0388093027ab0b961bb
MD5 7d4b997dcf90b3028cf8c6934ef857d3
BLAKE2b-256 023f63db17762c4596a5a154784f1aa35cc5291d4b7c0643551a4f5602138549

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3cd3f966fee2c9222f4bbdac79bff5a28585a792becd22c8bbd32fd7c50232a
MD5 d314d3ae2feafab041e6b239fb1a125c
BLAKE2b-256 303a56b7b2f3e6a60610794446cc1ae0d2f965e5a9a1aee55965b36866b07ea6

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7ce2b8ed1c78604ad98249fe806a2f30eab447677d2747ed846c299d06b6b94d
MD5 72cebfdb2c630916f4ad695b2a768fd3
BLAKE2b-256 e9233775b6e0030f51bd7b4a14506871131649400608f137d3d2317db8bf81c6

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8f3f337e09ffddd4f44968ecd5eb1d7738e58eea1ab9ff3d34342418a1158ca
MD5 08c12b62a68a9484d70f7888ad227e9d
BLAKE2b-256 5fcd443ee2c1d99a2d4b0c3cafa72a6145131c765a6e7ea70cb31d422fc919a6

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7c33e5ad6ad9c65aea732353acaa4bdd0407436f3e1dbe65213c44f9e8f681b
MD5 b98321a52c05f56d15465fcb9f4b4f61
BLAKE2b-256 e38d4dd38e3751ea89abfb5d605a4d92e521f2f3d78293303b55f27b8973a126

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95879baa8041bd5baffe5854b77a1e4f86fa7fb6f4c3914b11efd35d34d5877c
MD5 2a2d66a963c042776716109c979bb1a1
BLAKE2b-256 ee8714400f78a4c62cd586c98df16777ec3c0b8e76b931cf63ef7696a1633cf3

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d5db17226da47dde6be6f85c4acd6f093fd8cc10bb26fd7f8d6f5551e4afe6e9
MD5 37840e8a068e6fe816fd9db662465c97
BLAKE2b-256 b9e37c4c903a134d6199d913d12870d0322e3009b1ca3dd441fe18266a540109

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 477.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a97d4686bc01b1169392a0a89eda1435d05cd86217d7143e9bcf75a740f50c7e
MD5 199e20a0c6143346583ad3b51fb6f955
BLAKE2b-256 ccdeaa548bb7b76f5b191dbfa594980644a0b08ac803fb9505218d5b16f6068b

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d398ea08860f96387340b112fd8d60e6e8a017387890552025e3cd2670892ad
MD5 e99d4442996c0b144aa9d996cf784796
BLAKE2b-256 7518f4cdb04c029853fde441d0d4e7f0dc0888c8d038c26563a60570fcb08b86

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 742bbe8a5fb4e9d1ad7b8013e5a2bf7f4f233aba24e1305eefc11c685d8bc77c
MD5 1b496ba7df7ba1c3f233048f2ebf8593
BLAKE2b-256 cf1e693382e740b1da3b092eb083b5efb6cc8358e99f269246cfac22658e5a07

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c36b8030f1a9c408d810b91b1b6f1aa6be7da03c6adc55159a07ee4a270fa89b
MD5 6bf73fa975ce2c02c6fd2cad556b84f0
BLAKE2b-256 ee3b8d73122a6e037a66c2d00c32c7ea020804f811a9ccc8c14301c00ecc90f1

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a7a1768628e0f6d07d0caebdc1ecb8f49f7ac9a0ca554808a22eaa1a34b5fd37
MD5 ce4e50429cafe556a572596bc4fe9541
BLAKE2b-256 6457ea47ed64647354b936782a2fbdcbf29952b64284399095e9c0338f013605

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6415525bcede3394efd1e6f5944fe11753fa170ba48ea9f6c0f190500f9a0cf
MD5 994f95c2ed2252b08ca845ff95773f91
BLAKE2b-256 910904bab9d9005fc720a1e770da5923bf212a102a971cd6f321fae4cb9bbba5

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f07e7782270fa758945a57b1edf8936bb7600fff6a25a457c8e163585188b83
MD5 ee6da383a35275a6e6190db61b097712
BLAKE2b-256 9a7d6a707b30bc7f0357cc07acd350c728df76e9095e0c3f8f7e156638536cfd

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 477.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e707885080958c44e003adee8d2700358d7d7ea35afd4e850b900702159231c
MD5 c14ca9f400504e30268bfbaa4110600f
BLAKE2b-256 901d785e4f690aff36718002cc4d65fedb8a8f1e700f0b05f0e8bad31c09135e

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3339b314c37d3d14bac288589fcbab578a05a6922f9df6d261c204ec7636df27
MD5 28b953132b0da2c2ffd05d58f0f851d8
BLAKE2b-256 119dd04143df04dd3e973d1afaf25a583d74ce2d5ec6c74edf70a93072210c55

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 600fa4d3cafec1e3d95e571c6d15d4fdd534799b9aefad3eee8f06d09a41d2db
MD5 0b91bcf570cc472edc54fd264d5c9179
BLAKE2b-256 39c98bb63be4c751e69cbeb9e18d6750646f79f5bc1bdc9461a195004c730742

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d83a351eb745e2c3af61c1eaa96cf3eb5eb3843958ac315423432d1ef1b4d7c
MD5 ecd0ce130da1711eb74fac831cc60432
BLAKE2b-256 27e8fc097392330661a51ff5adb7d023fe122b40cbb71cd5d9e47cb9ad14f892

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 106f037e9ca01cc6cef1ea323e4b96f3e1e60b5bef8ba76346f02b0ea0cefb34
MD5 0f1796f4510ab9fe72675b5478f24f68
BLAKE2b-256 6c3f7039c219f4b30ca6fabc1544f0eb9db5f9fa57433d0ccecd1b4e2848f59a

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1aa3a653467873f90ecce126483b2ac7b27f481ddb8e8491603523a327b3828
MD5 ff83895708adb2cebd98a8819ef18086
BLAKE2b-256 9e500f6a216fcb7e99515518e6e314fa5d908337c2f7a2b265c05f5579e32953

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 05ac489e5ddc621eab1ddea592368c9012e0005bad3731378d86e203e416110d
MD5 d355286c1e94e239b8deab2b9d17d028
BLAKE2b-256 9c3ea728c270d11c52795671f431cfc2b76a155eadb81fd1abee345021db0b11

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 478.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 597bea57f5ebbfbbfd81080d32361a9bf5b768f99cb7eb65969001e4e4fcad40
MD5 472e8416281d5cce6a03e79abe5d7c52
BLAKE2b-256 0eadb3c072c8075928d43d94c343fa3a2a8b8e4ffde080b8bcb86976059e76d4

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c3ec82a328122361d32703f2ef98bb3f8b2f2b8b62c4ec76630c76948dbddce
MD5 11ae894c60c85d8ec05f4ff7e47c55ff
BLAKE2b-256 a6fd647767d3bd4cc04e0d09b529a292b061c103db8e69beec3daddfc62ff830

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a06a5eed48c1e41710440cde4a2ba613eda1bd430b8185729931551c1044ac93
MD5 768276eccaf0829001ae0e67a0d31c40
BLAKE2b-256 4db22a04a7a81414bee96f762d854877e5b4e2ce55a36fd48bfba22940080b75

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d0bc5c1ad147c886893fc2b136164d23de69fa20692e9e47f2520cbac357ba3
MD5 a6cfb59a101fbfde504c68d4bdc5fa62
BLAKE2b-256 cea358bbb301436b1ea3e98759c44f226495fd846e9319b0f66feb8ad125cdd4

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d944ba4d52423d302eb6a65df869a8399b5fc05cb58fe641bea02636a3809dc9
MD5 01577d2fac7e6331f263f8c306b61dc8
BLAKE2b-256 cad4f926dd0c5d8c421af3fe9f7362718c2d48e74f6e65359b9bf138637754aa

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24d866163ef7cc247bee08997aa37fb93020d61f83b9ed15e141fd99593e787a
MD5 8aa432e55b35e77d68077ea57c1485b8
BLAKE2b-256 6cbb606fba9f4b731c1e1afe6de1fc6385efa5e168e20c5f0d6cc20ded371698

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33bef981384c955f6afeb2c6f82d66740bd260348079d8eafefeef0e0b2b1a4e
MD5 70c3b573ffadb376d8e09e9c550dc9da
BLAKE2b-256 b3183e26ecda985564a5e5f01bb89f629adb2bacac1cf94233f3ffc24659aaed

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pcodec-1.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 479.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b35b9127cbe0ca5f8efceac34155f825c72b7cd2cf1d1782486cea5af742bcc0
MD5 1153b3df1e3c7c217dc37375c86d27b8
BLAKE2b-256 65d716a5242ab35e032d2936c0818261b7cffbb9bbf1187f14f7f7a7b6673a52

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1a8b4b59efb26b221c47604537c49adc0caf5f66782e475334a5a9b607a8617
MD5 4954c0fb1c27150869e458c256a9756c
BLAKE2b-256 7f78b936c82cac6a1b36ec1687931d195c3927bdb67a59cd7400cf87988150a8

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a28b70741863caae30dba4591536e4075ea5630faf2fc5b6b610c64305a7ae61
MD5 30b237b7e71f4a22a13f26db6739e233
BLAKE2b-256 c8c1da1b0f1e9195e6af2c48b8c8535b23424bc6e033d00f589eb0f5aae71392

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6cf6df34dc3e37f0c380ee8c570d361d57ac83a4adc59f708f4185cbfd40e63
MD5 903bb007fcf738cd03e7ed03c02cd1fc
BLAKE2b-256 713afd2c32195e8c2676e61d83feb11e577d3b1ed750ee5d73c68b58516367da

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 73b1fb31281a4cca80a3abb5f9250120da8f396bb82db9cd38bf4087317775fa
MD5 c5542cf0ffdcb15b5da5e4917c613345
BLAKE2b-256 f06ce6725baa2ed11c97eda49e007e422741defa8085cfd78b8e7be0d13b2056

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e99558dcf13c79a104baaf3df179939b88543daf5d5fdd773a3dc39ec9e84c2b
MD5 88e9ab1f0548fd50914f0cb2ca55f427
BLAKE2b-256 89be16ef9262be79bc78017aa33d7e05eee5abb836745482b0a185a62238e1cf

See more details on using hashes here.

File details

Details for the file pcodec-1.0.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pcodec-1.0.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bec3dfd0a6b8c3f41c9a314f64cbaa7d795be3ab8b30678bdda82b9ed1d6b76c
MD5 77899877b7661411bee94c6d1f1ab015
BLAKE2b-256 55664c4127cb2e441a628a15cb7255b927603f92521db3780391b9c3f3b08ec6

See more details on using hashes here.

Supported by

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