Metadata-Version: 2.4
Name: pygipfeli
Version: 0.1.0
Summary: Python bindings for Google's Gipfeli compressor
Author: gipfeli contributors
License: BSD-3-Clause
Keywords: pygipfeli
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/plain
License-File: COPYING
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

Gipfeli, a high-speed compression library.

Introduction
============

Gipfeli is a high-speed compression/decompression library
aiming at slightly higher compression ratios (around 30 %
less bytes produced for text) than other high-speed compression
libraries. On a single core of a Core i7 processor in
64-bit mode, gipfeli compresses at about 180 MB/s or more
and decompresses at about 300 MB/s, typically 5x faster than
zlib, but does not quite achieve its compression density.

Gipfeli is written in C++, with no assembler code.

Contact
=======

Gipfeli is distributed through GitHub. For the latest version,
a bug tracker, and other information, see

  https://github.com/google/gipfeli

Python Packaging
================

Project display name: "py-gipfeli"

Python package name for pip and import is unified as "pygipfeli":

  pip install pygipfeli
  import pygipfeli

