Glyd for Python
pip install glyd
Wheels for Linux x86_64 and aarch64 and macOS arm64. From a checkout:
bindings/python/build.sh && pip install bindings/python.
import glyd
c = glyd.compress(data) # --max; level="ultra" / "cold" / "default"
c = glyd.compress(log_bytes, records=True) # logs, dumps, CSV, JSON lines as typed columns
data = glyd.decompress(c)
p = glyd.pack(events) # many small objects as one stream
event = glyd.unpack(p, 7)
with glyd.Store("bucket/") as s: # objects compressed across each other
i = s.put("wed.tar", data) # a delta against the object it most resembles
data = s.get(i)
with glyd.Store("meta/", s3="s3://bucket/prefix") as s: # objects in S3
...
A thin ctypes layer over include/glyd.h (BSD-3-Clause OR GPL-2.0); no build step
beyond placing the shared library. build.sh places libglyd_store,
which carries the codec and the store; with libglyd alone (the codec
crate, BSD-3-Clause OR GPL-2.0) everything but Store works.
Release files for glyd 0.20.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| glyd-0.20.0-py3-none-manylinux_2_35_x86_64.whl | Python 3 | none | Linux glibc 2.35+ x86-64 | Details |
| glyd-0.20.0-py3-none-manylinux_2_35_aarch64.whl | Python 3 | none | Linux glibc 2.35+ ARM64 | Details |
| glyd-0.20.0-py3-none-macosx_11_0_arm64.whl | Python 3 | none | macOS 11.0+ ARM64 | Details |
Total release size: 6.6 MB
Release files / glyd-0.20.0-py3-none-manylinux_2_35_x86_64.whl
| Download URL | glyd-0.20.0-py3-none-manylinux_2_35_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.35+ x86-64 Python 3 |
|
SHA-256 checksum How to use checksums |
f113f78a03d2628e0d6e4892d33d31634aa784a0a1d8488fa8b1ce7b1eba0548
|
|
BLAKE2b-256 checksum How to use checksums |
8a5b3177ecad2f2ae9466ba6352128de8d5051c5ea8f68342c2ed1e50800421a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.
Transparency logRelease files / glyd-0.20.0-py3-none-manylinux_2_35_aarch64.whl
| Download URL | glyd-0.20.0-py3-none-manylinux_2_35_aarch64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | Linux glibc 2.35+ ARM64 Python 3 |
|
SHA-256 checksum How to use checksums |
9a1adf6e674a9ed234d17e9659d37ce1b7334d38fc6b5f78de5c3c270eb0d863
|
|
BLAKE2b-256 checksum How to use checksums |
bcb5e8eb29d07318dc0e88fc7b9c1285822ae1369062b85ad95c9fd3509c628c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.
Transparency logRelease files / glyd-0.20.0-py3-none-macosx_11_0_arm64.whl
| Download URL | glyd-0.20.0-py3-none-macosx_11_0_arm64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | Python 3 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
207ae7dedc1c1145c0eda962c05edddee885db4c3da0d606779b58d91b4ea426
|
|
BLAKE2b-256 checksum How to use checksums |
93afaf2b9f1d5cb72c77f403f4052fcf2ba033c2f22aa2d570cdda4707c94d61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.
Transparency log