python-rsrcfork/rsrcfork
dgelessus 126795239c Reimplement Resource.data_raw using a custom stream type (SubStream)
This way all reads performed on a resource data stream are forwarded
to the underlying resource file stream, with the read offsets and
lengths adjusted appropriately.
2020-07-23 02:42:32 +02:00
..
compress Move .compress.common.make_peekable and related code into ._io_utils 2020-07-19 23:16:36 +02:00
__init__.py Bump version to 1.8.1.dev 2020-07-18 17:47:48 +02:00
__main__.py Rewrite __main__ code to use stream-based resource reading 2020-07-21 14:45:48 +02:00
_io_utils.py Reimplement Resource.data_raw using a custom stream type (SubStream) 2020-07-23 02:42:32 +02:00
api.py Reimplement Resource.data_raw using a custom stream type (SubStream) 2020-07-23 02:42:32 +02:00
py.typed Add py.typed marker file for PEP 561 2020-07-06 23:57:25 +02:00