Skip to main content

Fast parallel directory walking for Python, powered by Rust

Project description

speedywalk

PyPI CI License: MIT Documentation

Fast parallel directory walking for Python, powered by Rust.

  • Find the repo here.
  • Read the docs here.

Features

  • 🚀 Fast: Uses the rust ignore crate for fast directory traversal.
  • Parallel: Multi-threaded directory traversal.
  • 🎯 Smart filtering: Built-in support for .gitignore, .ignore, and glob patterns.
  • 🔒 Type-safe: Full type hints.

Installation

pip install speedywalk

Quick Start

import speedywalk

# Find all Python files, respecting .gitignore
for entry in speedywalk.walk(".", filter="**/*.py"):
    if entry.is_file:
        print(entry.path)

# Custom configuration with filtering and exclusion
for entry in speedywalk.walk(
    ".",
    filter=["**/*.yaml", "**/*.yml"],
    exclude=["**/node_modules", "**/__pycache__"],
    max_depth=3,
    threads=4,
):
    print(entry.path_str, entry.is_dir)

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

speedywalk-0.4.0.tar.gz (46.7 kB view details)

Uploaded Source

Built Distributions

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

speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-cp314-cp314-win_amd64.whl (754.4 kB view details)

Uploaded CPython 3.14Windows x86-64

speedywalk-0.4.0-cp314-cp314-win32.whl (671.9 kB view details)

Uploaded CPython 3.14Windows x86

speedywalk-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

