Skip to main content

Simple & high-performance compression utilities for Python

Project description

compress-utils

PyPI version Python Versions License: MIT

A unified, high-performance interface for multiple compression algorithms across programming languages.

Features

  • Multiple Algorithms: Integrated support for Brotli, LZMA, XZ, zlib, and Zstandard
  • Consistent API: Same interface across all supported algorithms
  • Cross-Language: Core C++ library with language bindings for Python (and more to come)
  • Performance Focused: Built to minimize overhead over native compression libraries

Installation

pip install compress-utils

Quick Start

Object-Oriented API

from compress_utils import compressor, Algorithm

# Create a compressor with your algorithm of choice
comp = compressor("zstd")  # or 'brotli', 'xz', etc.

# Compress data with optional compression level (1-10)
compressed = comp.compress(b"Hello, world!", level=3)

# Decompress data
original = comp.decompress(compressed)

Functional API

from compress_utils import compress, decompress

# Compress and decompress directly
compressed = compress(b"Hello, world!", "zstd", level=3)
original = decompress(compressed, "zstd")

Available Algorithms

The following algorithms are supported (availability depends on build configuration):

  • Brotli - Google's compression algorithm optimized for the web
  • LZMA/XZ - High compression ratio algorithms
  • zlib - Widely used general-purpose compression
  • Zstandard - Fast compression algorithm with high ratios

Documentation

For detailed API documentation and advanced usage, see the full documentation.

Contributing

Contributions are welcome! Check out the issues page for open tasks or submit your own ideas.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

compress_utils-0.4.4.tar.gz (42.7 kB view details)

Uploaded Source

Built Distributions

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

compress_utils-0.4.4-cp313-cp313-win_amd64.whl (693.2 kB view details)

Uploaded CPython 3.13Windows x86-64

