python-rsrcfork/rsrcfork
dgelessus a23cd0fcb2 Simplify decompressor lookup
All decompressors now have exactly the same signature (as a result,
each decompressor now has to check itself that the header type is
correct). This allows the decompressors to be stored in a simple
dictionary, which makes the lookup process much simpler.
2019-09-23 23:32:38 +02:00
..
compress Simplify decompressor lookup 2019-09-23 23:32:38 +02:00
__init__.py Add release instructions in a comment in __init__.py 2019-09-16 17:09:47 +02:00
__main__.py Enable --sort by default and add --no-sort to disable sorting 2019-09-16 15:25:41 +02:00
api.py