speedywalk-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (856.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (924.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-cp313-cp313-win_amd64.whl (754.2 kB view details)

Uploaded CPython 3.13Windows x86-64

speedywalk-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

speedywalk-0.4.0-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

speedywalk-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (857.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

speedywalk-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl (929.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

speedywalk-0.4.0-cp312-cp312-win_amd64.whl (754.6 kB view details)

Uploaded CPython 3.12Windows x86-64

speedywalk-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

speedywalk-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

speedywalk-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (857.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

speedywalk-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl (929.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

speedywalk-0.4.0-cp311-cp311-win_amd64.whl (754.6 kB view details)

Uploaded CPython 3.11Windows x86-64

speedywalk-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

speedywalk-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

speedywalk-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

speedywalk-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (859.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

speedywalk-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl (932.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

speedywalk-0.4.0-cp310-cp310-win_amd64.whl (754.4 kB view details)

Uploaded CPython 3.10Windows x86-64

speedywalk-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

speedywalk-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

speedywalk-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

speedywalk-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

speedywalk-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file speedywalk-0.4.0.tar.gz.

File metadata

  • Download URL: speedywalk-0.4.0.tar.gz
  • Upload date:
  • Size: 46.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for speedywalk-0.4.0.tar.gz
Algorithm Hash digest
SHA256 34582ab71c005d29a0de2fd39e3b21ec7d3e68b91d18da812dd497d39709f64b
MD5 9413b35dbcd99a952da5c43f73ef50bb
BLAKE2b-256 afbc9ab01ed476c9aa7c6be705b2623eb79a3e1a0f08bf4fc609e6fa011bff3e

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b65c217b49e5f9bbd73595e80043fa36ba383cca6559ea5ffce88c0eec8f2136
MD5 93697d0087996216bd29df8d92df54a8
BLAKE2b-256 d452c836a67d6b131b760badbfabdaf694ae515c0df03262127472c83e260c10

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 45baf2757351c46c56820f8e0fe5ecf32ece52fc74a7f0630221f16b818b601b
MD5 fbd479543e2f4ac622df532ce2b44fd3
BLAKE2b-256 ea797ed8b869e6f55e3fb947941d0ae08577f2b372acb62eed14724c14c982c7

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d77f5d1fbd6cae538d3f5402bb2e677e909feaf05933381d675b2cee24afa9bb
MD5 0bbebb7359a9676ea8a007a84b1d0337
BLAKE2b-256 aa54ce41be7d4dcd88c75596a3068705f13b3006a1332b5b0efb70d9516f0402

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3b61abd1ef64a8e48bd3f66ff7c91bb8ca8a8f1345e86fa15ddfd77c42610db
MD5 86de2080b21cdfbd07582f144682429c
BLAKE2b-256 22d0d9bb1844f6c95865dc1c3a20e85ea07d33d4982416643d89b92f1383a332

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7473b2d3240a7c5ff82993a90c807828303de55031d724823eafe8b17a91e366
MD5 ffaaf2df962b5a9c010b3e7a993a2661
BLAKE2b-256 3b8156e0a8e04a92db3fad18048fd093254c9b40569d163da5d303ce89b21cad

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d11271b43df01f06147d19dd468e6e04909c8c2478f0cfa3aa817391f9b39d2
MD5 21595e6120c9d44b7f23a0a7ef51536c
BLAKE2b-256 64c904f407e398315306cb0aea0717b28fa3c8ad7c1d5c89c7fe8696d9c1f212

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a083dc03ca6a28f8fa3b6a3e381a21182b5b08c22f2ee15665a6fe4c1c38e290
MD5 d87e68e2f897a577e658dc6d97d057cc
BLAKE2b-256 b2b14a60bdfd799b5e490a7a11a2374ae439d685aa29a3f8055ac5c3c100126c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7e47605afaad53131ec71793d855fcd1e6a49f1a7d5b60b659294a4a2bcb98b
MD5 8da0fa18c867c8cd9cb1c904d5f20d60
BLAKE2b-256 f361d4e4052bbd9212fa2dad8e5e245ee0c4e832577ab825159249a144ef26a5

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f81f2abfb333e9a970987dfff3c07c36ec983eb62c8ee4a3163b57808ce89045
MD5 c0398c97b45623c2aa4cecd606155a3e
BLAKE2b-256 5b2b02ad8fd78d5416b8bf3377809e25ee2083612f6f4f97618fb9c3ee2a3075

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5022fd3f3a82dcd776f079b2e9b9fcbe51acd118745b505f9109bee07a0b9a18
MD5 2ef4e82f013a3a24bc8a5805429bf87b
BLAKE2b-256 0ed12d6280d423253c573cf6f7d7180c4648a65a5734caca4126818c0dcd1ef1

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7997b74ac04a54365bf6dbacf400e21aaf148894f0b6b73a71d6ea91a35bc105
MD5 a393062df8bac421fdd66e295fb8d69d
BLAKE2b-256 397f84e85b48850f0a397e0148764fe96102638955d2dcab7b074ae327d019b7

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d03c14b6f5c33a58921ddf82bbe38c13722feed7cca66795de00f0be4605d536
MD5 62f8d771e8f1a0f4ded4961d32591cbb
BLAKE2b-256 6e4eba6e0093c073823d181eb1d310330503d1e46e9975969dd887e94489bdde

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b2553cf8d454883813db02eb7e386ee247a06a323a144692620e4586a55c77b
MD5 fd5bc6c2c91ece2aba9c8b6c3347190f
BLAKE2b-256 c2a4797207a4113a90d6b9952e7086dcb430395d792148114dac055d26dfc52d

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f25a6b9316a74b58e1eb2edd57ad132d2b62001c0e47e3428c758826abae444e
MD5 8ebcdf4d759e2c8eab9de07bb776b2bc
BLAKE2b-256 024913530724c38563752ae7c5749d1118653391930bd83db56cf49622a698eb

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 76e73d117b3815e742779540b2ee01c03c17c6945c48560bd1ddd63dd73097a0
MD5 e56b085762ec12e8be806073eb847cfe
BLAKE2b-256 98bc7ce6470ed8a5be0f6857b7c6d67acff26c7dfdfdb68c12e5c2eb0ff0cc98

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a43a304846a90080441b831cb38ee8d5b802cb8640239574e14d7e35c36a2668
MD5 9e485e5ee94a4b64eaec2f3a155249d4
BLAKE2b-256 bf47cffa631c7b51ba5cb13e68c76d77ac98386ab5b57f091f0bc60e7b75617c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c4c7d372f3911c210fb32ece505517084a2cafcaa2294af8ee559356d10ec2f0
MD5 62b3cb1e9df9292cd391d9b502b7a15a
BLAKE2b-256 f7c3aecdbc38313be7caa9a3174c8629c00f30e42d5aa41b2b4a1f55925bae6e

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 717dd05e2e6b2d48ae28a4dbc6fcabd4efbad1c9127b6a6bcb43ef36331d6926
MD5 751f73d812a125a55b191da13925cfef
BLAKE2b-256 89c6365bd47002f1bbc2beaecf16a51aa0788725aedd80327f374e481ff0a09d

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bb3638d1a1b50a195b221037d94e9e8cd77b1945e017a0a4ee91413903fb0aa7
MD5 86243aa013ab481d6e83a652e972aafb
BLAKE2b-256 e3f9d17ffc80c8f47a54229e9276af1482851ecfe941f58bc2973843f9157bbb

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: speedywalk-0.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 671.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for speedywalk-0.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b124a9ce419010470582caf04f2f58e12c7cad2cd5c8e52a0a60c562b35135c1
MD5 717b7a4424bb8fb2c2ee71aef2110eeb
BLAKE2b-256 25b28aeae1ce9069a2a1b39e81f14b084cc8b6be02af84be7fbfba4e88e13a58

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a50f804397eecb58d539ffedbc73671074eeb8e1053c4a7f1221661fdd4f7eda
MD5 d61111a9bf097ac64bd6233a1c48fe7d
BLAKE2b-256 e158021b983aca67b213e8e7d9c1022e122dd121bc895bf96f00164296c3bbe2

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c259f1cf824bd571bd65c4c3117ce69e118b69ba07aa9d8d392527c7b8c0568b
MD5 7f5219e2f3923ef034265e705af872e5
BLAKE2b-256 a606a674bb3cc4f98d1320c2a0f3a179d173f80ee01671a84b3ed5cfcadce4b8

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfc5d2c4fb59753abb8f39ec399dc84a507ecbc20297989878a2579a6d1b6656
MD5 09d46e92031c66037bf155b8e9a317c7
BLAKE2b-256 fac82b79f227896db4063e997b4063f8c0017377ea330b172aa005639b91589d

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f1993d43db364fc08e7e90e8883e67610bf20abd0cd2adee665ffc4629324ca
MD5 6921f84887aea09a302ad90adede72bb
BLAKE2b-256 7c6ffb3723fd83ead8328acc7a74f9f1aa49de38cfa477229bc598670a1809d0

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15317bfa1388fbf89ef2c60e9241eb675cc6a5e113c26eb3bd0bdb4cbd919c6c
MD5 9b0091dc40d9f3ba7dac23652c3371e0
BLAKE2b-256 474095ceb5eb6e2ffade9f25e4dc17823a916a91fb437700ef875dc9862fda37

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 198409065794e6311c336d8d86614ad0973f81fc3ef22b9f0819c639b50a24f7
MD5 cb5f13dd2ea670ea48534e706563f05c
BLAKE2b-256 7ea7cd0c429096dadfcb90e5ac20c4617ac6c865b1430ceb67a3d5d44218e55e

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0b1889a19f653767fa163ce9def4d9e93bcba38179505e4302209de8aa3573f
MD5 7f65694d005c0699080f92a3cdd0f38b
BLAKE2b-256 7f1d8cfb313974134a20c6f0318849b638d10d6ce3d948b766c638cb24235d9c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2e096b63768760c9f61de6b99c9dbd625b7d59af673010bdaf4d0fac70ffe5de
MD5 9c90b3581cb0f573232a1cbf43d8b362
BLAKE2b-256 72d71e0198a8b1d2419b01352d72713a84287b23c55b7b686970609b8cdc7357

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b82654705f2487f5d10509bc98f7892cc3a3b8189e668c31498828a8ef0cfb7
MD5 5dad4529cefd5a8c34b9de0cc27538ab
BLAKE2b-256 dd62bc96b87848c1d7f22f3c00a9e3df4b25f4e2c3f20e63f8d3bb9c477420c5

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1282dd279f884a148698a6169d0d10c8257d6735fcca2cde8de570fd0ed3510
MD5 20bb6aa661dbd2037061c47cbfa3b982
BLAKE2b-256 9de7a977d40903f1bf94995cc70167dfccf7d193b775caeaae84b3e3e879cf7b

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a43b39594fbc14c3657683a1f62fd9cb9203e59cfde1e0024950595d46555592
MD5 d4453ff234c692088988e42867aca03e
BLAKE2b-256 384346456844bc32869cbe909ba49e97512cc7cae42f8d4bbbd0319ec1f259b1

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d3b6f31032a601c70568da99a2f1f50a1fc96e7cc8790e1d7f79487a691b913e
MD5 f6e6f3c8d724e1c8c742309f5d51fe24
BLAKE2b-256 d199f56d992de01064ff34803299966f3347fd1d0c63833e6cecc0192bededbd

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6f5ed608cd90041a2cdf1dd557b12734db3d36c3a30e413d93d25e73ff80964
MD5 208fcbf7cb1c3f7cd6f8fc4c99ea5b84
BLAKE2b-256 5f9364ce563a2afaa941a6b632f811ce14029abda274575084e0709200cf468c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06d845f57df1ca995cc93521dd364f8ccb1b3d7cbff5366a44d32f0a2e985c05
MD5 28f13dd486bee1bc237b646de8d82cb8
BLAKE2b-256 8ac0cb6941bfc700f6cbc45b7200ad907e0ac04a580533543e4ded4692d9dc9f

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eb0438aae8724cc89e0372a3442cec71ccd370c2823ab517ee21e1127181c378
MD5 1c06c9c70fcdfb618441e4d6d1cdeb4b
BLAKE2b-256 072a0a2bc0218d9b9a8bcd620ab006c0d2b52d3395e5fd7cac0dfd4fb9c7ac07

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7aa94c56fe01263154a867569dbb30d08709198cf3dabdc1f67a1e1475c2e7e
MD5 7fb39e31680fab97c13656960dfd0d0d
BLAKE2b-256 cf2b28c787f56be08e5a4f07f3341fed43769f897d92495c6f0853c5d0a2edf8

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5184cb1e80f2ade9d92bf76e55f168f1a5bac13579cf8d9629ebae0e40bf9bcb
MD5 2ff9a5c4a5c3fd3135a20ebbba27ca51
BLAKE2b-256 a17c9b54dd60917067fd9ffcb2e5cb69881a3daadf207e1aef0a3380c38fd550

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7d059c86af8baae26c6aea0aa542fb01ab6a1b4bac564c9f9dbad087683a7732
MD5 7715d336f39d2906c078c7290bf0367a
BLAKE2b-256 d85ddb4f1d836ddd4a87f767c33a54d402c27db869ca0856d2d6eaf89ca904bb

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7cc0560a80bd0661b7daef31cd2d2b849c3669a2e7023da8eaee660cf4f8a42d
MD5 53a1b09711d6b24f689ff874a9ef2f37
BLAKE2b-256 1ed969f019c51ee66af494486fc4fff9c4316f0efc3309ce7961856fe552b11c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7331a8a3d32042c53cc952882391911d378aa9a8c00d39c43c2bc6886e2a0a9c
MD5 8a4b3f51de09a80b419021e71a07e59e
BLAKE2b-256 d2b70ee710cb105bfd3c2a596bf54fc7a283be799bc3770aa0a5991914f38697

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a34e0f8bec503e405a418f2908839208b07dc8cf377a730d8ac2261cbf053cb5
MD5 f0d38e9ed262239cb3fd67aaf601ba33
BLAKE2b-256 634d255b30d85da34b06fd5d6e9e2bbb0e8d9966b19bf83f5676d2d0968ebe53

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be1ed020ced453f396cc6e378ad45ed1e41e28c421c08b419bd43c5ff19b1b0e
MD5 20d8e6af8eca54d6f363b85bcbf70e8c
BLAKE2b-256 4b3e74b860d98761db3d2e835baff435b61cf85fb3b64f94c72bbf0b90475613

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bd653cdc6d7e5d6f95ac77e5697341b0795b19ef1d6a88f3f90043d89ea10d4
MD5 bcb2f9cbc6b3ef2f01243fdebb57ae72
BLAKE2b-256 48b313741c614d63624f872a64618692da6fe640bef610bf086785aed06cdaf2

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 040880186ce2fc513f5f0ba125eee85789b014ba185777fb9406f2b8ba5432d3
MD5 c7fe6c320659959559337aaebba29f60
BLAKE2b-256 1c03857c90efe4fa2a949d3adf31d67adcb4fbd3774151a8fecbfb1f3d994562

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 86768989ce0fe5eb02eaa9891923f6b998dd60c5ad5999699eb78dd2f0f03c9c
MD5 79d8f0c9278f9d9f73a1a5cccad90499
BLAKE2b-256 d614ef26a1cabc13d6a1f94eb4a354a657b25ff5d94eea3d90a307d179941966

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b79ededf64c4f18f10c2ca58d271a854cff7d1f024a5aaca00a5ca80f34283db
MD5 cdfcb1d5ccf80d1d2db91b268f636d8f
BLAKE2b-256 09999eff6acc6bedde64f28714d6708a6d88aa4f40a02448f17b3f00af53ff4f

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ee7b121c10affc618786300972d78e68f729d4ced0a5d92fb57f0d4664f2f16
MD5 ccd26ff180c01eab1948ca31ea22ef88
BLAKE2b-256 d2310dcb0cd61ed87ee2d1cfc04e4267a2e5006b1911ea862a787e7606927255

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca0a03ba3b91ee96327764a18997ca7208eaa952d09bc73b4b789fe83a64aa03
MD5 383cce4f244cfe409357b000b0427fa4
BLAKE2b-256 53fec3f99be6ebbd6eb9531c5a5ccb27ba071e52072a4e9cba77c2804d9a9fd8

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa8ad7cd7675d4f7e8a7c588d513160e7c56d36f41172820ca6c2dacf4d06e35
MD5 ae1539510b50e06a5dab747f903a49c8
BLAKE2b-256 f53132c9683cbcb005838253ac384b1ca967a17c88afbbbee840ebe7fef7f87b

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ee329e5c72b546c19867fff5b160ee09f89bcfa7db98bf17ef58ad7f53a8663
MD5 1c43b148932fff86aa7a3c8ebab52d03
BLAKE2b-256 05fb0585873e6a5a458b6078112bc109c8ab7565f524cc232dc4268604e0a1d2

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c8965173134c844f13b71cebbc8f99b1c8d63423dde4b969a21291e3c6ceb300
MD5 54700ab57d9f0a6bb1d6f11515eba16d
BLAKE2b-256 753087d6bb0549ffe64f55b2f1d2bc5bfe47c5fb22911da8b7885fe8ad586539

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac17024c6929538d684c05639992b38e4764271407b787a6fb9cea9be647200b
MD5 d2013b2429efef345019a21fa47404c6
BLAKE2b-256 00f5cb97bedfc52dcbffd03b7c45dff9c3f26cb1157659edfa1f69a6e2d8f354

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2276c6ab29baf631ba7901f5a42b3128da1a254d6ede1f0a754bae848acc9608
MD5 ab1ea65e10cf4af9f9660f2c31987994
BLAKE2b-256 326cb5f6c44f94b4d0125ee7fedb6cf6724ad09003c1388f4bce68cb197db3cf

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8a27a65a4a9316d70321b366ddab4527d0ce659d0366d163b40f351c9c170d2b
MD5 10d3d84a83e09150689f0caa0f2a018c
BLAKE2b-256 3d06aa7f9b7417c4687e3f1106e7f4ad043b76fcc64e12251d9d2d912a9e11e1

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a32f1e4f0cc48b0c4ce3c23fd573690399c1269b557595603962c5c81a78e26
MD5 b86c88d3094843e5c4217a83407ea6d4
BLAKE2b-256 2dec01f1162551fc80389fdffdf4f9444a2346865ddb197589bae3767917ecd1

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4397d50f29f57069033ab962f39e3f492ff8c30dd31cc3aeef4f38a29174d519
MD5 13b8b8a9f1e415df1d186dd1c938d452
BLAKE2b-256 73a8561c569f1a196044bf0b13be5fe979b796f492c5ebfadeb5d9167cb4cf1c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d3054a3b4be81f550097db27d71e86702bc4302a22c5a9841e22f0e5fd29d8a8
MD5 71d92e8a14daf0d9f3cdb2024bbaa18c
BLAKE2b-256 0c314ad51a417d6a54f2dedad839c0f8a31ca8fe5d50f29c4fc21039105eebc2

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e245b3a41d81fd5aaf785ee293d89e0a09db6d1b90c917beee7700829af23bd5
MD5 c6caa1077f2082d6919d5619f76554d2
BLAKE2b-256 ba22af9a9d2e3ec842b6270f2dcc1cdd477fa29762b02898c8312cec134b664b

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 439396eca6e7207d4e650111cff6eb538c552b38faedf73b7eb3049c38616c34
MD5 97efdc538a912ba348e48611e1bb9df1
BLAKE2b-256 e40862dda31b50adb83510dfd6ad2a58b356187b7ba45ef6ac8585618b996c42

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eaac33bec84f6858f87d5587b74359604afcd44b51000ea985a0e153775f2b8f
MD5 cfe4dbbfef44e8bf8d5500c67f14e80d
BLAKE2b-256 3f2de3481fdfbe50e7ca8e418e7dee1cf9f98b57d101bc1d0e5dd8ff4b8a4622

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1e5cb0b480879e07c34069fea6272b742fce98c6a34592a727abf3a0e33eb4b8
MD5 443cc77e27e289a72f094ae8089f9c55
BLAKE2b-256 561b53df49118022771ee95dcd580432dbb526c46c9d6e51b92fc117e419246c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 926572cf4c6ca1d139cd68d644b89e71f3e20414a84dcb97df078938fe63a684
MD5 766a271df60af7544637eac1de2a63aa
BLAKE2b-256 bcf5c972056b61124a83c239154faf05b5e1479f51dce2ec0fdcba0daf8843eb

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 940aa731cdc56c2b33109987e7ea49b378fee572b4003b41a0e83ea4cec34c30
MD5 a24b0517a4b527951976b5d35e3b0213
BLAKE2b-256 0f11ba4adb38d29dabea301d010c619f834ac687134615e8c90bdcf56affee11

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 481ded29a524daaec0bbe1276dfd243b231aacae346bfa8592973b1b79ffb18e
MD5 1ff996b2b1b4b15bee862515b4648970
BLAKE2b-256 eba50ff13ef4607b8429fd42a9df55d8059bfa243690e790185bea31970c83a1

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9db901a9dadb1744b2efc7821009930044a9c372bd9373ded1f0e4124996ff67
MD5 d2749dfa023c0c31d24faa8cd1043671
BLAKE2b-256 a2d4b179deb072bbbd98c531b6df7b5ecb0ff83e00b3e39021d8d7969b7ba317

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a413c34da80af6ea78f6155964d1b3237330808569d9066cbc58f6fb4e085e5
MD5 1db6241ff7e640f7aed145f8d32af13f
BLAKE2b-256 1efe3c4272df409357bed0732e352b43b19efe0e8290ad29d0d73a4f49ae9f46

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0031d34dd39647109fb01815a426bf44c450db6394c22e39518bb7e2d73be40f
MD5 f3a4eca0168aebcb704c66689126dd69
BLAKE2b-256 0eb57bcc922d1bd16697dbe9b27caaf1ca7dda26f3c33d58c891095db5a521ad

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c70527766eae4b0c8630c98c1dd245940e0a659644cd454ec2119d6a7c75964f
MD5 f9ed69abe5f524698afe6e823da42df5
BLAKE2b-256 505a0c0634d60bffdbd40018c1cb19c466c42e9e016c3dd381c0a36f97c7a2bc

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3b285ede3c0716e35bc91b3846f5a32126c47846b610dda24a01a19a7445b6a
MD5 67241d011d832ac69216eba1afe36154
BLAKE2b-256 9bed1afcd0bc59d042da6310a23b89f5bfcb9a801da3b2e57881f71c7794a1a4

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f3ad5b2066195ebe1e1471daf645be8701883b76627c9ed3d821f9ef9179f0a5
MD5 324fa17b197a97a62430e4af986081ca
BLAKE2b-256 291d9ffb9bbb09304d980b97b3f10acfeb54bbb36236cc959207e0f68fbe60dc

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0e96032d4a198e607dded5d455ceab42cd79207c4c9624375759f91eb5093b64
MD5 bdbe0c378d5606e4ac15acdd261895a8
BLAKE2b-256 c9ea035d0ae8f5c4da11a6f55b446fd7fc3c3167828ef3784d8808d3e8effd2f

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 617248d685e4f756d02955879e70588e4a7326fe46ea80b64450b1d155a78e1e
MD5 2b4080c622014ddc4826ec7c80e69086
BLAKE2b-256 373bc5837ed3da3e832684aa3e61f16457967b5b781f50892350b5cfb989c019

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e51c8d7adee99eafec32aa4c3c209d704fa27003658e5c56dba00fcf09fcd9ec
MD5 68880bd1709e61fb8a5c71cb2b616d10
BLAKE2b-256 29994bdbe6440aec20e6d54c405ae1acbce8c3c207e94732153b4c5acf1a2164

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 53c766e30428406487f1106af311a5d21d7094288349d83a1730670eb65b56a0
MD5 de86b9879967ca5893f49295a5bf8ad4
BLAKE2b-256 5c3ae9c9861c363d02d684578e0cf53303c717aa817142729c56a31f4fe3436c

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 087f2de5901c180e09d9d36d130d5460fdd1675db1348b97828ccdb41cd10ae7
MD5 2953a51b107390ff55efd7ab48a8cfe0
BLAKE2b-256 1a4d9299d850bdbb472d192bb95078db15c3f1ae0c4570f39e76f8f0913ddde7

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4247c1942d7d468abcd07cc9935da17fda5e4efdbc01b241d8be11a6750d9d3
MD5 ebff60c75fe8249f9d1fe151ae3c1c3d
BLAKE2b-256 6538535df6fe8b64d038708ef8740387481b4b9db64bb82008cf9eb51d06a7d5

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3cff6de6aa97787ffb4d25b27a3dda41a140ac26f96f649adcbadc13e586208f
MD5 d54356920571864f1db157434dafa052
BLAKE2b-256 5cdbe42cdc358b2e5ee6fa7ab1915715bb1beead043dacf12cb5fb717ba96222

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b46b426a2990e6cac9183cf45bc4d5503e315f8f76d63f7b32eba824e90dd074
MD5 6374d6f3f948c681c636074e08b01811
BLAKE2b-256 b5d7be2df802255b25df338757a412f209707f6cb99601ee94279d1d9f73224a

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5b1ca77540f0a91e00a9c6349a6c6f3ecd0e7a6612d2f0da901710a2417142a
MD5 041a7ea11fe02aff0cf31512488c2d32
BLAKE2b-256 dcc01c7683865a6a5aabc725bb87310277172f51817112c332a42dc31587feb6

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 51caf56b3b4c733df46a151172760dcabcd8aa4de7fac33be72d6e7462dcadb4
MD5 590d14e2d083e7c1dd95d32b606ce03f
BLAKE2b-256 4f963d7c4772fec2d84a9113d3f825ca95db2c806a219a715e351108c625c7e4

See more details on using hashes here.

File details

Details for the file speedywalk-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for speedywalk-0.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83b5fd43b46b0a81cbb232ccc906db729c4aa644329ff62633534f8902408e21
MD5 ef86260add8c08b3feeddea398520248
BLAKE2b-256 a26a7ece75b49572607c5fd5d0a3c9edb4c0a476bae3d8683c832799876f442e

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