Skip to main content

Good compression for numerical sequences

Project description

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.

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

pcodec-1.0.2.tar.gz (146.7 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.2-cp314-cp314-win_amd64.whl (473.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pcodec-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (585.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (561.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-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.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (605.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp314-cp314-macosx_11_0_arm64.whl (522.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pcodec-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl (561.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pcodec-1.0.2-cp313-cp313-win_amd64.whl (475.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pcodec-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (561.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (547.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pcodec-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (605.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (523.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pcodec-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl (560.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pcodec-1.0.2-cp312-cp312-win_amd64.whl (475.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pcodec-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (587.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (561.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (547.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pcodec-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (605.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (523.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pcodec-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl (560.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pcodec-1.0.2-cp311-cp311-win_amd64.whl (476.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pcodec-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (585.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (562.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (548.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pcodec-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (607.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (523.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pcodec-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl (560.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pcodec-1.0.2-cp310-cp310-win_amd64.whl (476.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pcodec-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (586.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (562.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (548.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pcodec-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (607.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp310-cp310-macosx_11_0_arm64.whl (523.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pcodec-1.0.2-cp310-cp310-macosx_10_12_x86_64.whl (559.4 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pcodec-1.0.2-cp39-cp39-win_amd64.whl (477.1 kB view details)

Uploaded CPython 3.9Windows x86-64

pcodec-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (588.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pcodec-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (563.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pcodec-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (550.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pcodec-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (608.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pcodec-1.0.2-cp39-cp39-macosx_11_0_arm64.whl (525.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pcodec-1.0.2-cp39-cp39-macosx_10_12_x86_64.whl (562.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f97cad59175e9353f1da9f5bbadce340d31858e992f4ebdf09acc78f424f08d4
MD5 f94bb1a0c00e5068ae70041e165d8058
BLAKE2b-256 7e04463fb9af3d6d790a44d01db4c2890d84d089a918e730e70f841892127634

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c29f89af603da4f7060cea43e190e0464a68fc2c7d34ce6d14e558d5ca9e487b
MD5 6a493d12d950fc60f1134e4c513c641c
BLAKE2b-256 c0f9543da43edc4841b14edba04b47a6b9862977389cee69e90a13fe4cf6bb3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5964a9fb1993937528c182cbf7b93784edbb5c4b5e95e635cc8d871dcab0241a
MD5 203eca0e51097b7edcb125574bf07f5f
BLAKE2b-256 597588d2d81422675df7945619daaebbf85f4c1d942ce82c9383cfd5722c315f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a9868959034f7fcb418cff4d26caa846c9af15697055c12b5b0c7e2141cc5dfb
MD5 eb5dd92272ec3545484676ac293d509d
BLAKE2b-256 20db76a5bc8dcda7db12673211c35034a27b0715a46b2861574809c4f4a91f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fbd3cbf2ae8de3c73fef0f5aa8e10a8044e5f2dbd7688323ae142ac87026814
MD5 b4515a614a5c1e108c89d1310eecd2cb
BLAKE2b-256 e804b3847be587781396439290be406b436433edfcb846e6e68656f9692c25e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8620505b700af4af94bed51653d03644dfdd56eeb201e8ab912af63ba26da2f8
MD5 635ac368b83821394fe26ff0636874fc
BLAKE2b-256 713613873b4114391a607d5c399f1850a0f52901f0cb03984e264547ced4e082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 946f6b16704c5c3aefe6dd7629b40e7b9526cd09c647c503af1e5e9093d4705f
MD5 a385ef5efad8694c2c50ee39ff1001c6
BLAKE2b-256 fc2bec50395b492506d1d520272503d4a2d6abc31cf93653e0b6038ed91c94ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3baa53ac3d489cebd7c1096de2f353f98b846e347ec400e09689b759ef98acac
MD5 2c0e8902db29e27dd2cb0cf28f29dd0e
BLAKE2b-256 589588a1b2b2b0d48c0c6726e0cac6781000f9ce4665bdd81aef221b411e7913

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ad421f1eba506703ed5de0e927e41900c6a2bd445b3a0fab2a70839b429a7686
MD5 cacc45eb5c5ee2edce887c48aad009e2
BLAKE2b-256 1d76de47459d814652157dc81f52891bfdc94225c46eec9513cfa2a5ca8b0195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d130684f7b89154e51a303055324fc88539979791c92ed42605aa347d8b4f9be
MD5 9b0ad4d1a5db81ca15494349b7ffbb74
BLAKE2b-256 d05e19a3bbfb6240dc8e95085d7c9a63641ef02d2d32f2178800ffb067629768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a95fb18bdcfafba82de65a43e949abee056a117f07f85a1ee16872aa62243e8d
MD5 53679ddb3edffa7a840a0e8b6f96e38d
BLAKE2b-256 e5488e736b919f9fc445f811f8cdd0cf3f3f1c242810d113e34456249ef1efae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c2a3e3f180335d8526674764b53e3fe18b91a9f4c79f5f2d5f73690fedf01105
MD5 bb16f178ca172f5d4c95b3f3cff2604a
BLAKE2b-256 b1c1d1db5b5b808a1f6379b046118922cb3c62110f7312e6d9d27605a241d2ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 693fa7cdb2787dd66bfcb7011a392d6f0a26e55759b888c0d027d902bf7a9c70
MD5 d0b54a01be76ec4201d17bc7e3a8eee3
BLAKE2b-256 d524815017115058f016b4fb6c70271f6be7e4e8ba3d4667a558a753d26b4c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 230ee7649f763f859b4348f5eb927c1a15d5134cb967a612ef9302cb68f24e82
MD5 2f561177bc897d8d94ae9d6c0d995f15
BLAKE2b-256 d8a7f7b7ac78684c2ceff6183b43b53351bcccbe19b90f614ee959a21304806a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f889735a76997cc4ccc308a3190d5dcf491f707a9754add1d1d92a1906d8bcc0
MD5 4f9be85854de9df5b4e60fe366d8d0fc
BLAKE2b-256 eb5fea2d0b1519c7bf7c88ac2d534dcf91eeb43a89bb2176dd8d6012e2adc248

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8cc13c0701f416757aa7213b1e9184454e1b49ce857ef253a0f95ec2b997e759
MD5 7bc219fa7b0e2f98f3afab350912f846
BLAKE2b-256 acd246987cb95c3305933fa742c7432fd2d8df80c054d58ef26aa289dd19c206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07f2e43693c5215238b077f5a540e453540250141f248726a5d545836a80ebab
MD5 5dc10188f6d19cabea70585b2e592842
BLAKE2b-256 88ae21894e94dd09d6f31551232305882a4b37938698875e0ec8b8e3d9f95132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4fd4ba77c3a645d940bd5b55422c90caf349084c7f00564d7d36a8a55159ce36
MD5 9f9cb008b7cf5a807f9469a2c8ce1ba0
BLAKE2b-256 7dbeb28223ccf32449f3321fb457711c15e9e54500ab484a44ec677677b639c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4968cbbcfb3aa7f9acf92704665d49385ee7a9d1c6ca736f61037a11d2cf9259
MD5 cff9ff8a4e4947b62cc26cd2e33f1acc
BLAKE2b-256 3537f5e0e0e176be0420228dfe0b9d014e93c43e744cefbfae7b9de8815b0dd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e4dced31b0e84a39cdc952adf2405b1ec7add7aece3aa01d7a3d662ade905427
MD5 34e5fcafa8a116c2dba4484155afaef8
BLAKE2b-256 8cc648e987c851a778d64fb68d23f4dabe07cbe6046dfe159eb301a7b0372267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7182e1c9ddbc505be87fb54317ce091e8448862edc20dcadf6ba34e89e297c0d
MD5 9f7d2051e1c88c6ae2bd7558f74e6b31
BLAKE2b-256 b6e6097e82d6e296e361e6b617fe7980661fc433ee039074cdcdd8a5269c6100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0b59f4414bfa51b4fc02563efff888f6bc00ab3f73bdc04d1275b2b044ba859
MD5 1bd89af968b0102c55ac17688e7f151f
BLAKE2b-256 bd7cdd83c1d4ff84617b713b90acb6d66368de23adb49dd10237711e07fe51b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 57d02cbf89ecb3966375cdd7e7544f6ad043842dac081dc6630bb340a3997b66
MD5 f51222f8df805c491a63e55d9d9d66bc
BLAKE2b-256 9aa7af747cafd25f4a177e4349d1dee0a9d8b5d3d3e54de5d67b661100884dd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 897a59031c0de96631eea2b43c40f95b1c6794ad8abc7fa00c19e90e6d3c64ad
MD5 d58464931e8a53b0d0b523159f1ac1b4
BLAKE2b-256 35300add6521622fa335a43fa88c2d9d982769355ccecc787b6900eb40c985a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f8eb97721c86de69dfa92709821d5f0ef8eba40aaa559d10435edbec35fde972
MD5 dac743a6fcc80e17eb91935b0b067ffe
BLAKE2b-256 d1879e025f527c3cf6d9a373f833a62c44e173a5a19bb889fb2cfa39601b632b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5375369703b5bf5d3606097c12dabe4a5313f907da2ff1ba07ee1e6edf332b7
MD5 aa3a3f636046ade044915148b5cd2ece
BLAKE2b-256 3c59cc11f445d8f434571349506f85dc49df1f950f933ae0bcbd67931745a865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6dd1436b120c08b113315c768928589b36aaaf58bc56ee3a8b81ebe50f1b3bf4
MD5 fe456344d20c3f71eb73ae5789d941a2
BLAKE2b-256 83db7d1979a174594855d0dce6783e4a050b87855dc7f5718d62f61ca822dc81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 377d2ac3174823c9856b883366405bc8c9e88149b17c936266fc5c1c4595a866
MD5 5285fe18115ba105c0a54b21f1110c0f
BLAKE2b-256 146d96dc383b21ce11e981e17d4a37ab9f628c5ee92f9695602e9543a13d94ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d0eb432198988c31058a5cc461f544894f704e6c2bc4d185d63d48602eefa7d1
MD5 2c26380688e05a7c7190a069d4af05db
BLAKE2b-256 ecd4412f56042c6545250173528b1137f732d1f5cb0c564f4d5d3e536ff3b2ea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 219dd39f524172888246775f7d68eb17ad5e03ed5a70ee4ec2116cdbddfb844b
MD5 8e4d46e523e44c4c7589c0ce4888e02f
BLAKE2b-256 cc65accea6422aa4022c4c491bdb14cac787da67334b784b5d3711dc2db7c7c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f18c52628ae22f1136d8d17780e30088957088ed89e6e7d326f5524a52ca317
MD5 94ad072e4aafbd7838a88f105e82edff
BLAKE2b-256 02cfbaae4a209ab922e2ab3c10fb8e1aded4ae36e1b1923859cf97ba3fc5f87f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e63c5a34cee61ea89ff2d4317a4b1e7be112f95c1620b8258c3a89bd026563a2
MD5 6ff36bec34cae6b85b780cb3f0ed7aa7
BLAKE2b-256 0d2177f064938ff750b609beea277673f8fa1671426fd5fa532d30f590c74b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aef7e98a13048aa89d970bf3617a9294d1c657e107ec30668d125b6272a53f8b
MD5 00de379b436eae8c8f8058785fda9b1d
BLAKE2b-256 c144bfab675b35aa572774b7cae0d318faef20732a46b763b3c5a84b29c81735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ff9cebd206b73c9f21750762f6bea12135ba0a72cda00a3a942942c212df67d
MD5 25fdd016d449b0c84ea7a60b2054bd13
BLAKE2b-256 b431f2a006cfeeedbdb9e5a821daae12ec62c9cb8ab74ca0b6bedcd8204e49ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 86f7c5c87c865238df6fae13ea67af6c58f433f44e33456a3dee3dfb96ee8b94
MD5 92d64a6b34fde8898d788952014f0869
BLAKE2b-256 e9a123d38579f6ce9cccad5fc72a0e529247bdf0e8bc9dad81c5f39c6e80d1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8275906ca4c9b06ec9947be85345f8e94b70abdd202da6fa23e5843a420cea7c
MD5 96e85af7c5f6dc7e493aeac937be8bcc
BLAKE2b-256 9aad8058bf1cdf9d57692afd805e1adaa927e304cd4dc125b7f986f3aa9340d6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d40ad6a41813ed00d1e933af38b840beeff089764d81fbdbd172ef55bbb45a3c
MD5 45b80f44d05fc63aa18553fde3a9ac76
BLAKE2b-256 03253651c22541245807f67d9b01f046c1bf630b07f2fe412242c9d7b7fd554d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4020548616c9c24a3bc022b72851873f43ade95ec076723ec0d6a489fbc71614
MD5 f6e21ea7aaf01cc460c088ef5bd7afca
BLAKE2b-256 aa33861b59a85b6a595c0847e293cae40d9de4bd8b1c65e4c6b17aecaa3f8f6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 763dcb7ff5e2a583c196762306d77d33203637513b756291da3010edea2cb926
MD5 8ae45e61c229cc2261eb73e054799e72
BLAKE2b-256 a40ec448a086a777639fb75a6c177744731a72e402c2073e042366f63873c197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bae6783d00240ff07a2e034247484939518dc0221668d468fcf6d79eaba7714
MD5 93331b59d1f56a02366ddd0b8481cb0a
BLAKE2b-256 27ec5849cbd29e7101d7fa2ab51d9442cf1ed00c1b899c54c57394fbb3dadb9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dc60716b498aab8891137f1f522784ec8ced6ebe95ba0637fb116d7a44913aec
MD5 f0f62329873904be2a6936aca50b5025
BLAKE2b-256 46faa63f46ed2212148f0ce0c99c29580f6e1ea3d53ff442e014764ebdf1900d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4adfd06b421c86be58d7176202d254107a0f6523c6681fe4af3bb86e5d9792fb
MD5 ce33d1fc0bdc5fd293134d4b7d8d1fba
BLAKE2b-256 eeb890c2b3117faa4e85e931580da0a69c021c61d0993baa4eee97c0c70c6d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-1.0.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 48c510f45fbee7fda4db030e2a594d9c2e262c6a1096625b0c69676f307c6fd4
MD5 a5d7e221b3d3d56e2821713bff303d60
BLAKE2b-256 f1ead13d5d4086a8f600e88e733f177afc9501f5dead03a79af6032e64692191

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 Pingdom Monitoring Sentry Error logging StatusPage Status page