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 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.3.0.tar.gz (6.9 kB view details)

Uploaded Source

Built Distributions

pylibmagic-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pylibmagic-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (657.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pylibmagic-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (696.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pylibmagic-0.3.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.3.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.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (657.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pylibmagic-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (696.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pylibmagic-0.3.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.3.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.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (657.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pylibmagic-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (696.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pylibmagic-0.3.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.3.0-cp39-cp39-macosx_10_9_universal2.whl (696.3 kB view details)

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

pylibmagic-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl (657.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pylibmagic-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pylibmagic-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (696.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pylibmagic-0.3.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.3.0-cp38-cp38-macosx_10_9_universal2.whl (696.3 kB view details)

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

pylibmagic-0.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl (657.5 kB view details)

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

pylibmagic-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (618.7 kB view details)

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

pylibmagic-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl (696.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pylibmagic-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4fc3d75ec6097a2e62147c6eef603247773a7e120649a891e3d7eeaa0e327ea9
MD5 ea4e87328d7c688101c4d7b73713dcd3
BLAKE2b-256 bed813cbf709f3f7b5eee39c604ebade78cf2e34ae5b4fdf568588c9b36851e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b9287e45b327cd5e866012310e168dc25a279cd00884418b0b6c244c030d931
MD5 e13166ea12bdbf84d3b290a371a0994a
BLAKE2b-256 4d1c1d299c32c992479e4bffa5ac383d88572d3101faf08220bc4a72bf80ab0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f43803feda0a9c47e97779841cf0d228d237db7520a0afb7b502fce1e6fb2e4
MD5 e74fba2478da93d61971061bce1e9a89
BLAKE2b-256 e31134e261b1281a6996f5b95f6258954141df6cdc1eb7a11eac493595aef0c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a46c59f9794c9992de9d35ccd12882659d35bd6365354d50b5c3143bd536494
MD5 8f004b1889aa6e344cbadd0766709f6c
BLAKE2b-256 a395daf3b4319cb8ec2540fee02c7261d0cc978b56c10fad8a00c8bbdce01040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 312388cf497403736365e5a7db31c9d7d9036f443caf1f6e0e648bd37f14d0cd
MD5 07288e99a1ccfe6109948fdd335008fe
BLAKE2b-256 6de80ec8b191ec4bf548168b45e8dcc3b5f2135193f0b3b089c18f3e4c5fe040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc7147e31dc71447202a81f0adb3e0a89ef7ac2e84c9a42a34616b6e8cd57a3d
MD5 130cd4166c994b0965f4717c32ef2100
BLAKE2b-256 ec534ee7fd742681fe52e38234e699053a0cf34abbbae9f20912ddecf7a7d222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 074080e0782343d42545573c124a69f6ea9459411f3330642ec59504fcc8bb02
MD5 b689a05b21ad4f7afcb96b2ab0760be3
BLAKE2b-256 9591f2641f0994a3baa378d2274d641b070be24c2c700f6494ec4268a65f9b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb3a3ae2f3ccde3365b577b969278cb87b99892c9901f0289c7acfb68510568b
MD5 29a331c60a652bd363b39aef541894c3
BLAKE2b-256 b958b77b210ce9082940376046cf99648f0a9594e026f39cb4f749673df8900f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c6fa5af089bafb8a9c01c0525464b883604c17efa30efdd062705fa3f859907
MD5 0fc7e2088c988f5103a84b120d67ae25
BLAKE2b-256 93ae6a2273b60db6e07506aefebc1f9670d37cab1eeeb6901d805e7085047240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e0c3ef80d976d727929058f8275494839b85a56254af12796bf2334171d00b8
MD5 724bf5eca306a2be2a2280b893641d20
BLAKE2b-256 1b45154856983d10969e3fc28fc64db30a855bccf3ac58198c7458035bb61ec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0674eabd7c3d493d14573522d5cdfd06166ce95db0232be1987375a93558d176
MD5 48cc23d291dc2b3aa758eb2cb5b51e33
BLAKE2b-256 5f88a0861605306293095783d30b7282c14d3e21c7618ea1b13b81b6ceed8f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a06578e21c81ca24f2fe7031b499012a3675e0e6590428599158c3a3b4e2db8d
MD5 eb84977627c59027c5c46e58729a54e7
BLAKE2b-256 df06d9a28437e6ff92183b537c830f1cf5d935f1c41bcad1488ed1c6813c6004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aee092575c7fb4b5cc18d67581189c1d99523ec2fe6902a9c729abf9e9970a1c
MD5 8174a8f94b9cbfcc7929595c7cfe2f39
BLAKE2b-256 888a43cc74c8099a7b788ed2daed4c9db91969444ff2fc5a66a8612b0d966c90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a9daffa99a89d8e5d156cc06428118bdef7592d0f2389f7e7184b6e47ae446a
MD5 afbcc20ece79f78e6d99c53cf0e30dad
BLAKE2b-256 af89ffb91f61aee3f01770d74e66e9ae4486ea5190b8ad2b29731c24d0d5d994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a2d98ac0c63b455ae368afdee7dd0bf7833680d7359da8954247f7ce87261ad
MD5 212e71f155fb9961f64c4e7cdde23158
BLAKE2b-256 0c66188644bfdc1d6772f504bb9e7785d1a759017d284e92117c4e81f6edef95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 057684e433d76e30d173422311604ce93b1a67801a646f79c0a45e9fb035071c
MD5 e1a4687e55d65365eb089ebe07e967c8
BLAKE2b-256 aee7eb30e22e89ef3263355a4ba0fca3c54e34bc5bb7b6367e96bc27c5efd63c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5786144d504a6d483489ef74f4fe82a1638af57e1536e517948910e8a2fbc662
MD5 18630533a4a82f7fcf37def2640bf423
BLAKE2b-256 ec175fe45491142945e289646f041bc4f8dbd1c9986f4e42d83bdbb9156511da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e61f88ca037d445b19c03ea2d20f39031d189a7697e131dfb47ddcbbedf2bd12
MD5 5e9bc382a94d32dd407447d86edee417
BLAKE2b-256 6ba9c75e708896abaf5b09cee9aa7322aed6d129808d1b13ca8c045e9e767d5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 625780bd19be0981b6efda2da656fbe33b466a86f56497564a63c3c8d18074c1
MD5 da2afb9331e2986c240455e2bee2db4a
BLAKE2b-256 5b889d177b5522389d67f1d2691d8591489fb6d71f53e8b44ab2dba60d8cf660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13180fec6cd395fba83eb5a31d42dfc68ff3dfdb919acc9670af85d11c483052
MD5 fc33b2334f5cddb6f8d41f3f1d996ea7
BLAKE2b-256 a37509996ee129f789ba74ae88106005a60314e46fc06c943dc98ff3ae176037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 170fbe4c6fed6e18943fbd364b2df97c6a71a77c96a996aeb12c93e9a1582da4
MD5 ee0ce56f95824738c4710d0d7ce9d36d
BLAKE2b-256 4c73732ee9cf3b7f64f02f6a3585cc4554db3d187c2e10f81749b0543dd271b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 620d5565caf55127c22767c85a6a8bfee98d5896e9603aba4a099151ad66a644
MD5 d7e4448754b4890f387f236c05be1a5a
BLAKE2b-256 13a3eee019bae3b9aeb36a6eb8eb2bf952991f8a3e6f255f64323c476d875f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0e9aa74a03e6107a9d02d9a7dfbb4df2892ae8577a7008d8cb4aad3312fbc69
MD5 8d2ece7937e4d8cd40a17ae6fbf120d7
BLAKE2b-256 2eccdc8b7f0cb1fa2e675b00f2a2459a3f2fff5c2bd6927544818afcd064c060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd36d5f225cd1748a60586f70d3a09e8663a1380d3cfe5b7f97732198d7e9261
MD5 df3fdb684778f47705fb6521ab85aee3
BLAKE2b-256 52133c7cf3cc65a0047171e0056e95201811775368b560d5e7255d12492dd6fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8cb642da1b8f03c6881746135d9f5a8da07ff4402f8156a62449ccd08a4879ae
MD5 5efe978792d77e97db55692925f4d1aa
BLAKE2b-256 ecc15d07e043eeb58b9191398ac91e11efa715715734aea5f358f20c3b2120d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dde1a236e66ce6b384631f483d8971c59864c09472679fc07b62e843135eb8b4
MD5 bd1874e67b76a1e542d056f3d5a5197a
BLAKE2b-256 67aa6a870054831a71a7b878951b21206e821d70c9d27ab147ebdb46c5c54282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0b2b714ac77a5bc12bed83fd8e66a649d023584be674f71d4b5176f99cfa322d
MD5 00edee78fa119ddd2fb5b9dc6e2de9a6
BLAKE2b-256 f7432fd780354cd409288623fdc2fe9096957e0805cc922f5edc55e925352e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb941d53b2c3fd27c882dd2c685cb7e82e3cb0480b910f0bad4ffbf5289d1a18
MD5 c91037fbba74354edaea6d7115a9d144
BLAKE2b-256 651dd4e887ffdb937f913903504e9b452ddf10307d240b626c4707f589774114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b171871783b0c050c72690daa51f1f88541b00eacd564c805074cf726dce8778
MD5 38e63ee95738456669cf07c15c17a6f2
BLAKE2b-256 c6139409abcc2bb8aaae4a33f2dd8e49d129beffaef47000e471cc370207482a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pylibmagic-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d6fd1723d3e2a073bd02ca6e724c3e60760c5c28db4f26df3decd4e5a248476
MD5 4594a58809bf3657ef1dbc582bbedf60
BLAKE2b-256 4437e4ca1043f8263719dc38cbb1ae6aa8e916d1f631250cd7a97833077ef10f

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