Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

ExtendedIO-1.0.0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page