kc3-lang/brotli/python/bro.py

Branch :


Log

Author Commit Date CI Message
d63e8f75 2017-08-04 10:02:56 Update API, and more (#581) Update API, and more: * remove "custom dictionary" support * c/encoder: fix #580: big-endian build * Java: reduce jar size * Java: speedup decoding * Java: add 32-bit CPU support * Java: make source code JS transpiler-ready
4651f7c0 2016-12-12 04:28:15 Python: Format bro.py with yapf (#480)
30612e3a 2016-02-23 17:42:55 Add binding for custom_dictionary.
291d21cc 2016-02-19 16:54:15 Fix choices for --lgwin and --mode in python/bro.py.
82ffc4df 2015-10-05 18:57:32 [bro.py] set 'lgwin' valid range to [10..24]
8c7edd3e 2015-08-11 10:39:14 [bro.py] print --version as brotli.__version__
c93c0dab 2015-05-11 11:10:48 [bro.py] use brotli.MODE_GENERIC as default compression mode; remove additional low-level parameters
b7e82917 2015-05-08 15:49:15 [bro.py] remove debug print
4106a406 2015-05-08 15:46:56 [bro.py] use new optional encoder parameters when compressing; modified the help string to include the new parameters.
32c44ec8 2015-05-08 14:17:20 [bro.py] use argparse instead of getopt
b316cb74 2015-04-16 12:41:40 [python] fix unbuffered binary mode for I/O streams in Windows pypy
b33e10e9 2015-03-16 17:56:10 add Python port of bro utility and scripts to test Brotli extension