2025-12-25 upload

This commit is contained in:
“shengyudong”
2025-12-25 11:16:59 +08:00
commit 322ac74336
2241 changed files with 639966 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,64 @@
Metadata-Version: 2.4
Name: zstandard
Version: 0.25.0
Summary: Zstandard bindings for Python
Author-email: Gregory Szorc <gregory.szorc@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/indygreg/python-zstandard
Project-URL: Documentation, https://python-zstandard.readthedocs.io/en/latest/
Keywords: zstandard,zstd,compression
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading :: 1 - Unstable
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: cffi
Requires-Dist: cffi~=1.17; (platform_python_implementation != "PyPy" and python_version < "3.14") and extra == "cffi"
Requires-Dist: cffi>=2.0.0b; (platform_python_implementation != "PyPy" and python_version >= "3.14") and extra == "cffi"
Dynamic: license-file
================
python-zstandard
================
| |ci-test| |ci-wheel| |ci-typing| |ci-sdist| |ci-anaconda| |ci-sphinx|
This project provides Python bindings for interfacing with the
`Zstandard <http://www.zstd.net>`_ 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

View File

@@ -0,0 +1,14 @@
zstandard-0.25.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
zstandard-0.25.0.dist-info/METADATA,sha256=u_jLYxcSdIVMcndzcjdtMde1JEc1mlOMHCtHquScKzw,3339
zstandard-0.25.0.dist-info/RECORD,,
zstandard-0.25.0.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
zstandard-0.25.0.dist-info/licenses/LICENSE,sha256=wVso-IZlAL09YHxznodxCqXEdieqMKBXOUhBRWT_HaI,1511
zstandard-0.25.0.dist-info/top_level.txt,sha256=J-wj94pPadY4ipFaanrYBlrMblOSegEYS8o_LdogrpU,10
zstandard/__init__.py,sha256=XCKdk3s_hCAjTzuqwI2KvAreNKF7v7usmPzU-TSUktY,7452
zstandard/__init__.pyi,sha256=_HpiKlmu2PnKSI-hONoKqdz1Cd7zUST7YM0fVpsI0MA,14454
zstandard/__pycache__/__init__.cpython-312.pyc,,
zstandard/__pycache__/backend_cffi.cpython-312.pyc,,
zstandard/_cffi.cp312-win_amd64.pyd,sha256=ZRtiw1O-tWskcdTs5v_eDO-UA6Z8yWN8Ju3CgniYCSE,667136
zstandard/backend_c.cp312-win_amd64.pyd,sha256=LOeSBB8r99io9RTw-1rfx3eOVumISR5qx_NDjC6Ms9M,525312
zstandard/backend_cffi.py,sha256=CACC_Nz6fjab_zIoEpEW7xBJP1Nrryln0_9gFjmJPpQ,157105
zstandard/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: false
Tag: cp312-cp312-win_amd64

View File

@@ -0,0 +1,27 @@
Copyright (c) 2016, Gregory Szorc
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1 @@
zstandard