Skip to main content

An implementation of the URL Pattern Standard for Python written in Rust

Project description

URL Pattern

PyPI - Version PyPI - Python Version Ruff CI

An implementation of the URL Pattern Standard for Python written in Rust

This is a thin wrapper of denoland/rust-urlpattern with PyO3 + Maturin.

Installation

On Linux/UNIX or macOS:

pip install urlpattern

On Windows:

py -m pip install urlpattern

Example

from urlpattern import URLPattern

pattern = URLPattern("https://example.com/*")
print(pattern.test("https://example.com/foo/bar"))  # output: True

pattern = URLPattern({"pathname": "/:foo/:bar"})
result = pattern.exec("/abc/def", "https://test.example")
print(result["pathname"]["groups"]["foo"])  # output: abc
print(result["pathname"]["groups"]["bar"])  # output: def

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

urlpattern-0.1.2.tar.gz (16.4 kB view details)

Uploaded Source

Built Distributions

urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp312-none-win_amd64.whl (930.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

urlpattern-0.1.2-cp312-none-win32.whl (843.2 kB view details)

Uploaded CPython 3.12 Windows x86

urlpattern-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

urlpattern-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

urlpattern-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

urlpattern-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

urlpattern-0.1.2-cp311-none-win_amd64.whl (930.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

urlpattern-0.1.2-cp311-none-win32.whl (841.9 kB view details)

Uploaded CPython 3.11 Windows x86

urlpattern-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

urlpattern-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

urlpattern-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

urlpattern-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

urlpattern-0.1.2-cp310-none-win_amd64.whl (930.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

urlpattern-0.1.2-cp310-none-win32.whl (842.0 kB view details)

Uploaded CPython 3.10 Windows x86

urlpattern-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

urlpattern-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

urlpattern-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

urlpattern-0.1.2-cp39-none-win_amd64.whl (931.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

urlpattern-0.1.2-cp39-none-win32.whl (842.1 kB view details)

Uploaded CPython 3.9 Windows x86

urlpattern-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

urlpattern-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

urlpattern-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

urlpattern-0.1.2-cp38-none-win_amd64.whl (930.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

urlpattern-0.1.2-cp38-none-win32.whl (840.2 kB view details)

Uploaded CPython 3.8 Windows x86

urlpattern-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

urlpattern-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

urlpattern-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

urlpattern-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

urlpattern-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

urlpattern-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

urlpattern-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file urlpattern-0.1.2.tar.gz.

File metadata

  • Download URL: urlpattern-0.1.2.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for urlpattern-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0388cc1110346c654d6e711be2dd5859ac3aef13dafb6edd9984b4ff39f1e5f1
MD5 0d98850a5f80f5294a39cf85fc83748c
BLAKE2b-256 42786955ff155f3cf9bb931a071cf2ce7c04817117e4ad2e63c6538ad4276e3c

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65513fc2fb81f046b6f536f50de79beddffc26cfbd79aa01946938ae30921f3c
MD5 9e7e3e8ec1b3b3afa377d6480a32f330
BLAKE2b-256 063543485521c09f7e069c571bcd83a51aa21daf2c67cd77c734054f5db51e91

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d51bb1bb501f57539e151e511216f0f5963fe8fae90a5a110b4eea56860fd675
MD5 6ef24656405403d959681237cd61e3c2
BLAKE2b-256 f5857dff0a13e3af6285d7e2ea3224989a40c0b83606024616d352ef33c57082

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fd63dd586df8851b3ba57c7376ad5fbfe0b0f1ac2d32c7c8c7c4dc4d8319266c
MD5 71911f2526b540b0d10a2d3f7fc27a49
BLAKE2b-256 fce829de675bc015658647d1ccc351d94fced9a675c7a0c3fd8bfd561d07baae

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba1c3823a15776934f06b4c59edba8bef52dca70509c0e7c493db8e04518b32d
MD5 21ae6d220471d43d59ac095febed9a1b
BLAKE2b-256 3f99cbbc5e3f846b083f6f25c6288c37af7119a475ecca1e8c557ea4e84c22e5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1030bfadc08139b9693ae23283934d3402275e458674ae3be1b0f663b620dfdd
MD5 96c2899a61f050017f9561ac2fbf83ed
BLAKE2b-256 5b17d8a27e836661117932dfbcd78ad80f475357966739b96edc35307efc75c8

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fba392626be29a2dfafd9e7a9290fc60f1d06a17aba63b13074b9d5d2240864e
MD5 dd19ef97fdd5a1f658826bd7f81d8c23
BLAKE2b-256 585dda7b44ef6e962fb8a96ece2ea06505899b27f0dc65f31955193055268803

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cfd17be2759607aeca78dacfbfc63d056cca6aedc4f60019fecf0ea2d1682f19
MD5 977a29f1f0cf5ec6cd13fc60e1790d43
BLAKE2b-256 03ff04c680f819deac8092f231ffce665ef858641e8e683a9bcff6a8d1232358

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3e052de1d7ed378c76b291763f74b04daf499305a061ea16bac7c0b6760dda7f
MD5 16bce35510a74d7012cbd41407a797ad
BLAKE2b-256 999342702382b8002e0e3b56125714b9a11bb44fa7f85c37f4fb706d47fde18a

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fecbcc0b7e2c8460b65c34c46d555c8ae2c733431c4f04d709c32261b677dec9
MD5 4f4a3b450c72d8b6ccde7fc5bed2914a
BLAKE2b-256 6f62797ca8e7ee6b2cf354aa7ca4ceb0f2ea78feee6e30ea943a54e91aaedcd7

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 668ca0d7dacff466db24d9d61205f19bf215c7ebd58412b45f0ea60eb06fe9a9
MD5 0bd1907560e0666d56f9c4e089635473
BLAKE2b-256 65d10841ca3c63276ad80cd4a1a7d5640fbf416691c71d036e6a23010c1979b5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48656631b0f6d6622f3a227549cd18a2010dad7d4d4f54d6437ae01c8015f784
MD5 e4c8369a945f7953ba1d322d3dac344a
BLAKE2b-256 4920929fc13a759721d773527495452505cac0a609ae0a27ae0facb033c2dd03

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f631039e2cb62926941dd56fbc5a71f37b70d4a3ece788000245e949a7dbc69d
MD5 f42697ff6ae6191d2cf916ac14a0abfa
BLAKE2b-256 0790316b5a99bd1fee42e6d361c11c996c8bc3e9e1f6e18cd111aa208635e237

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f5b07e612fb74a90487670736147a4484f650a10c264864ae65875692a9bea81
MD5 0d96a8754bba2b6b1918a6dbef7d158c
BLAKE2b-256 f7415955dba479776d81899453b88948b441e42c8b004151fb7484851895877d

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c75163b8583aa7998ce56825f6bd35b8f790c6916cfbfaa80b84c322ba1620cf
MD5 af335c784dd7eec7128e5ddd12154988
BLAKE2b-256 57e905611f48fb6a42bda9d657da0246daea7a738936892e2d055a5a317e0340

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 680cb54ef5dbfbffffa398a80a082157a77cb9ab2dd38c59fe814481dbf2934b
MD5 4317a814b0cfe32eee18450232ba8b11
BLAKE2b-256 b139daf05550ccda9bbb75b805e9441f3b078c8c3ebf5878068212677d682e89

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 00cbbf2c7e8daed0b5fcfc210c7efb5e455063455cda0994fde9a56878299ea8
MD5 65f65fda334de3583138a71d92b06137
BLAKE2b-256 c5cba5ada2ba8280ee23dd8c0ce3c8752c0af48410c152882b6d7f05d876c602

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d24692f7fac0b94d51de64e53cffaf254e3c3da4eaaca8ff7c8d214dfbae68fd
MD5 bfec2b322533477f1e3ed8db30accdfb
BLAKE2b-256 39a4c9c8b8f73106cce41b5a252273047f5466ba8034c407d180fb926b3e3ac5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2396aa7f2c6457daf36ed41acd5bce5b511ae3640c1af37259d7233a7c43d854
MD5 039a2a556c890716c1418544f85a50c0
BLAKE2b-256 b822ebdceeac55ce21ee7952c3dde028c46fec1bf770869c063bbf979b397274

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f3560a4e74e31262e3fcaf4b880a647a99a4046604a630d8b6a813d929320b1
MD5 859d19855a8359b0a5173f22a7ab5a02
BLAKE2b-256 9687816777db0e02d5738aa6021094ed6961f4d11c0ec8e6df7cd9367b5b93e2

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd39a2a6b69e56fedd4b901ad1117cb9f327224077ead5aee05c904dfc4f9066
MD5 53a43ac74818acc9dfe900e6c2ef2ec5
BLAKE2b-256 f3a383936c1969cec3e4bec8b239633a1288ee25c76a3b54249439856b2ead03

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 214543fee8bec4a0e38c676f8e72a02b641787448980e8f8957250bd1e5b522b
MD5 90d484d49f923f0400dddf8961fda857
BLAKE2b-256 875dc79621497235271cfa9d70350f5be9dadeca272bfbb3bc1d551047302554

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6214a046dec6bc57f22aa49336d9905af9e4f30cf692aef28c6ae359df264811
MD5 243aafe31d42dd2554f685fb41433bc2
BLAKE2b-256 20bffc4e5f3854c108df6580b6cbbc1708ca5210de31989f7b41e89cf35e84ce

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a9c53a1b39078dbc25041d4b8c2e7eb36e7f3026c2549d4bc610ca6bf8f53d2
MD5 83a054bbdbcd22fb34ceebb144fb7e70
BLAKE2b-256 46197c700a8841b0d1a1419ae23b75adcd814259125f04a9ebffdca5b827ba14

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1434bcb83a9538308e0704ae2341fc9447bbbe6fd1926eea5d371afd2588708
MD5 0729411b637788d6b09bab89c855d4a4
BLAKE2b-256 654164c696202a73ed193928a8b96defe5ea830ccf58d8dac4516218b7362745

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9b77742a2b71c90b7024e6c4a82f7e4c81673fcc0ab71043e38ceaf67a11a0bf
MD5 84f3ca4b54e2fea5091de09dd65285d1
BLAKE2b-256 a16661b934691c42ad86b046a9a15b32085a85cceb29ea2702794a3543c7724a

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d369b9ec7fd9a59409c140c19fa19716b50799f0e85b22a4973e53caaf504ca9
MD5 842e9e63996ef647b751fa6857e86bae
BLAKE2b-256 98b0257f1599683083219de5b2bec44b05d8deaa9f869bd639b84db0be142564

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57dde1a786d852119dcf2a85525b9f0eb45f5ea29a4b8fdd24089150f483c44c
MD5 15d19baa6927646128b6df837a44d2aa
BLAKE2b-256 2a2c352fde0418291b0b6f51b65d3278ed2cdd11a69e2140f2aa32b4b16b5ca5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9865cb835da3330e91337b8226e24caf117b53f30e7be30a3168d6b99b021ed
MD5 e6dae4cb09a4f95510ad3ec7fa97b22b
BLAKE2b-256 784c99c669209155b9808e746affacf0a2971074123010804c201d7ba38cf1f0

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 7f284ad05694dd2d383a147a14dfec0bc595623409e70402154509c32bd00b4d
MD5 42fa9e4505d3406ed0a1b424ca0bc367
BLAKE2b-256 25aa94dc9437952602c5ad6eead83feef302255f3459119eea7c0b19003497e5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-none-win32.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 aa01c2b93d27f8ae5fdd093b351ae7ec9f576baf93e565ecce0e5bd4c109ebfb
MD5 974beff650cdb57103a2ff5b78ce2e6d
BLAKE2b-256 9416553562db117cea00f4c5580bb425062336770e26d5edd7efe2864bbc4a5b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 905f95b00c23363723c3edd57c8ad34e95e7b19a07520394c4b7c9cfa551ea57
MD5 fa12a7369c23c5048598764aa49d96d7
BLAKE2b-256 3dda455e86a23c0d1842191890f5225533e515d08d77481ee572d96abcd1b46b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b87927ce3a7c6e1b74cc5f60726cf642fccd9d933e72acbd495e84d57be5c72
MD5 931ba0ec78de9770624fc5180243d7ff
BLAKE2b-256 00c43b71c700831a6626af1e9c8f859888500c19729837ad19e9f4ac7b023ef3

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5d198b45b77a323b6e8ec2bf5256d4f62cb1d6954d2d72e56ab382a5150a16b3
MD5 34f16732d9edcbbb578bb828dac72caf
BLAKE2b-256 9b470cc477dfb762a6d91605869329b5151414b1ba924c71390bf54b6c95a567

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce7fd5e79b26616ca3f251a2007a86814ae735c4a90a5d8568438d8ff955177b
MD5 21ccf0262c89567c12113162493346ec
BLAKE2b-256 f7e1415fd65efa34f0204da2890336f6c156691f96119e4a0b6b5a05da840e4f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b48460ae366dcda238d5ffa6503cad502c4cbb6ddc6b09ff6a92d020ecbead3
MD5 7b2275ff80bf94d1b42b6b132777c9de
BLAKE2b-256 082b7ed5f3cfb8432e9a28c1cd602b122ba643179b489b185abb35b79c30170d

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a5a4bf89f4f0f524e1cd51e0d5802aea10e7bbbd9b469a5596452d2e74f6503
MD5 07bff7dac83ea76c55da8c16cdfb5129
BLAKE2b-256 eedd46e323d99988312066669f6f9e3839b3f779e14de80f0d2be0c88aebeef7

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9d5dbd56f6c4906e2d761ac4c9e194cb930cbf44b85e29b2c507a24c5a6b4fb3
MD5 8b41c51d0a9f01854db5803bd568c9bc
BLAKE2b-256 29eb6a50371cd5e74049d1a40b41efb4044c3bb021f17c478294500078f9d290

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c14fb54138ed4cc18fd11312ac0b6853a8e7e83ac3117da3c4d98f0cc5bcdab
MD5 d06d594f7c8d061878f52e289c9c33c7
BLAKE2b-256 0efeb2f53b629375ddc7da5b46c39844dee696e892424f4e5b64e5b107d91731

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c1c7eb7184d57fc460932630f3269e25a5d43ff5069fe1ac9546a75d61b5195
MD5 6e401ecf3cd3f5cc6d15dcbea397a8cd
BLAKE2b-256 5402e8a137b78182b91f9cacd2612fe3769a17fd9c328041e7e8e16f8fcf3e75

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 343f18ba9a3d8a2b512ad0c15eaa68237240ddbd679e69da253a0f103310d9d8
MD5 1337572f8f408889c13fa0369ff2987f
BLAKE2b-256 7a0958f1034276e58b4b8934c878972b56e99d6c5c0c4494502484b9d2c937e3

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9c7e5660459baa74207e5f07c30d5fccab6810e3544582e0b3b7567cc4847af
MD5 50a7e59617e33a9cdfe21fa15dbe5ac9
BLAKE2b-256 ebdd165cd2fa7ed40bbd3ac8ee2af0b8c75bac6ccdff5315f8607c22b32402cb

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b6ad2dba5f9c0756e96ae921811e174b39efaf6f7635728473b69b581a99868e
MD5 bc89ce814fced8696b1db4e0ee4a460d
BLAKE2b-256 eed2aea45e434817937a4264c8956d1720b7be9f66443898e7d2b59d2b690b3b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 3395ee3694000b2db58ae45b8b16a0a26a2e72dba950f1c1b74f25b685f1c9a3
MD5 d0244f791ae0b8aab906fcb4dfb8aae1
BLAKE2b-256 5799cdcd1230d6f240815ea1563c5febdc653d70b27177059942c54abbe43f88

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-none-win32.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 4432c6a0b406207cfb8095d15abc174469092fcd82a452590593750fde6b64b6
MD5 bbd02a408095d98fc00276036efab0cd
BLAKE2b-256 2868cafefb226c3b985de900d6ae9ed7cce4e101a2bea72f38f17f2cc012f907

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57399d48be03cb50fdbbb52b426af51fdd8d07afc7b7e3f75b234cbe32ea5cd6
MD5 fb0b5f7e00ce82c2203bfd264884a6c7
BLAKE2b-256 438d745bca0ebc7cd8f6e8be071c8582046bf012c244b1a0c317f780039c1e61

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23fb6217ec98df1d6847d36f35a3f46c727c9954846f0c49bfecebdb4ffc2018
MD5 52c849ed52dbf5cdccd87dc7d8b8e66e
BLAKE2b-256 57b8208a9cf617eed8ade14808a7210c3b515437e7e431e35228478c7fb9b267

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8336dccafef51610df4c1f7c2a962ef5ab1c2281ac3b18b7903fc24c1b17f1c1
MD5 f1680e48b7c8bd9089d6cd96db97d458
BLAKE2b-256 ced244b6880d371b978a3700a4658dc8aae542a0ed897ebca852f870ef00c47b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ff0f6ee2b5fae70e80a780f069b82aadb33df36fb2314a4d29f1000cd60f38c
MD5 eafc6517a963caccdab8e85e2fb414a8
BLAKE2b-256 eb4ff010c24fb41d5f8f90d9bc5fcf7099d5e2fd23bd95268e535c665cc8b95d

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc4f4ed4086ebf5f5ffe47dcb6036925615aa0b6fd32bc540f1ebc5a474ddddb
MD5 97453c7d8fa9a3af93dff40d61017d10
BLAKE2b-256 3cae01db5fa29f7dcb36cababc18b1f33242184f73bb6b785bdaee836871855c

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12f1413dad23c6f04c7e17474c6efc2264b9fd628c92759441def6fb9b165adf
MD5 e631e08aa4b9851cdce86c3ca43c4cc1
BLAKE2b-256 e18a63c78de931fa66dc9b24f96538fed86c0c8f8c727f112f673e41f8934dcb

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 408f3971d6a6d7fdeb1562faaba837d44c23c1c800dc72efe686134bf5472006
MD5 30991b04dc07d075a7cee31f6dc32d3d
BLAKE2b-256 f61e2caceefc0574c528ba2d2bb1cfda51ea1a5f3e2b9174211dbd083f02156f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a47ff495886690f305e67d8f21690263a7c891d1702cc3de5e71726ac872481c
MD5 a155378f3f2484fe34dfe4b8cccaaa99
BLAKE2b-256 d360e2a4e88d41c7b3491e5db28e4a6621c917a3836847b443e3835bf1160720

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 841a1e49febc2975454380f4ce7ee424127c56745e50b754eca9942640ea223b
MD5 312ffa0301cc6826f19f9bd24917f7dc
BLAKE2b-256 d2d6520fd261479f418a6f13281834aa5f615a1a870ef7071019f33107be7bac

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dfd2ee4b511b8a11e43ad332b8d7ec66e81ae14bb265990dbf0c3b78e4a93b0f
MD5 85d912c9926777836e508c84fefa367b
BLAKE2b-256 02c0f814ee3c913b60bf3e24535ee0d7ba72ffe5f453ae1e004ef252eac9f560

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 113635e2671e3edea74ec2530494638afe77e81e1e2989e612b407ba70bca285
MD5 f3c2ffed776d06761b61677c4da02597
BLAKE2b-256 715be55fdcdec41f203917212255ef68f23753d998905f58858ce4121e12b16b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99af34c1d797254fae4f36187804165a2943f4d82df6f1ccef548e6e828dcae4
MD5 0bfa0eb75bea3a1602cc9448fdc9b68a
BLAKE2b-256 ae653e7ef28512de1fa700402c7d43ecbe7f69266ca7016f267cf362810c6336

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 55b4d10ad5ea9ec7199f8ac5071bb12e9e884cde03dba365ec8faa5cfa13232c
MD5 62978d07e3d6381797dc07f8dc5a3e37
BLAKE2b-256 b3342e819126654c3c82f51d7b88789f7998962d412cd93a07e6da4db8d7eeed

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-none-win32.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 e698d726227aa2d5a03b6a14304733a29f4ae8c7bc35890f17b4f384d98ef07c
MD5 68cd8c890d5723de1474ffe20e93b306
BLAKE2b-256 2086c35df456e3e28d3aab276da370c67629b7045631cae3d400ec41c04e76c9

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dff8ff49e34dd9293ace2eb67a6e182b2479e0adfca4b79268e8e1df9819f047
MD5 182a3187d1f369fa9d784b950364a04c
BLAKE2b-256 62cee2fa4e8d17728d137c36d66d1fe06ba5b262ce1b4ce68b1a20bbd43ebee9

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 baf76239fd039a56672fb25eddfbc5ad4275757d39ec1775672b35d9bf9484d6
MD5 751796ced43e0b4afb4203705f9ddc8a
BLAKE2b-256 f1a5dc388b8ceafa78a34532edcc41d6967b5a889725788b0e38be05b8a6e213

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bba85c10d036cf055e1996f850bfaa33780f512d4982ac6cfec8a6b12fd01bfc
MD5 4e68549efc7b213b6694bd0ffc62bb1a
BLAKE2b-256 46db33a50a9d5009b46c60c76cb69cd52603b63aa1e052e9318b76997383f00f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6896f8077b16fd0787077205a7615249e2d3f2688f674fe3659b665567a52f80
MD5 5faaef6522046671167115569b0e5728
BLAKE2b-256 b73a9eb1cfadcd5930a1ce50640611b2bc696962c7b501d8033f06bf6a8e27fe

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a9fbcaaa6cfdada3a51e313680347937e191bb7a0e33a7464acefc947704f00
MD5 8ed3275e3ef22fa07bc08e60753f460c
BLAKE2b-256 daba30b92fc4d368bc166656d16da2424bed9166892809f4074893b9f910b421

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bf657f20161e0f32bcf694002c7bc0fd76d73e1ec44c1a09ed9f3a34d9e9cfa
MD5 b99bbbf6f855c0db19cc26387421c31a
BLAKE2b-256 5f4e0613afb9b5f59b66a9f42290c33d795442c16c78b57a2c833d3d241b103b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b73276cd4a07c557e54b64b3ce4f569f609d10e33ed68f91f38cba626402fa67
MD5 b3a9fe74273d568ff5fc35800c5ac330
BLAKE2b-256 e75d1a75de022279305b9887159400e55ee83686fed3413201f13335fe9de749

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 282471d2fd508d149124f82702532c66cccc1ac5965b0ef48fe5f88dc436f794
MD5 c6d9271688787078df01d080e7ab474f
BLAKE2b-256 016dbe327222b34cd85892c986929da5115398cfc846d3b7506fbbecb33f41d9

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6d6b8af045e1af0b5e8e9e2e1fd701553627323baf6896df26879d0328e8e70
MD5 464f817f2dda4106c462ce58b209797b
BLAKE2b-256 d5e10fb41059baca2fdde5a2ace26dde11f977b9647c56a3c4710751b88b4569

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ed13ee24ae98d73111b694e09ed209a705a6fba6e52162fe12d6c7cc2dedc72c
MD5 e569c869b5008a9a53457ab7e493a4ce
BLAKE2b-256 7c80539b620ef34908fd2e12e99d3fc5173f265bf0c892cbb04cff2823508eac

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6624c4ee1371109cf2a61c47a940faef8fcac13d7781c50f934e5cee0f6a531
MD5 a1591c4c16e9a5ccedadd27968d91e46
BLAKE2b-256 c09d0f3fe41301e917e4f467ba978299c771ef70954d4e787dfe4ddfd1e50e84

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 febe85f95bcb7e2b1a56b7d09c6d39581230838f12f402a69cafb27932616a49
MD5 376d3c6a1dad8f4e91b50e2d3ec28ada
BLAKE2b-256 d8e9175b9bcd77f4d38338d981524a27d66a7bb689f5aff921f9236270d5c30a

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-none-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.2-cp39-none-win32.whl
  • Upload date:
  • Size: 842.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for urlpattern-0.1.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 7f5f407c3fad1bb340e8dcd75dc6689c29391ba638a00e4354304c7fa11c9b7c
MD5 b6cb28d9920dc39db612beeb96767629
BLAKE2b-256 843ff61e574a175b7caefc9a638e9ad7dde4ce1757120c5b54d57bfc5f7e3ca4

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58ad3e2b1e5b9c902cf2c268ab7ed0846771af389486d6a4f712cee3fb95eaf8
MD5 2ca23017e0473e74c38b6e3850946309
BLAKE2b-256 f036bf2994509bc9fe3c65e4b4a7a42559d83f97ac734c4be5a0dc74dfb651a5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1033ca96826e048b6088e22700e9db47da6ecc15e7e2174151feda3359071a6d
MD5 8bc527446f8660346c37d54c3307026d
BLAKE2b-256 cf3db18d1cc16d06ae01dc5c7607fb77c6f5587132d29a9deca603259b800501

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c57e35e9da849848d63bab3829ff4d35d0e2892d2a6616aa0545af77b7b0a5f8
MD5 3404989638b19391e064a22223bd56a6
BLAKE2b-256 de3f9b964ffc04c5845dcb204f366812920e604ed5d617b5e17c1c9e15e52f65

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19fed47bf2c337e5f7c1ea05143b8d52f16af63738d1da596f07cc0a4220cb3f
MD5 25d08f46a57e3dfd83f53aa40d0c9004
BLAKE2b-256 ebb339379f9cbecd554b10b0a2a64bde46daf3244daaf2c69e6c258e0f92d2f4

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ba44c1231900a82a2dccf429a85d09f7e94e1e6b0acdcc0b54e9224c62fcbd8
MD5 56130a6910d30af2bb7351dd57c29f13
BLAKE2b-256 cbf86e5cb1b932763c43f2f645ab3f1f7f542703e675cfadb39805232ef038ea

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a4ab366fd95591cab6f640200db63bed3ac80db541f2e69c90c6d816e382c5f
MD5 fdcbe8ab2159ed17f880f3d096dbe33e
BLAKE2b-256 4de8d02f608d3130a6bf5ed71bb053471e31d456d4151f0805b6f406d8d54f3a

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69264f2bf6cc7289377e8f1cde950dbea414940ebf8678b17feb4c0c4cff5bce
MD5 2120b13bddd6f388ef86bd9d039bd120
BLAKE2b-256 fde2fbc1939492b7da61ec9be41f29b38378c7e966419202c673dcec86e314c1

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d4fa29a1ce234e343dc1780cb11826596050a681121089eee838fed13561e6b
MD5 d7ca536ffde35e41d7a4dc53f2942fab
BLAKE2b-256 ac560766d063ab529c7cae0341ab8f970b4c4a29577d6fdba2596da010d5ca5f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1e309504582d3b08ca711e46bee87fc472acd6b6e679c06c2559c95213ecdc1
MD5 ec85212825fd244fc0ac9e5f0ccf4937
BLAKE2b-256 12f3ba5efe775408fa937d0b6c6730f192dc57b1e6b6026040109b061be915e3

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09483adec3f8364db316a2310a8394eb0c63265efe45911ba16f31075fb43b5d
MD5 5f3149962141b196af1688d2784f359b
BLAKE2b-256 ef559a948da8336a5380dc6a92f22aa634fec414a105dfcc20fb221963d80ad3

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81b72661122fd9005640b0eab6d2e1ec0bba5ceaec0586eec643e4f72fd1a644
MD5 c51c16bb2c7c813ce503485e81f93a88
BLAKE2b-256 5ac3d6f58c85f136c97f2d8e348fc66f891af754e0e3c950c89ef07e409b77e0

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 56474e7299675333835129a4f5f030dcfcbb92629917c135417384de3d19963c
MD5 aa595da7621e46cffed373747a57dc4f
BLAKE2b-256 7167daf3138f3df4c0ca5696616d0ba8573af2295a504acb1406b1361e47ed39

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-none-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.2-cp38-none-win32.whl
  • Upload date:
  • Size: 840.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for urlpattern-0.1.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 de9060063f281bef3994a4c06d8785f86be3132dd94c693d34a5d338ad495e10
MD5 0d74c4d6b140dbd9efa9abe955c40ef8
BLAKE2b-256 cbcaa68410ef2f7cf700b5438f242c83810adca9dc50fc237e2c17d00ca805c2

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ace41e10910b16c759860dc8f476e704bf177aae101fa9c842f0e10f0b9df51
MD5 e13ad266b44610b52c3aecc55113ab87
BLAKE2b-256 d8d14cb3776aea5f80bb04e00dcdaec501805b29781de2876b9d02182b0e056f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 55b130f911ce44a3836e0992c98dc2398a19a4407c9948c8c8600ac64463cf7d
MD5 8c690e9887a715d874aa56cdec0411b6
BLAKE2b-256 ecd891534cb32a32d9ca5de3bab8cd19187d1d38534123e450d47aba38581114

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 50133275be1f52e4558be8f2fc69f4cc6fff61007b46f8af3ada0a53b795f9d1
MD5 d5d1e69d457c3655a56ecb2584e29baa
BLAKE2b-256 7800f472b2967b2b458a8bdd6e4ca30318a4c754e4aca25d3259418315949249

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af871bed04e777c3d48f2b9bc7c8ee53bd6b3b86d75d5fe307fa69dc41bdbb7d
MD5 1b7b7319151c368521447dc27c3ba234
BLAKE2b-256 fbe29bca42c40d71ef37061fe8cf67680938eb1317e27272b0c274c3e4c7918b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e38ebfedc168c023666ea38bca15a60e6d12932504ec55105c7a98bbcdf4ff2
MD5 7e0e7fa70bc7e495a5e36e6b35410b78
BLAKE2b-256 82560ac64e2376600bfc07d95e297ecbd1649f9979b0f1d8ab7bc9c82b580d54

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9f84bcceccd396fef52f8ed71691faf64996e5939275e9383ea33745dfff598
MD5 841140d8a8a11514d3b9eb7e3dd476d8
BLAKE2b-256 7eb1d4f0adb10ea9a2ab09b867730d26b2a282d38d652179ebeccb0fef24f2d4

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f940985356088c24569e04f961d06b5706ca3788dc30dbed48123b7b986e2ef7
MD5 1f20a243a86b75fc021b39a018ff8d7a
BLAKE2b-256 80ad2a5acff6c0211833b719dd9661509fddc53f2eae534a0e8ad3c01abc9c36

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cde70fd8a0fff45341d171cc9e5bf757d54ffd8f3b2cb7f9f0fd4d88f47e2ad3
MD5 a03b20a3e4f851be32447a98e49795ed
BLAKE2b-256 62453475ea10562211be2be907a0bfbb0617215e23deadd710d41891a17c66f7

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 244c206ef2c25513cf0c2e224430d839568ee1f475eb0578a6dc7f37e58b4bd6
MD5 6158cd2d29b269ddf9c1d3525cc3c50c
BLAKE2b-256 689d41fed9e0639157070064af213b93da5696630339e3d0c5d3888dbd0b287b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8a2932ae8d631c3c1b56b0145086fac97e627529b57a433e9a2a400cc970fa40
MD5 617e567b822beff5b1bb2c64219d2ea7
BLAKE2b-256 e7faadb87baef37462469f31f9f8eb491ce046beeeae6049cb9e2b7ce9fb01a3

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