@@ -38,7 +38,7 @@ Faster zlib and gzip compatible compression and decompression
38
38
by providing Python bindings for the ISA-L library.
39
39
40
40
This package provides Python bindings for the `ISA-L
41
- <https://github.com/intel/isa-l> `_ library. The Intel Infrastructure Storage
41
+ <https://github.com/intel/isa-l> `_ library. The Intel(R) Intelligent Storage
42
42
Acceleration Library (ISA-L) implements several key algorithms in `assembly
43
43
language <https://en.wikipedia.org/wiki/Assembly_language> `_. This includes
44
44
a variety of functions to provide zlib/gzip-compatible compression.
@@ -62,7 +62,7 @@ They can be imported as follows
62
62
63
63
``isal_zlib `` and ``igzip `` are meant to be used as drop in replacements so
64
64
their api and functions are the same as the stdlib's modules. Except where
65
- isa-l does not support the same calls as zlib (See differences below).
65
+ ISA-L does not support the same calls as zlib (See differences below).
66
66
67
67
A full API documentation can be found on `our readthedocs page
68
68
<https://python-isal.readthedocs.io> `_.
@@ -79,7 +79,7 @@ Installation with pip
79
79
80
80
Installation is supported on Linux, MacOS and Windows. On x86-64 (amd64)
81
81
platforms wheels are provided, so installation should be almost instantaneous.
82
- The installation will include a staticallly linked version of isa-l .
82
+ The installation will include a staticallly linked version of ISA-L .
83
83
If a wheel is not provided for your system the
84
84
installation will build ISA-L first in a temporary directory. Please check the
85
85
`ISA-L homepage <https://github.com/intel/isa-l >`_ for the build requirements.
@@ -123,7 +123,7 @@ python-isal is available on conda-forge and can be installed with
123
123
124
124
conda install python-isal
125
125
126
- This will automatically install the isa-l library dependency as well, since
126
+ This will automatically install the ISA-L library dependency as well, since
127
127
it is available on conda-forge.
128
128
129
129
Differences with zlib and gzip modules
0 commit comments