Extended I/O handling functionality for binary data
Project description
Extended IO
Extended IO is module designed to extend the i/o handling of binary files in python.
Documentation
Please check the wiki for documentation.
Example Usage
>>> from extendedio import Reader
>>> reader = Reader(b"\x48\x49\x21")
>>> reader.read_string(3)
"HI!"
>>> from extendedio import Writer
>>> writer = Writer(bytes(), "little")
>>> writer.writef("3s", b"\x48\x49\x21")
>>> writer.getvalue()
b'HI!'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ExtendedIO-1.0.0.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file ExtendedIO-1.0.0.tar.gz
.
File metadata
- Download URL: ExtendedIO-1.0.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6062649dc9deae0412f13c123aae2493bebfa08f9f2933160a72c41bfb990603 |
|
MD5 | b83f1e1c5a09b4080ada4212001b5646 |
|
BLAKE2b-256 | a8f3ee45a6af66606fb13849449141546980c1f4da0d9a7f37bd99a0247f0d48 |
File details
Details for the file ExtendedIO-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ExtendedIO-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e95dfe082b1bbec66a799a50295084a137294ed2e07f7bb938c7b2d70d04716 |
|
MD5 | b82d40593ea8a77c51e8ba54eb056c3a |
|
BLAKE2b-256 | f46dc556fa1975d981b55baea2258c2f704d292e34d674c23c55779ae1476c25 |