Hash :
2d441179
        
        Author :
  
        
        Date :
2016-10-18T10:31:05
        
      
Merge pull request #446 from nicksay/py-3-compressor-object Python: Create an extension Compressor object
This directory contains the code for the Python brotli module,
bro.py tool, and roundtrip tests.
To build the module, execute the following from the root project directory:
$ python setup.py build_extTo test the module, execute the following from the root project directory:
$ python setup.py testBrotli’s code follows the Google Python Style Guide. To automatically format your code, install YAPF:
$ pip install yapfThen, either format a single file:
$ yapf --in-place FILEOr, format all files in a directory:
$ yapf --in-place --recursive DIRSee the YAPF usage documentation for more information.