python-rsrcfork/rsrcfork
dgelessus 8db1b22bdc Make the generic decompression API stream-based
The non-stream-based APIs still exist as before and are not deprecated,
they just act as thin wrappers around the stream-based API.

The main rsrcfork module doesn't use the stream-based APIs yet, because
it reads each resource's data all at once and not incrementally.
2019-10-02 16:28:40 +02:00
..
compress Make the generic decompression API stream-based 2019-10-02 16:28:40 +02:00
__init__.py Bump version to 1.4.1.dev 2019-09-29 19:27:43 +02:00
__main__.py Remove leading underscores where they don't make much sense 2019-10-01 21:26:41 +02:00
api.py