1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/archivers/py-zstandard/pkg-descr
Yuri Victorovich 19e2396dea New port: archivers/py-zstandard: Zstandard bindings for Python, a full-featured version
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13824
2018-01-15 22:17:34 +00:00

14 lines
599 B
Plaintext

This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.
Zstd, short for Zstandard, is a new lossless compression algorithm,
which provides both good compression ratio and speed for standard
compression needs. "Standard" translates into everyday situations
which neither look for highest possible ratio (which LZMA and ZPAQ
cover) nor extreme speeds (which LZ4 covers).
Please note that a simple python binding to Zstandard is also
available: archivers/py-zstd.
WWW: https://github.com/indygreg/python-zstandard