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 6946258 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.

At the moment, we don't have sphinx + a website set up, so run help(pcodec) (or whatever module name) in Python to read pcodec's documentation.

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

Uploaded Source

Built Distributions

pcodec-0.3.1-cp313-none-win_amd64.whl (373.2 kB view details)

Uploaded CPython 3.13 Windows x86-64

pcodec-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (535.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pcodec-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (521.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

pcodec-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (514.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pcodec-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (565.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.5+ i686

pcodec-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (455.3 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pcodec-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl (485.5 kB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

pcodec-0.3.1-cp312-none-win_amd64.whl (373.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

pcodec-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (535.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pcodec-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (521.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

pcodec-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (514.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pcodec-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (565.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

pcodec-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (455.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pcodec-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl (485.5 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pcodec-0.3.1-cp311-none-win_amd64.whl (373.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pcodec-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (535.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pcodec-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (521.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pcodec-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (514.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pcodec-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (564.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

pcodec-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (455.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pcodec-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl (485.9 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pcodec-0.3.1-cp310-none-win_amd64.whl (373.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

pcodec-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (536.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pcodec-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (522.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pcodec-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (515.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pcodec-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (564.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

pcodec-0.3.1-cp310-cp310-macosx_11_0_arm64.whl (455.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pcodec-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl (486.1 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

pcodec-0.3.1-cp39-none-win_amd64.whl (374.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pcodec-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (536.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pcodec-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (522.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

pcodec-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (515.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pcodec-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (565.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

pcodec-0.3.1-cp39-cp39-macosx_11_0_arm64.whl (456.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pcodec-0.3.1-cp39-cp39-macosx_10_12_x86_64.whl (486.9 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pcodec-0.3.1.tar.gz
Algorithm Hash digest
SHA256 1b09697c11ba16b104252f59e09f60caa35ff97b8cd1454486b25d4f78c77aca
MD5 950b78fabfa6d0367ca3b330bd2c66c2
BLAKE2b-256 6205cbeb8cd7308ed407e575b2348b722660cb4d80754427ab541ec5947d39a8

See more details on using hashes here.

File details

Details for the file pcodec-0.3.1-cp313-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for pcodec-0.3.1-cp313-none-win_amd64.whl
Algorithm Hash digest
SHA256 d16e74d917298671f0e5cd76f6842843a064eb9fffc03394367850f35ce79fce
MD5 f1bec444faa1964d9a30b8b194cb9da4
BLAKE2b-256 55e93d2716cc4a2858b48a4f4a18b20d5cf9d9d79625e64717b9d8d136365172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1135e32b948703f0ed8b313bc160dee82b0e445cc5c1f6478fbebfcf567a51e
MD5 d690687540f1e7e989e243cc69a16d55
BLAKE2b-256 5c2d414d600d1f59885f5699cd3cea3e0829c3765b41d2897729cfe4190bd135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df4ae80a6faac49810d222bb31b092392e087b5cde1afaa04e16a54a09f84787
MD5 fbc152d3993aed711d1ca93cb6d2c589
BLAKE2b-256 7432ad31a2b12e2a7c5cd7d23a8e8345e59d3a0346783a45df189a3cd32e3273

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0da1607037f9bc4636cfa97c4bed577a512a5c5ffdabba8c82ff9661ea84100
MD5 6e3c5e90e039c16b51053e117ba01d0e
BLAKE2b-256 52cba160a4e1211b49a8c4ed17d265ea9f00bd17bae7dd445c4b1644f62d3b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0ba34b3bf29994ea1e8279e0196435edeed1de3b03f53344d692bf9d88a6a81
MD5 ab649a564b5afac837c0af7f535c4dcb
BLAKE2b-256 0bb3c8750e5ecd0c21762a731eddecc07a0b723540cb14088788b4adcf5c7d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8184359b4518e4877f74b16d623afa313aba22e070ea023079c0c033817733fe
MD5 32a90ffe4ee3720668d03b56bd5ec479
BLAKE2b-256 3be39733f4cc952e87b986d1f70f2e74a5218fca274e96746f90d575e828e995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8fbf8b98bab1ce320d87473a2b63e941a13c47ec4db5eb85a8760b172154125a
MD5 74f60905663fded17def08b9d86d443f
BLAKE2b-256 71772b94af5fd37ac2c4c5caf8b3bb1b1cd9eb782a6519cff378a3d39546ff28

See more details on using hashes here.

File details

Details for the file pcodec-0.3.1-cp312-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for pcodec-0.3.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7af21f289095a8939e25e77a4e7a8f984aad79278bbe0f5b2da9f530ab187437
MD5 7af9e80fce4eda445939bb76622c71a8
BLAKE2b-256 a3aa8774e782849387fbce749dd95d05afc155c8b9052d8576ef4ce46c87d34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02bdd8f5a0851b87e6ee08619b5a3f13837384daf6692de6804edd2964e51f02
MD5 53ded718e605d63335f5fc877cbd7b26
BLAKE2b-256 82639018ace1ef4a38b3386ea35a56faa9da5e004bfde3f113bec5e43650f526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4176662239194335d7963abbc03cf077b35fed9e8d417fa8f9fc8fb694b5b066
MD5 dd393e8f6f9e5e4eab033ae947bed4ab
BLAKE2b-256 f083474d5356ce57e3adfa48f1f7af152aafbd15876ef0880e5e4fdbdb86353d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28b1fdcac70dd2d737a81c663df13c7cb1cd9511679bb1f44b12bd66b1519cd5
MD5 abb1a0965afa9031d5a0d9961155ac7d
BLAKE2b-256 04862bc85a17a9539958d9a7087f63b629f4e4c23dcef04b1f3968ea94ddbe0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 427957632937f528a7548d5785e9425e8607407f485f1aaeddc4124f5d3009a5
MD5 c76dd7fb77c667b677679f78f0c6c8b7
BLAKE2b-256 027e30ed72513898351f52a959b30483b3ab82da8f9289fa8a23a18e994615bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3268f5a7b63ca9d0610b64e49a50211ebe13a0c56c52d00d74dd62ba8c26f4d7
MD5 3cc9a7cc5eccc4f7055a144e2d652887
BLAKE2b-256 fea597be4bda0580727f4a11ef9c9cd72749d8ad406e1d7f01e2e16735903249

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c47814396c7d0e00f715bc969de2f2951d1dcda130fb88ecdfdca1772ec34da1
MD5 39ef27bb8a1841bc3bb5a47682a96c40
BLAKE2b-256 18a617c820a60fcfb8cd2ef3e1a688c0589961370fabe5ebaa5c384ab49b602c

See more details on using hashes here.

File details

Details for the file pcodec-0.3.1-cp311-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for pcodec-0.3.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 da8cd4c868c02586fdcafb3f3644b64806bfbbd39f0b50f44713c4a41f880449
MD5 d22ea600801b286f838e3b5a41703231
BLAKE2b-256 a691724eb020be762b2af6b4f84e63d6686704dae1cd30816a07a7ea237f4ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fd31dccc7fc74ddee31d5375775554583e828a4c57c6656f7edfd9a211e1bce
MD5 60ea5f724a183f61f7686083e818f081
BLAKE2b-256 916ed701d0f891619e7d2cfcc3ef898ccc4364fe15a8209dc2dd8ea9cd29aa94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 992c2984cc6ee213906cd98d7cffda32790746347c9a948481b10d238fd9c86c
MD5 49c8165bdc39a11669e2a24fc8e40e9b
BLAKE2b-256 ee1adc5b504335b3969d1cf21542a54c3b100b7d718b6536aa681eed928b79d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cd1d090a5c69b57251ebbfb066f87a245d4946325dc3da22b95164a23c2e6c8
MD5 f47c925ad3b82c27124aaebbcf1840cb
BLAKE2b-256 8a7195543212a8efecbf7b975aaad56352bce939ede117fa99fa09b6c6c5ec99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 537cfb5ce626930a6f64256777828fb3932f4ab9331430c12d8438915a4eed51
MD5 a7b2f1f6281692c0d73f3cd7dccc18c7
BLAKE2b-256 55e1e01c1a09da49defb5dbfb90ec33e45daebe9de8390be06a851b69a38d600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7908267a58c1fbe9f630fbdc32a5a0f173e25d4b249f42f458b7936e4d3e11c6
MD5 ae7ed83ecd5e61b669019560122863e0
BLAKE2b-256 c3d70ad9ecbe8660f12b8597141558c39a9ffc22f4d6a92ce7dfc175d59ffb8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f15d11b8b2653767c74245d74b20b869f78833a219b215dec872f5c95fdd3e3a
MD5 caa6181fa85d2fc15529d1c964f6bfdc
BLAKE2b-256 0df68906df6a6c6ae658b5ad2e98ad49e6aaf24c0c5254d0d72365ac74dca1c2

See more details on using hashes here.

File details

Details for the file pcodec-0.3.1-cp310-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for pcodec-0.3.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 384cc5f0163c68b9760e5aeae9585b371f0a32951ccd6fd03abaa9c55e1b707f
MD5 c7fc93bfd451afb8dde4ab3dfbd7f236
BLAKE2b-256 fee8b1d3816509d957cceccbc3856eb2e9318e04223a5bf456fb94d30f5a8ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39149338e87d3c26a1dc7638afb3aa6ebcfaeeeb9f5e8379f05c952b2c2eea0a
MD5 e088b9a8c084e425effdabd22a8fcda6
BLAKE2b-256 9d94210eafc0b5f3182d63e1f7718d90bf6ba2ffbedb0729fe3cdea8bfa9172a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 72b8af9fee39ad227be9abd063df3a37b67f985bee67f9417b16ff6bfeb09202
MD5 6c1960f32bd66a5fc58eb02e6a4cf99b
BLAKE2b-256 d61d0af70d56540cf90ad7c9481b1671dcc0a960f4b4c01ca0ff23ecbddcc578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 279026f5c6f0a8c6448f33744f0ca8c0f5258eeb790ad9a1e8a324764b7507ba
MD5 f785b47f3e37096b1332467bd4045a34
BLAKE2b-256 5c047aecfda1673090f8990e58b6237a93e6b5f794f015659ff3aa881a243d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c6fd400f8ea2412ff471cf4bcf6bee583bb67c5ee40e040d39182018bbfa15d
MD5 6d57799afc6317df6c4b4aeeaa9343e8
BLAKE2b-256 cf2e94f506c8f523b0971f051d9435cd85b2681a32d18841bf3fa12c0ecfc9f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 525424e6603d09522191a3e7710af2bc8842ab2ba62b3436d862ff5edf30b356
MD5 d0965f1e0f6c4fa1ce134f6287f14008
BLAKE2b-256 bcf514132c0db2d06a7bc51ec68acf655f83775c8112124e539e243b6365fd82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9d33c3cc5712a636785f10b0cdc4525d7b46b80a32e2c923c4d93654b035aa06
MD5 f188b28aad20516efb714c9ffa6a5204
BLAKE2b-256 d1d5a329dfc9963ba341156133b0781e2e10f70d638b8fc0acf804e2ada875f5

See more details on using hashes here.

File details

Details for the file pcodec-0.3.1-cp39-none-win_amd64.whl.

File metadata

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

File hashes

Hashes for pcodec-0.3.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 8d77002dbae59c66cb0cf5d6b13ef1a7996829fe24f6de6097b1cdcb2c8e797e
MD5 fe434bb12fdbc92299b5498ef10e93a4
BLAKE2b-256 fabd8040e36fd3af7f9a16fae9db8328892377cf31d379a3aa5d92a8d723b0fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f198a86e72a12b01705b5b0e5e8b7d2c0458abaf02eca9a1406a4579c35efc36
MD5 ca6eb25afc9a23500995d4af91f3054e
BLAKE2b-256 32d8599ee20dc5e74d6a2a57198ae088e2af28f944efd4868a4e46bdf3cbb755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cbda64aa7e6f8ea1f1ebe89fec960286a7095025a4cc4948c9d61e626af32018
MD5 ff51866c794677acfb6a0711bd7a3da5
BLAKE2b-256 5139754039aa6a617850b3424f9e5d760b16c84b2a6dd6d26e587c32f2a47a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ffa61da2cc2792482e7d825967fe4265f343770e2b88255e81ceeada91cc982c
MD5 069a307cb16e3a35fb2449f2c0662cb6
BLAKE2b-256 af71f0328c26a80dfb49b46f114c6e787eb8acf687f089852b77fcd86b0f0be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 148cfc20ba046d0ebfbf89bf3942c44e273b8b9a0ab7897b9c0cd7fbe500a3ed
MD5 55dd0ee5f4d3c544d610969e240dcd73
BLAKE2b-256 2a2141d859258234dfc530800feb790a1a6f0f7c1ea7fb5cb5523bfbd20d847d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 539eb3a1a88c002a4f9a325cc47b839b9d80cb31f6ff007750ae703d96610c79
MD5 005f23738da2dcb7fd51d6ddba4237ca
BLAKE2b-256 dcb82d51af31ff23a513ffc407602650c29c27f4331fdaee758b52ca4998718a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pcodec-0.3.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c7096838fc1c2d07dcd93a375ad12d5bf34903ed344c1a874d48a65feea5f9ed
MD5 f12db06b2681d97a691dc26d6a9c1bdf
BLAKE2b-256 7276413cf4c11898fe8f1814fbe1ee2ae0a0badfc31a5b39388b3e44a9ecc227

See more details on using hashes here.

Supported by

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