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.2.tar.gz (42.4 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.2-cp313-cp313-win_amd64.whl (692.4 kB view details)

Uploaded CPython 3.13Windows x86-64

compress_utils-0.4.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (814.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

compress_utils-0.4.2-cp312-cp312-win_amd64.whl (692.4 kB view details)

Uploaded CPython 3.12Windows x86-64

compress_utils-0.4.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (814.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

compress_utils-0.4.2-cp311-cp311-win_amd64.whl (690.6 kB view details)

Uploaded CPython 3.11Windows x86-64

compress_utils-0.4.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (814.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

compress_utils-0.4.2-cp310-cp310-win_amd64.whl (689.8 kB view details)

Uploaded CPython 3.10Windows x86-64

compress_utils-0.4.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (812.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

compress_utils-0.4.2-cp39-cp39-win_amd64.whl (688.6 kB view details)

Uploaded CPython 3.9Windows x86-64

compress_utils-0.4.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (812.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

compress_utils-0.4.2-cp38-cp38-win_amd64.whl (689.7 kB view details)

Uploaded CPython 3.8Windows x86-64

compress_utils-0.4.2-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.2-cp37-cp37m-win_amd64.whl (690.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

compress_utils-0.4.2-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.2-cp36-cp36m-win_amd64.whl (690.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

compress_utils-0.4.2-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

File details

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

File metadata

  • Download URL: compress_utils-0.4.2.tar.gz
  • Upload date:
  • Size: 42.4 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.2.tar.gz
Algorithm Hash digest
SHA256 ec85df376df6d23512bcd68490cf2e07a8fb068080da07b40a14ec765cb2e1b6
MD5 61b22911ab0c2f34c999bf694ff53c75
BLAKE2b-256 f1c53ddf44deaf07ec74f8a151cc966c5684d1356e3d3c4aa4c61d85be18736b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2.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.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 48975d725ac845baec9101cca925364d37c8abb8d8470140e2884c103ca72660
MD5 33a0802b2d84fdbf87a339e3ab41623b
BLAKE2b-256 a6c8575b1b59e65f3eacdfd5f180bdd68b0e8a942da9450cebd8aabe8df9b317

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 376ca898cc77ea88fe6048bdbdb4770e88b3fba75226314f84b16676ab81a9a7
MD5 84ef094619543be71611eaf95e638948
BLAKE2b-256 b790f9b81c4a099e2fee9323e504d26cd8ebaafdf271b0fd7a29ac0ef5f8e268

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 361108fa5d0a017afbe30ee0b800e4938ba9baba4969a71857a1ffc95e5afe1f
MD5 f20fa75ebb69cfc48ad0118409758d27
BLAKE2b-256 26df97779874a64aeabbf419048665e34058e54a1f7bb4fb0247623c2036941b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a290a5c55154a60df2d6067ad31798d3256baa4c813acf02335eb0bcd1e4bdeb
MD5 4678e7934e62de1c2205a97f2337a55b
BLAKE2b-256 b760e75a072740a26a57f9a7a3823f70ec230699e1c4768726b6ecde627736b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9e27e5806aa1d8a964c298dd97e87140e2e476c3e450b20e87b2ff9062c2e2c
MD5 36e83e1e815f9515b2891da749001202
BLAKE2b-256 811b8350fff5e3334d42ea1337f3f3cb4eb9275593056f9f6f8b2b45ff6f928a

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4520f23beecbca97df8a5b5a5d99669b255902f5fe6a1da9743c50f30f338911
MD5 e7aa3a2979b5d1ba98d08c30e08a053a
BLAKE2b-256 0311444d8c13e9ea9b25930c40d358b0accc273b03e3b48e0658d7669f2681fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ebbdb67296e706f929fb1ae4f0626c62f97d22a62f12cdee4ecc81fda52dcf8d
MD5 17b7ba93bbf8bdabf4580e0058db23a5
BLAKE2b-256 01f8e98c5244ee6660465f0585eb3c2d43c7aaf185abc5c8b658fdcd7237e54b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4668177f87db22aaffcf04ca2cf0d3f07240d3eebd39045722839961dc149f66
MD5 db4620fb5189b71772e1d95a3c55768b
BLAKE2b-256 42c81f394216061be235e474620c21683c3e7e87cec1632e60f4c4f1e3074a70

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a8c81281db8da2282c9b507bc0201d40e6c14b0b325cc8230cb31df028d0bc3
MD5 2be25b17975d7321ae11da6b0ebf0666
BLAKE2b-256 f486591fa2623b15ebfc4c52d565687778d8579a75e9b3f2f1534cfd9d5feae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 841e08474ae214dd58a37f2c01b32742cc3be4ad8f03ca752a36e98733e99d55
MD5 e8b21ef3ff95ca0b697f0a82d01d322e
BLAKE2b-256 f09ab565a1374058844bca68e6352cc1c68bce6167d5ec792d2cabaa6b00f6ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4f616e52b3b3aed8e2e3470e68dc862a9429f9c6387a75e5cd12fcbe7ce8f23
MD5 5aefb3cecc53bc01a0952869324ddfe3
BLAKE2b-256 c8dc4a8fa90bc42d8b33db573976740e7d801f6f56d369f4895df7cdf44cdcdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27f951b1e15b19dcdc2145d1121bfcc655f6e12a90b4fbf1644726bae222643a
MD5 3a3696201bad145a0e92641c4d3bc77d
BLAKE2b-256 68dcea3a3ea9317354f93557eca72a1b23d4e550074ae6f863b6311060737eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 48fb228ffbc5325b5b706488e27ecc4a64d3c6795a277f0ea879121d6859790e
MD5 272b7537db8ef3dbdd349341846bac7e
BLAKE2b-256 c2887533040b8b5c6e2e71ada0bd994e4e080b5f0d384be8750f36ec15d3a8ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66631488ad775d152fcd1a3c035b4b617a34c5dab0fb194b3549ccc1914fa868
MD5 414b5f3a4b5a36dbfe9508f27191ef8a
BLAKE2b-256 5a432d8371a07ab2f6b2b7954280f6261d219338189e093689be9198c602454b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6de7b10c32dae42e8b7f167826a23ec87fdadc2f98b41a1bd18f26b540e4fd92
MD5 f3658bdf05ea530ee4c41fe614ad96d8
BLAKE2b-256 76762c1bc9d773c6b7f3d4593fa57ec5c0953330d07af6612e49a785a4598aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7b0244feddce7a951dadd2c65149d2db203f7a4f6645d10c4264bdb9ea633e4e
MD5 05ac56fe1840b63931edbd6a1765db2d
BLAKE2b-256 5402c2c5e8313ecabac529bb05f582174e903859788eedba6962eb3a300226ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8535da7a66c39f96069c4c2bc399fff1ea6fa825759ca4c43c4554b3ee4fe3d
MD5 9ea26249182fbd9eff82082609cfb753
BLAKE2b-256 6d1f4cdded2527ffcdc3a5e569c9028ff376de740dfdee51102d0e3982a94b98

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b00d1e35ba86cce4dd7d109d94972348c6ad0cc65dc2ffbf7f192e2ca669d345
MD5 2bf272a65aa6171a5648e82cdb3c1228
BLAKE2b-256 4f7d296121ba71266301898bfc0193625202f5a83bbaf2c8a42fed0ecd52304a

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1cfe5ca5339436abb292dda749c46e59412b25a40a6b87792e7c415082772f0d
MD5 edcee4ce2f381c079fc0e4526c181e8c
BLAKE2b-256 570d7555ca5d9e0ceacb64c74d512897553093acef12ed1a0db79a5d5f2d380b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ecf1a577d4705c7338e3da48312e0a0abed140f325db3e762ca2faf0e65d01b2
MD5 a0ec9fcee0f08bc5566d45991d0d238d
BLAKE2b-256 91ae77ab65e1df51fd609ef2e7c5bf63619f41b78d9c0729f1d99d6753401e9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for compress_utils-0.4.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d5e208d9234f8f6866069dcb3f21452757dc01bd27a0d2cc4e513ce9c37c3ed
MD5 ef8167e0ad3adf3cd1c61a5a66587c9b
BLAKE2b-256 30ecd70c110c4f91a77b66f1d93647e9e9f9951e1bed7deb19f5df7ca4a0c5d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for compress_utils-0.4.2-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.

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