fleep-py icon indicating copy to clipboard operation
fleep-py copied to clipboard

File format determination library for Python

Results 17 fleep-py issues
Sort by recently updated
recently updated
newest added

It would helpfull to have support for the csv format.

According to [List of file signatures](https://en.wikipedia.org/wiki/List_of_file_signatures), there are 2 magic codes for MP3 files. I added the other missing magic code and a test for this specific scenario.

List Comprehension is unnecessary here. `sorted` already returned the list.

The signature "25 50 44 46" is the same for pdf and ai. Is this ok? If yes, how can I get the correct mime-type?

The lib does not support .ts files

Here's a log, I don't know what else to post ``` Defaulting to user installation because normal site-packages is not writeable Collecting fleep Using cached fleep-1.0.1.tar.gz (6.5 kB) Preparing metadata...