Go to file
Miroslav Suchý 59c29d5cc2 Migrate to SPDX license
I changed the operator between BSD and GPL because the text in license say:
  You may select, at your option, one of the above-listed licenses.
And some part of zstd.c are licensed under MIT

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_2
2023-10-10 21:33:47 +00:00
.gitignore update to 0.21.0 (#2172363) 2023-05-24 12:23:59 +02:00
python-zstandard.spec Migrate to SPDX license 2023-10-10 21:33:47 +00:00
README.md Added the README 2020-06-04 16:08:43 +00:00
sources update to 0.21.0 (#2172363) 2023-05-24 12:23:59 +02:00

python-zstandard

This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided.