Skip to content

Commit 347de7b

Browse files
Update readme - new functions in api
1 parent 5db05a2 commit 347de7b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ python-zstd
2323
.. |cpython27x86| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_x86.yml/badge.svg
2424
:target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_x86.yml
2525

26+
.. |cpython27x86ext| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_x86_ext.yml/badge.svg
27+
:target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_x86_ext.yml
28+
2629
.. |cpython27armhf| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_armhf.yml/badge.svg
2730
:target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/Build_wheels_for_cpython27_armhf.yml
2831

@@ -123,6 +126,8 @@ python-zstd
123126
+============================+======================+
124127
| cpython 2.7 x86 u18 | |cpython27x86| |
125128
+----------------------------+----------------------+
129+
| cpython 2.7 x86 u18 ext | |cpython27x86ext| |
130+
+----------------------------+----------------------+
126131
| cpython 2.7 x64 u18 | |cpython27x64| |
127132
+----------------------------+----------------------+
128133
| cpython 2.7 armhf u18 | |cpython27armhf| |
@@ -496,6 +501,16 @@ ZSTD_version (): string|bytes
496501

497502
Since: 1.3.4.3
498503

504+
ZSTD_version_compiled (): string|bytes
505+
Returns ZSTD library doted version string, wi which are compiled.
506+
507+
Since: 1.5.7.3
508+
509+
ZSTD_version_loaded (): string|bytes
510+
Returns ZSTD library doted version string, with which currently loaded.
511+
512+
Since: 1.5.7.3
513+
499514
ZSTD_version_number (): int
500515
Returns ZSTD library version in format: MAJOR*100*100 + MINOR*100 + RELEASE.
501516

0 commit comments

Comments
 (0)