Metadata-Version: 2.4
Name: bizstd-binary
Version: 2.1.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Typing :: Typed
Summary: Compiled extension for the bizstd container format. Install bizstd instead; this is its binary half.
Keywords: zstd,compression,append-only,container,file-format
Author-email: Aliaksandr Master <alxe.master@gmail.com>
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/aliaksandr-master/bizstd_rs/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/aliaksandr-master/bizstd_rs
Project-URL: Source, https://github.com/aliaksandr-master/bizstd_rs

# bizstd-binary

The compiled half of [`bizstd`](https://pypi.org/project/bizstd/). It holds the
extension module and nothing else — no convenience, no API worth calling
directly.

Install `bizstd`; it depends on this and gives you something to use.

The split exists so that the part which needs a build matrix and the part which
does not can be released independently, and so that a platform with no prebuilt
wheel fails with "no binary for this platform" instead of trying to find a
compiler.

MIT. Source: https://github.com/aliaksandr-master/bizstd_rs

