Brotli compression format
Go to file
Cosimo Lupo a8d1bf5266 appveyor: also upload source distribution packages to Github Releases
This is so that one can do:

    pip install --find-links https://github.com/google/brotli/releases/latest brotli

on any platform, whether or not there are pre-compiled *.whl packages that match the user's python version and anchitecture (e.g. Linux). Pip automatically chooses the correct binary package, and if that isn't available the source distribution (*.tar.gz or *.zip) is downloaded.
2016-04-10 19:54:28 +01:00
appveyor [appveyor/install.ps1] remove unused functions for miniconda 2015-10-07 12:46:16 +01:00
dec Use double exclamation marks in declarations of IS_CONSTANT and BROTLI_HAS_UBFX to force C compilers to interpret them as booleans and avoid constant-logical-operand warnings. 2016-03-01 09:39:04 +01:00
docs Change the title and the expiration date of the -08 draft. 2016-01-11 13:36:41 +01:00
enc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
python Merge pull request #321 from eustas/master 2016-02-24 16:54:54 +01:00
terryfy@8bb673f441 add support for Travis CI (OS X only for now) 2015-08-14 11:28:26 +01:00
tests Add more testdata. 2015-09-01 13:45:19 +02:00
tools Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
.gitignore Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
.gitmodules add support for Travis CI (OS X only for now) 2015-08-14 11:28:26 +01:00
.travis.yml [travis] add Python 3.5.0 2015-10-07 09:18:50 +01:00
appveyor.yml appveyor: also upload source distribution packages to Github Releases 2016-04-10 19:54:28 +01:00
CONTRIBUTING.md Apply 80-chars limit to CONTRIBUTING.md 2016-02-18 15:20:59 +01:00
LICENSE Update license statement in source files. 2015-11-27 11:27:11 +01:00
README.md Upgrade license to MIT. 2015-11-27 10:40:56 +01:00
setup.py Remove obsolete compilation unit 2016-02-16 15:16:54 +01:00
shared.mk Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00

brotli

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli

Brotli is open-sourced under the MIT License, see the LICENSE file.

Brotli mailing list: https://groups.google.com/forum/#!forum/brotli