File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
python-isal
2
2
===========
3
3
4
- Python bindings for the ` isa-l < https://github.com/intel/isa-l >`_ library .
4
+ Faster zlib and gzip compatible compression and decompression .
5
5
6
- The Intel Infrastructure Storage Acceleration Library (isa-l) implements several key
7
- algorithms in `assembly language <https://en.wikipedia.org/wiki/Assembly_language >`_.
8
- This includes the DEFLATE algorithm which is used in ``gzip ``.
6
+ This package provides Python bindings for the `isa-l
7
+ <https://github.com/intel/isa-l> `_ library. The Intel Infrastructure Storage
8
+ Acceleration Library (isa-l) implements several key algorithms in `assembly
9
+ language <https://en.wikipedia.org/wiki/Assembly_language> `_. This includes
10
+ a variety of functions to provide zlib/gzip-compatible compression.
11
+
12
+ ``python-isal `` provides the bindings by offering an ``isal_zlib `` and
13
+ ``igzip `` module which are usable as drop-in replacements for the ``zlib ``
14
+ and ``gzip `` modules from the stdlib (with some minor exceptions, see below).
9
15
10
16
Installation
11
17
------------
Original file line number Diff line number Diff line change 33
33
setup (
34
34
name = "isal" ,
35
35
version = "0.1.0-dev" ,
36
- description = "Python bindings for the isa-l library. "
37
- "Much faster zlib/gzip compatible compression and "
38
- "decompression." ,
36
+ description = "Faster zlib and gzip compatible compression and "
37
+ "decompression. Python bindings for the isa-l library." ,
39
38
author = "Leiden University Medical Center" ,
40
39
author_email = "[email protected] " ,
# A placeholder for now
41
40
long_description = Path ("README.rst" ).read_text (),
You can’t perform that action at this time.
0 commit comments