davidmegginson / python-io-wrapper

Python3 wrapper to add missing io.RawIOBase methods to a file-like object. Early release.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-io-wrapper

Early version of a Python 3 wrapper for a file-like object. Currently supports only raw (binary) objects, but text will come soon. Implement any missing methods from io.RawIOBase.

Usage

from io_wrapper import RawIOWrapper

...

new_stream = RawIOWrapper(my_file_like_object)

About

Python3 wrapper to add missing io.RawIOBase methods to a file-like object. Early release.

License:The Unlicense


Languages

Language:Python 100.0%