cdgriffith / puremagic

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

Price-matching other repos for more file support #22

Closed DonaldTsang closed 4 years ago

DonaldTsang commented 4 years ago

Take a look at these Python repos to see what can puremagic add to cover more formats.

If we include non-Python repos:

cdgriffith commented 4 years ago

I will be adding magic signatures from a few of these that are properly open licensed in 1.8, thank you!

The gold standard that I need to figure out how to incorporate their data from is file https://github.com/file/file (thankfully also BSD style licenced).