Port variant | v12 |
Summary | Magic file detection (3.12) |
BROKEN | |
Package version | 1.28 |
Homepage | https://github.com/cdgriffith/puremagic |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 12 OCT 2024, 19:09:16 UTC |
Port created | 03 JUL 2023, 21:37:39 UTC |
single | puremagic ========= puremagic is a pure python module that will identify a file based off it's magic numbers. |CoverageStatus| |License| |PyPi| It is designed to be minimalistic and inherently cross platform compatible. It is also designed to be a stand in for python-magic, it incorporates the functions from\_file(filename[, mime]) and from\_string(string[, mime]) however the magic\_file() and magic\_string() are more powerful and will also display confidence and duplicate matches. It does NOT try to match files off non-magic string. In other words it will not search for a string within a certain window of bytes like others might. Advantages over using a wrapper for 'file' or 'libmagic': - Faster - Lightweight - Cross platform compatible - No dependencies Disadvantages: - Does not have as many file types - No multilingual comments - Duplications due to small or reused magic numbers (Help fix the first two disadvantages by contributing!) Compatibility ~~~~~~~~~~~~~ - Python 3.7+ Using github ci to run continuous integration tests on listed platforms. Install from pypy ----------------- |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
main | mirror://PYPIWHL/c5/53/200a97332d10ed3edd7afcbc5f5543920ac59badfe5762598327999f012e |
python-pspdfutils:v12 | Manipulate PDF and PostScript documents (3.12) |