cdgriffith / puremagic

Pure python implementation of identifying files based off their magic numbers
MIT License
161 stars 34 forks source link

Added more Microsoft Office formats #20

Closed andrewpmk closed 4 years ago

andrewpmk commented 4 years ago

I have added more Microsoft Office formats such as macro-enabled xlsm, docm, pptm and a few others. All have the bytes 504b0304 at the start because they are really ZIP files.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.385% when pulling 8be4a0ed229714d2332088452cec47bca4741abc on andrewpmk:master into ae2c4c400930b8a19519e787f61dd779db7e415b on cdgriffith:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 95.385% when pulling 8be4a0ed229714d2332088452cec47bca4741abc on andrewpmk:master into ae2c4c400930b8a19519e787f61dd779db7e415b on cdgriffith:master.

cdgriffith commented 4 years ago

Thanks for the additions!

Need to make just a few quick changes to the tests and stuff due to old packages and plan to cut a release this weekend.