dgelessus
a2663ae85d
Allow compressed resource header length field to be 0 (see #10 )
2023-02-14 21:31:45 +01:00
dgelessus
8f60fcdfc4
Add stacklevel to warnings.warn calls as recommended by flake8
2023-02-14 21:30:44 +01:00
dgelessus
b95c4917cc
Fix new mypy error about enum.Flag.name possibly being None
2022-09-08 11:03:52 +02:00
dgelessus
70d51c2907
Convert README from reStructuredText to Markdown
...
Because it doesn't use any reStructuredText-specific features and
Markdown syntax is less annoying.
2022-09-08 10:30:21 +02:00
dgelessus
f891a6ee00
Move main source code into src subdirectory
...
This avoids certain problems related to the entire repo root appearing
on the import path, usually when running Python/pip from the repo root
or when using an editable install.
2021-11-21 19:15:51 +01:00