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

Introduction

It provides a pattern matching syntax like /users/:id/, similar to Express or Path-to-RegExp in Node.js. You can use it as a foundation to build your own web server or framework.

It's a thin wrapper of denoland/rust-urlpattern with PyO3 + Maturin.

Examples

from urlpattern import URLPattern

pattern = URLPattern("https://example.com/admin/*")
print(pattern.test("https://example.com/admin/main/"))  # output: True
print(pattern.test("https://example.com/main/"))  # output: False
from urlpattern import URLPattern

pattern = URLPattern({"pathname": "/users/:id/"})
result = pattern.exec({"pathname": "/users/4163/"})
print(result["pathname"]["groups"]["id"])  # output: 4163

Installation

On Linux/UNIX or macOS:

pip install urlpattern

On Windows:

py -m pip install urlpattern

Limitations

Due to limitations in the dependency denoland/rust-urlpattern, it may not support all features specified in the standard.

Check the limitations in tests/test_lib.py.

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.4.tar.gz (18.9 kB view details)

Uploaded Source

Built Distributions

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

urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

urlpattern-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

urlpattern-0.1.4-cp313-cp313-win_amd64.whl (924.6 kB view details)

Uploaded CPython 3.13Windows x86-64

urlpattern-0.1.4-cp313-cp313-win32.whl (843.0 kB view details)

Uploaded CPython 3.13Windows x86

urlpattern-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

urlpattern-0.1.4-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

urlpattern-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

urlpattern-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

urlpattern-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

urlpattern-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

urlpattern-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

urlpattern-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

urlpattern-0.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

urlpattern-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

urlpattern-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

urlpattern-0.1.4-cp312-cp312-win_amd64.whl (925.3 kB view details)

Uploaded CPython 3.12Windows x86-64

