Skip to main content

A featureful fnmatch implementation

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

better-fnmatch

This package provides a faster and more featureful fnmatch implementation over the one built into Python's standard library.

The implementation is provided by the glob-match library.

Globbing syntax

Syntax Meaning
? Matches any single character.
* Matches zero or more characters, except for path separators (e.g. /).
** Matches zero or more characters, including path separators. Must match a complete path segment (i.e. followed by a / or the end of the pattern).
[ab] Matches one of the characters contained in the brackets. Character ranges, e.g. [a-z] are also supported. Use [!ab] or [^ab] to match any character except those contained in the brackets.
{a,b} Matches one of the patterns contained in the braces. Any of the wildcard characters can be used in the sub-patterns. Braces may be nested up to 10 levels deep.
! When at the start of the glob, this negates the result. Multiple ! characters negate the glob multiple times.
\ A backslash character may be used to escape any of the above special characters.

API

def fnmatch(pattern: str, value: str) -> bool: ...

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

better_fnmatch-0.1.0.tar.gz (24.6 kB view details)

Uploaded Source

Built Distributions

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

better_fnmatch-0.1.0-cp314-cp314t-win_amd64.whl (106.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

better_fnmatch-0.1.0-cp314-cp314t-win32.whl (101.2 kB view details)

Uploaded CPython 3.14tWindows x86

better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (411.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl (440.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (421.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (244.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

better_fnmatch-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl (212.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

better_fnmatch-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl (216.9 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

better_fnmatch-0.1.0-cp313-cp313t-win_amd64.whl (106.5 kB view details)

Uploaded CPython 3.13tWindows x86-64

better_fnmatch-0.1.0-cp313-cp313t-win32.whl (101.3 kB view details)

Uploaded CPython 3.13tWindows x86

better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (411.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (440.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (422.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (245.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

better_fnmatch-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl (213.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

better_fnmatch-0.1.0-cp313-cp313t-macosx_10_12_x86_64.whl (217.6 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

better_fnmatch-0.1.0-cp39-abi3-win_amd64.whl (109.3 kB view details)

Uploaded CPython 3.9+Windows x86-64

better_fnmatch-0.1.0-cp39-abi3-win32.whl (104.2 kB view details)

Uploaded CPython 3.9+Windows x86

better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_x86_64.whl (416.0 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_i686.whl (447.5 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_aarch64.whl (426.4 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.8 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (250.1 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ i686

better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (219.5 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

better_fnmatch-0.1.0-cp39-abi3-macosx_11_0_arm64.whl (217.2 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

better_fnmatch-0.1.0-cp39-abi3-macosx_10_12_x86_64.whl (221.8 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file better_fnmatch-0.1.0.tar.gz.

File metadata

  • Download URL: better_fnmatch-0.1.0.tar.gz
  • Upload date:
  • Size: 24.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for better_fnmatch-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8786452059bba7b3f016ba65965bf95b1e3b1b4c5ac2e4e46e92d4a806b09701
MD5 497a0315bb3cc477660b6c66d52c93d5
BLAKE2b-256 777f21c5c761cdf468f8821d005e60624e7f2c18a77cf192ed5efce6db00a7cb

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 53a850036f031ccb23b53c3fd88ae90938b7a5b40915a243b8336e69fbc07b2e
MD5 70fee5e14d3b5b37566d5ef1521e56e9
BLAKE2b-256 e0b4f1b2d5dffeb0764452651bd5b3328e3b5597e7b3f911cdeeb809f030e219

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4fb1789d45b7a2a4be5b52cc1aeb5bbf6bea975f6fc1c27d955ba3f0a8faa7ea
MD5 db689c28f9384030190c52691bacd99a
BLAKE2b-256 5428ce1222dcbbae137ec492fc64e1d6391837b3fc67f892fdc88fcdf5ee3046

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8a3fa778dd4b7b93628d111bd08402781039d625c7e4fd929258bf4de642a34
MD5 76d84f462b38e5e33c44710b8fb114aa
BLAKE2b-256 34fdcd703ab56aa7a4de51cd0e69e9e6e5a04c45cc69c61aae3e4c2172517c3c

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f57b0beb20f4ba37672b0f1c5d794b05d2830fe2a5fdb003fd5836da57d5364d
MD5 8d42568689883b0aba0338584b9223d1
BLAKE2b-256 476e4a7e5fdd2b5f379c4ba21e476cfdb65ca00c9476f556fff529f166707055

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cadb0a90542b9d9a30dda9b95fd768f9437ab6d81c069c74d36468be62adf268
MD5 e010cbc1b57270b62215266fd0734a06
BLAKE2b-256 f4a9ba3d36500fa740acf4defb7cc893cd753559fd04f2f4cd1d0df6571914af

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63099d401188a6e5b5acc09b89de0db76abaf9f6f82c2d60b7360f2469d8d05b
MD5 26d196b650663e03eebc219c9d5977ca
BLAKE2b-256 d002803d7cd0828d1255f4fd44a7d7e3042dfbbe384e80fd9bed9b502187cf10

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa42b9d401640d3e107e161117cd72337f067f6801a4698bec9790c7f4017a97
MD5 294ab53b0316ab388f182cdb190a13b4
BLAKE2b-256 e2bd73d16e1aa3caeca3733af5bcbd4689d19b459b85e647b4e3770ae1f06f19

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a86bcee20c1ff03986a0aafc3cfd3d8bfb2886e3174760cdad630618900daf82
MD5 f1aa1cbf7d7116a7c75bf401ba2f2e78
BLAKE2b-256 289b00668258290d78b0f99845b9e2ae3e3f4c44e0377959ef69d1e12066431a

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a03182f8a566b9b5901bedc1b0bd624d09117a3ad33c78886fcb9391d3628cd0
MD5 932e9f99fe1d27579d96d6fbc53bba06
BLAKE2b-256 ce9931c6d0d2d8d7a368e01793adbeaab40c3e7490762123414be0381579c124

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c52acdd0c08cc75c7ea4cf0e82b9a0096203844a14a5dee37710c1582e7005c4
MD5 d581e533849261e04b6fb058bf315eac
BLAKE2b-256 45846ea7fd42575d0dfa5e10328f43e133b297241cacc89da3e9d1d3d6c084de

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2320058ab3001cae9c527017bdff5823038947fd8c4ea3f898c58e9707973cee
MD5 01d870302bb0742c3163f2428dd1fff7
BLAKE2b-256 663bdeb287c2a9621d0965cd4ebc289b986981828a489ae5d1d108898f84f902

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-win32.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 2d4e3714517597f08385b9ebb84ca7a88b47b8cca7b8b06abb2300c4dc5781f0
MD5 4960792f245af0ce58c0fdec539f440f
BLAKE2b-256 19aa2392e5f8bc815377e29d3e21fa545245e2d43012d1ed5d242f86a948afba

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b66bc85dfd0eb80bf684a329dc4ed06c21e3d0ff4cf5408396562904fe86dadc
MD5 7469c99efd64b9379675359ac6ff58bc
BLAKE2b-256 2ec154840fb3a0acedb3bb840b7516b2d6a82651d7f1803fa68b3bf7bf3ddaa6

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f6e3f30d394c17501df904bf82adf9d5bbbefcc27d1aab61c9ff0aae7201766d
MD5 6045450e92b59dadf0ac2f73d5b395ac
BLAKE2b-256 7c43528835397e8b851f011a72038cab3fbe177dc1fc89837d15938f9ce072fb

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ec600ee1cedd4c375d925f43287287237a510c8eb91fc1336dc2a7ed89ac32e
MD5 40c0deaa261b82c0201dfd6c8a61676a
BLAKE2b-256 75dc9b0102d3107534ae446a6408494fafe8143cf3fa5fe6c2e6ed84477d236f

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a052358cd90106f2b80953420e2e9a57d6e0c8a52d5429f8805d40ce44efd186
MD5 48ffee600a1c8a421f95e850e86e4d13
BLAKE2b-256 7040a09475ae92e85199bb6bd3a6bf6b05fe09b6f509922dfbe347b226b54ecb

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ae40d45a1d148ab146cd4d7a9b4cc1a9120651aede62b1693250221c8202051
MD5 cb1b805aba14c57daa807a2ff1dd0fa9
BLAKE2b-256 4c5d02eaa52b9704efaffdc57a78dfc94cfb163a1e11cc54ebb3434b8aa73330

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 530ab66a30bb9b244ff436ead6efb3ccc07bd14321021494ad4173294bf63425
MD5 2ec6a79e527f264dcb0896e36bb8f6ba
BLAKE2b-256 ae30b987ed09b47d6abd7079907f30233f362e0b6509410bad5ea961fb6f9a30

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1d3593afd439038808017499adc4f4ada34e6cd150258787e607d81db5c98d
MD5 d9f79d4385c8dabdb3e272402795a45c
BLAKE2b-256 db7d2fdd4847c6fc50d2f75ecbbbe829deb6b5ff92e7e40d992f73e2f44016ae

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7c308e4ba5439f337f6fcffe37f00ab12ffe35657ef68bcc7f3acc3190a7b94e
MD5 f1cacae5031c53e583935de4af4fd8a7
BLAKE2b-256 88be61a95c8e029abfd5405bcfaa7bcd61c3f2ec48b85af0bff635891446b1c3

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3ac76497c88c453c9e9c8e7d779ec8a60683b30591c31fb32908d9753c551a1b
MD5 3d05b2f70e7a195d61e8331adc52c7f2
BLAKE2b-256 b3b7396a52455c01f3a34e01cf673043335fa5727b5e4ad23428804b6c9e6665

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-win32.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 ff309d67ec1ca061c26af51021dfcc687d28cb01edf24a3a4d3ae20f3da20364
MD5 37a6d4bb5b814c256847c92e2e8184f2
BLAKE2b-256 6c3c27a8a434e4b1560e99c0ddce8e3555f9a4fe4aeb3a46dc4043b61197dbd3

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a97021d4ed5d04f4d906d78f32c1d9d8eadb1546e14e737041adf9b717cf1c20
MD5 e91cea691ee7ad6030b71e0e6b8ef6cd
BLAKE2b-256 32e9094a47ac2774d347f2e2c385ddac2a0a169a1839bfe513ed4301a9d51e2d

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ec81856a9a481bffbb88ad6cfb4248ebf81eff1f5869144b858bf524450cac6
MD5 7fd7ae6e56f149f1a6f4aace0c6e8169
BLAKE2b-256 eb619dd780c119146367d0fa30db9b455b0c867339b2321b675e72e0e6f2af29

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ede27d62142f571a03dfb2f039a95368cda551f904eaf0caec4097b2c8aadc8b
MD5 f81c228a85ccaa410e9d47cb181414c9
BLAKE2b-256 e84beacd8eafd48a9fac480a927c57b728267e5ac3a3468608eec844627670d5

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eac83d206e8d1708ee6912fcbc45da0302388b08983159bc7923475bcf914d70
MD5 fd2e99fc3d3fd0fb5b246e2ff83f8000
BLAKE2b-256 539651ceb2cfe5b9c279566069ca756349d1657bb3fead7dbbc510e3316c6617

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0363ccd544dbcd40a7a176ec317a0649a649ac6b3b23f4c08c35eacdf9acfdb
MD5 a13e7c4d24723ecc97930808dcab55df
BLAKE2b-256 a967f5d1f5780ed0cf4ed977813f0e18d57cc9198a31da7503f315a89958e0be

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 226ce53a889136e486988d3d2807c33c51afd56024ae3d4fdd3dfcb584998527
MD5 873430e8036ed205e85fc6bb4ce8c8f9
BLAKE2b-256 7fd77169014fe9c492b1856c9351bb6e6d2d74262c3759ba6acea99917ebfcbe

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7dcd48c71cc55c321b094d392fc6b79a6c34e5a3fd7fd3db932a38bc42096da
MD5 6067f4ed887ce41616a8612b34c56343
BLAKE2b-256 d56cfc4e8def0cec1c29912850f814b8e88bd70890b42de6db42be87a1033b18

See more details on using hashes here.

File details

Details for the file better_fnmatch-0.1.0-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for better_fnmatch-0.1.0-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e2e8dcf34127fe08e424496ffa3df9dc67a4353058ef01a34c5ffe00d61bad2
MD5 9a490545e8bd7f263196df2fecf94a37
BLAKE2b-256 3cd5f7f6227776c7e25624331e8fdebfc8ce89a52e79a5f2a312857f660d93f2

See more details on using hashes here.

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