zstd 1.5.6.3__cp39-cp39-manylinux_2_34_x86_64.whl → 1.5.6.4__cp39-cp39-manylinux_2_34_x86_64.whl
Sign up to get free protection for your applications and to get access to all the features.
- {zstd-1.5.6.3.dist-info → zstd-1.5.6.4.dist-info}/LICENSE +1 -1
- {zstd-1.5.6.3.dist-info → zstd-1.5.6.4.dist-info}/METADATA +15 -6
- zstd-1.5.6.4.dist-info/RECORD +6 -0
- zstd.cpython-39-x86_64-linux-gnu.so +0 -0
- zstd-1.5.6.3.dist-info/RECORD +0 -6
- {zstd-1.5.6.3.dist-info → zstd-1.5.6.4.dist-info}/WHEEL +0 -0
- {zstd-1.5.6.3.dist-info → zstd-1.5.6.4.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: zstd
|
3
|
-
Version: 1.5.6.
|
3
|
+
Version: 1.5.6.4
|
4
4
|
Summary: ZSTD Bindings for Python
|
5
5
|
Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
|
6
6
|
Author: Sergey Dryabzhinsky, Anton Stuk
|
@@ -33,7 +33,7 @@ License-File: LICENSE
|
|
33
33
|
python-zstd
|
34
34
|
=============
|
35
35
|
|
36
|
-
.. |releaseW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.6.
|
36
|
+
.. |releaseW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.6.4
|
37
37
|
:target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml
|
38
38
|
|
39
39
|
.. |masterW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg
|
@@ -158,7 +158,7 @@ python-zstd
|
|
158
158
|
| cpython 3.14 x64 u24 | |cpython314x64u20| |
|
159
159
|
+----------------------+---------------------+
|
160
160
|
| Release | |releaseW| |
|
161
|
-
| 1.5.6.
|
161
|
+
| 1.5.6.4 | |
|
162
162
|
+----------------------+---------------------+
|
163
163
|
| Master | |masterW| |
|
164
164
|
+----------------------+---------------------+
|
@@ -287,7 +287,7 @@ If paths to header file ``zstd.h`` and libraries is uncommon - use common ``buil
|
|
287
287
|
|
288
288
|
>>> $ python setup.py build_ext --external --include-dirs /opt/zstd/usr/include --libraries zstd --library-dirs /opt/zstd/lib clean
|
289
289
|
|
290
|
-
But If you want to build with bundled distribution of libzstd just add ``--
|
290
|
+
But If you want to force build with bundled distribution of libzstd just add ``--
|
291
291
|
libzstd-bundled`` option
|
292
292
|
|
293
293
|
>>> $ python setup.py build_ext --libzstd-bundled clean
|
@@ -296,6 +296,15 @@ When using a PEP 517 builder you can use ``ZSTD_BUNDLED`` environment variable i
|
|
296
296
|
|
297
297
|
>>> $ ZSTD_BUNDLED=1 python -m build -w
|
298
298
|
|
299
|
+
If you want to check if build w/o any warnings just add ``--
|
300
|
+
all-warnings`` option
|
301
|
+
|
302
|
+
>>> $ python setup.py build_ext --all-warnings clean
|
303
|
+
|
304
|
+
When using a PEP 517 builder you can use ``ZSTD_WARNINGS`` environment variable instead:
|
305
|
+
|
306
|
+
>>> $ ZSTD_WARNINGS=1 python -m build -w
|
307
|
+
|
299
308
|
Install from pypi
|
300
309
|
-----------------
|
301
310
|
|
@@ -354,7 +363,7 @@ ZSTD_uncompress (data): string|bytes
|
|
354
363
|
Since: 0.1
|
355
364
|
|
356
365
|
ZSTD_check (data): int
|
357
|
-
Function, checks if input is zstd compressed data block, returns 1 if yes, 0 if no
|
366
|
+
Function, checks if input is zstd compressed data block, returns 1 if yes, 0 if no.
|
358
367
|
|
359
368
|
Support compressed data with multiple/concatenated frames (blocks) .
|
360
369
|
|
@@ -372,7 +381,7 @@ version (): string|bytes
|
|
372
381
|
Returns this module doted version string.
|
373
382
|
|
374
383
|
The first three digits are folow libzstd version.
|
375
|
-
Fourth digit - module
|
384
|
+
Fourth digit - module revision number for that version.
|
376
385
|
|
377
386
|
Since: 1.3.4.3
|
378
387
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
zstd.cpython-39-x86_64-linux-gnu.so,sha256=qkOppsQCZQfhmlO8ewSn16Tt56CIeRBUCRfEbNlxzHg,4843120
|
2
|
+
zstd-1.5.6.4.dist-info/LICENSE,sha256=A_byUM9rQx6EXwW0ZpyOoWagiM-m96eBsAQlTo2z6iw,1320
|
3
|
+
zstd-1.5.6.4.dist-info/METADATA,sha256=mwgEMZSMRN3VznYqjjZX9ny5DRrdm31A6Z35jpS6gBU,20581
|
4
|
+
zstd-1.5.6.4.dist-info/WHEEL,sha256=CnayMm5MdKzxiCnghP_dZc5lXBPjR74HDYy6dJD9jHw,102
|
5
|
+
zstd-1.5.6.4.dist-info/top_level.txt,sha256=DhQX04hbm3dWgbCywpue8ejkkSuxZjpZGkVlo8ca-jM,5
|
6
|
+
zstd-1.5.6.4.dist-info/RECORD,,
|
Binary file
|
zstd-1.5.6.3.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
zstd.cpython-39-x86_64-linux-gnu.so,sha256=k0DPBx88Npv1UQGUwcpeTEvPH6HsoWqYqFxtguOHOTs,4843008
|
2
|
-
zstd-1.5.6.3.dist-info/LICENSE,sha256=uFlI3LUItL6HHwW5JwyqwrihDxfV2LORnmQkAhy3b-8,1320
|
3
|
-
zstd-1.5.6.3.dist-info/METADATA,sha256=Y0KjoN2rfS9fnZZEUaj9_6P-DDruYpxWiOD4_qAbNTI,20315
|
4
|
-
zstd-1.5.6.3.dist-info/WHEEL,sha256=CnayMm5MdKzxiCnghP_dZc5lXBPjR74HDYy6dJD9jHw,102
|
5
|
-
zstd-1.5.6.3.dist-info/top_level.txt,sha256=DhQX04hbm3dWgbCywpue8ejkkSuxZjpZGkVlo8ca-jM,5
|
6
|
-
zstd-1.5.6.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|