urlpattern-0.1.4-cp312-cp312-win32.whl (843.0 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

urlpattern-0.1.4-cp311-cp311-win_amd64.whl (924.6 kB view details)

Uploaded CPython 3.11Windows x86-64

urlpattern-0.1.4-cp311-cp311-win32.whl (841.0 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

urlpattern-0.1.4-cp310-cp310-win_amd64.whl (924.9 kB view details)

Uploaded CPython 3.10Windows x86-64

urlpattern-0.1.4-cp310-cp310-win32.whl (840.9 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

urlpattern-0.1.4-cp39-cp39-win_amd64.whl (925.7 kB view details)

Uploaded CPython 3.9Windows x86-64

urlpattern-0.1.4-cp39-cp39-win32.whl (841.7 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

urlpattern-0.1.4-cp38-cp38-win_amd64.whl (925.4 kB view details)

Uploaded CPython 3.8Windows x86-64

urlpattern-0.1.4-cp38-cp38-win32.whl (841.7 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

urlpattern-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for urlpattern-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f1c7d54bf8db11a83ea324d86a9678203f6f10e2f36bee290995f99df4951d2f
MD5 86802bf73f3af83bc26293d2b67c3f99
BLAKE2b-256 35eda8ebf72bdc3feb1e4d0b4b6713705c6cde8cd426c43e63c021a568ec613e

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fc925d8a1a660a0a65f57b6e2d749231847463d7646a941e77f848b8410188d
MD5 1a4762cffd9c6ef04be3b5e29a899253
BLAKE2b-256 8532051f1fef8c8bf236fa6976b5f6f18b6cce1cbe9c48fb658cc93921348a9b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0722c95ebe86f09f0595f7d8491c7f2628af2c3c1b1959d2f80f2e7e0e67120f
MD5 025ef8cc4007f9bf7cdeb44ad6d382ea
BLAKE2b-256 db743d172f862c1663dcb4d262fa2e187222941a2b9b28b29e6fc285bf9bd6fb

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a60133919cfd1454becd3e5e9c90ceba988d51cfeb6d48a0fd8394f3ddd2d1e0
MD5 01b864a7f3f72a6e5e94f50d2b202bad
BLAKE2b-256 9954827b115e18ea820d81386486ab03ef937569da2ce62626241c724c74dcc0

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5bfcf539075626d1b02592aad6bf8b05cc7bb72f81cbb1761dc28540fec412e4
MD5 3d843bb378c323068f73a217af8836c8
BLAKE2b-256 1c77e74ba84d31d31f5af33cbc2ed43609479344c053a0cbfc16063f2ad13377

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 348030997d6a3629959fef564a794b7e3b4f3737ba052a964365c90847bdcc75
MD5 675eb4205176f370e5cf0b35296e274d
BLAKE2b-256 5822c02d0ba5c8c31c12f5912a0801e5120943a73cf8765b99314319aeecf87f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a7620a865aa659b181c35347dfc252fdb10cb80babff20cbbef5f5ac2137daf3
MD5 a159850f732837d7f10abdd838649827
BLAKE2b-256 b38d2199b8e7a08efd972bddb9a1a4ed59d4bedbc9db0470bd25423184c832e3

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5f65415f7100e206cdea87182e21dddf034b7bc7d391a5c6a1957d2cc60d7f7
MD5 b94ae80cc411150c650e1226bccf436a
BLAKE2b-256 14c04cc7fcbb9ca1afc77493e7297658b445ac46ac78960f6440540463f246e4

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c5d876ed5475ecd8a033f666c991258d35d947d68eb327eec089618e0b89fa6
MD5 84775c2c6fa10634c8a55713fe561985
BLAKE2b-256 36d2b961ba2a8b9333e34ea6a335a0f8ef603313d3cede9397a3770f48fdd8e9

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4771f4169dde89f6bbccdc6a6177d998c5ad6eda03b17b5afd9872ef90b24da5
MD5 0941500690e8b6ef7c676c851e65351f
BLAKE2b-256 ef7dacda2f8b29f9eace23f3a91fe4d3e32a273961a7ff1c16b9f7d02167c126

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9ce0ee470da2f1ff31d83492fb1ee100dee9aec3b120e563e1f0163c6cd1e408
MD5 7c32fd4b64950db1cf201c8bb4c544c4
BLAKE2b-256 aa6d912529b8495d029c0c9011e43bc787b28e32ace2a3461b2d52ca064c890b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f99eb60a938c4e36a52a4beac08d85b8d0cdd747e5545e13ecee7520c12ad668
MD5 b30ace5b685b82a496008f5f100bda82
BLAKE2b-256 c0bdb1d8982e777ff1ccf32a80af53be1cf657532c5ef2945b9597c259d39807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa02178019ebf7e1f788341f5969178ae75985334078135adc6628d4c3d1026c
MD5 69c4d60bdb0507fc03f72bd1540bbad2
BLAKE2b-256 3d0229b49fde55b5decce35f64e8af887aab29caeffba35779318fbe4897f729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9131ad50973ffd4254627220d272443b4aa4bbe3e77fe28dcb5be4638795f492
MD5 e23f389dd4ce94648b3e82cdc79e8809
BLAKE2b-256 9a961411888330065ea6092d1315aff6120792bdd55e1f9f405a360ab4cacfbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ffa54c7513b5f780c4361e4f983656c7ac0c812bd7631635cd90457d6b680b1
MD5 01c73e82876d406b15f483f186fe0e31
BLAKE2b-256 8d8b61e12aadc0106cc6b0f826cd999ae158ca18748128e0a250310903354143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4771845bd99845fddccece36e311a25121021a32efaeb586ee54746535da7e0a
MD5 9aff1eae7da0835c011c674f1b8ae40d
BLAKE2b-256 c14a88bf3b4d03e1f25a2fbacf6ecc5b062bd6414053b8f2ef4d8e4538e62d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b74c80c2a57fa966d6b4443047e7e27d8df3ca46689cd15a2c8fb916859e1c8e
MD5 7eddc6c8cf4a9a133a11183c6d061c11
BLAKE2b-256 8343cc99e6dabfd6729941f0fd75cdeb9235402f2900f125d442a22dd9152290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 660b79ebbf6b1917fc554a4b88670e8ba7544c2e252378013e8767fdcc7399a2
MD5 40ce3e092997162b487ce8f78292ef3e
BLAKE2b-256 f7ed6f8358359d8a2879c8150e2ffcfc6300938de46aa6b2e17a824fe3c61df1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e92d69eda5af5c3f918643a8c6dc1a3de66622d4c7a9f0397ab1e670be92621
MD5 b0a3e941eb9b3c8321e77a302544596d
BLAKE2b-256 c2ca5dcb132f87259ff09e3b3fcc0551c0ac3d00a60427cd36e38806f8aeba45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2b07e0a6844fc114266a709815a0932b5dfb5e8f64e4f0227c0722405c2c3ee
MD5 2d8301da2c2c4b49bfc823c0d973c9d4
BLAKE2b-256 9d9e868c5e906468d883fa1155f5f5be001388447be4837d31286a2f68581234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0db0d69f5a09ce555224b606e2a53e05d1b4b16718c2bf818df3802cdabfb2e9
MD5 5094717aa1b14484eb67ea9b633ff852
BLAKE2b-256 67ac487b6f79820bb2310a9a4d486fed26a43b6f83ced580d46bd60a2ed7cbb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9aa4342fdd68d8a39ad3296035017442e315218d8b2cc6308913ef0a21c4389e
MD5 97be726dffec51e665401fae1062f23e
BLAKE2b-256 228b0f39b1f66f02e427921cd6ded968e12485b67347e5ffc80575fa1f53ac2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5617855860ce3cf2779c1c15b9f565e12404dad9a350764ed7ab65d0d5efa78b
MD5 6d8586a1461ac415d8cc7cde4083b9ab
BLAKE2b-256 020ef55372cbfd0b3ac5aa200baf9edaf2d93f935371cf2088e8746593e70efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 86d69d7e588e2e12506cf0ad2a22d99f2665101180aeb78c6c6a8d6be11f4b2c
MD5 71bc0b842d2a5a4cb64578332e960342
BLAKE2b-256 70fd437eaf5780f6bfd18da5aee8e85ffbde45ab5cfa16b19b8fb786fa1d79c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f2193120768093f1674cac4b0f51b5d563b35ab4054326785805edd7dfe7db3
MD5 21f51a08a7af86bceb68bc9e019e4b76
BLAKE2b-256 1f994d81cde6211493ac95be743b4368e73b767da4864a6e36e43e1be54cb1b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b665f21f07a4fe2732f0936cba346bedcae74244875b0b8d5b3460734bc8edda
MD5 d8eb592602e4e49d27ec464b8a559151
BLAKE2b-256 1657bf77509a6d37bbcdb38ae278289b12742211c5ba765e23937c7863fe6392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5291526fa517272defd278a3b03d49148d1444dca4a1d9a0ed05eaacd51952c3
MD5 88650631a05f762b7ccdbdda2d346e5e
BLAKE2b-256 86fb3a696f72e54ff82a45c89ebf81a5eba6eee39125a3bdf7e900447b1f8f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3a8c9944992acdb28c3328a1371f4e921733a30a2281067fcfb0474e49ac39f
MD5 af470c08212e233a6d770546e59869f2
BLAKE2b-256 3f995d30471d74ac8f795fb1443ff7e18793168732bbddd17fa2e7c983751864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9478f4e8ca37d4036885597a6ed5742fe078d0b0daa57e906cd0816e44e91289
MD5 6407f267511b20f7fd802e4ee77e7e9d
BLAKE2b-256 78582936059baf096cce86b1cb807e9a24ac5a2c974e08dc4326db0c4547e721

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b95d6f52d745e09df5172840530715f3f669fde9c66aaf51efff3a1f83908817
MD5 266d7c08d81dda7f25d7277dfc23620c
BLAKE2b-256 b4c08eb081a77b0133d0cfc9327a4d2842e8eaa886e93de8cb33995949c00d1b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8125d6d273055c660ff15f37f7ce4841e54b66a113210ec40e3a7e0efd9902d
MD5 054f06802aa1e8fbee3f075caa885329
BLAKE2b-256 78890fef550d9ee04d087bb39c4424779dfe267ef9534793c3c098a88be9b522

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dc0d5208f0e4bd9725796675a6bc501decce1f98743e90b3c8507f68fb29bbdc
MD5 f15d35a188b6bf750ca10bacf7ed55c4
BLAKE2b-256 6303e5506022060c78b083b8c705cbb1173c3a7c1526ae7c1b96ac1d32789a8c

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c71049aabb7ad71593190a86937e2a7f923e04bb64487a084e90f458b21c15aa
MD5 ab92b80b15b2b58aaeed4de672e2af30
BLAKE2b-256 75850ec89f3ab270443b47e7aa1630015f09f3a14088760a21091638eb52391f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e66e4d4d8c1c864ca78b1f5e044026c4287baa2007f293f12d5ccb60a2fbd054
MD5 31484721f03b4fc012b5dbd20f59c0ea
BLAKE2b-256 5f9b510a69ebfb83efaf4e19235b777b2a702a698d5fd4a149f4b018474a0a77

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8008e6e28f64f0e9ae6ddfd4ca361720dc36fead433a4bac8f1a250facc058ab
MD5 19eecd0649d07eb40e6cd7a718b905de
BLAKE2b-256 b1d7a08b2f67315eb200d52cbf2208299fd6a9fb629f914a479b78ba4aa9dd9d

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bfaa0ee5bab6dfe0337aebdb422ef40818485eacca465e5d9f2063660d076b1b
MD5 ae4545d233d25ff8df4d387187017b55
BLAKE2b-256 db186e57a2017722316f82af99f99c2ba59b61bc6a6ecc783475946943b20eaf

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ab8f1f70e3f3037bb763e6b78432d9e3eebe3466f07047135cecc53149a0d25
MD5 edc09c0d362cff77c4d96f66b6519b18
BLAKE2b-256 86d7450b71cdee6108a973373bbd57dfe41c291e00ea3ce025ff0400293f9d5f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d55635612036e19a925475bedb1b43b52a5224cd8b9fc35e1f1a07ea5d0e311e
MD5 02ade2e6320363bddfb32aff59741fb6
BLAKE2b-256 149a2f3caf98e379099a5e9c62a93cd007b0add598586ea3eb8a287345a69bee

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 843.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 98918b7b7f8cb07e375897d2797f5ee38f0a5b6a0e3761e4e8d571d3b9ec21ad
MD5 2855d28e78b3589b983835519f1e5904
BLAKE2b-256 f156c6102f58249436b6ab8e7e7174db924a53549662c55f38d221f84fd6143b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0a8a4eee8399268d0d60b764e8d9848a548ae9fa64f30638cfd146230461b8f
MD5 29eab62eecdb2589ff0a87c804e80098
BLAKE2b-256 b39596abd23fb1216d8b1b1d988df1fa226f31e766a9b32c1f02ac41249cf619

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c0b1d54fa3efd3bf98487aaeca51b0fd9c147bbd1d3062918dd3db1d295f6e8e
MD5 c4169851f924485dbf0170be44358842
BLAKE2b-256 5e769b958a52fabea80882f3460be980e60fcb5f3e4f606e94546e0ea758a52c

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 944e0787b7225d97f973db6d99290810a3ca910a6bf7eaddb118cc4c32f2d3b7
MD5 b6c4852572d996235e45eb8cb3548cac
BLAKE2b-256 3b4c2a4633078fbadcccd275bffffd7dfe5d39443f70278062c1f4568426081b

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2476423147e89e3307ddb8b5168c31c5760528bb9ffbed0a52e5712ea248c900
MD5 839ccb9d83a62f7aa436ed60fd32c39f
BLAKE2b-256 70c8a51842dd4d6bc355ecb21df4984f7e1c7c83b6de2a681ffee2f966dde534

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea981992f3f4c5efb519a402fd9505b8d36a7d80a8bde07c1b57b14051d1863d
MD5 be6c95a79f7860e6b55fc74a78256b56
BLAKE2b-256 afbf9f01473c9290f583205b2c5306f44ba1ac2e54d85485344d728909fb1d56

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 520be5f57f4e479bd0837847ece1cc6985b048b3385badba4c7ab6a4cd3d2ab9
MD5 c5519efb5bcb24dcf7053d2b5625f630
BLAKE2b-256 0234ebd9e48859476141d2b549602466fa79a837ffbd1f20988d929a5ba1068f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 92a0887e114e1570827e56e427736403de4e6e4f0840d31b2b1cba65804fb647
MD5 707f8a77d9223e472a1b9d80491f1d32
BLAKE2b-256 feea6a861bea8da9c77f1b149c1fe750bbbb388c63f1786dfd71e55f720a62b2

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ad62b6afea251052c16d717cb578670607c73da7bda1556320a14a9274ce747a
MD5 f950e4f8f7ce5b55b3148ebb245f5b19
BLAKE2b-256 e694d20794040664feddd2334b8cea47d0da8e2f8980855ec4f2a1a8f7cc8e1f

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a022465b4339c04c9051e5982c89abb12d48ec3e0dfd6e49cc5cbd1339cb852
MD5 e552bf64733e47213bb7d3dd4407c848
BLAKE2b-256 34c14a08ded6aa7c203c93c14cc0f9b694e0edb0e9b8e1ba478d18f923d6cece

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5b16dd5e826797f1ee366ead2e3b4eed744d644b8124517d5060b50c9bd091e
MD5 83780f4d6d37be86cf77af7d11131498
BLAKE2b-256 c88b8fad338acd49c37fafc86223581777da83770d86cd159eb9a2af750204ba

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1a167b600c45ace159ccbd02de783be23cbfab98eb8e8acaff6382156a56ef9
MD5 c17d73d2644fb6f13f7de617e2828856
BLAKE2b-256 1865e55a36dec4457ae9e44157f6c811994105f33f31ee6ac3d5ff0ccde4925d

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6eb1dec81cbe08e75eb039301e9dbb5fee22a7c182eb362ea4dc4a5b525a3a29
MD5 9d30c1d618c9645e4b836625e10329d4
BLAKE2b-256 e2c29122ff4ccf454dbdec0ee69620324c481bbf9d8dec9952d3073e67e3b7d5

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 15781d035d05e81f2dde0001c49d582185c183850653719025af39c511c44780
MD5 03a39b4d02fc56a5dbf38fd32df641a2
BLAKE2b-256 bc8798a4b1829201fc29b704ebdf77faf332dfcdf18b590f3523dfb53a8af2ee

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 843.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fdb809209c9c16addae505a686ffceff41608445ef66433ddd3fa2bf05a70aaf
MD5 c83b714cc05699112a6e1543dedc3f45
BLAKE2b-256 78b7a83453fe7a6a2972e36dcac39c1d300e86ba511b5a705a691d0f727dc3c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bac57f64a1139dc080bc4f225f1c07bb4e2afc9f6bf9364c2c5f080a93b1265
MD5 189a75214f3be58d769d50bf2118f4d8
BLAKE2b-256 d1526c107dbc7d116b9b26b6620e3ce7c93b55b8a293afee33bbda12eea914c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3151d2f8c5917ac0610522a8965365f8483863bf938fe9ea0482b43515720189
MD5 ad7ab7d0dcc6e469166a9d904a9bd28a
BLAKE2b-256 e82d7b33f576a33f577cd314b88c9b80fae55e182ddfee5bd1aef41d91fec4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6717799550cad5d19bccc3387d5a4d94e6650cc9e32982c71143042b21bae488
MD5 3669e7a4e367026853aafbd6546a3b33
BLAKE2b-256 31808fe4887a73c6f2617a2e58ab9b381142c7a850cd9ac79c06baca43ed04bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a94e89d0ada6443a0eed178ac30645a0fb9fc955e3c5986b4f1ffa68d56cca62
MD5 7cfdc554e639871d1dab953efd398886
BLAKE2b-256 50e07ecb85e90c4cb91758d0341e81a176c8328382b15823c7f406f38d7add21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d91cdcf4eb443f7d452d7743f3377ea03429a8e94f7143ddeb137732cdaacd33
MD5 7395e6824af0d71cba0ce2c606bb1a86
BLAKE2b-256 b1624d0d024983f746cf211542dfabe8ca3126fd8d261ebc228e671cb8632d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c5df341f3c9a33b1a7ffbc3fa0b0f03375a40998a84bdaceaec0e5af04f300b
MD5 73e2592d4e0f496819ad4b162279e4b9
BLAKE2b-256 0c07e79059768b7a478b1f48539481c1707a193c0f3617a2f48f574313a83717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 565ec94dbc0c4aef1d6060a602db107777b50e50b231b2a197b7e1d9ea1934e9
MD5 1cd271c55abf065718ea92460fbb4840
BLAKE2b-256 927f8d1e6d7b4db1aaced95e012c1e35857f0cc9b3453c2e85c988c278741686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 356492dd8791db695fa7699457fd53baf384cf744c9d673aba803157d56b18ac
MD5 47a42b7ec70edf8b520ede1905bc0a9d
BLAKE2b-256 4bc55914ff9280f70d5da5368edd377bf71eea9cd7759e014af98894370a5e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d436fbdd4319757fe3c887a10705c524d493c0885b4b600ebeae8b2e5255375
MD5 a2666ddbfca199ddab099633ddd30fdb
BLAKE2b-256 2c763a88fdd982b6aba17b0db8399a89aac4a2ac74993084e94fe526dec8d9aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a290e1956ae504c8adc59bfa21b4096afd8225c736fdf3520261da76e1c6e9f0
MD5 d7c9bcfd9882c54da36bebb194b9f95e
BLAKE2b-256 82d96d3037d098d0fb14e4d6a2c4eb54ff2d22ea29fd2c37b3430e22f2702a59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f118ba06edaec9d0b827b5408e389ab1eb0d169d625b33cf8d3582c4672ed411
MD5 7c8f5f12d725d00fac3b915e7f0e0e79
BLAKE2b-256 f14096383df9d9c15dcb3cfb34b2fb6ce93d0dbd17144596492d6a7b8798ffb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 110c89a6847ec460353ef2547b0a20db47523b5ad0f2829591e82c6ff6e5cb64
MD5 1c61de8e1a006a601a8bde9fa3dc1d40
BLAKE2b-256 71b961dc003ac218d76604500b14dc96c122a015018fa5e3105aa412a98dd504

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 542778b2ec4b7a67dc71ebb8dc562a177bba98f7118a1d93a3103a1340ece874
MD5 a73d4d7e6c938dc3d32fae51a21e85aa
BLAKE2b-256 06e976fc9d87c97113c61d47200aae65c83baf340ddeeb05678abd86fbb1cf63

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 841.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0cbe3203111e083114bca45942867ffdff67b1a7194cad7fd8702e0b2cf5f8d1
MD5 4c351872534b230f41cd0c02dc7d799b
BLAKE2b-256 0b3525014f9c0ac05467fcbe01f4ef5dcf869becd9255bcc15d8d14de92d5dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 448c3be8c5a38615ba6e9a41327acc88e3d59cec42d5fd734d84c57eb1f42754
MD5 cc9207fa2a8526fc4fc1fdd59d83fb87
BLAKE2b-256 e6e8fec020e58e0b9a44f48aa799f7a42cbd0c33bd59343f093797e7f5cb9e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2480dd274c725b23bd6fface09d0b0b651be5da79e1e63c6fbc7797f7bb80abe
MD5 b52e04093973e032aec911470b97e626
BLAKE2b-256 5b6c5f359bbdbd745b7c9f317b4a008e796b688973a78a7fb87bada90e27665c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b01015521ac1a4f81b490edcbf7ad64bd47abcb4035549e2b6195381c811066c
MD5 a7806da0dd67faf82536cf4ba1a6fb01
BLAKE2b-256 146f38d052fa04463c7c797cf0f667fc7102c34ee78d98ef8ac3b72f1d591455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33201e17ee0ef9a94f1b821845543f39b36b1172c57120fe784ea55513e0ddbe
MD5 41102bceda5894b9583e87c5c518a6ae
BLAKE2b-256 7cee7337d1bf1daae24fd9f3bdd19cd95df90f0e9733a81944f03e0c326d9d16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55aebe5449235406b9fbade91bebdf80ca381eebfbece8786554556cc00c79f7
MD5 f979c4b845b15fc0abf77da1de98e5a4
BLAKE2b-256 1181f5d62482d4d5ce0a338b3c4f5c2b4565f3bdf06e596f66ae763ea7e5c0dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5af82389d51e0422b928077cf3a935126782feae15d05566a88c39da5e7f7bfb
MD5 5e7439f7c92c7c915ca81f00179cb95d
BLAKE2b-256 bb72a4eab381a85508e35fc29990aae6243e244f278f8547154e18fc5b7b64b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f999c8c66d1776b0f154f35088af88d79b19e595de0d1965db00bd5cff586045
MD5 8f5f7d3696ac0059b36ccf1024b8db58
BLAKE2b-256 9affb473d8d37074a28d992b01bcc8d1b68f38e7096b52219c6936f42d42f174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54d4b9a39ac0f8b816687e8f044fe4c3571e93b3ef125e9fd0c8ec77c2dd2e7b
MD5 2d04d2b043549e98be6faa3d4367ef3a
BLAKE2b-256 04cdcd2251d6ed71c2001c68ddc2c3285965462d43e289ec75b7b32060b2bffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00bafa006e7a76070bb18c6b2587f4992f8a9edbb6dc9965e3332994951cdafb
MD5 b96274c7de350e1b1bfc1de5586f49a1
BLAKE2b-256 6d1bd8f0b61a5eb68616261cf6e63cecb509edcac431b038814e1f0480f6cdf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4e6701be014517436482e7144fa38c7b892916165220b4ec8e352fbec6952970
MD5 e06e6da5982446c2fbd8b6981fca00f0
BLAKE2b-256 6724c860eb882d835bb1aaac34d2498aa587a5415929c71070b9cdd3e1e20f3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e324b0ca730b0d45d3f4dadb601c248f1e1dc2b3120dd3c2e6b8c7cb727073e
MD5 347c12fff277fd77d58600bab1315741
BLAKE2b-256 011cd6f352e1f99917ce5265397823a9d9fdf901ffee10a40cf50fcb240ec113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2de8ee5b54f0fe4fb257fbc090d8ac90b2a323aac29b5aa66293b523cbd27306
MD5 02e46252f33f7593d9490ab87b953f5c
BLAKE2b-256 c500483f269ae7c5b86f5189599fc054f94374e7fc64ab089a5722117241b2d9

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9a54798234e6468752913af681c1c1d1a2e3a271363781e4a2e0b2a51ed5c090
MD5 c01b7039b6080e6f89e36a0225b7168c
BLAKE2b-256 9bca87ec2123436c0d3f92cb1540231570dbfd42d6cc201f241b91cc29488b49

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: urlpattern-0.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 840.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 696e1c9c79427d95941c335ddfdb8f2201b6c9db77b1593bcc853f4ad74fdaec
MD5 ff5225dc2f38221269dca73a6a0736fa
BLAKE2b-256 71b3f5c09db0f9e7ec29d7312d49c6d9e40a8cd1ac50a1e6f6b0e1db97972ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41b0ebfd9378252b9f47ae9d7924735b51db7d071c6ac5405aad0dfff92ab060
MD5 98eb6a2616ee61017d5d866e950df08f
BLAKE2b-256 056dc6aae0d2cb6a7f23beb4a1ef1b3794a77fa0371aeb339c36abf3df6e869c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf8b59660985b5a808ee95aa86f1c98a2bc8bcf7a99287d6be69db6db3c9d239
MD5 495eca155b8d899b1ab6857905762faf
BLAKE2b-256 b5a08364ac2c6a58950b927f053e71fd2b240425162c849a6643676dcdcde1f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d8cb473cc159f8b06d5e2c4b79ea01385daa017a406473919a543ebd1dc8ff5
MD5 63a6847d2762f81920b028dc722c93e8
BLAKE2b-256 16e47a58911ec6a8b58a88ba78c89e821a64f92c5b9bdf16f4eb43161805cdd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3f6f8573cf568c58718170cb2c9aa3dc6af26c2f29c9d1359144086ffb84a13
MD5 c4add09bfb109ed22f9b912d035db201
BLAKE2b-256 41e32c2a2e2262d88f4c311e60f19639696208e4e1865c770c834f22f6033dc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19b224756294e1b2f52d7b63fd369fce8995ac7c3ac81cacdc869109f024fea9
MD5 36e75374305ace656f6f51f44636d83b
BLAKE2b-256 862f5dd7301717c65db9e4922ef29b25c320a796c6bd1c1d27d8d16a7c7e653f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69bee78cdf2fbc0f3825d210bde191009d66a34d70fe62e3a6ba904a4d5adbb5
MD5 4cbf06c6ec09caf5238aab821ed9cb78
BLAKE2b-256 b1817580d12b0079eee155aa219bceca771bca03882f84db3898a6b8b139b177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f563a1b896d2b0e4b083377d49bf2d9bbfd001541d1bc675e361911eaaed73d
MD5 3f14f429aae382dd33195ae9abf7bcb6
BLAKE2b-256 61bdbf4dced41e01b22d7a219d7a869c6e3bc21cb00e7645c3fe260592189c07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb18ba99c0e2c7b364f1312a6cd35e0fce8612e67a7757817620665bbc966be9
MD5 5f39c22fb345a200f29529a0942f0e6a
BLAKE2b-256 34e7e11d9fcf8c63ea42d3cd156573fde7f310ca0ed63d9536c0c52f94bd7d07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc0055008db95920f2245aaa50923716a0f951c8b86f603d118ff1dd7f2ea386
MD5 6668bdd1319665453ef30c418d1a383c
BLAKE2b-256 a87805c96441b7b72d7ffde9a111738c5caf8591f2764001860e8ff77fbc7a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 819bba4bbf7a96cafda18b16a5001fc7417083ea75f84d9ab731f765d0da1866
MD5 30288f378d2ddfa1b33d9eed37deb87e
BLAKE2b-256 17a06a6754a96352a1470d21d1fb8ccbde678449dfefcf8149ed9fefa756dae1

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 837f7aaa39d9303839c3968af2ccb7bf28e32a4c20ad449b88a0b3b6e87c8446
MD5 0bfd7ff900258cd77e42fc5f139180b3
BLAKE2b-256 198f1fb1c4f4faa174a1b636eecb86f8e9442a89e591d2daae9129c91ee11b9e

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3750459cd8bf97434a6135b74e51c0fe4ce72c186ef707b9d75cdf7115424197
MD5 0cb779488a3cfb42374f4b44645f44f5
BLAKE2b-256 5ebf4953f079529ab74de3ed34d2167aa1d40d302972fcf0b5d1efa4a64f9ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e36d60e914bbe05359a0947e00578fce8c17f4720e3ce80b335f159174f6db1f
MD5 e5b4f9e5910ebaaec849971b71a4ee32
BLAKE2b-256 69c33e6cc9a880d29bc8c5b14b1a378735c80874c1a0af858e0383172e07c07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8fdcc8e216f95e8f970befa3f59b2821e96bc1f30bec012f688437389a94918a
MD5 188aee184e2f2fa1c49f3e0e57be79a7
BLAKE2b-256 7171a51cd469a4fc7d8b9188697e63c2c0a65abd1bd2b12f546ccb3e30cc6ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f99f8a58c1af72984b3994156c88791152e426802f9fd042cedf1c4b02785b61
MD5 644f434f8e31a451e5459566c828bac1
BLAKE2b-256 b3507b1b0d61b7dd6f4d09960b9d9f0188b39624dd30394a29932be80865af2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f9596b53baee9c1a786b4153cd31b490662de7229d3de4c35bbb655efb130db
MD5 90a1722152af42d348d3f91d51c3f462
BLAKE2b-256 933bf0a44f85ec5712bf5b218309bc65810a90b2c599eaf649072f2f96f37164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01b26ec8018094bfdbe57b4ab51c5d9c84362afd7817c3e92aa0e7c7e1ab7a4b
MD5 9902c91f68e62b86a2a027479c2356da
BLAKE2b-256 9f228849abaa0fda0bf5a55cc6a7cca018065639f0ae3c5973185555dc8b8066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 65f20632699e56f98b7da574f6a05311739e483c396013119e62c700018a6197
MD5 38697b1a24b99c571b8c93ae3c2b7f78
BLAKE2b-256 d60e74de2656a2c2fb50c0faab7920df635e87eefcf774d331532f631cf6b4e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4ace65b7479d256575b7a08c070be14732906d7049db2d82d3583750a2df878
MD5 69a91db289523b85c7c9cca27639aa7d
BLAKE2b-256 0d40894a132abb80c32148ab2e5deeea4035f87e10fbd9c53caf383b82816e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c9fe6be307538065988aac6b0c10d48653009f14f303f6727ab6afe27ecb806
MD5 cfefb58db2cd18456076917475ac163b
BLAKE2b-256 60b5b6f65736665113a4cded3bd1507235792124b548a995a08984f0c4e8ad7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2294c779a0d668fe0534508b21a01c479043cd516f01a06b0d46424e0dc4d2c5
MD5 66f4aab837fa8eebf806c613201b020a
BLAKE2b-256 c27635754837270e1c43beaf1738b54dde7a31a2f56e53c1e523fd58412035b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 19090c82b4ecddd57bc2328c7c5eb9154c65b96c6df5dffb375e7a168f5ead11
MD5 a50eab082ada087b94fe6aa3518e4cc6
BLAKE2b-256 31ae315cc99d21ea837981253027d2eb687759fa05e781a62cdbc2088ae38da7

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a214e787f74033d1149c9d79a8ef99bc180081b77924bda661cd30acd68f72c9
MD5 0a723fac36e911b3b4ff0162d0523ed2
BLAKE2b-256 faba4f0a173f327efd8748a5d76cb732ca93366dead1e5938b27ce89e5ce547e

See more details on using hashes here.

File details

Details for the file urlpattern-0.1.4-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a192dde6343513f1990690bae92f362fc3ecaab4fa068d94ee57fdfdbd1b524a
MD5 b7ee42c4a4ddd9e70156e31a653c765b
BLAKE2b-256 88dc522d1d77ff3b617c142b2984491ec3ff199a21b14b2a341ec96e701889e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62b998173dba02a68ae2a52393cf2d34802ea3be5321307707aa812dda31587e
MD5 84f791e7059ee6df4d93c932ecf843fd
BLAKE2b-256 8a2a69be5006de816b24d8b41e45fea08991201133c25809f9d74adb7efdd131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a002f92677988f5787206f0f2fbf1ad22b1b2803f596eacfd6a7226361be77a
MD5 5c37abf1aed4cb02fe4ce5bca3c29221
BLAKE2b-256 e15b3193a070ff63be8ffcecfee0f331c6e4401a487996299d8cb80b6a499322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4cbcf42afe4fd55a4e3aa4c3ceb24f9f1d54ab4be0d52c8fefd57c9639b3fce7
MD5 0c6c759fd35f343cb345710021d71af3
BLAKE2b-256 3389aa2d7c7fadcc311ef1c86f42b2c34f36f1ca621d20760f4f3387fb80637e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30c421374a4b811e40eb33f0b3b5795aeeb601b2b77933909bbef1e759969274
MD5 57093dfa713c1a7bf48ac27de4fa5dfa
BLAKE2b-256 6c6abe203de9a79cecffd2c616deb4eb348c8530f276e3386d50d2c975441b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be332a30292894efe3bc0847a96f81044410bb795b949b46f63464bdddfdb270
MD5 aa533190ffc647a35c434aa13acc8af4
BLAKE2b-256 181ac2c2136cbd2f29c5c383cab3d175d3601b6cf1226a85497ba4b5b1f75d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3cc902201ce991d834f5ebd1c18a40d2d431f39455515a37fcc242e7cf99e110
MD5 8c89b910fc0510a27f985e7951e2ac06
BLAKE2b-256 d5b12c7af5f278bc6111c2bacfacfee4cac03100d250a52892ce5ec7badf4365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd440e621b507d2235ca4b25ac84852022d6403f0e83b7b5ee51c9f78f3810a1
MD5 504b2af7fee1bc050a805cf972c7cade
BLAKE2b-256 72955e1ae2956ee83f5db592774e8572d33324550b806d0b3f80bd33550d4ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e3f73b8a06811e70483e65991ed78ab6aa39210470fca3a7355d130590b33560
MD5 ca4d97c16d92eb1df8144bd03746de30
BLAKE2b-256 cd98368363d5e30585caea23841b0ada327046dcab9da6c466d3329ddb8f4999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f43a6efc10c8310bbeb312f5fadf5a309755dada420b8a1e14fa70c42db16ffa
MD5 4182156bb9324bb9828bb44c6f19e089
BLAKE2b-256 063dd0c5958a3fede6684b8f9553bd65af9bc2051739d5bab6b24787b91c02de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for urlpattern-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f986e8c12050089d857b864a4000be3da6ddcb20ebf3317596e76bf1d9a6d73e
MD5 761a8bfda90f3b55d1a981ba23e5a205
BLAKE2b-256 bf6da546636df34656d4b2c90d57ff7c52ade82346b4ef33db2e47301915385f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page