issues
search
cdgriffith
/
puremagic
Pure python implementation of identifying files based off their magic numbers
MIT License
169
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`.wav` files detected as `audio/wave` when maybe they should be `audio/wav`
#104
simonw
opened
2 weeks ago
3
More false negatives
#103
bernt-matthias
opened
3 weeks ago
2
Wrong mime types and extension for .xlsx type files
#102
Aashutosh05
opened
1 month ago
1
Version 1.28
#101
cdgriffith
closed
2 months ago
1
FITS file detection no longer working
#100
ejeschke
closed
2 months ago
3
2024-08-25: Lots of new formats
#99
NebularNerd
closed
2 months ago
2
Version 1.27
#98
cdgriffith
closed
3 months ago
7
2024-08-05 Tiny file fix and Confidence correction
#97
NebularNerd
closed
3 months ago
5
stream does not work properly on opened small files
#96
FelipeLema
closed
3 months ago
2
Faster than a libmagic wrapper?
#95
mara004
closed
3 months ago
6
PDF files are not always detected
#94
peterekepeter
opened
4 months ago
1
Improve PDF file detection, fix description
#93
peterekepeter
closed
3 months ago
4
include py.typed in sdist
#92
bollwyvl
closed
3 months ago
0
Version 1.26
#91
cdgriffith
closed
4 months ago
1
fix(dist): add py.typed to package_data
#90
sk-
closed
4 months ago
2
py.typed is not included in wheel
#89
sk-
closed
3 months ago
1
Add .caf mime type
#88
Aztorius
closed
4 months ago
0
2024-06-25 sndhdr update and HD/CD/DVD Image files
#87
NebularNerd
closed
4 months ago
1
Weird issue with non-compliant AIFF files
#86
NebularNerd
closed
3 months ago
2
For Python 3.13: A drop-in replacement for `sndhdr.what()` and `sndhdr.whathdr()`
#85
cclauss
opened
5 months ago
3
Version 1.25
#84
cdgriffith
closed
5 months ago
1
Version 1.24
#83
cdgriffith
closed
5 months ago
5
More ruff rules
#82
cclauss
closed
5 months ago
2
Add a `imghdr_strict` option to `.what()` to deliver the same false positives
#81
cclauss
closed
6 months ago
2
Refactor by adding a `_match_confidence()` function
#80
cclauss
closed
5 months ago
0
Add ruff linter to pre-commit
#79
cclauss
closed
6 months ago
0
Match 2024-05-11 imghdr parity update
#78
cclauss
closed
6 months ago
1
Type hints: `from __future__ import annotations`
#77
cclauss
closed
6 months ago
0
For Python 3.13: A drop-in replacement for `imghdr.what()`
#76
cclauss
closed
6 months ago
8
2024-05-11 imghdr parity updates
#75
NebularNerd
closed
6 months ago
9
Do not perform function call in argument defaults
#74
cclauss
closed
5 months ago
1
Small performance improvements
#73
cclauss
closed
5 months ago
1
For Python 3.13: A drop-in replacement for `imghdr.what()`
#72
cclauss
closed
5 months ago
4
Speed Improvements
#71
cdgriffith
opened
6 months ago
6
Version 2.0 Goals
#70
cdgriffith
opened
6 months ago
6
Variant field in magic.json?
#69
NebularNerd
opened
6 months ago
0
imghdr matches in PureMagic?
#68
NebularNerd
closed
4 months ago
5
GitHub Actions: Test on Python 3.13 beta
#67
cclauss
closed
6 months ago
1
2024-05-06 Fix Confidence sorting
#66
NebularNerd
closed
6 months ago
1
2024 05 04 Experimental regex support (No rush to merge, proof of concept/feasibility discussion)
#65
NebularNerd
closed
6 months ago
4
Version 1.23
#64
cdgriffith
closed
6 months ago
1
2024-05-01 MP3 Detection improvements
#63
NebularNerd
closed
6 months ago
0
Version 1.22
#62
cdgriffith
closed
7 months ago
1
Update main.py to resolve PYTHONWARNDEFAULTENCODING
#61
NebularNerd
closed
7 months ago
0
EncodingWarning when PYTHONWARNDEFAULTENCODING
#60
jaraco
closed
7 months ago
2
Multi part reverse lookup
#59
NebularNerd
closed
7 months ago
2
Update magic_data.json with lots of MED,MOD,IT and similar
#58
NebularNerd
closed
8 months ago
5
Multi-part checks with negative offset for second match
#57
NebularNerd
closed
7 months ago
1
Update magic_data.json with JPEG XS
#56
NebularNerd
closed
8 months ago
0
Version 1.21
#55
cdgriffith
closed
9 months ago
1
Next