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", "!*.pyc"])
assert matcher_4("foo/bar/baz.py")  # True
assert not matcher_4("foo/bar/baz.pyc")  # 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.2.tar.gz (9.2 kB view details)

Uploaded Source

Built Distributions

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-cp311-none-win_amd64.whl (430.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

globsters-0.0.2-cp311-none-win32.whl (378.5 kB view details)

Uploaded CPython 3.11 Windows x86

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (541.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

globsters-0.0.2-cp311-cp311-macosx_10_7_x86_64.whl (599.9 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

globsters-0.0.2-cp310-none-win_amd64.whl (430.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

globsters-0.0.2-cp310-none-win32.whl (378.5 kB view details)

Uploaded CPython 3.10 Windows x86

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (541.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

globsters-0.0.2-cp310-cp310-macosx_10_7_x86_64.whl (599.9 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

globsters-0.0.2-cp39-none-win_amd64.whl (430.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

globsters-0.0.2-cp39-none-win32.whl (378.7 kB view details)

Uploaded CPython 3.9 Windows x86

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2-cp38-none-win_amd64.whl (430.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

globsters-0.0.2-cp38-none-win32.whl (378.4 kB view details)

Uploaded CPython 3.8 Windows x86

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2-cp37-none-win_amd64.whl (430.0 kB view details)

Uploaded CPython 3.7 Windows x86-64

globsters-0.0.2-cp37-none-win32.whl (378.5 kB view details)

Uploaded CPython 3.7 Windows x86

globsters-0.0.2-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.2-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.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for globsters-0.0.2.tar.gz
Algorithm Hash digest
SHA256 07004d3d1e1984b7ab5a33340cb3a9f36b63549f0847a21693da35dcc5f344a6
MD5 351de0181de23ad96b28a7b12e1e05a3
BLAKE2b-256 b64cb237192755aae7a3eece944f04e1e215885a465d75192d6b87bca2b57477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 792e7aa102254ea13537776dfdccf8e12a4340cd392fc6e661cd22950d18e333
MD5 a89d9c74b6a96dee01692fa1b1445326
BLAKE2b-256 415599d1441dc63e08ed44a98a57964ef2cca99ddcc37b5de300d0245b08260b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 afcf499aff84cd2c050995fa90ffb25c053b9d0197ca6911050189ecd817e248
MD5 053d9efdcf4225837fb27f4a4dbe2d88
BLAKE2b-256 5f1f59c1863d1d7e62458ad7127d478c52b630d3f6364334a26f3abd119328d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7393e3cb74125ab268b6fcb35c14544507646c905b4c2d73d7d9123eabdacdd
MD5 3fe4ad59f22911975200bfd71129ba8f
BLAKE2b-256 281f47372014f26c9e1a8519d03894b0928c1da266004df8bb0b54af4b35a401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2aaa0673239a7ff752adc7616e203ee1feea569668904a78bf618b598e6766e7
MD5 4937911669a38d0956f0605e4176a36f
BLAKE2b-256 5c64ca550edd9d2bf844c45df83e670be84eb7d008abe505caed8c5ba1913356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16abc8fe2ced997a55dc0e4f55a2693d9eb0c23c61f43784936dca4ca5d719ef
MD5 92926f24fc2917d5c29c9ea61b88b783
BLAKE2b-256 20035844ff86b3f08784b98bdfc72ba3a5f3e518096cc39f63dfca3df2aa2066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22eeb775382b8def8f3640ff46d8d4f78ea9fd6bc6c0792957d153f4873d7f83
MD5 3e5eca50655371d56178038f10d2a0dd
BLAKE2b-256 b5dbd50e38f9565d336cda2d15d7f579ec8861ddba8cb9411bd0a999c7dcf885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3588df988a47abd880dbcfcdcac3940458c1dddf9e33815acf4d54a2f0ee420
MD5 9c721a80d286bd01c00089c05ddb9012
BLAKE2b-256 416d96431272634b6db166fef2f5d16fb0a500c95143e7b3d851209574dfdd18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 398f168c3169e152e8fee67933771e22f68e50d64c2ae75ac901ffde6d0a6285
MD5 badc75321fa806645e730f674d3b802c
BLAKE2b-256 06a6ae64ead7c4e89b6a15abcd4ea8a72822fb8daa16f0c69f8fc5eeedea30d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b99efe4159aa5d75290c220568ffe681456fcafacc0748e4435580f1e85b5004
MD5 979026cbe4d525be9738a5e3ed126fb9
BLAKE2b-256 cd6694b4d0f6c4482a80b6a7101c0b0d6c0ee797f3685d02d3b267f23177ee7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7bc95126b9fb5bcc8a9fb5619a4b837cd92242845a83c19168d2f74eea8b2acd
MD5 1a472fa3e8ca6217f5fceca2ab275298
BLAKE2b-256 4a9ed7cd90acdb5e6b1fd4ab51c912fb68ed9f999690380a7ad517f95d235464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b537b516e1b558ea61b52ea80938cfc4520583ce0a13e2bd35aa4484a973d202
MD5 9930da544c5ccd56d32b9cfe92329953
BLAKE2b-256 c8830987f75209aa53f6f7e091b3c22c65bedc3501f34245a646531c3e46c029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1c134519d2bc355ec09f29efe2da7aae77a876adf77f3a0f9a1513b7a32d5bd
MD5 5fc653e36d3c319c082e95517b62105f
BLAKE2b-256 72b5e063b310c89fa675dac5edca724c029a89e6ab6a1dad59f9751db8a37dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a5edf28baf7db301bec620e329bf608c1e4e17ce09122c5101623394ee969cd
MD5 608a0ad037a36360fc678e68acb918f3
BLAKE2b-256 5d104b60e053e15b6bfb655b93f5f22a03bc15a73c45a572fdf81eedd9cb7155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff8c48523e33eeb58c64d10142ac129ee29322c980ade3d83281fe99e9a1b41c
MD5 c949bcf2d8b1563ddaa9a0e1cabed3da
BLAKE2b-256 ba7ea3bf5543780fbf9cb58d9a822de620ae3adc890b0a0047f43fdf293be908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f309ea2ed9d20216601da67b4fa9d6148730aae23dda218fea8c4bfa133c2de
MD5 8377f18b6c49c4d0d89c8a785af65a58
BLAKE2b-256 809191f0b84e3fcfe94de67ecea6e9d6a374a66207f9b7f3fb5f32c2068f27c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb26d041b3ffa3c1916c0c45a6e3e232732a0c0e8df042606231861b5e918d20
MD5 8105a2ff6663c93a8eb5fbc1b8c482d1
BLAKE2b-256 4e928c238740e6f61cb4d38b2d2e26b5942f6308e33c5dfbfe619089939544fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c2e8d96c22a1d2eba99a3805277408320eef3c8d98ea29d10973829945fccef
MD5 b7d17eb2c9ef342b6b47268e139f6f7d
BLAKE2b-256 c371bc0b0fb1f0f4f269056b3cdfde10b3c1feac4ac6e23dbaa8acb9d06522cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 089e7e6e7297d620d8d8b3b39bb46921e0452e76d6e1143a570cbb7fa51458e4
MD5 4cd9128fb2b5d5bc1aa721cc3bf5c9bb
BLAKE2b-256 8dc7669d62e5b15caab0e1563996bdb7c1659c8d50d9541f5f93ba6817d99241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d50d34891bc21a4b011a624105b1a04aadf362dd59dad68b7f04ab6c2c892631
MD5 7e3c343151f641b45c5e871f9287a9f3
BLAKE2b-256 0c47f95d214ff4800accd5cac58eed211bfd1769bb76714ae9ada7eba0b003fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6a18ac7aa6cc689aa1c5de482ed539c75e2a1f20fd19dfe441abd6eeff8b9f88
MD5 c8643509fffdb3cfa6ac07623927f42d
BLAKE2b-256 0c290cdee67192afe096b9a3f821538078d7832a9885b7482955998463f842f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc020f9421075fb2b43c0d2528ab0f75406c8f46600250e08ca469dbef7d1d7d
MD5 7779372abd3219ecc4533e2f906210da
BLAKE2b-256 224a3fa7665cf2c1bde4766aadd16de7bebcbade11491bb49c9501a6f1d8b5c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 29a49d01597dd9ff6079f51d6bdca1d30640a3ce6e3c0672e88fb727fdd3aa81
MD5 60ff892fe38d6df3a483b247b8d66cbb
BLAKE2b-256 5f558fc36416eccd6ab4e127dfc67ea518346f34ec0be59f0d128914aade1f5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for globsters-0.0.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9b92af485cbfce62e4826eb6de8f8122a0d061876d56e64d0e1388ef055f4e38
MD5 8e30994205fe87f6f3912a3d6fd33fce
BLAKE2b-256 c65d6ee99654f3216cf8638393ca703c158049f2249e03715574f1a55cf10ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 880eef16e76f15f8b97bb9bdcdb4f70e0dead4bfe3d19e1ac1e35cece638e173
MD5 875f3c36b111c450d5b3cda0417e4885
BLAKE2b-256 b918de91664b50e63d7d26853d822cb0572228af8dbd183deaa3f5febf6036f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ad4e96cb42b010ed29645370cd7faf99468a814775296c972898eb96470a463b
MD5 00500a82bc4eb58f80ccda5d11994409
BLAKE2b-256 d4623303a8eb65f97b90270532bd9e3270e3e32a7757ea975a29af7930426482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d7e8ce2b9652dd4d6bac42213ff273a040fb3d08dd419f46696920005cbdf47
MD5 ddc0601377bd45d50a15f1abe3929db0
BLAKE2b-256 0c256b80dd61810d94ca6f1241a2bddb8cf351d07b551cd61dc829f91c22eea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ceb6e459bf8b141e2f701c0c43c74b3c7e974c93f052426f855d8979100a364
MD5 011721516a6ea30e6cf47aff148b6202
BLAKE2b-256 c11db2938455fdbdaf2553f5158c2fa991b3a43ae9c41346dfbbc9654864f0ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad2cccacd56739a424f8c7140dcd67858e692eca45fcbefb08d36c5a4319612d
MD5 c3734691af2e9867e57a6edadc8857a0
BLAKE2b-256 58480ad6d277b9c82bd7f8099152e44ab6226840024eee2aa67f311544730859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 541827f046ad2b45d1aedeaad8d22240df581be9de9c3d5ed19374e26ea75f63
MD5 3e18dec9083573caa03bd5ad2bd9acf9
BLAKE2b-256 9ca2e021655d137a688fbb6a5a1ead2194f6e4c9c48b56206cdfaeb7cf359bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f9dd14cbfcee23e7d49c495c55c3f1e4387011af04525eb560a8d131798a7b3
MD5 ffda2e852d3428c56e6ce93a5af93beb
BLAKE2b-256 0aa4ae0569838e27fecab69b7449d3736a988509e913bc42fbd06c9f6f0611f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 04f930e307c7ddb263bbe045493a502297a5fa82733dc412124520fde314b158
MD5 52fb8b3b062f0f7ba0b4772249e5e213
BLAKE2b-256 5e316dac2f8bc64c727be600e4691cb5b71f815b22e49e0ff09e8b3184a4c7ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 ba221b2f11073e435ddc43ac52cf412d3fff2bb8a13326c915a425e6cb1bbcbe
MD5 92a125bb1225556e5617d5c145d59b0d
BLAKE2b-256 a3d890ce6cd153e235131080d7a36a036212699c0a3218641a1f26c054aae02e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for globsters-0.0.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 f5ebecc8a8b340d26122aad7cda004c98742af8b52a831466aa8f7fd942df875
MD5 a0d50474256c0459662de2740edd720e
BLAKE2b-256 eccfd08bc77ac04af15736ea34538c85590a0540cd4a8eb54594bfe177025fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24446913f95e0bb49adeed210190e8af6e0be3b79412647f8170faecb861e0b0
MD5 454fa79714fd9ed37e2daccc7acf05ab
BLAKE2b-256 0f80092cd3e7a840b4fe6c859a6cadf609c40e0d34aaff19dc7304fdfe63119d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e6e762152eed217257b5fa4caba7e3e3d535a1fa4c3d9bc5a0c7961450bf0dc9
MD5 537f1f834baea5e316ca45acd5e980ba
BLAKE2b-256 35b59bc241a006f0c8df2749c710bd31bf09113a37b29fb4c4f86a41d316325e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8af0eb108f26512a325e11e7af01a5941392aa93758b38bc3775b840172e71b5
MD5 dcd4a16b098e7cfa77adb62dbf332fac
BLAKE2b-256 f0f8e0d3311336c6752c4b4fa0019068b1e03059f9ca981274272fb361451ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aacee811e7fcfd0deaecb74da11f785e0a214e26a3212a34b5e5973a3badc914
MD5 b8d63c1a58a15e7753ab5ea9e8f4092c
BLAKE2b-256 a2537d0026317fa3eeeacffe568f1677b278eb2fd5f3dfb3481b4f6ef45a89dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c0c04b058a4bf78d53759f30014291409ce796f294127d8019184396ec2328b
MD5 4757ba7d6914513e3ac65d4ba112a1fc
BLAKE2b-256 54c0096897b2d41238d56077376c7bd44386ac437e382028f5ec5d5193d527f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fbce86545486494e6c9d8ed1fba285235210108de72e0dc11f2c00f6bbb9ca07
MD5 763049c143c46ca14eaff305de1e4870
BLAKE2b-256 2f6453a10d7ded2a278c1e3359556bc00ed187bf61c7f165b2f7bd32ea6c4e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f24d14d574e1b608112d047f0df0f453c04dac79b30398b7c58a38c438dd2922
MD5 593948d5b048706482e784330530bae1
BLAKE2b-256 7b19de451d1a5c4fbbad8c9f25639f5cc48efbe545e85aa91180cc68b8e394a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ec4ab5ee5b3fd15f0b72df25030cef1045e58a31ce9c571ce23e491ac00e6b4d
MD5 db47e8b552d0ee3f303b25ec96c92544
BLAKE2b-256 565520502095f6efc0471c1424c9bc8845e19d3df47911700d4cd53c127c9466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dd252dc600e80178882c807697f16d972aadc228a52a9976589502a75c09e8c8
MD5 131d01142a5892c75c2b97b55bd6faab
BLAKE2b-256 d4b59aa46f9b111848e75c09672316f4cdd7a596f0a1216c4244ff565b79e4fc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for globsters-0.0.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 228ee92a6027c9cbcd73001939529d8231358b188c43c6e7a927897c60807ea5
MD5 2607fe5c638741cff1e8cac02a63e88c
BLAKE2b-256 e08b79d251cb0c36b541e42deda8c77c13501278af9770f97805f6f00b729a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 086ee2c9dd4beec0a513a80b9cafaf800ecd2cd61fd04a345edfbd6fc1a5f89a
MD5 bf11c562d611c357f59b2becaf726484
BLAKE2b-256 828e052f01fe649818b0e743144fd9271b8af257e3aeeb94f4753a51011ce008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e672b30302d1f86c7f1c4857a6d7fe8dc80d7c8fc8ab9de584684563c2679e2a
MD5 fd3e69c67e751382f7ef71e8db44c5d2
BLAKE2b-256 39f1ea3930782838b667bb2b28cb495eee942fd6ada632685fbfef77315b9f24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7821ffc81d43f158f1ea4f5c86ca92ba23be8758ec76ae8c8bb4be12150ff2b1
MD5 8ceaf95dcd7f246564ee0710d1831c3a
BLAKE2b-256 c858d559975daee2ab927d3b89b89375918266cc1906faede8b68b126761cdf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d130f67c70b7b39bf959b5cc4178f4f4d2c821018efc1911a3379464a1e3419b
MD5 7adebdb72b4b9035b2b62e2785c93877
BLAKE2b-256 770809347f202f439f8fed711d5d01166f1d6e902df191945ab96f276cfd715c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa58deffe080b52594776d5236811ff26ffadbe7b8a96e9b65ae2e64c9c227e2
MD5 5e55e00e763329d6f42725369e20c9f8
BLAKE2b-256 0ac83ec7529e06bf7a857d0a3e9cf5830f224e67f59d9ad0927fc1358d2ec78e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aec703d07a13c7280d97118c2f269b37e769a311c41f474d5b6d96a522c09b3b
MD5 1794ae5092d573e49a740143f49bdc40
BLAKE2b-256 32be83189a5bd75aa73b280e634bba6343eff5552ceaa1fd67b0f7c4f8fe423f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 be97b540f5b555bce1e357e00da7cfc5f3e66a645ba55a80861a2b1c9730b02e
MD5 f937597a442166aebe37694fa302ab17
BLAKE2b-256 8a90164d4f8eaeb26f4edb5e13eb6ea0dee40cc63cb020d398f9c6371b3e3acd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for globsters-0.0.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 60a21198aa6534afc445d49ba2b4369b43bc92e04795a654c38a752ec0471908
MD5 ed3ae403ab9a6c6633886b836c484105
BLAKE2b-256 3d6b5f8a2c9d26d6c3845846c9e6b1832a7419fe8833f525514b6dfe551525a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d36b7ce8b8f06d2222b1b2e9a64915ed02d72248fcb50711e33d32533634922b
MD5 bd4f2810e435ab221cb3fb7793d3d66d
BLAKE2b-256 a6666538889aa306bb55099bba86e9adbd0738f33eccafadd8cec4d23b5c9233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aa275422bf6098f4629057e251356a4b9607f4705ba312f2cc59ebbd4a582afb
MD5 144d9d05ac2f146699fd902abbd30462
BLAKE2b-256 e65eabb9e5dda8b88d69aff030cfcc4304c7256bc451a9868ca44f13aa1337ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 87911f69c8a132956ef6387bcd8c4f92015757434080e192f8d7b8cc5677d92a
MD5 27544ad41a8b96c22e8038ee5df44253
BLAKE2b-256 20280ff09e37799417a6ad70cbaa470280ea31578d5a5fe9f44ad4018df7a2d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7bb6579ca43559a3910048fc755bc3fa8e8a504352bed6efb375907f4ee0041
MD5 5b5c9423262aa515273e5672ed5f6163
BLAKE2b-256 e0f8da30082e8659cafdb137e583024ff370626cdc474f295e9e8caf4ac37fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2187bc21d031818766a7a84fa2c10ad763de6e9527b3466fce0c489f91ffb0b
MD5 10386ea86b398bbdce09d5a8c27cbf79
BLAKE2b-256 9f342e316d88a1f6dde4b72b0d85c840fe648b7b0b9eb173b93cceb37da5a452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c92284b1b183d7706ede2d7bc18a45ec8d61db77625dcc8e27db249730bd0bb
MD5 d6c6d88a71bfb007880aa70284d94664
BLAKE2b-256 51d9dcfe4d444aa2ab3fe7d9e7510295cdbb51d40538f397ec1becc06009c9ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 83e6e1bc843abb2cb8dc63323f8031be3ed5721264c64fb9ef4d9ed38ae0932b
MD5 d26871ae29684de1bda27c99b9054f48
BLAKE2b-256 50f5eaca2ff000b0ea9cd26b3f6a046be7c86715aad3cd21da5c91aa7736b5d2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for globsters-0.0.2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 ffa2b730a8b2a07f5f5244123a2c61ccc33a0fa5a0f19827d91337558f5f037e
MD5 733ecffacff1f52fc2f4f30d5ef840d9
BLAKE2b-256 4c3a47234ed31f85b2ad60079fe66ca4979acb25efb0fd6dad81c7dc507f45e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 888ed59cc09ead4d85f18364b871c90065f0accd963270417746e4f9cffbd613
MD5 2d1fb5e9385a6c46c348c10535def353
BLAKE2b-256 ad743779d4addbe4a371944cd125175710665f6a0ca418c57783ec9d200d5db2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc97637198f6c3eda628950c4538a1dd348b62bad5fbf50505535ef4276553a9
MD5 7ba6d03ec811f2dd3bbcb7437348d18a
BLAKE2b-256 cd1585c9cbe8cbee61007363882fbacfee14b61aa286990e43d7d8b8f41cb810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 103ceb4d36c797a4979f296b6cecb014a74ccbbc25edb5de5ba26229293ebb9b
MD5 69819bfa9deaa213fc133daf3de2646c
BLAKE2b-256 300bfea966aa4b55605303d3bffd73ebe1583a341824b0bc791f70d767cff863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dff54d02c8b0358062ebd6912da040c6eaf475e5f7843a20b834d3c005176a9e
MD5 d2560e9d96734ad0ef91dc8db53b879b
BLAKE2b-256 9dbbceb36247c563ae9067e23c182050bc6e0f1c2e11000bfca9d978f10eb50c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97f0ac70c08f7097b5ef385186e5e16b98342ba767b716e2c1258612ef6ff8db
MD5 ebadeb221668eb6e77ff14d2a55c968a
BLAKE2b-256 b874f6b91ea86b6032c2ca648cfa8a274573276f8bff05d51ea4740141da6494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for globsters-0.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6f7ada01a44dd9f0167a379c7cf7cd6084342306382a45c04f8b5f199ee17613
MD5 5d1e372a0816359ba3bf3de087d7f769
BLAKE2b-256 283e43335512ae56ff1a428867f6da9e6ef575ab27501483da704e6e960cbab8

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