Skip to content

youknowone/brotli-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brotli-file

Add brotli_file.open as a file interface. This package works with brotli package, but not with brotlipy.

import brotli_file

f = brotli_file.open('test.br')
print(f.readline())  # any other method will work except for seek