python-rsrcfork/rsrcfork
dgelessus af2ac70676 Simplify ResourceFile._references and ._LazyResourceMap
The _references map now stores Resource objects directly, instead of
constructing them only when they are looked up. Resource objects are
now lazy themselves, so the previous lazy resource creation mechanism
is redundant.

_LazyResourceMap is now a simple read-only wrapper around an existing
map. The custom class is now only used to provide a specialized repr.
2019-12-04 02:01:40 +01:00
..
compress Change naming of compression types 2019-10-07 10:08:32 +02:00
__init__.py Bump version to 1.6.1.dev 2019-12-04 01:45:15 +01:00
__main__.py Don't display header data and attributes in list output 2019-10-22 13:26:03 +02:00
api.py Simplify ResourceFile._references and ._LazyResourceMap 2019-12-04 02:01:40 +01:00