Skip to main content

scikit-build project with CMake for compiling libmagic

Project description

A lightweight, minimal python package that ships magic libraries using automake, CMake, scikit-build, and cibuildwheel.

Actions Status Cirrus Status Documentation Status Code style: black

PyPI version Conda-Forge PyPI platforms

GitHub Discussion Gitter

Why?

If you use python-magic, you typically get an error like this

>>> import magic
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/kratsg/.pyenv/versions/venv/lib/python3.7/site-packages/magic/__init__.py", line 209, in <module>
    libmagic = loader.load_lib()
  File "/Users/kratsg/.pyenv/versions/venv/lib/python3.7/site-packages/magic/loader.py", line 49, in load_lib
    raise ImportError('failed to find libmagic.  Check your installation')
ImportError: failed to find libmagic.  Check your installation

which is frustrating because they don’t ship shared lib with their python distribution. pylibmagic helps fill in the missing gap by shipping the required magic library and adding it to your path, so you can just do:

>>> import pylibmagic
>>> import magic

and be on your way. pylibmagic is designed to be very minimal and lightweight.

Compiling

$ docker run -it --rm -v $PWD:/home/root -w /home/root ubuntu
# apt install cmake autoconf automake libtool build-essential git python3-dev python3-pip
# cmake -S . -B build
# cmake --build build

Installing

$ python3 -m pip install pylibmagic

and the libraries are installed at

$ python -c "import pylibmagic; print(pylibmagic.data)"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylibmagic-0.4.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distributions

pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (697.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (696.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (697.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (696.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (696.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl (657.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl (652.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (697.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pylibmagic-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pylibmagic-0.4.0-cp311-cp311-macosx_10_9_universal2.whl (696.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl (657.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl (652.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-cp310-cp310-macosx_11_0_arm64.whl (697.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pylibmagic-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pylibmagic-0.4.0-cp310-cp310-macosx_10_9_universal2.whl (696.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl (657.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl (652.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-cp39-cp39-macosx_11_0_arm64.whl (697.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pylibmagic-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pylibmagic-0.4.0-cp39-cp39-macosx_10_9_universal2.whl (696.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl (657.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl (652.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-cp38-cp38-macosx_11_0_arm64.whl (697.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pylibmagic-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pylibmagic-0.4.0-cp38-cp38-macosx_10_9_universal2.whl (696.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl (657.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl (652.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (616.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pylibmagic-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (696.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pylibmagic-0.4.0.tar.gz.

File metadata

  • Download URL: pylibmagic-0.4.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for pylibmagic-0.4.0.tar.gz
Algorithm Hash digest
SHA256 bb809935409c63ca1d94f9b4b519e28907b13b14c5426f00a02ae26cda434683
MD5 3217eb3567b62e6c8702e6a1ae59eaad
BLAKE2b-256 f0148d2610fc9e83ad4ace171a77140c2a725ae9d25d6f66a760094e02dc5bd7

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adf823bedd3853136be2bd7f185c5aaf2846daea8154f2db44cf8fc7953e23ca
MD5 89294a139c0c47fbebdbc68f9e1a74be
BLAKE2b-256 2ec4b841c6a994cf0a50b59b66d04a7b51e696c3740484e001ce478f46b47c9f

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44b25360f5ba40f54471669209c7c225309b19effe3ec3a8699385ecd4de501b
MD5 d15d5fc16471162e7ae82224edd1e2d3
BLAKE2b-256 5fcdea640a3b489bf5f1cfb4707f1129d0c7c9566fff52a74fa3e5cbbe4c8f88

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faa26e1bd4ed93ba1b1483b773d2b577bddda0d8f022b67c1fba3a75b0ac5d52
MD5 a139dd4bf86713db8784c083ca71c535
BLAKE2b-256 ba765351a925121c9a6eafa889e79f883bae3896608cc30b9e6b524ce33f4e63

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a69103a6ab26eb62d54c32a8155b6ae918742e6ce95a7293bf8ed66ef20e301
MD5 164691a45e6da63a7aa52227fb024052
BLAKE2b-256 d022b6917fdac788d222c83600259b7ade335b9fa6f0268a5368e53418103a5b

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41fb7e70c1e56737a32b34d64fb7d723224f4a6fc342feb36cee9bd9e94f9204
MD5 81cea077c58f589388285c706bb0b3c5
BLAKE2b-256 9a3b275bc90de605f9b9a935a1412f0000b903918aadc52cc3d36f7bf454fada

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5a27f46d9fb61c613192b2d80302248eb722133463f61b05c75588e7da34ad2
MD5 cb27e721abbfd56aef09d0cc321ab125
BLAKE2b-256 f06e5ced863263e5d8dab62db230c1feff588a3099c767c5c1c812ea1baee560

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed9648424778ff90565a996e5ec8aa39be9106495fdeded4dc1041f7c8f27299
MD5 9d09b1796c267281c8cf4df2cac05c7f
BLAKE2b-256 042c3a6b5c8bfe80a7d37376368fa43a976b51627c35eb8df31f89caa6fbdc15

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab1eb02d4004fb12b18c02ba472a4e70c731b8b1ec9b9942f9ff3121cf3fea42
MD5 88280fb09c41cf936b834b317763d1f6
BLAKE2b-256 86423f9927c293ffa9a808ca702e4c61f646280c7fb0026ac46c42d058c285ba

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c86b92cef79fa7061015cedc54ce480d83dbae4ca1ba2d3c179de48d7d5589f7
MD5 80182f012ddf36eeccb0e7c994dd09f0
BLAKE2b-256 dbd85b991e22053f2354428c4421eb3e868884833b3d78ac6655ebadcd3bb159

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 729e8aeb9b77db311a9c5319747ada780099b0276e46d725fe4582516a8d865e
MD5 2c8e60e44a2040b9f08b32eed84ffc63
BLAKE2b-256 6dbe6ba4616a6c25fcf3a53ac045e310c29b13c221622ad5133ae9671d0dcf5f

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8d095e055a2db7cc228ff9de7cba3bc40d3e0f432f9806987afa28098ffd256
MD5 623e5efbd2db00d0c2aa08b510ef1b1c
BLAKE2b-256 4879ffbf07fa071917fbffd5d8746a5da715067429e690226b6ed48eaf793e54

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fad58b5bb23549b4525c913e05566178cd4ca79659ca9630cd9dfbecab0a7a63
MD5 c7daee8d1f380100f21c4c57246bbfff
BLAKE2b-256 be965b53f7915ab7409c7a37ba6b9b1f05c6abd48b0b9bc349501572329535c7

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 00906d6876dea3c27f81b92559b08a3d129e368594b32b36973fd90f1127164d
MD5 156871fa91e83cfc7607c79578ae9c37
BLAKE2b-256 2384d83b65b3bd8baec2cf1a1542364d8f5a031fb94a3294fef0f2cbca6dc0dc

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd4109f508d681cb797a7157637d11cbae64e87088a9c741b800ba2d7d89e19e
MD5 fc6a05e81d3fbd91fac6af5266c7e74b
BLAKE2b-256 38291da4404d8c5e883c6c16074149ca1ed54c9566925ba04fe4b5a26d0cb22a

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 168bf4f0b2a1513e18e2f22f033a577a7806c5ba12fb61172e4b64537cd8fa89
MD5 e33b71fdd9a7710af99353c01508ba96
BLAKE2b-256 08528c98863a001bcad7835403fbf8680ff94219fde83bb93560b26493b9f3f4

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2ee63fe05d65bed38dc27a761240812c7482c2aae57e15547e9a12c9f4ededd
MD5 9d05dd6bba733098b1a4d66c24746cb8
BLAKE2b-256 2183fc9d7bce3f538d62d919e79ca8b4f5a84508870d165da83ab4bfacc96d24

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d0a3db438aa26367f9ddad12c4aeff0af97517351bfc48dc20939bdf5b38094
MD5 45757c2bf23663e514d6355cad99b336
BLAKE2b-256 de844eb0e3dd19737ce7ed9c0f49456d0382744f2737ee3d3205f7530422ddc9

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1dfcf202bfa1d33b3a1aa26bc5240c5bec64a2ee391ae9caddf65afbdf591607
MD5 69dbd596ce3ca18a383968ac1a2e1317
BLAKE2b-256 dfaff52540b200f2f8dd3b1c896cce0ea79708efd4e70c00546520d3214c2e26

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 829e1264c71426f3a0b36a651511dd21d21ff433214a5ee41716e3d2cb8cc450
MD5 b6060a0b1b199edf7c3f3890dc8214c4
BLAKE2b-256 f85ab50c0660edb2bbf687f9e9a134981c13e9755dcefb0f59ccc220a0ec39d2

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9bd060a6cc31db7c448c58117a024a244f2c48fcabca131af371cf5e87397507
MD5 cbb9bf1d46495bddad9367889b019498
BLAKE2b-256 7da7bc1b23673ce0d223ac82189fb77a52bd5594fcaad966df5db5239eb394ca

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d603546d4ccb9f6d6397f25851313648585a6531a81cf7281378309f9ade63f1
MD5 152f5918a1ea01e58c4fa7e0905ea771
BLAKE2b-256 b217f7b1b4d85cc2acc4dc7b50d2b2d6befa5ecf38c712a11dcf369bf6c91138

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a10c9b762d1dac8f551b872bebb7ca161b57078860aea334cc380941e7500127
MD5 2a377d70ff98838e2827a9839f01b7c9
BLAKE2b-256 2fe88f4fd62797abc2c73775501be330948e838e337707337f85541cde5753d8

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0b41bafb8192ff44e1daeb02724f73f8cbf52a888d6222292b43c18628c1f86
MD5 74d5c1911f7b9f7d7aa98f3f8acd3315
BLAKE2b-256 b9881064e18067087a42926cd0cde2aefd3b1ec825d6538681e1c0a179024c29

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 721884d25031ca8dda3fd0fab440960ecdcdfc8d4ca0afbbc3053ce62f2f9150
MD5 dffde018414895f93bc1f9f2aa4cf39b
BLAKE2b-256 1d013038021589b049a5a8f4cb5505f8cf6c5e024bd519de50cc7d70a46ee6ee

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 850ffef266e0f4ebb077bf80ae735aa56ab66dcc2d454b2c6a7d20aca9a2473d
MD5 dc4e85aef528a81622542b7da1c4c493
BLAKE2b-256 efc4afa753392f981adfbb9b5d253ad1668d0f584042c61c1d72d2c2c3f5e575

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da8a209d99900f2e202e2f7049b53d9d5764464f0598b1464eb1d4e2163bcf3a
MD5 5e7d9357f685bb7fc64586dc729b849f
BLAKE2b-256 d508bda8a843645ce6811a0f98842a714df6e7c3787a5b728c5b728c20856065

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3e4621fe65b219279defcef9c239da8fb6650c1d7f42acbcca6da14deb3504d7
MD5 8aaa5ffcc85721de029c46c336abf237
BLAKE2b-256 4e8db8cfb2541059891caba6d2e747a7cd9c4483d6f0666fe3b0120b9901c291

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 023d0ad105b4fb457d5e9397b434993fd64905e08fc494363f3a63c3a9bec398
MD5 7a028a2918a46bc5f6220ab6cf4a45bc
BLAKE2b-256 e782cdac50d4700131e963b3cd0a08728fbb63f8ce8846d070bef3c6f20dbdd1

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9c66a8acc14b14b593ab66dccfb2eed41d79cbc04d043634efe9cdb9b74bd21
MD5 362432d3ba1a719a8c098df3769c71cc
BLAKE2b-256 cbbf03e6bbd6545677e9ed443257b291d97e995ecde959a9a8e13b068540d42a

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a16198d3ff99aa70817f411eb596e30ecf27b65e0827f3bf581291f3ced1f33b
MD5 810bf570a92bce26959bd7c125bfed80
BLAKE2b-256 210f156eed014688bad7e34bff68c654771f0aba972ce2480ed5a292744d62b4

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6380f06ee96396c2aa9e43144ba529d395fdc9079d596c97a73789d035a6a642
MD5 e09ca90ce365cb3b4d165b8483c9fae3
BLAKE2b-256 9412409dced3801c7059241ce181c6d0e4aaa6d9ee0f694a634c0caa0ae757e1

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7402411626e9ef72b935dd53dcf0d297514b5d42282dcc6a72711d1d3f328107
MD5 3b85dc5463ea31d433ba591372189fe3
BLAKE2b-256 655ceffc85a4dec0d37538fdb3228d3a34d007ab81286e7d1aeeeb63140e7f57

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01c5727817215b2305c198066d6436216786d4952a6dcfdf0427b628e72a421d
MD5 e8b344d41bd7e49a82f70ff34ef92ab6
BLAKE2b-256 041cf2fa0570d17a790e00da3c3adcab24457beda5e6794a0b9a09f7a7df81fe

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 74c5769bf9bcd0026084ff6bc93293fb2f5539511aaf9cbfe8f543d7f4c1cc86
MD5 c3bd7c1fe7782058cd8263e6e120bc85
BLAKE2b-256 3819fa47822d9c1ec3d900aa591a2e37e0b7c484ac8380a76e57d76ddeb47ab9

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 945f0c63f8c618e6b101a5147afea445cf3051bd293ec42a34084000ad3c5e30
MD5 5fc0fc680d9fa0247fcfca065438a4fd
BLAKE2b-256 ce6a42fd2a2e70b66523d56d17a239fb1541e22cb2857ae800a45c906e9dce5c

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71f7fd7412e03f9a24051661ff0e29387aa8753de30a8b3a9cc043aa1dc89cf6
MD5 a403bef64ad13ed1b5794c8c48d4821e
BLAKE2b-256 106c419fcd6bd3baa603df62f68cb51e60d2016afded016f22cead07984d49b4

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75a9a715d4f9033a2bc7323856946eb1a55883a40afd7c1d2e840733b6fc12fa
MD5 ec96b5bab24420181979813f4295a879
BLAKE2b-256 6f7f2182d4951c0bd0163f4bcbcdaeaf2064cb6c87cc3d795d2763dcc2069ae8

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcd7c417ad48a1e61496857292d8563e33beae314ab08ddf82acaa1a94648c48
MD5 71a453144bed06488c120e1c278ca02e
BLAKE2b-256 86b61f9280163b0e8895ed57f1c3e908875ee627f46547032f1f3fecb067a94d

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 06fbe9d45bfbdb6f332e3b8bf39fa3b63c8bb19cca577714dc3c55d868e9ea00
MD5 27b8eb22644c04a52579bfdbd21f968c
BLAKE2b-256 6e4d3822e49562e4295b41daf539df11aa9b1b57588bca7aacb4418e68d8f0af

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 015c4f80974d69eca1f1ff060375ca2d982b163bb06b2f41dd979869f21e4787
MD5 170c4a3ee119d87c13ac198760d83d1f
BLAKE2b-256 6c364beb957de9fbe798f51a7475010254c2b7726946ce1e85b45fdd2df9e9f0

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 89eb7d9b3889beb9aeda951e5a8d440452911a3991f356c82cff5e1e7195dd8e
MD5 8a6aa907bf15947c3a497b66f13395d6
BLAKE2b-256 ce6b3d71e9b3cb9351c4381776f96dbb43b1d959add37318f2720c4604365310

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f3d3bfd35b96e0889bd4d518c6604d5d59a7b92d3896e70606cd9deb8f98679
MD5 c82879b585a0cbac4988397cf07615a1
BLAKE2b-256 4c1e2b0712f069fe479e1159ade83fc529e808f13975a3d11f092158f18b74dd

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7c437eb6b1d8c0900c1a7eb4f33f92231c5ba2a013f6f870c82821757fd603f
MD5 67f2b50746c5eaeccbe9138dc7cb37ff
BLAKE2b-256 0938d76aa62ccb687807c5c0c7a3a201c3f55739a23bb96480c5205fc7b1f9fa

See more details on using hashes here.

File details

Details for the file pylibmagic-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmagic-0.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7074d5ebc3baad33aef742329e2aea0923a031a7f656b16d29ac654394264a33
MD5 072753c4df99727af1d7096768d70d4b
BLAKE2b-256 4405b4b0259203fa6540df14fedc9176e1d6b8372d629f9d47635d6379352cb8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page