Expose READ/WRITE gzip consts (in addition to existing FTEXT, FEXTRA, etc)#115
Conversation
|
Looks good! Thanks! I will merge once the tests have succeeded. Can you fix the small linting error? I try to keep the library PEP8 compliant. This should end up in python-isal 1.0. I am currently waiting for ISA-L to update to 2.31 before I release that version. |
Codecov Report
@@ Coverage Diff @@
## develop #115 +/- ##
========================================
Coverage 98.03% 98.03%
========================================
Files 2 2
Lines 254 255 +1
Branches 66 66
========================================
+ Hits 249 250 +1
Misses 2 2
Partials 3 3
Continue to review full report at Codecov.
|
No problem; committed the spacing fix ;) |
|
Whoops, and then I forgot about this PR. Sorry not to merge this earlier. |
No problem; it's a simple enough patch to keep in sync locally until it makes it out into the wild - thanks! ;) |
|
It made it into the wild. I just released now, wheels should be available shortly. Thanks again! |
Added/exposed the only missing top-level gzip consts,
READandWRITE, with the expected values. Improves drop-in completeness / replacement behaviour when substitutinggzipimports withigzipimports.(Note: all of the other public consts are already exposed/available:
FCOMMENT,FEXTRA,FHCRC,FNAME,FTEXT).Added test coverage to confirm the presence (and expected value) of all of these.