Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indygreg/python-zstandard
Python bindings to the Zstandard (zstd) compression library
https://github.com/indygreg/python-zstandard
python zstandard zstd
Last synced: 2 days ago
JSON representation
Python bindings to the Zstandard (zstd) compression library
- Host: GitHub
- URL: https://github.com/indygreg/python-zstandard
- Owner: indygreg
- License: bsd-3-clause
- Created: 2016-09-03T19:28:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:25:28.000Z (4 months ago)
- Last Synced: 2024-10-30T00:34:12.394Z (about 2 months ago)
- Topics: python, zstandard, zstd
- Language: C
- Size: 6.55 MB
- Stars: 507
- Watchers: 18
- Forks: 88
- Open Issues: 59
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
================
python-zstandard
================| |ci-test| |ci-wheel| |ci-typing| |ci-sdist| |ci-anaconda| |ci-sphinx|
This project provides Python bindings for interfacing with the
`Zstandard `_ compression library. A C extension
and CFFI interface are provided.The primary goal of the project is to provide a rich interface to the
underlying C API through a Pythonic interface while not sacrificing
performance. This means exposing most of the features and flexibility
of the C API while not sacrificing usability or safety that Python provides.The canonical home for this project is
https://github.com/indygreg/python-zstandard.For usage documentation, see https://python-zstandard.readthedocs.org/.
.. |ci-test| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/test.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/test.yml.. |ci-wheel| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/wheel.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/wheel.yml.. |ci-typing| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/typing.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/typing.yml.. |ci-sdist| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/sdist.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/sdist.yml.. |ci-anaconda| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/anaconda.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/anaconda.yml.. |ci-sphinx| image:: https://github.com/indygreg/python-zstandard/workflows/.github/workflows/sphinx.yml/badge.svg
:target: https://github.com/indygreg/python-zstandard/blob/main/.github/workflows/sphinx.yml