youknowone / brotli-file

File interface for brotli

Home Page:https://pypi.org/project/brotli-file/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

File interface for brotli

https://pypi.org/project/brotli-file/

License:Other


Languages

Language:Python 100.0%