'Brotli file interface'
Project Links
Meta
Author: Jeong YunWon
Classifiers
License
- OSI Approved :: BSD License
Programming Language
- Python :: 2
- Python :: 2.7
- Python :: 3
- Python :: 3.6
- Python :: 3.7
- Python :: 3.8
Add brotli_file.open as a file interface.
import brotli_file
f = brotli_file.open('test.br')
print(f.readline()) # any other method will work except for seek
Files in release
No dependencies