compress_utils-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (977.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp313-cp313-macosx_11_0_arm64.whl (815.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

compress_utils-0.4.4-cp312-cp312-win_amd64.whl (693.2 kB view details)

Uploaded CPython 3.12Windows x86-64

compress_utils-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (977.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp312-cp312-macosx_11_0_arm64.whl (815.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

compress_utils-0.4.4-cp311-cp311-win_amd64.whl (691.5 kB view details)

Uploaded CPython 3.11Windows x86-64

compress_utils-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (979.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp311-cp311-macosx_11_0_arm64.whl (815.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

compress_utils-0.4.4-cp310-cp310-win_amd64.whl (690.6 kB view details)

Uploaded CPython 3.10Windows x86-64

compress_utils-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (978.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp310-cp310-macosx_11_0_arm64.whl (813.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

compress_utils-0.4.4-cp39-cp39-win_amd64.whl (689.5 kB view details)

Uploaded CPython 3.9Windows x86-64

compress_utils-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (979.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp39-cp39-macosx_11_0_arm64.whl (813.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

compress_utils-0.4.4-cp38-cp38-win_amd64.whl (690.6 kB view details)

Uploaded CPython 3.8Windows x86-64

compress_utils-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (978.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp37-cp37m-win_amd64.whl (691.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (982.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

compress_utils-0.4.4-cp36-cp36m-win_amd64.whl (691.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (982.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

File details

Details for the file compress_utils-0.4.4.tar.gz.

File metadata

  • Download URL: compress_utils-0.4.4.tar.gz
  • Upload date:
  • Size: 42.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for compress_utils-0.4.4.tar.gz
Algorithm Hash digest
SHA256 31b691ef8fbb28295349cacbd2809d334af46357690c7a2fe7cbe7d457ecfad0
MD5 c3ea23fab927a81f2d9d87255a8ccd00
BLAKE2b-256 2223cfb011b4c79f86074a60f0c73ab3dc20833f3825b404421a9f809a7bae02

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4.tar.gz:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1bae9421239d94936c04c3995eeef3e614b779dd2113770da71657ffdf7d5fea
MD5 feb5ef7759bb793151f11886d13f2a75
BLAKE2b-256 43bc69a4802c7123018af25829fbe9556edb1ad4d575879e9c14d54d707e66b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp313-cp313-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7211c4c808c9c13ba7dfbce252596dc0ecc8fbbb3361f6a391175b3ae7a9415d
MD5 627f9abfdbf15b4487ec9cc46027e8fd
BLAKE2b-256 9112aacbd60845aba941f914b95983b14a32a188c0134828606de60a4a5cc7f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad651b959799a490b6d0641a7c751b98ce331750e9aa68bf5766daa7118f98fa
MD5 d2a3902181caa8ffc4599142c9c8ce8c
BLAKE2b-256 d8f973c30f355d63ceb7be7b4315db9ef498936c77109c9902237940984994bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f69fdd23104c6a46aa8e8838d9a22f9eab1ae833c690f4a557715673a39f32ba
MD5 7d9428a21db25d895f85093a83075cf5
BLAKE2b-256 42cb157d4a546288db0320f969ce98a081af108b631c0a2476ed90ef2dc874a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a27b9e49d172b4e5b3a12c338f8394d4c89d5e6d4020125f9c55aad983683bb3
MD5 c3ca8ffb4721d5fe7616c8c10269f71d
BLAKE2b-256 30aeb7ea9a5cc974c38107569b91defd4c0dc53a0254526c34238232b8439aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp312-cp312-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e47ff4e62c3323621c7955e6466d41d2c6605636971553a1f97feab4cd4cbff
MD5 cc23e399ec537c4818b6aef38866ae64
BLAKE2b-256 4abc7f6a4658d4264be7356aaac8bbd8c43875555831b661e6d2c301cd532535

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80fed4c5e945ac0eb2a65c293999dfecf3591984d89c3c48e9447828a71d126b
MD5 38c108d8e0dc5bd24e36f7523873efdc
BLAKE2b-256 65971349e962d32466fa3a97646805e665ce35435a854aae8397413d19af9da4

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef7e5491bc9845d8297dcfb0fb680da885699e6902ca61ae87a97acbb1153df1
MD5 9c984f24179b12d1b9ad01c4fe764019
BLAKE2b-256 1a9c2b191d2cb010c9667d16bbe06f34a1e6f629b4f67811f7098e1b0fab0c5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e2fae97dcfbb31232bb2fd500a1eb09c6edb475d07f6eafa0a98c814e900b2c
MD5 2cca94786f877b9584790fb28ebd260e
BLAKE2b-256 94bbec3dbd6a2638b0a932e553b2aaee5a973327b15721c35c2aff1cbe13937f

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp311-cp311-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52c5cee43919e64de047cd4738596be4b7aeb9c5dfa3a223e93e74422593c9b2
MD5 c1cac44a5621fa7ee05f2a2d1cd60c88
BLAKE2b-256 ca9bf59d61139cd768f697e3af29eb6d5c8e0bed3c52de07fb2c795a890a1e74

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1cb6f36d3ed06fc4314908d935b72e1a4ec6f980e99ac0f3a0f97293b028a7e
MD5 7f5ce52bb3199fa9f1c02b239c9e268b
BLAKE2b-256 76fba5e081c5c4de6a3b8751e3491c300835846d3de134f36ca1f7bf5a694e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 314ccc28ea3f273f080f35c39c5d253dc40dd457668d47eaf5770e0df5acc4f4
MD5 b99ff1f73bf663c0a40b0faec1efd1c0
BLAKE2b-256 1664a137e2520b534d7a7169ad8415d6303f06cbc4b7739521f6b2d3e518f824

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2f83e83a16c973a98a08a7f3a5d24987a130240bf073b9ebb6a2d01484e23fe2
MD5 c2cba34ef8d1404b49dd6791431161cf
BLAKE2b-256 dba359837fca40405a8f9a590b4090b1ba54633d46292174a7d5487ff8bebd0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp310-cp310-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12a3f6bb1d3306f68ee434ca8f24ab7c7bac70c57fb5f9397e1ff23988e43c72
MD5 fb2fa09ba4acaf6a6a6d7090f363c1e9
BLAKE2b-256 bbb0c94a49ed8083375cdff4198711c865d214f47654a5088d80fee21c10a7d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c69628859a3ed6b1e72685a64d00ce41a40773116fef89ea25e7f6c1aef9742
MD5 77be705812f47bd075a980c1324c2cea
BLAKE2b-256 5abad400afd0141cc824cd6d8725e1f753b00594c122a067b48fa240f19f1091

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88b90b97ed9a95ba93c2234ed08cf0f7eebb8d41891338e4221ccb29b09bae12
MD5 2fcd1aebd6a01ba51debfb06c4478fdd
BLAKE2b-256 b096f937bc0c5b5cfbf2593e9309fb0a138e1fa38d790bf14dda7c0a0fad3c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3b5fa2cccbbfe44971252942259836714be64cfe4ca15eceb85f933dea8b555
MD5 c0d6b642b8398b71952116cd189c2651
BLAKE2b-256 fe236cda57985bae453d4b7631ca3d7311d2bf7fe81c2c112ac82fdb6dcb66a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp39-cp39-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cef275603934e35baf2863555255b6a1e51bd80a4a7d8ed7a6b14489f97770f6
MD5 66293fa7deb36a62ada199fcd31802d7
BLAKE2b-256 d783d35d046ccfe25aabc5dcf85fdf85f6b2df5ff84a449e3fc68cb2d823604f

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6280015e5fcef8a8b99eb9dab1986ddeefdccc786498d9e9c8171d8a2150695d
MD5 0dc0eef35e386faa4ed015b8d42ff631
BLAKE2b-256 651125e18b03d67422af01af32f38ee34a198a648ea9d92e6b2eafaa4dd6eacf

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f552d367d6b1bc1d9bf74a9986746c435afcaa2c9d014fd54125cc5e7ed1f711
MD5 0b15a9d4c91ea9f6feeff3db9eb5500b
BLAKE2b-256 50ded7db8edb480f5fc0299451c57de0dbf9d385240b908c043c507baa38b778

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6fe7faf5584ff2360f832da2f69f3b0c33f8dbefd5d1f071b7ac63162edc01ed
MD5 597c9d25d21267b86244fd9375a4a889
BLAKE2b-256 0330e639f99bf76c5d8afd6724af581457fd00b9c4bb05a6687c14466b9cc0b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp38-cp38-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e825804c2a45fcb722d900f8c17e63bca65f1ad9f44b0051ed06e1f985228fc
MD5 9949a107c9b494cacf9511d160e1caa3
BLAKE2b-256 64dae50e1b9c0fb41d171a4b60b52b9f2c46326db2490766de2c62aa577f4289

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2bd4d90017aadf8fb37b310d02a5aaab6310477a5f50967bc8296f1b6234dd9b
MD5 cce62162669a2b2022ab2b0ccf9e86cc
BLAKE2b-256 b3b83d984a3ef9b1d7a72915c6c754fd9610d69dfe7eb75c8a969fdeb1516273

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e864def6b1a75ddb314e5d46669e58bea55d7ea24259961b7f13c0675fc714b0
MD5 4c85a3d7f5fbd5c485e3ce2d7e19e7c9
BLAKE2b-256 8077b1312e2baf940faaa6468b232d36e3c481fa0e6fd0e74ccb7d0465c79336

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp37-cp37m-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3310007d5dc658a810e072ba5a3b23d494f28704978cd7a8a2739ab0c3579159
MD5 ef4dc2c436405007f433ddee715f3056
BLAKE2b-256 3d786480ac6338f35026185fa05d1f44a86965400eb2434ef76e7acc625f424a

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8543482da86515c2d7adaf59b9041e6fc9fbdea45cba098474ad13750a970512
MD5 b2c669bfaf3fe2150e5cd09fc89d6fa7
BLAKE2b-256 1baa6e610f692fa84e3efe54f3d80e580c80b80feb7643394229903375436736

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 57d804a68d744ae30231dd909627688f48c4c506b6d4c6c8044a2854bfb7d508
MD5 7e32b800345f5bf64eadf6aa6f966aea
BLAKE2b-256 4c1baff05175a52b973e07a3ab22ce2b56aa0b3dadfb0eec20c3a23934266946

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp36-cp36m-win_amd64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a74c21ed5e1d26069e8db97de6ca7a06287c4b8088f6ee7648900b447e3480a
MD5 d75b004bc2cd873242d2503ef7470441
BLAKE2b-256 0090f8996fadaac724734010ed33f18f5004a48d701cf19efd1fea5718dfc9c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5841808e4d2f66b974e78416c97e7e886b6e041980f59c43ae9e246640a151c4
MD5 e5e2098e4eb9a40aa3e12a3c0d309dd8
BLAKE2b-256 9a3c43bc20291413e352de23cccfbbfabbe4b7fb74bc02c05a788061041c80eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build_and_test_python.yml on dupontcyborg/compress-utils

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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