issues
search
jdidion
/
xphyle
Python library that facilitates opening, reading, and writing files (and file-like entities like URLs and streams) agnostic of compression format. (production)
Other
21
stars
3
forks
source link
fix import, fix deprecation warnings, fix zstd
#68
Closed
jdidion
closed
2 years ago
jdidion
commented
2 years ago
Change import
collections.Sized
->
collections.abc.Sized
Fix pytest deprecation warnings
Fix zstd magic bytes
Fallback to file extension if compression type can't be determined from magic bytes
collections.Sized
->collections.abc.Sized