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.
Source Distribution
File details
Details for the file python-io-wrapper-0.3.1.tar.gz
.
File metadata
- Download URL: python-io-wrapper-0.3.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3391787ff0d9870e739294c6392437915502153e695a017450aa46b6d091762 |
|
MD5 | b9976eeb0e215944623c73bf8593381f |
|
BLAKE2b-256 | d7748dc5f7d0b7cc1a0ca9e5c320abf11adee2094998c93ae8c9c80d9a8323ff |