Skip to main content

No project description provided

Project description

globsters

python & rust globsters

glob + lobster + rs (rs) = globsters

from globsters import globster

# single
matcher_1 = globster("**/*.py")

assert matcher_1("foo/bar/baz.py")  # True
assert not matcher_1("foo/bar/baz.pyc")  # False

# single case insensitive
matcher_2 = globster("**/*.py", case_insensitive=True)
assert matcher_2("foo/bar/baz.PY")  # True

# multi (also works with negation)
matcher_3 = globster(["*.py", "*.txt"])
assert matcher_3("foo/bar/baz.py")  # True
assert matcher_3("foo/bar/baz.txt")  # True
assert not matcher_3("foo/bar/baz.pyc")  # False

# multi negation (also works with case insensitive)
matcher_4 = globster(["*.py", "!__init__.py"])
assert matcher_4("foo/bar/baz.py")  # True
assert not matcher_4("foo/bar/__init__.py")  # False

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

globsters-0.0.3.tar.gz (9.7 kB view details)

Uploaded Source

Built Distributions

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

globsters-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp311-none-win_amd64.whl (432.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

globsters-0.0.3-cp311-none-win32.whl (382.8 kB view details)

Uploaded CPython 3.11 Windows x86

globsters-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

globsters-0.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

globsters-0.0.3-cp311-cp311-macosx_11_0_arm64.whl (542.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

globsters-0.0.3-cp311-cp311-macosx_10_7_x86_64.whl (605.1 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

globsters-0.0.3-cp310-none-win_amd64.whl (432.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

globsters-0.0.3-cp310-none-win32.whl (382.8 kB view details)

Uploaded CPython 3.10 Windows x86

globsters-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

globsters-0.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

globsters-0.0.3-cp310-cp310-macosx_11_0_arm64.whl (542.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

globsters-0.0.3-cp310-cp310-macosx_10_7_x86_64.whl (605.1 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

globsters-0.0.3-cp39-none-win_amd64.whl (432.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

globsters-0.0.3-cp39-none-win32.whl (383.0 kB view details)

Uploaded CPython 3.9 Windows x86

globsters-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

globsters-0.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

globsters-0.0.3-cp38-none-win_amd64.whl (431.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

globsters-0.0.3-cp38-none-win32.whl (382.6 kB view details)

Uploaded CPython 3.8 Windows x86

globsters-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

globsters-0.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

globsters-0.0.3-cp37-none-win_amd64.whl (432.0 kB view details)

Uploaded CPython 3.7 Windows x86-64

globsters-0.0.3-cp37-none-win32.whl (382.7 kB view details)

Uploaded CPython 3.7 Windows x86

globsters-0.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

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

globsters-0.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

globsters-0.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

globsters-0.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

globsters-0.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

globsters-0.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file globsters-0.0.3.tar.gz.

File metadata

  • Download URL: globsters-0.0.3.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3.tar.gz
Algorithm Hash digest
SHA256 68ec85c218e5126a139c0ac47dfe28b9266e5349141de19e87cd1106698d8e19
MD5 37458811316547e4ec35212f3170e2f5
BLAKE2b-256 86a638180fd62415c406ea5a072fc0c61012cc970b1793a737e389c12efae11e

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cee9492a3051bbb04c98dc5657d58214bce3f8c517a78d05212c36471da5c8ab
MD5 d0696f94e408e29f068b0300cf98d1e0
BLAKE2b-256 d29d36182f7d5e6e0eea46f397b23f4aa135fc24d4ba605c04f70a8de2da2637

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ce62777c2c996fe382197f9f05ae772d60530778a14b773debcad6983a0433c
MD5 4f28d824e19e1c4d26fddadea3a662e8
BLAKE2b-256 af2204f3f47dd561f39d92a323d40d70e72b149a9405a3a08b730d3c32703bcb

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bb6d6b87ef4384a2dc0d3b15b32e7c40d857284af8942f8b1720dd3252e36c4
MD5 6fe2cb4b5333e9d5739b2ecccb18a3d3
BLAKE2b-256 6e1b4bc7e2ab6d9e0b77971be2926e54a86d1ec897851262dfcf977c11a116e4

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 63d671cd0d8697707673bb669289d46b0a58edbb8474d89ef3e996f150a23af6
MD5 9f9aa0603aef26fc5c84037d0a84b1ec
BLAKE2b-256 d3774867138850dbdbf230683440c1b60de69d993cb617bae21dd7d79385bbe4

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ddbd7087674f78b55656314e8d037d861ff480665db8ecc8b66bd5c9b0c71e74
MD5 c8eb7928ca5fabbe15a240a5175d2fe1
BLAKE2b-256 864ea845562b9f8023e03b9687e38430dd643ee32e53b0e7295863acdeee935a

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ba54425d2a894967dcf92d82ff866224da2bb47ed61378197510f2e2c359a08
MD5 037ff1459ac219854a4264a644efc797
BLAKE2b-256 752624b7ea3ea9ee42fd4901be3b42ca79908adfaf38eca943c98fe788e480a5

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb8ab997286cf8d31048287b75f59cfdaccb9afa70041810e484c07ed8aef77e
MD5 ee3c5b040b0d7d966de94c6308c90d30
BLAKE2b-256 cdaa164462f03db16b2c1444585c42f469a143000bfa27b5f91d3016003a7333

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 408e54112b1f6ff28f20a90156ec37ddbbdb940e07cfa685ce843b9910e2afe6
MD5 c7d32432fbabd2645aec135730550db8
BLAKE2b-256 824233fc0565afbcba318713d248f9da88cddcb8e7a38f080aa278ae9ea675b2

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a45f1fbf8b67678628f89d14fbc769c6b23c395a01631296b4adb547fe9893ef
MD5 677b0150bbcf23019a02b60769ed81cb
BLAKE2b-256 6cedca02a4a554adbd7644617ef9100aeb4f83727d0f32d7df2ee928104dcc9e

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f0acccd15d7ebc79ca94c8c8086e40852689909e96748bdee4007a293ae0ebe
MD5 91ee0829bb5de475f3f557c654478a8f
BLAKE2b-256 af30bbfe2b0d501aece2ad78d533506b2e1205b2d5a8e29a39170a8060224658

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b99d77439a45b1b87baa87b2036139b133712d5b9ef0adec5866b3b4666d6bd2
MD5 524944391b6bbee002db82bc88a0b541
BLAKE2b-256 b43837eefc65e3d7903dde8cef63ac49bd278a88d83c59cc1aa6a473f6897fbf

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 152a68f341421129d08fa319e2335288ddbe92aeb927c1db4dd0d0b16cdd1dd2
MD5 482e786a362e55ee7a32945a2bbc616b
BLAKE2b-256 4d8eab829cca4bed9ca1fd40a25b5227334e7c565a15bd8d1a8d315fb075d2b8

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d3599e15b6e8aa9ce6c576bd206111999ad904eacbe6894553a5353466b6756
MD5 94e9a854c1ea5b6966d9530b0f221ab5
BLAKE2b-256 91a6ac852685a00466cb9429978f9c386a6c3ffdbf1f2a8d35625643c960f9f9

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3478e847c1690b6ef7b168701f34a700686280cc0a2f84d883375e57a435698
MD5 621db3d7fbc0c0c86a76b2c782762416
BLAKE2b-256 34ecd9916a5f6ea8d252ad1b03f433d43bf8b65cde7c9de86203978323361113

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f9a0a9bdd236f711e33f9ced99d6d2922d9f31044d666d41960b1be00a898ab
MD5 5f8ca4c931b2e4eecb378ce8d1970f64
BLAKE2b-256 7bea15a164cc63bea98d9b483fd2d94efb216a2e7507180fa2dbc7aa4563739a

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f31d686c3f6e73e73e90182cac32585af3856f1859259397cdb37a5aee151fb
MD5 8f0f5eb9d51febb561934645fae34d9a
BLAKE2b-256 f2b544b3aed0faf52f7814978bc06cc3f0d7eada01d3958126ae33a84636fe1e

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e10748a6f460544ef3906865d66b43a6dc2b8d367f4a356a538075a717a3f30
MD5 9e4169117a1db0773cb9c226c0d78d02
BLAKE2b-256 0a10206206cbf11d07b846b619ba942753e74d632b8f4f6d8350a28bebb2fc63

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8878f48b3d7790444a81bbb6ebbe1b7b5e176f1205e5c5d345b7ffc4df04f102
MD5 dc03cb6adfb636823025add4ca9e4363
BLAKE2b-256 86919289b8086e54b002b12cbba9eb29b15deb3a009aaef6007bab43e34bd130

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7de09b258cff7d3fe28136600b4bc8428c678264901137638e1149f5ffebdb46
MD5 01ffe2bcb547c43b03b7be4045e885ea
BLAKE2b-256 044a506205c16327d9aff8f161e4299ea9a8a8aab66f08af1160f6705b7f5698

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9cc665c1c09efb084e1f30afb12029823f0b91a08f68f466ec9a4bf309851f73
MD5 a51ff80e41e611c9be0e5419e791ea01
BLAKE2b-256 f2cdc185fb1a8dae8c0b2d731629297eb29d1f1a0eba3c84912e86f406443a12

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95100c4c29d5e7a6241cb1e88bfa240247afd00404b203536e2170e238f754fb
MD5 90accc1d04742c3184368d0138e07ef8
BLAKE2b-256 235d90666497807f1de8372b7998e0b3ed3fa625e46e490c2210124e5d14cc5e

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 bef26eb985d43d211660f6030026c853bf6400289c63fb798913f104c3f76680
MD5 9af3bebcd85c78110e8149d6850bb1cf
BLAKE2b-256 89408fe2432f83b1f20e5c5ba81fba3efb4adda0f40a5cedd979c7226333090f

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-none-win32.whl.

File metadata

  • Download URL: globsters-0.0.3-cp311-none-win32.whl
  • Upload date:
  • Size: 382.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 7bfc38e74ade62ff6479ae19f46d9d5cbe474d6e00a112cbb9c7cb7cd18d1e64
MD5 279c7c9293eceee61c4ee84ba9f30bb8
BLAKE2b-256 c12dcd9eeaf03b49d340a0cc58b6dfdf86504c2780a64391f2e6a2b612fdc0e0

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4362fc6695f389ea04e8821bd16a8af3ad706b697ee233a14b85c13a7b235060
MD5 e1cf3e180296fba1a64a039469d91f4e
BLAKE2b-256 0bf0f21eb0e2419d9a623a0b6994a25070c0dc3154f1651c3181e9bd26176eaf

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4c20e3df1ad1805a3d192ee79485607d87381a98c628aa3cb1e5c54efd36bb2a
MD5 75006323c5a3d219f36484af95f64607
BLAKE2b-256 7e189d28d3afb0e19e9daf417cb280ed04704537301c6443d2058e9a111ee361

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a5a3698c82b62ac25c1a058feed709a54aeacc28c88f7e588d7b03b1c502cb4
MD5 ddc11912c94b6ed65b5c23bc5f763952
BLAKE2b-256 9f1a0640fedf1e1dfedd1075a04dfd0f08b07f6bb2ac3ebe5f58d307bb6302ee

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a9874157f24b260e07e64a9a263d79438deb9f1ad023a3dea7fa3dab7da1c448
MD5 d9df8a951b770683b1d4ca0f25d974a8
BLAKE2b-256 344c230b81816c6e15cc0e8c17ef69689cfdc20448cdbfd2d1f72a2ace498f36

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d14805a7ef5558452c3766defb91743a959afc481687fab0a8e7a479868c3ea1
MD5 f58b4278b77d3671d0b7c5613131ed99
BLAKE2b-256 cecad2b9ba4f0e67372762c1e812adf040e94c531263599610416e69f067422b

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 58f57abe7b5fba56acb2c91c9e174f7d45295bd26db874061f5d684675e6508a
MD5 d172b6ca59452d18360bde3406b8ff7b
BLAKE2b-256 b19379e69d678c3c64039cb74141965374b674cef7cd1e4c88da572d66b25352

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 945a68a9fcc53de65da6bd3671fd13313c8264b64213d0d6b169bd00d213acd2
MD5 ef5e23ec9e19e64dbda64af070dde3f2
BLAKE2b-256 4d60ef85ef22baf9ec70cbdfcd42ac1074e3710e80005b07430f610bbb491729

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 7378027e64ef51fd48609cadb445ca0a2a08fef0197db0d9bbf746087f5232aa
MD5 cb67374906a8de003b9159e89ccee4e5
BLAKE2b-256 7cd0b1cc0ebc4dd7d46fa5f4935edb9bcebc3e6cd6a0adc5d8e7049d6e10001b

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 87e141e0c4619329b9a0a3e6b65452f927a77b17776871ee7ca26900a1724ba4
MD5 4193672a2866352048c0064bb1d1c667
BLAKE2b-256 0559bcf22e0c50dd321b7412dc5352f6be134d5335a29902a90f8eb997b474bd

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-none-win32.whl.

File metadata

  • Download URL: globsters-0.0.3-cp310-none-win32.whl
  • Upload date:
  • Size: 382.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 0812436d325b009c0dd6d62c9893d8306978d510b35c01a37e24606af173aa98
MD5 886aa9eb2e145aa9ef8a045f31723dfb
BLAKE2b-256 e2902e73c88612dfe319c124eb6997ce4be2f205d4d4cf1f98e078a87c8167b1

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bba0acf5625c3fac9d3f86ee30dc9d1e0616885bfecf95ba776c9afd4d985905
MD5 55f836e0a47d6cd5805bebd0ead641fb
BLAKE2b-256 155f73ec390cd37435bf5b2fc98fcf4927767dc46b7d950496d74199a17af593

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f15be4215e83065490ed656662e8aaf236636aca96d6e496ff74fb291e128bd1
MD5 38935da0575981efbf53ff2cd719bb31
BLAKE2b-256 3f529c4f95d1c10035eefae45caf4d21e07db56c72adeea96502d73e26192136

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 713538a62ffa2becc247bb8773ac8f24e1611d737ac52ded12ed49502316113b
MD5 dbde48dbbc2939b1a3ce9a041bffc34d
BLAKE2b-256 66f25b1d7bc5a5a428ec12104a7380c7638f6b56b101758eade429f8fdf91882

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3ea57343b0edf9aa6b8b5723d205b4fb1eb1ab1abee2ff66bfc971a121ba151
MD5 44a750f6f593256021b2ccf29cc7e85f
BLAKE2b-256 d872bbb60e7fa5a3853aa88588a51d5fadfff1d6332917835c6866b5d39156bb

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b90cb3a14a20830ad18a60ec7118de8f122b47d1539f8243e9b8cb9359ae6fdb
MD5 41b7eb0b010b264ebab9ac8373d14b3c
BLAKE2b-256 e514c095171b23b83338d4a79765529cbb9447dd956c441c70e2f72e1cd95c66

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5cede97cae11913b89df92fe402e827fb14a203f9c6d4cfb4105b3b17c7e8b6b
MD5 9d9f54a289f5c5e6a34d04e8636c7781
BLAKE2b-256 0d43e512e91e13b97f4f4b513b9756e1f3f96e18eff99148a7dd36e74b8dcf96

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99ca621463b1c70e144fb19daa904daf678285ce6e690768f08a98b79991d945
MD5 7c51d1cd6089eeb9896ceb02e1b6b0f1
BLAKE2b-256 c12c8441d7007b5d3f0e5a908118644a2028f8b892a4676a2c695c617086e2bc

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 0d6d878f4a93da8f7e930fcc724f97284458d0d59ca0d570a172e1ef50da927d
MD5 c15e0b7610377f5e071a054f4cb1271f
BLAKE2b-256 70b6f90252a9e34924bbf52df6cb827e47b65e5157345f977e02804aa09ee800

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6ffccf937a6b825080db123bbc1441515eaecadfe47a34089a7a57b491041bca
MD5 de78fa74d41dd09a443b5a5b157d2598
BLAKE2b-256 f922c1c89653e651f06f4d26e717760e3ecda3292369f1b2eb536d5b6c3a5695

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-none-win32.whl.

File metadata

  • Download URL: globsters-0.0.3-cp39-none-win32.whl
  • Upload date:
  • Size: 383.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 79694a2650436c231013d4bd3f041f1e4d98530c2b2336c3bb07f0fb3bba5bbc
MD5 aa5d7fc027ee3a12771c601fb5bd26ae
BLAKE2b-256 68a545121ab1ef0642f9ff7a2991da2ce6ff9ddfd90bbed31d743ff47b8ca9b4

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd077271cf1ff18eb104b18952e9706397831d404823592dcc97144a6559721d
MD5 ee6b67a00c0518ff58f4b056ccea9ca8
BLAKE2b-256 223f3abf73de091e8812a23b55b09a3d57b8d1f37ae8d24238415d68111db2a1

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b6133c1495cb9ec24a0e5c45b44c7e6bb051855edbca4e7440b1cea95eee8ebc
MD5 c5f68ec2e8cedbec9c638bd4c22d018b
BLAKE2b-256 0557766526491aa6342bf9cb0b0cf8672da1c5c664cde668695e7ff226d232c7

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4900225781638ec21ac83d1fb1e05dee0b4a053cf981ea535b53c4c5d5f4b8bc
MD5 2608684c0723bd47ab7dd11158e49044
BLAKE2b-256 641b8ecf27003195dd4676754729067d1ede02ef2d4f8b9ee406638773355bd3

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a16b3ae36641e49332dd045a48a2a906e878dae4588c5028f9547cf7071dc529
MD5 9e88f08cc25cb70c4e579292eef72b25
BLAKE2b-256 e2da1481f439739fbc5d7132faa727cc11579ffe3c0bce3d44512f2769977ce8

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06e22b6b4aa15ac3d5c313548f2e90ae7bdfca266ae9428f8e223de120e11661
MD5 1d590c0d45e4850ea7585a8d417980c1
BLAKE2b-256 3d27890b62052ae7a177f9a99f7ac38b73ec2560f5ece9ae601de5b08b4fb91f

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1106673cd3fd3e6870e0efc9a9a834689022135612d0a9caad6004fb2e79facc
MD5 f9a19b6a26713c617ad2654cc5070c51
BLAKE2b-256 40bc772af76490586848385ebc58b9b86ee3e24e6458f509b4c15ba093149e2d

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 20c083427e02e75a14f93701576517a2afdcbc2a2938070f289d53ba0d752f00
MD5 de612b50f30d9d2bfdf1c2fccc93fbc0
BLAKE2b-256 538554fdcbe20b6fde2b2c0b7ceb109867c33c70068e289ec4e64437bcbb85e9

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-none-win32.whl.

File metadata

  • Download URL: globsters-0.0.3-cp38-none-win32.whl
  • Upload date:
  • Size: 382.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 ef6792bf9f1e411ec9bfe8739175ea55a927231ccf7c49294135310a577ee03f
MD5 dd02a3d07306e2b20894796c7ff7a27f
BLAKE2b-256 6a2612c8a0fad675a4b763807301e5ee57e392894e0a07bc8af98f645a93b433

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d81b116e7da25b1a3cf6982f13b37c2820bc331f4b209edc0adef50ad9e7ca9e
MD5 95dae232a01abdf1f4d64ac7b44bf2bb
BLAKE2b-256 2e23a8f7a98162f88458a7098258bc0961ec207389060ee989c67131a7c1f9ff

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c709b5a41af0b27413dc0da86eab7f73084533e8e86778cdef253d6f7cded20b
MD5 0cfc385a7b362288968c3afed9ae250b
BLAKE2b-256 d0136c306a137c6e01076519c618a5a60aa6821d4d2b41301d67ce55116f6894

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 25b15f7c314fe0eaa056b12561c45e99916118be95d6603f103bf9ae73a7297f
MD5 4a13b99f5e6233e791636cba03834540
BLAKE2b-256 d3eabaa5f0b7fdb78afd7cf9c674b4c38e9a24fb7eb0f49074b612c7db505c5b

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de2141fbd47f5b11d044da1f56b3b1d8744a8a651542b5119a8f2149c4cd5002
MD5 ae057298a47037b796ed18c33488cbbd
BLAKE2b-256 5d27392daddcc3f53d223d89cc9b58cc79cc2daa92e890853063aa1ef729093b

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 718de27841c4aa7edeef22e74283985ef08b3438774584d37869e18a565b8c13
MD5 607951aefceeb714329d4b5d5961a39a
BLAKE2b-256 9069935996e25db0f1d755b6038c7452cba4ed153afff7ebd51d51f1e65ea949

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 122a6708d5ceeb4ab8614cc230105eea267d8d98f2ae43beda6d8ed28b7139c3
MD5 a451e378a1df24958a47c90815045dbe
BLAKE2b-256 bf86f16a975faf054dd56094f924ec0bd85e989e01e17f75e529f13d631ee001

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 80d060e402dd83a60bf131a74bf1cd7464f763c4c92062fe14698ac89d5e5b84
MD5 eff17e3922ab893fb427397df5156999
BLAKE2b-256 6585cd7ace378aba0665fbf26c23374f7e332f50698b04206fe9ef6dad7f7b64

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-none-win32.whl.

File metadata

  • Download URL: globsters-0.0.3-cp37-none-win32.whl
  • Upload date:
  • Size: 382.7 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for globsters-0.0.3-cp37-none-win32.whl
Algorithm Hash digest
SHA256 594c36706ee311b5c5f2e155ae1841021985f29080b6ec00a37169826d8cda53
MD5 bc3997318a044a1ce830dabfae47f75a
BLAKE2b-256 b46f881c4bfe57959aa3588926216ddbd055947f84cac8ff0f9b8f86a6cd06f5

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14da809fb4beeda1afda3e03670c3ee5bf60b7c18d9f3c08ea1a7bd867a322d5
MD5 e2dc0ca664ed332d889d973cdccccdff
BLAKE2b-256 aa233f2fd361321ef6327925f8037957e234e3d9ab846ae95114b0a446131ef9

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 674b3aec27ba3d3fc33c589c50149bd2ffc30133ae47431cded978e713104ecf
MD5 c0c35175d8fed6a14781ad693b0f886b
BLAKE2b-256 3971acf9068ba5e9585d33457dc033f95dc2d4f276548f30704cb5e91da299a3

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2914eefc0026f0aadcf083256a4e2305f51a0cad62efc1a076235869d47f99d
MD5 5789022710ef389c2dfeb95ea3a65fca
BLAKE2b-256 b121077ea72d64acb57a969bbeede34a49c34361ba804fd83f3b06aaf9e336a3

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 53d10c237af5708f69d14f415688fb81b30dcf5da3700a456eb80f77d959424c
MD5 caedfe4edb95a012cc69cbf8cd3973fe
BLAKE2b-256 1e8811a451b83f589081eab619b1ccd25ca7ad76fdd07bca6b28b2bc55907c1f

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9c6e2e7ed2c59ce74126eec827f5416104804f757d6bb3db731733c3ca845e4
MD5 ed6a0cf42dbba3af911a587488109987
BLAKE2b-256 a48538e53efcbc3dc2d2a1a973eb64d6a30e301ab3789f76c93f93e64b14287e

See more details on using hashes here.

File details

Details for the file globsters-0.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for globsters-0.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d63754a68475daba2e7ac2943f1414b4135bdacb57f787a1643f1b133affe8f
MD5 b6c96844f22d5c341e3c5f294b6947f1
BLAKE2b-256 11e29d2c2beaae0c82b79d0047db01d822a10820b66f30abf4c4d812c2f93f28

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