cmeel-zlib
cmeel distribution for zlib
What it is and what it does
cmeel-zlib is a wheel distribution of zlib 1.3.2 packaged for the cmeel build system. It provides pre-compiled zlib binaries across multiple platforms (macOS, Linux x86_64, aarch64, and musl-based systems) so that cmeel-based packages can depend on zlib without requiring system installation or compilation.
This is primarily a build-time and packaging dependency rather than a library for direct use. If you are building a cmeel package that needs zlib, this wheel ensures consistent zlib availability across platforms. It has one runtime dependency: cmeel itself.
Use it for:
- Building cmeel packages that require zlib compression functionality without relying on system zlib
- Cross-platform wheel builds where zlib availability varies across target systems
- Ensuring reproducible builds of cmeel-based projects by pinning zlib version to 1.3.2
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides zlib 1.3.2 as a pre-built wheel for use within cmeel-based Python packages, enabling compression and decompression without requiring system zlib installation.
Yes, if you are building or maintaining a cmeel-based package that depends on zlib. No, if you need zlib for direct compression work in a standard Python application—use the system zlib or a general-purpose compression library instead. The medium install friction and Python 3.10+ requirement are acceptable for cmeel workflows.
Install
cmeel-zlib on PyPI
pip
pip install cmeel-zlibuv
uv add cmeel-zlibpoetry
poetry add cmeel-zlibInstalling cmeel-zlib
Before you install
Medium install friction due to platform-specific wheels (macOS x86_64/arm64, Linux x86_64/aarch64, musl variants). Active maintenance with recent commits; last release 86 days ago. Requires Python 3.10 or later.
License in practice
Licensed under Zlib (permissive), allowing use in both open-source and proprietary projects with minimal restrictions; no copyleft obligations.
Quickstart
pip install cmeel-zlib
import cmeel
# zlib is available within cmeel's build environment
Requires Python 3.10 or later; intended for use within cmeel-based package builds rather than standalone compression tasks.
Verify before relying
- Whether this package is intended for end-user direct installation or primarily as a transitive dependency of cmeel packages
- API surface and whether it exposes zlib functions directly or only through cmeel's build system
Package facts
| License | Zlib (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — cmeel |
| Maintenance | actively maintained — 86 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 798,918/month — #5,027 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: cmeel_zlib-1.3.2-0-py3-none-macosx_10_9_x86_64.whl; cmeel_zlib-1.3.2-0-py3-none-macosx_11_0_arm64.whl; cmeel_zlib-1.3.2-0-py3-none-manylinux_2_28_aarch64.whl; cmeel_zlib-1.3.2-0-py3-none-manylinux_2_28_x86_64.whl; cmeel_zlib-1.3.2-0-py3-none-musllinux_1_2_aarch64.whl; cmeel_zlib-1.3.2-0-py3-none-musllinux_1_2_x86_64.whl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
cmeel-boostProvides pre-built Boost 1.90.0 C++ libraries…
unclear · top 5,000 on PyPI
ray-haproxyProvides a pre-built HAProxy binary bundled…
copyleft · top 15,000 on PyPI
cmeelcmeel is a PEP 517 build backend that packages…
permissive · top 5,000 on PyPI
cmeel-console-bridgeProvides a Python distribution of…
permissive · top 15,000 on PyPI
cmeel-tinyxmlProvides a Python-packaged distribution of…
unclear · top 15,000 on PyPI
cmeel-tinyxml2Provides a Python-packaged distribution of…
permissive · top 15,000 on PyPI
zlib-ngProvides faster zlib and gzip compression and…
permissive · top 5,000 on PyPI
pyppmdCompresses and decompresses data using the PPMd…
copyleft · top 5,000 on PyPI
isalProvides Python bindings for Intel's ISA-L…
permissive · top 5,000 on PyPI
deflateThin Python wrapper around libdeflate for fast…
permissive · top 15,000 on PyPI