brotli-file 0.1.0


pip install brotli-file

  Latest version

Released: Aug 02, 2020

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
No dependencies