Skip to main content

Use rust infer crate to rewrite python-magic library

Project description

magic-rs

Package version Supported Python versions

Python wrapper for Rust infer crate


Installation

pip install magic-rs

Quickstart

from magic_rs import from_path, from_bytes

with open("testdata/sample.png", 'rb') as f:
    data = f.read()
    py_magic = from_bytes(data)
    print(py_magic.extension())
    print(py_magic.mime_type())
    print(py_magic.is_image())
    print(py_magic.is_app())
    print(py_magic.is_archive())
    print(py_magic.is_audio())
    print(py_magic.is_book())
    print(py_magic.is_document())
    print(py_magic.is_font())
    print(py_magic.is_video())
    print(py_magic.is_text())

py_magic = from_path("testdata/sample.png")
print(py_magic.extension())
print(py_magic.mime_type())
print(py_magic.is_image())

Benchmarks

For details, see benchmark.

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

magic_rs-0.3.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

magic_rs-0.3.0-pp311-pypy311_pp73-win_amd64.whl (140.7 kB view details)

Uploaded PyPyWindows x86-64

magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (231.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (214.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

magic_rs-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (224.8 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

magic_rs-0.3.0-cp314-cp314-win_amd64.whl (144.4 kB view details)

Uploaded CPython 3.14Windows x86-64

magic_rs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl (231.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (214.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

magic_rs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl (224.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

magic_rs-0.3.0-cp313-cp313-win_amd64.whl (145.0 kB view details)

Uploaded CPython 3.13Windows x86-64

magic_rs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl (231.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (215.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

magic_rs-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (225.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

magic_rs-0.3.0-cp312-cp312-win_amd64.whl (145.0 kB view details)

Uploaded CPython 3.12Windows x86-64

magic_rs-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl (231.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (215.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

magic_rs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (225.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

magic_rs-0.3.0-cp311-cp311-win_amd64.whl (140.8 kB view details)

Uploaded CPython 3.11Windows x86-64

magic_rs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl (231.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (215.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

magic_rs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (224.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

magic_rs-0.3.0-cp310-cp310-win_amd64.whl (141.0 kB view details)

Uploaded CPython 3.10Windows x86-64

magic_rs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl (231.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (215.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

magic_rs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (225.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

magic_rs-0.3.0-cp39-cp39-win_amd64.whl (141.7 kB view details)

Uploaded CPython 3.9Windows x86-64

magic_rs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl (232.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

magic_rs-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

magic_rs-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

magic_rs-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (215.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

magic_rs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (225.7 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: magic_rs-0.3.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0.tar.gz
Algorithm Hash digest
SHA256 cec0d519745b82a563b99026df83ea640ad7c295da351e31027205aa24e816fd
MD5 11cdcb0d042a59ec12a2262238ef178a
BLAKE2b-256 b84911c5bdbb954c0711a3a45665045be1ea5e25fc66d19b192fb1e39f9c1fe7

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0.tar.gz:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2a94aace250299b46e5f2cacf62c73607f4b6c78aac68b5b924233817a6fe828
MD5 8c0567d80a2803d12c482248a97e0f8f
BLAKE2b-256 b5160b2615915577fe034243fd6b465b1c85825441f09a8ddd51092b9594c549

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8f8a22e16c244f995e8affcc3f00b4a720d5a27edfe823585392bc5d4c9a8aa
MD5 0718fe9372d5bc15ac956bb554fcae8b
BLAKE2b-256 6e2959e60dd6343d13b339f9fed877e214feaa6a04afb10de2d5217b9db18e21

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a53cc1b63831db5d8e65b90420df4565874bf31ae6527a5e787aca48eff518e3
MD5 4407446cc1ebda7f409d8a499b2ad648
BLAKE2b-256 19bc5f64b9c90a054565ec3a744e3b02cc279ecc7335438024e03b1e57eadc57

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03d4bf1243ad78b60fca51fc8722cbfbd33bea0d65cf23604346f981c7c22216
MD5 fdf9f99ad81cbaeab3ebad19ba918e09
BLAKE2b-256 778190e1f9881f12318e03543fae62ffcd1da84d6e282d7781b191aeb9be46e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a080a05553628012b83144a2bf217f5953e87b710eb556843cc57fdc3bd474a
MD5 6c9ec5f87f054c13d51e240fb4cf7c18
BLAKE2b-256 2e6bfcc5928dda43feb9d9771d85bbc342310e8b0adadf41451a6627a9d78503

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 144.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 145447fa161a2de4ff988d1eb4e153713f4262ee102eae8c6e960e06fa0ee7c3
MD5 c350f8673ae69f972caaf6da0a4a1cb0
BLAKE2b-256 3f35ab222d64d82a9b5be6ec9f1faf1c71e7c7f3fd9cb67584275778fdc9936a

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e482fb97f5dfe0156c7774c2e53453e1c6206d2a0fd60a3e3f7d72c470fe2a49
MD5 4780a07df5a3f5b8cce8de20aecbb075
BLAKE2b-256 4a2fa39bc2c1485284f00212bfbb26910e4c018e7fd961a835fe2a777140fadc

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b3dc46d6539332fc083b93cf2a0c379baf84f02e63a8e2b74e06e8236d08075
MD5 5be8c2ee2d055f72eb80efc6d306f8db
BLAKE2b-256 f67b273209be861b3a3f04e52cf253f954e5fc4b5e3795ced159d455a58ee485

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91f8eb6fb3ca200b19f6e9f4f477b8ff14e05224282eabceee9e63cb1f166030
MD5 90ac08211ed798ecf31b0a2f2aa18c6f
BLAKE2b-256 5c2fee0e0a4ccbecf67abfa4bba4e6b1925f883b974d24f607656ef3e89277bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1ed0f197ad5e2a923852e183f102cece30c53ec1b400e98481d2af0f3957f4c
MD5 db8fd296afd97eefc1a537d471d49bd6
BLAKE2b-256 b21d02da265ff8cdea81ee37d7edfe91707040bd40f045559953a982a873ab65

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 94683c368340acaa9de2a8dc8ac4bec80953a124d4f5a2df13a4f6db5ed84b93
MD5 01f2782f932f0420f5dbacffb1b8486e
BLAKE2b-256 fe79f6b867f7cebcd412fe065a1a5311fb23d98c509bbcd2014f3f28c2f2c0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 145.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6dd27981997c1d41bce0cd390d5effae1a9be8be71c66a431dbbfce5980a5192
MD5 9e8a6cda795c1e9a4918e152d4441cb5
BLAKE2b-256 5d34bcfb4854e09c70de16c483fea257333969351de519be1651756c27c56322

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc5f49a74f2c1eb120226d7941fce6237984684bf387e2fbb6a0076825b2580e
MD5 e0c8c009f0a24aa3ffd12806a4c646c6
BLAKE2b-256 279452f1b2c1b9d1ff55bba66bb9809f3a71f095334fce9c0bb975df2dec7eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c4d89aa06ae49483e9518d1f33294ff194db5f9d456032a7b4b27d4bbcf3226
MD5 9de8ed2403ad8eefe8e4a9b47a549bd7
BLAKE2b-256 7049e147c0098c6af7dd427d537b8b63f2e29505dc9ba3ba55ea547076c43b83

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9667690ec652a30917dd973b6ee4a1eb3f05f108d5c6f91a04af01c919988f9a
MD5 8a4ee82d2289c0a53060dec2f49a152e
BLAKE2b-256 3ceed8dccf75fd819be6ea66eb487e7702a5b4569f1fb20bcba2ccde27628164

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 698e6f3fc9367a3f41eca98bd96812e7c0f2956ce768556b688ebc9f5595dd84
MD5 181df85f2930d1a96304d0051ea4fdc8
BLAKE2b-256 8a3884b01f572760d8bc3ca2fafbb256a4dd19f2d71e5e70c6eac07107c4a761

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b264475e6daf6fc942ed9359037515ac64675a66e7e7f6cca033026627d8e33d
MD5 bdf33bc785b80c814fde4e506e4a20c2
BLAKE2b-256 1c7a02a2f4efa41a66c58c38a8ec7cd6f0d9eac09b0b6072c295325287cf3dd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 145.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 78076f00b5afe5849af61054bf4e77cf09503870abc154ffc4e66412719b51fe
MD5 c5848d6e2f00f2b890c23ff7afdc35bd
BLAKE2b-256 b46bfb4e76847325794fddbe8012598144d24155b776bc5d1dc87e0982d2b801

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8773f13bdf874faccf12487758410f3b99a4ccc81aacbce07c392c80337aab21
MD5 b5c8a31550c998be5f8bcd3aa7f0b71f
BLAKE2b-256 1a18bdf2d585c8a7f4dc9d328d1a21b485526dbffff79506c7abc1d8e53ad5ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82ac15699f7fc05abb602eb55d742730693940c7fa4164745d6b34b8c2df1f1c
MD5 704bae6beecd5808ce8588b4bed5b1e8
BLAKE2b-256 995fb954261151d8b64d4873d01755e4b15a1bc0f5d8fb58a14c06b431169eb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a482f040277dc2f6d0c4a74ca7d4ef15349d600d5789a200ae693a2e0df9d00
MD5 12bb84ed579c3f9296db8fc73bd2b88d
BLAKE2b-256 88d38d898aafc2e26656d55f313c07b43bcd069d06a5824df668e0afb5dbe6bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 228a01c699a5bd1d1d7589446ed899ba5956d3943d32492bcd7ea8afee437849
MD5 3e998547c046c68cbafd53c37a47f9c1
BLAKE2b-256 254617e5e0c92714f71a3df9167699276b8d55643842a165c3b34672b9f0104e

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc33a022d9cb007f7b002f4858906bdba9556cce1a7ee956beb9fdb1ac6136a5
MD5 2272f8a13c9a469cfdb648af2a815035
BLAKE2b-256 ca42b5af89ea57a45238c531c16990657d5f98a0679531664c2d50e48c80307c

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 140.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e4a8124861d0f17f261cc8b1367c00cfc95f13349162f65eefce59695275d977
MD5 c09ab1b3732410aea96767ed581f7e75
BLAKE2b-256 347e3947adb0118313b1a8457dfd6fba2c655c3351d2ca90009fde8af9363321

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4ca43c79fc8a91929d7772a88a2ae39cbdd422c7e8525f698fe52d2ce901f7c
MD5 4f1aa9bc52eac242538dcdddf3ac0c19
BLAKE2b-256 d50c20c98d2772ca627acaadf4956ac6694e1b1c4c0defb6341c689485dcfc58

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36cd1acbb9933cbbc599a523f381321761f6fe19776058a5535430b6e36387be
MD5 23fe67df53d78c6570052ca154f45056
BLAKE2b-256 381d4a9add1d983de7cc846803d5f199194814c2e80cda453fd5bf19bef3f979

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e21b03d780c2eb6c66a35af3b77fed115b124ce587055c320004ff742df11dda
MD5 d2b06155bd3adc4fc2d7ec89e94274b0
BLAKE2b-256 3b5600173937857626b49fa9d275a3fd1d92dac9fa71d19dd9e6e01571c59ea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc218d8f1be4569959372bbe57f8db9098697c5a9c6d7ca17604384608d67fa3
MD5 6348cd72fb32bcdfa467c2992d5e5d1f
BLAKE2b-256 8dadb64a76a56a6cb170f629c7cfb5510d511bfca3bce79c1b460f4118bbf82f

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ec5a47924a4349fde91894139e9158f0068cefa16e2366cffad9e3bbd5f78bbc
MD5 95f95e63463831c8e622dc4da5007049
BLAKE2b-256 b98705bde887568ab87de4da285ebf291f51891a46e387488cc9c7f733ee8af0

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 141.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d91171680a271dfed7d0d7c77c0827e2e30e2baf6d951bac9c8f634319eea448
MD5 0881eb1e036445b99376b04376a18d9d
BLAKE2b-256 f1c4b39e762efee8dea47b54d4db2e3d6a3fcbfc8d51797d18ce71b60b558d7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb032845a15ae939bda4f4dda01f7803ceb5bd9e703c781578ab796daf9aa0f4
MD5 3aa69f8ef6ee0d791abd941d7973ef88
BLAKE2b-256 07276a7c104bb40f38504ea4124500d6716914a6d8f46ccb82db0ce0c22de7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a255500351f08c00854b866e5e174b8e6f72c9fcebbab5e76d1d41f84a0fc337
MD5 802a1d36b8fd3898609f5796c003ef7c
BLAKE2b-256 a8851a6401630a057ff79cae0016fd4258019548f098637ec59d8bb23da8d1b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c95b5e8bc016fa4cd4209cb80c75fe34120a8d969e36e6c6dff3f9a7352fed1c
MD5 e6bc1dfc951f21caea82fdc6e43933bf
BLAKE2b-256 39f6a00c8f5472e7c2ae48ec4760f1b43bd34b59fa0d30fb9133ecb6f90b5932

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 779710b9f62b9dbf47efd4a05b71944733b6bdb7f0ce83524370bbfa16963b0f
MD5 46c78d5d8b3fc4c09159fc8987b40552
BLAKE2b-256 2429416e235444405f58bb7f18869e95d9d513511dd6e59dc6124ab2a53b3af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 51bce8a7fd6e2dd5faf704a2b4bb43261a48a1f8ed213823e9609dfde20379cf
MD5 1fd005154da5be9b29401eed265faaee
BLAKE2b-256 31f042466d8ce79f76493cad510d5792807050d5385c1854b260b3b3134ed9eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: magic_rs-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 141.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c5f182b5977d0c1f4e899317887375eac7bf0ddbc598b036961c21786f20b3e1
MD5 8f93732ec99a2ecf29dfda2f7a79e204
BLAKE2b-256 b2404b43188056b563f8a04b44847c2bb7eb9e71306d53aad3954dc59e0ca14a

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56825da19c5d09e87416baa0414cc5f08dda9d4f53113ab7de27b95e1630b931
MD5 54ee5fd84232afbf565ae269e3cac563
BLAKE2b-256 b6890a5db591060722e76a3b2308ad0d533a5fe632079f14d16f2dbe8e2cd922

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 303c3bd898cb477db9c43f8b6318d90224ece96acf1d6be165191421be28897a
MD5 db92401b6424dc7f42da239e604a960b
BLAKE2b-256 df5ff20dd333d1b8066301e54b814ca644f08168c93afeb7a2c2a3ae9ff30173

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 01b3f8f54c2bd65d3e7c0705c580de56089a6c61f45d2f7724fe802416f04944
MD5 40730689814d118d50945457386d9fed
BLAKE2b-256 d46176a392f965db2c1ae74b7cf78287aed027a7a1f40732e41399e41d6a9400

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d416417075033021a91a8dc8adae9505ae70f8dc4a780e0df85d8fc2e03d6efb
MD5 118adcbce3a185228a2ee798195b8f53
BLAKE2b-256 833d6dedee17beafc53c409dc1648f344d68c14acb0aec30f4c543ab6cb18b86

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file magic_rs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for magic_rs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 09a23d50b3985ac1135731b89944e10a526c0c1e3cc669c3a693bb9c915d3cd1
MD5 ea0db738485d84b8729375b61cba4190
BLAKE2b-256 721ceb97acea434f5593a3e400421b0cb3d1588a15c78511943074dd35aeda59

See more details on using hashes here.

Provenance

The following attestation bundles were made for magic_rs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on rp-libs/magic-rs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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