@@ -38,7 +38,7 @@ Faster zlib and gzip compatible compression and decompression
3838by providing Python bindings for the ISA-L library.
3939
4040This 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
4242Acceleration Library (ISA-L) implements several key algorithms in `assembly
4343language <https://en.wikipedia.org/wiki/Assembly_language> `_. This includes
4444a variety of functions to provide zlib/gzip-compatible compression.
@@ -62,7 +62,7 @@ They can be imported as follows
6262
6363 ``isal_zlib `` and ``igzip `` are meant to be used as drop in replacements so
6464their 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).
6666
6767A full API documentation can be found on `our readthedocs page
6868<https://python-isal.readthedocs.io> `_.
@@ -79,7 +79,7 @@ Installation with pip
7979
8080Installation is supported on Linux, MacOS and Windows. On x86-64 (amd64)
8181platforms 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 .
8383If a wheel is not provided for your system the
8484installation will build ISA-L first in a temporary directory. Please check the
8585`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
123123
124124 conda install python-isal
125125
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
127127it is available on conda-forge.
128128
129129Differences with zlib and gzip modules
0 commit comments