IO wrapper to add missing methods from io.BaseIO
Project description
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)
License
This package is in the Public Domain. See UNLICENSE.md for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.