python-magic 0.4.27
pip install python-magic
Released:
File type identification using libmagic
Navigation
Unverified details
These details havenot been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author:Adam Hupp
- Tags mime, magic, file
- Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifiers
- Intended Audience
- License
- Programming Language
Project description
python-magic
python-magic is a Python interface to the libmagic file typeidentification library. libmagic identifies file types by checkingtheir headers according to a predefined list of file types. Thisfunctionality is exposed to the command line by the Unix commandfile.
Usage
>>>importmagic>>>magic.from_file("testdata/test.pdf")'PDF document, version 1.2'# recommend using at least the first 2048 bytes, as less can produce incorrect identification>>>magic.from_buffer(open("testdata/test.pdf","rb").read(2048))'PDF document, version 1.2'>>>magic.from_file("testdata/test.pdf",mime=True)'application/pdf'There is also aMagic class that provides more direct control,including overriding the magic database file and turning on characterencoding detection. This is not recommended for general use. Inparticular, it's not safe for sharing across multiple threads andwill fail throw if this is attempted.
>>>f=magic.Magic(uncompress=True)>>>f.from_file('testdata/test.gz')'ASCII text (gzip compressed data, was "test", last modified: Sat Jun 2821:32:522008,fromUnix)'You can also combine the flag options:
>>>f=magic.Magic(mime=True,uncompress=True)>>>f.from_file('testdata/test.gz')'text/plain'Installation
The current stable version of python-magic is available on PyPI andcan be installed by runningpip install python-magic.
Other sources:
This module is a simple wrapper around the libmagic C library, andthat must be installed as well:
Debian/Ubuntu
sudo apt-get install libmagic1Windows
You'll need DLLs for libmagic. @julian-r maintains a pypi package with the DLLs, you can fetch it with:
pip install python-magic-binOSX
- When using Homebrew:
brew install libmagic - When using macports:
port install file
Troubleshooting
'MagicException: could not find any magic files!': someinstallations of libmagic do not correctly point to their magicdatabase file. Try specifying the path to the file explicitly in theconstructor:
magic.Magic(magic_file="path_to_magic_file").'WindowsError: [Error 193] %1 is not a valid Win32 application':Attempting to run the 32-bit libmagic DLL in a 64-bit build ofpython will fail with this error. Here are 64-bit builds of libmagic for windows:https://github.com/pidydx/libmagicwin64.Newer version can be found here:https://github.com/nscaife/file-windows.
'WindowsError: exception: access violation writing 0x00000000 ' This may indicate you are mixingWindows Python and Cygwin Python. Make sure your libmagic and python builds are consistent.
Bug Reports
python-magic is a thin layer over the libmagic C library.Historically, most bugs that have been reported against python-magicare actually bugs in libmagic; libmagic bugs can be reported on theirtracker here:https://bugs.astron.com/my_view_page.php. If you're notsure where the bug lies feel free to file an issue on GitHub and I cantriage it.
Running the tests
To run the tests across a variety of linux distributions (depends on Docker):
./test_docker.shTo run tests locally across all available python versions:
./test/run.pyTo run against a specific python version:
LC_ALL=en_US.UTF-8 python3 test/test.pylibmagic python API compatibility
The python bindings shipped with libmagic use a module name that conflicts with this package. To work around this, python-magic includes a compatibility layer for the libmagic API. SeeCOMPAT.md for a guide to libmagic / python-magic compatibility.
Versioning
Minor version bumps should be backwards compatible. Major bumps are not.
Author
Written by Adam Hupp in 2001 for a project that never got off theground. It originally used SWIG for the C library bindings, butswitched to ctypes once that was part of the python standard library.
You can contact me via mywebsite orGitHub.
License
python-magic is distributed under the MIT license. See the includedLICENSE file for details.
I am providing code in the repository to you under an open source license. Because this is my personal repository, the license you receive to my code is from me and not my employer (Facebook).
Project details
Unverified details
These details havenot been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author:Adam Hupp
- Tags mime, magic, file
- Requires: Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifiers
- Intended Audience
- License
- Programming Language
Release historyRelease notifications |RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more aboutinstalling packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more aboutwheel file names.
Copy a direct link to the current filters
File details
Details for the filepython-magic-0.4.27.tar.gz.
File metadata
- Download URL:python-magic-0.4.27.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b | |
| MD5 | 5ec09788e8dce05dfd4fd5345153f8a9 | |
| BLAKE2b-256 | dadb0b3e28ac047452d079d375ec6798bf76a036a08182dbb39ed38116a49130 |
File details
Details for the filepython_magic-0.4.27-py2.py3-none-any.whl.
File metadata
- Download URL:python_magic-0.4.27-py2.py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3 | |
| MD5 | 72e34d86a65f5656be0907d5cef4ecd3 | |
| BLAKE2b-256 | 6c739f872cb81fc5c3bb48f7227872c28975f998f3e7c2b1c16e95e6432bbb90 |