Skip to main content

A featureful fnmatch implementation

Project description

globlin

NOTE: The project is renamed to globlin. This package is no longer updated.

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

globlin-0.1.1.tar.gz (24.7 kB view details)

Uploaded Source

Built Distributions

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

globlin-0.1.1-cp314-cp314t-win_amd64.whl (106.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

globlin-0.1.1-cp314-cp314t-win32.whl (101.1 kB view details)

Uploaded CPython 3.14tWindows x86

globlin-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (410.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

globlin-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl (440.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

globlin-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (421.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

globlin-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

globlin-0.1.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (244.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

globlin-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

globlin-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl (212.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

globlin-0.1.1-cp314-cp314t-macosx_10_12_x86_64.whl (216.7 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

globlin-0.1.1-cp313-cp313t-win_amd64.whl (106.4 kB view details)

Uploaded CPython 3.13tWindows x86-64

globlin-0.1.1-cp313-cp313t-win32.whl (101.3 kB view details)

Uploaded CPython 3.13tWindows x86

globlin-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl (411.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

globlin-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl (440.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

globlin-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl (421.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

globlin-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

globlin-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (245.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

globlin-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

globlin-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl (212.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

globlin-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl (217.5 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

globlin-0.1.1-cp39-abi3-win_amd64.whl (109.2 kB view details)

Uploaded CPython 3.9+Windows x86-64

globlin-0.1.1-cp39-abi3-win32.whl (104.1 kB view details)

Uploaded CPython 3.9+Windows x86

globlin-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl (415.8 kB view details)

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

globlin-0.1.1-cp39-abi3-musllinux_1_2_i686.whl (447.4 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

globlin-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl (426.3 kB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

globlin-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.7 kB view details)

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

globlin-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl (250.0 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ i686

globlin-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (219.4 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARM64

globlin-0.1.1-cp39-abi3-macosx_11_0_arm64.whl (217.1 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

globlin-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl (221.7 kB view details)

Uploaded CPython 3.9+macOS 10.12+ x86-64

File details

Details for the file globlin-0.1.1.tar.gz.

File metadata

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

File hashes

Hashes for globlin-0.1.1.tar.gz
Algorithm Hash digest
SHA256 77c95bfab24c048cd947c4ad7a12a1f357a8b530aed76ae44a6f74d64f30122a
MD5 1013e2e2c638dea0014cce0d572652ef
BLAKE2b-256 723276507f10a34a91eef4261c906b0c5126b993dd318e94377d0f61e1ba98e3

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: globlin-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 106.2 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c2ac8eda9be92edc5219c1bcf9c99a308f49574c8fa08eaf6526df3c2074189b
MD5 6d342d63524d274c9ffe75bd30ebdaa4
BLAKE2b-256 bdc96c94185077d4a2d5f898b24e64fc65da2400af6e7b47cd3b8320cd25607b

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: globlin-0.1.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 101.1 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 379f44401daac985ac6e03025078709d0b857ca16277371ce196e0a6077aea0c
MD5 6d17bbfdf7776e646a8407552ba6f715
BLAKE2b-256 9687760eb04b822a1bd1e4ee4b55c4ce6dea20812832670fbfabf3aae0e32761

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 186678541b1791c70b1ad2b1a4832db89645af2afff3ace484b0cfc2c77b9ce8
MD5 00a28ed6ea92e442f6af164cf54fa6b8
BLAKE2b-256 45ded35a3082dd314c637cb33ced7f55a20ed00ee96c89ccd0b397ee9f5a0d1d

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c683441a0a91e593c72f6b3e46ffeb9e63b5282404754477177d34ebbb1231df
MD5 584ad49fd5fde04b9467811b2fbeb10b
BLAKE2b-256 12534e35e8e1c1addf3ba1e72e0b4cab40f8172ed2ef2ae3d39f4420655a6467

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d005c367dc745e2f2367f5a7c1711fab5c8b40604a104d8494a3aaee46f67c1
MD5 b3044f9d6a6924cdc0ec2e9360d066b1
BLAKE2b-256 fda7ac7c2396131803e5f7172aad4b467fdee220c270a6ea15c81249da30cd8c

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2ee891f1121e50185e07419a55399a655d21b3e693d057a0cc4049af1641382
MD5 5cb75dca3071c689f4bfd086f7a83e8a
BLAKE2b-256 64fded63be654e42378aae8f1752c8cae43dd1e9c3ca6ef436c7b096c930ba50

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a5999e98b0a5ade5ad3074610179f7bfb033c9386c69bb6f2d8cbc1bd738f58
MD5 7e7aa33bdcfa8a8717cd5d9234f3cd15
BLAKE2b-256 508eb78f2c003fb180abe9f1389ea97dc93b0bdfb1e53058eadb8a503237c62c

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e6e0d8af10f87ad7e367593079ffab86614d3e54ffc3da94572f4eb442bf484
MD5 ba7280b2bf4e616623b185e4b8c8ebff
BLAKE2b-256 cc2a1ec749ee4f87692b96601ae741625f927cba11f4e0cd7833bf164a882165

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b37f127baac88d952c21a2cbd12b3e7b6a07e31b455b3b32883f8daa6839cbcc
MD5 6503c1b3092c07ea59433906fa513ff5
BLAKE2b-256 aa41212a60e49a2d245572358ab14984ee19cfb3d6d5c2a992d51ce23e5a21c5

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c412660028b57a0e8b62787b9d783f2fe2006346cb73474be5418d31f5756d2
MD5 0bdce7a9bda145ff6f957704cbc10097
BLAKE2b-256 cda9f21b21c8468f73b8e4ccd70a1f9accab5fbfdc9e81cc85fdc67421f4a473

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: globlin-0.1.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 106.4 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 8994f8df94861f7c01c92789a363e7aad2697328f31ee0e286fc4887f1c6d546
MD5 23fa34472e587ee2bcae1ebc398297c0
BLAKE2b-256 93e5e383d1a0956ed4e11ef7aa290b1475eb23e4d32bb6fe0f5824bc94a62197

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: globlin-0.1.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 101.3 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 1bad92a595aa6a008317506f626734fccfbe601a87b5bcdcea97589ebffacd91
MD5 5acdc0f727d246f1b043b4de737e1b17
BLAKE2b-256 a6842eedb64df12a1a53e759272ee8261afb08db80ab67a125c08fdb472fee2d

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9abc8c5594d6d03db85be7305bd84f68a28ca33ce97c83b9b423d4c548eb9f2d
MD5 fa57c3d112d44f2042c49521f4157a5a
BLAKE2b-256 8552c16b236110a3e36a230c6d3fb12125fbdbb8247ca60e8cad45bb21346b16

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c6c58740b6bc974ef510d877bde11a903b82a2ffe05c409457b0c41f9cebe1c
MD5 afaebe7ef2e266c428f91d3a4a39f2fa
BLAKE2b-256 a0cfad7b3b0f43f15f00e17e483cfd45f5506dfcab97b3a1a1fa8cb5184caa69

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a580a882e386d75a3d5d49c7ec626fde5a8de9578816e2f8a6f07dbc6f0c6d4
MD5 ae45382be260d24ca09282bf0dc5dafb
BLAKE2b-256 3710d3a23416cdd09878120ff6c42193ccf55983987f88bf072582281d020df2

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bc97feb301f2f2cc7703576de03a7761afe2ee0bc7347f744cde87c94c09bca
MD5 c0d1aef9e75321a15046b0cc6e7e9197
BLAKE2b-256 9716f6d89ddaa54dd8b7dc08eb3af192ef6d1e3d46356b886e55908f0a53b155

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddaec02fbac5a21590fdb65eb7985941504c389228346e60b0f8848c4e425633
MD5 509f29a2d6e8e2fb3f7a5f41abf76e3b
BLAKE2b-256 a80be227f5626dcfb7342ad48427c56027441697d189d5531e364be23ecce48a

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf2d3fb72ed09a26e42c0deb5f37c91f5659e50082ffb2bdd3b31a830959ea44
MD5 ba2604f1e185e83eb086eabbce170b8e
BLAKE2b-256 4b122ec07e69d56232749a64d854444b6d381eee0c390436d8e509ef42fa488d

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a240a9f14925ab44440cf2a73198ffe2cd8a298e7e868b5bce986b083d510b82
MD5 8442f444271fd0e6a9a9ed37409c2f04
BLAKE2b-256 c32581a373eb7bfde8c8f22d0e8b6d14e5d9577e4608a65845ee6329127d2e5b

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d951d246930ec9eaa3d824712cade0211e27fab7a97b03ce9c348f75d4ef86cb
MD5 2be0546c683f6f8ef7f3691820518d3a
BLAKE2b-256 03ab4f6106af52cdf188590cbd49c67802d8c1f91cf5c06c5248d05a8d03bc6b

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: globlin-0.1.1-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 109.2 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 575fa50cdc4f86451412dad32bfdd032737b10e79b9fb90e3866a86c76443285
MD5 7ea87131ce2dc68e265659e6d4bec19c
BLAKE2b-256 060fb4961ee3887ca8369f2eb22aa6548289466638d2e71393dc0eecd2b36865

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-win32.whl.

File metadata

  • Download URL: globlin-0.1.1-cp39-abi3-win32.whl
  • Upload date:
  • Size: 104.1 kB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.10.1

File hashes

Hashes for globlin-0.1.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 ddc3860b2425fd88846d9cf1ac620c01173769ded289a7b4ade72ebd894c7552
MD5 caf8a1e7a26a86df0a710a007d543530
BLAKE2b-256 2833e2ac72c4b628c01ec8ddbdb1ea84646e74c9ed25f21c37756bb0d996631c

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2cf8ef5624424cfe82b614e7767b136d3f5abfa260ade99f4efb79b64b979b8
MD5 97fe4f32950c7a51f9d8e9a63312ee2e
BLAKE2b-256 41a7aa1b8048335db5a840fb903cdf37e28b1ca5d2be9f94718690ae95b5990e

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 870034eee45a9bc641dab75e8151869d42eaa66019e51d69c746241aa0629cdf
MD5 d42049d44dd8caccacd1e54f23206c3e
BLAKE2b-256 c38fc10046bb36233663992e2125e1d4e6813db182ba1c9f29fd954bb78fd765

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60a89e99d32e0253abfae2ad578c58e24a04371581387e669cd4d1f433c718c3
MD5 2145e3fef5687bc425abf04e8e457fa8
BLAKE2b-256 84502b080c52a745dba14e749ac0030299583270b19d8eb450884d1fcbce0d80

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5e89d720c2e1cabfc85c3d4ff931c1d0ac7d8f94f292cb9bd521e527064cdcc
MD5 a7d1863fe6e02f90f2cdeaa91c399bff
BLAKE2b-256 e408882a93fd2b49b55ee505ea04ddc3887977e714a96a3fa70848d8254dbb63

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f369335a28a60742ad4173ef44ab8b6cb152076eb6e98875aa44e596a759a6c0
MD5 77e23ed0fb6f449271b4b68a8c510c34
BLAKE2b-256 df3f607688bd24693becfc24de37d27cb1518aceffe15a5dd82cd6fc2b1a9850

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7477f43c5992efb1a269667a820ea2a9b59ad3bc842943a6a5f17db43ee4b6a2
MD5 537a79b8a0ff665393bfa98876e144f4
BLAKE2b-256 623fb319a0438dd66193f28704139b1349a4183a15a04c04fb70c19471b68bbb

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9696855b714d715201e011238c69b08ccad56766e33b74eb6199a40b5a52d027
MD5 f4ae2b7ca9bbac3fface88a72ef06c70
BLAKE2b-256 d1ab18c5e759286e1faf873d04467d600ddc000aaa681ffeb5514b27a4b00ad5

See more details on using hashes here.

File details

Details for the file globlin-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for globlin-0.1.1-cp39-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c83f1a3fb811cfa58a343b8b0c7f5119aea65a00bb817a97290daf33e4e9a06
MD5 28ca4ec8b3310fafcd66c4e1ba40bb81
BLAKE2b-256 818dc2837456ed8ee77624618c39e7ff9fd5d7b2176fc5dfdde2de8c21d27c3a

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