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.3.0.tar.gz (46.0 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.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

speedywalk-0.3.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.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

speedywalk-0.3.0-cp314-cp314-win_amd64.whl (753.7 kB view details)

Uploaded CPython 3.14Windows x86-64

speedywalk-0.3.0-cp314-cp314-win32.whl (671.3 kB view details)

Uploaded CPython 3.14Windows x86

speedywalk-0.3.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.3.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.3.0-cp314-cp314-macosx_11_0_arm64.whl (856.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

speedywalk-0.3.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.3.0-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (996.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

speedywalk-0.3.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.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (924.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (949.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

speedywalk-0.3.0-cp313-cp313-win_amd64.whl (753.4 kB view details)

Uploaded CPython 3.13Windows x86-64

speedywalk-0.3.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.3.0-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

speedywalk-0.3.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.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (996.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

speedywalk-0.3.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.3.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.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

speedywalk-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (856.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

speedywalk-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

speedywalk-0.3.0-cp312-cp312-win_amd64.whl (753.8 kB view details)

Uploaded CPython 3.12Windows x86-64

speedywalk-0.3.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.3.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

speedywalk-0.3.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.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

speedywalk-0.3.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.3.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.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

speedywalk-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (856.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

speedywalk-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

speedywalk-0.3.0-cp311-cp311-win_amd64.whl (753.9 kB view details)

Uploaded CPython 3.11Windows x86-64

speedywalk-0.3.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.3.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

speedywalk-0.3.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.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (996.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

speedywalk-0.3.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.3.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.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (926.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

speedywalk-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (858.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

speedywalk-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (932.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

speedywalk-0.3.0-cp310-cp310-win_amd64.whl (753.7 kB view details)

Uploaded CPython 3.10Windows x86-64

speedywalk-0.3.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.3.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

speedywalk-0.3.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.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (996.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

speedywalk-0.3.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.3.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.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (926.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

speedywalk-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (949.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for speedywalk-0.3.0.tar.gz
Algorithm Hash digest
SHA256 e8fba5222ee99762731e31660fe9756f6d260eef5f1a588b22951df8ebf8b00f
MD5 bd78cd33886c62691e9d34fa08bc0d1e
BLAKE2b-256 55e554825f8091c5939ef3aea4584d7f6255ae9210fbb757960f9ccf406c54ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7339c77d0176e345e13c30027033c05b47caea016ecd57d6295f9415b52fc179
MD5 ff0cbebc2d3b56c85e7f1f0db5b2ebbc
BLAKE2b-256 01815228e92728bc4e482a644f189ded71172bf5cc30d4dfbec6e95b1f258bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9c6b215da85c08bf7a2ee2760026201c121958944cc09a6ec624093dc2d0263e
MD5 03e8617dc59e8c037bf8b4b3337f87aa
BLAKE2b-256 427f229f51e81356db4c97834066289754fb1da141728650f3f658d1f9efa73e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1be3d4e11236fd78f9fc2018641dd1b06c6ea61436879126db46ad3dcee69654
MD5 8ff3c7f73c2391c68c0c432931883e06
BLAKE2b-256 cf3edf15efbce7c7e497a862a0750a06e4b5cef11fa64310a8e7b5b06c0f3e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff74fad4ec355407a25a764a15a398a6197bce4f2e1b5bcdcb7bf451b2fdfab1
MD5 c97e695b5a86619bb130397714af1408
BLAKE2b-256 31aee8617ff8a387baf271d86ecadc0a3d03f03a013d252a60230c6c97b4cf50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 047ae94b46ecfbf1469f9e418c625dfa732bd3a54cfb89ba4b7a0a5fcbd41959
MD5 f2ad6170be85f7fb853fd4ef778c3082
BLAKE2b-256 b28b30e2632bcda4f58486a0a5be2591d4eaa80f6471a0362f2ececeb37a6f74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1eb157f835c8f504504a3e9cf02cdf38a43d8c19e3c0498958d90cf288c5c1b0
MD5 5ba9c019b0d20d2e2c1e9e3f06f1df8d
BLAKE2b-256 b3f72a6cbb86da84dc58f55dc70a2093386146609b5f26eeff1e63b39361fe52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 31676e49d869350a2045de333307adced39dc1adcf35738d0b95872a457e352f
MD5 cf4085749c62ea22c426b7bf77fa7f3e
BLAKE2b-256 e4f663a7c1764aecdd53d8e4f9b8e1a65054d3e0fd39978796c890c666cda849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3112b7c0bf4035cec1433cf24dfd21b7cd87f2758ba8af9b9088acf49a90ae5e
MD5 390f3cda5e3cdcf20c823db9049dc4cb
BLAKE2b-256 fc4d9b187e54d247ea571fcbddee7da016eb37e751eacae86458a7c2818d62ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8b61356e104df6c45a3be4f1ba250f246d03f00eeace35c7d495652a4fd8c7b7
MD5 0a7fdf522f821869bf3caebf08a093c8
BLAKE2b-256 95292132ea6721fe34f5e683ecf5f5791b8b45174c25fd187f9df9c2de7003fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ddea7a350e090cc9e7eaabb7c8f24bf35d602c18850b9806896e7b959213d3e
MD5 a47b0735872bcf7bc6c4be5ea649eeee
BLAKE2b-256 840c226da41a4129a216b1e252afffeea2fbe7990063a44c8aa42e8f00d03384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fd8a682d2be3f427c023b7b93eabfc4f0a6f7a27ebba05574c768ac459e876a
MD5 cf3bbc69714b06c3863c4f8a60b907f5
BLAKE2b-256 3dc47e5db3b8b8199d9a5e087e2be702821be8bc354a1988ee475ca9c635670c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b28a228bf4bdecd9a71ec6c54439405ea7e30d3672f2d6a1d400e57402bf3c08
MD5 dcde72d7b7d9f53f58af29dc3f55f5b5
BLAKE2b-256 2d6cfeda37039213649eb79aaf67994fdf7173b0b12ccc9f0b217121602100b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 84ac84737c86b1ec3fcb0a298dd742e7973c628bf1dcfdd77469d3d8e8182cda
MD5 a923e4e7ce5cc9f9fa78151e69128050
BLAKE2b-256 3b96ae6d8d71a674e3f18d1e94d55898bf3ac68b9eb7f3310af10d74d2f7f52a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a188b58320479012b9a5d1941302d3d3e5e39cc101bc880bc7a2bce159b58db1
MD5 a9c819b687509f8c5f37b101a420fd0f
BLAKE2b-256 a9374e8f8226bdb6e8bdc2c777b9a42e9b338d20060ba04d71962de1bc1f4a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f343a211f4ab40ef31580dc87c4f4ae212fcda8d9fb973b09ac7d0b029204ef
MD5 6d83f2636eee6d9e5bd5a3c26aa80994
BLAKE2b-256 7c73ab56c3a86feeb90b52920f6b4e6748f4825887e8a0c5f7ba70e979f00330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fe303105f75d437c02040cbc1826caa16e52a655c1cb239f88c14cee37cba691
MD5 7589fccca44e8d65921abb01a8af0a86
BLAKE2b-256 67bd17efe225212c6d56732a2d1010a97f9dc616728141a62e9830aa3756f0d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6baed979a846619fdc3816265e334341d6502fb095d7626e5165784475ba3252
MD5 3192e50790796a2da80942324c4eca6b
BLAKE2b-256 4a53f9ebaa0ccbeaaf251de44eb535391303c586c62b4c532ae59ef9c55a64da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61f3286bf05754472fed5a08633f11534d6b5e30a97c7bec12b870c5173abf75
MD5 69a56092b3c8828fc5aa0d58178aa3ca
BLAKE2b-256 30b578ce4a430582e34d7db1e1fd0a237426c7c77e113439ba16e3c842164eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 67a1adc648477e9d5755497eefbe7508038b933efeeb16f0737fc6ab1bd5cc80
MD5 05c5b64e089e9b00df5dbf4f5e61102e
BLAKE2b-256 edde78018507e5c9956b6aff787d862551ccc4b2123e854f9ecfb246c6be111b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for speedywalk-0.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d72c1df99e4b8fb4375a0de5d93be3319a61ea0e609d4407a014140530d74af0
MD5 115e06f9b3ce1c9faa5619181d078efc
BLAKE2b-256 0072c0756e1a652bbdeee3c02b7abe620638f88f8885f728648a6299ddd805d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d9150c1a75c3726ed9ff693d2af75cc8fa2fe2216de5fe60ef56bf70b997914
MD5 d48050014ab29588ac13d8598c6ca090
BLAKE2b-256 fc1a3ac08e1e4746957b52e8023de91e3e998e036bab3781f17b9482361e7034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4c002c7e11a409d05b378751406307596ab3ed7ac097f257ae1f6ead3f8a05b
MD5 994c5b652ec521f9ed18a06d6da9ee89
BLAKE2b-256 14967a816b5d7bf4d412bc12e8f1bce2e5a14d8a2737bd7895307238447dbe0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81169e01d3835636e58d07a5e4f34ded431bf0ddbb4ebecbd45a3a9a53e94264
MD5 398bdc41c8c52d9fcc08dd5f07b8c502
BLAKE2b-256 fbbdd3046f2689dd20443794f69a0ccc13719f2f2b1b7ad498455430f5e511c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac73380cbe64b1c6b101268384d481ae20bd5329b2b564ca3a2ae7810916f476
MD5 2bb5e0016a91607460a242fac6ade168
BLAKE2b-256 371c21d5f936f5d3be6f103388a06f371f719383af835d12ed014b19e5604aa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66eefa7fae310f022f3595cf58877899352350354e69902fa1339138fb0e383c
MD5 187e50965a3fab2da86716f3c911a1c2
BLAKE2b-256 989c064fc05576f4ffddbc85a59ec56517f752520b311d89f1d616b9d84748df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e55863a2f67da05aea1cc95b37446a8b3b11376b072f8806256e388b471bed8
MD5 13c0e150c9531993beb90ab902544d2a
BLAKE2b-256 a0a6aa6618087f874c33e96944e7dd76399688a1190d21a342319bd1d2b31fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7f13987fdab217d8ee66677e185f84492ddd2cb16397c413c0de55d0cd964cc
MD5 2002c2bc6376a7431978392e09e719f9
BLAKE2b-256 c0e4da79972d97e3ca174a84e04a3dd6b30cb9c7c9948d1000a20ebfc7f84bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9552e1a85d4478c18800fe2b6d873536212b2baa350ce87634853143de849e03
MD5 862860293b94b8fd78f1a6a03c2809d3
BLAKE2b-256 179d3c211d8c3158bff2551b1fe156765949b22da424324353683eb6a2909f3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b09767a2e4260ca5634e448fe8d22cdff3ae7724588491682efa7f0c086ddd0
MD5 76ab304e7b81026557b677f962337316
BLAKE2b-256 9482007032fbd531977517175744f3813813e2e6aa4d70b87e07e55c1c332d40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a1cc2f492bc79e2e20c947e009d2a156c72ef3bce9f833281110583c384a6e05
MD5 51adfd8ea777f290724f3327d4ce540e
BLAKE2b-256 a3dd3e4380d431b7ee49351680adfbe57b48c594b0e9c7a74a011a9bc26cd128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96c000da50f8f7c249a18a0c6ee6a5b75a5af2b37670a77c71b6ed9748142d99
MD5 f466d5311e3866b6e42d0bdb85ddd016
BLAKE2b-256 662fc6b1fe10c56f0ee12f71676450356a0b087e09ab914cb9e43f8450e2a43c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dde58240d61a54cb3ea306daebfc79a4d1f02b5e5dec2eadad315deac8184599
MD5 f71797ed0f36f206a0705018576db24d
BLAKE2b-256 d193d291acc75e00d7c18242890a960c6f003cd7916a7744c1e2fcd645f48540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56327064a7063e9158fb2e7eccbc5af4aad34ab127bab7e0bcdae49481562983
MD5 5bfa93a4df09b2d893091c9ed9c7c363
BLAKE2b-256 2ec54b1a02d7f742fd24d79ec2ed7f409760b40df9e6f9f106f481d3ba7ebeb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c23fda827d8e46c7490c28008683fad5ae7cfdcd20d7fbf8b0bc215ef4bce143
MD5 d45cc2c73eea5757b65c3f6f132c43ea
BLAKE2b-256 f37c31a1d4c415bfef713ff4dac3791122f31ece24b7cf2c9f677049c7a70a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 809b907157fcecc4ada6d58182a200975f29072019a5fd70332ba15a51e62419
MD5 f6bc495b905e2c60a7f37b17e8118bd8
BLAKE2b-256 ce2245cb9bc00212202ee1735152b9a9b79a46522607b6ef8f21a29ea0be2175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91d321cd92c54aff6c727fa8f3b701b47ab1e8e9abee3ab2df80f653f78cfbdf
MD5 dca833627d7356f06da0dfc1eb0a5787
BLAKE2b-256 2e9b8a956bcc92636abca8e786848649c5e4636f15aa5d8a8d01efd56819032d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4ac3defb401a93fa598802f6636e0fd97001198f9bd87b3558fe257edeee180
MD5 25d4b2bf40427c9052630efe54fa4248
BLAKE2b-256 99c4033759b98adb83afa796b1fdcd102373b1774c08faa24301e16c2846fcad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 542d4fb2f22b304ee847c688f86ca380a16562d4a98bddf69bca99b2ff9191fc
MD5 2aace41f7fff86f16091ba2783bbf941
BLAKE2b-256 fd5034ddb1c39d920cd5aac00f542e336ba46777c106aaecfeea0cc965f883b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eac0056d9db01e13840caffcf95fecb1239623b938e163f5688edf553d95eea3
MD5 212c902fb95a66a7cd44d5089c7acce1
BLAKE2b-256 ea22681a10c8d90239d9329327f9b75d4cf4e36b6c0f2a3ab5ecdf6d3e68f848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac4dd2404ccedba7c4d109611a2c243854ec07776917e488b249d80707ac4310
MD5 c1bc2ae5e3ad66c0682927fdea6556b2
BLAKE2b-256 3b0c1917e9b201dc5299204775f2fb9f4d6ae52c21d699d1aeaf5c72f966a052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3aa569fa1d4160d667695067f0ec47d7a0cfe82681cffd4561cddee716ce7018
MD5 27b655d0c8873be6fade84daf09e1f63
BLAKE2b-256 647210b75a52636c880f06daa18cccfe834e38c448ebdd0eecf58141fb5b5b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 109e6cb3a0fde0a7fbe0df7237a5aab1cb1d9dff25fbc6643e5987f251b65393
MD5 181bfac1f131252b58094e4454e208c8
BLAKE2b-256 1c2bafc1d14ccf1e24b7fb78b2afd3c03f74df9ed0926d27b5c46476a9bc99a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63031ba69e17766fb6212225e98a11158068249ac70ca7b21fbbf53225411f7a
MD5 5a7cdc220fb2afdbc3605595b5a76d4c
BLAKE2b-256 34d454275bad3c9f499f573e7944fdb7081bfa097965557d2abd9c338d469e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dd469b92b656f38aa4a22ae8b966d86839790f37db4e70ea9d92e734fd29de34
MD5 5ea7a91abd64138ed7d43b8c84ee56d2
BLAKE2b-256 1fb57f29ff8c75c23f08ce8b85b1c6c143383ed5b0a3b2da0a28a806ea78fb91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e332ae66425a2dde7f32d6d29a6428f50d410964af08ad9e273f39dd90b819f5
MD5 e017e83be240b0b63b8f0a84e5e8d57e
BLAKE2b-256 1a63dee4cf270d82e10482cd8e7158556c08f26062d69f3809c914c5aa5b0a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4464acc2f8e7a161bb43eec222ac3cc548c82b2a2d2ae7b0dc38bc02e4b69c3
MD5 d5e14aaaef233e309dd80b08e074cc19
BLAKE2b-256 ee3c4073e8a4c8cbab444e67a12152ce52775b0e8ccbc7cdfbfa6efa0e9a474b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed0a9e3fa952370d5f300aae30a61a90c856a97deea5c24bfb200e103e7a63da
MD5 067b92bf798d98c209848f2c4188d0fe
BLAKE2b-256 1630bfe125a3c5b35555250a3160faa46c3a0c2143095f86f8ba82e281cecfe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ebf9b88b2bf7021cfd4dc16df7000cb170185c8e734090c6ac2f4ef75f540e5b
MD5 d9db4260b22d635cbd464ca5ed367111
BLAKE2b-256 619ca48bac4b1caf639a61cdf936dc6930fc74ed7dbaabe183362de6ae22500d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d869701575599753a2e9703c5171f315d44157eb7cef7510aaf5c3391af3475
MD5 f550faf31af3df03799e7a24abd2ae25
BLAKE2b-256 3552bf66e8348c9bc661827262bea4fdc87a78a3a1ea4bf52d68a72f3dc6dfcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe50729d384ce1e978d89ccd35db7d838b3dbe7c9f578cd33e829c4ad11d3f43
MD5 0e75a6f58fcfe7b73840e60954bb36da
BLAKE2b-256 58d575ac00660d8d85db7b70e15814c0cca09fb5a0197a238629276cf55d484a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bd2f48cf9b4d63c731201d7d4e3a857262b5f8fa630c2ad6fbe7a5c00eb0c2f8
MD5 83847214a5721e8a6a8f4bef18a6e82e
BLAKE2b-256 73d992a415e3226c4d9a63b0265221d5e6ad2c7e019fb5a43559160098606c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8d66c6ee41a002a7f5f48536da29126ccd73673d5af73808f1a71f42c49b58c5
MD5 0b75f7d0b1986e64273b01732b978598
BLAKE2b-256 7cee6f6ecea7a9b52fe17a0871cd5debbbaa0d1770c919a59c97683ef606a068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c3e38267132945474ce023755e253919ce76cc16dcd92ca12b0b29dca47bca5
MD5 8f79cfb7ec67aad1ca3ed1119877f761
BLAKE2b-256 d415de1bdd6a8263a46791b86e87c036a11f5389be7b6ef4af7a710bd4d15c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd39f62352fb5cb5bcfedeed32184785350a6eda21ddab0c465b4f323bd4aeb0
MD5 58f510ff9f5bbf9e1e576d5cf2c596f0
BLAKE2b-256 485260c807945c27f558612d0cc1ddedbab4a2df0193e998c46dc9b9f5b1bb1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 173722054faf2b90c453583e85424cee8e607dfa97e10af3ae8745265d099e29
MD5 1b95b28254844dbe6fc140ad14c6324f
BLAKE2b-256 a066ae0307ad8b85e951871dee7377dee1e8c6baf3744e3ca6e547fa44cf82a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e001907116f0bfedb55650a2f7c916db937a6793331f7a0acd79ed10d44594e
MD5 04b0b1a14d5a7857ad17708480cd8d86
BLAKE2b-256 a4d1a76493f56e0271283dfab2630b2c5bc3eb8030ae07d9e920f178c10fd137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e868521f7c0d0ce80026382d51cef567559d8a85b0d2728990430aa1a40320dc
MD5 342dfbcb1668547d0f010c04c3038f1a
BLAKE2b-256 36395fd85f364b7290dd216261020fb12e867a234fe15512c471278fdf665d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 348dbfbf6fa7edf4941e09cced5789ecb2cd4e4d45704d5bade5a96ba66dad48
MD5 07351f88b4dc1626789e8c755f426fa4
BLAKE2b-256 47b43a92bd67868d3230b1b99518d510ed83cfc65a5ef63e0da3f6eb8d68526f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f72e6172affa841756b1e9a5e2f1f24955aa2c681541e15a4af8dada9774e7c
MD5 3cacbbe84ebf0a4a64b92869efbf2c31
BLAKE2b-256 4de558fb3bcb7a2f46323be9bcfe23fff972722f085da8b9831b6579008af401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b13b2846aa354082ac38d3fc3385030be52716660289fa5488684cce5d068db8
MD5 4bedfdc073ae61609c8b792db5e63e13
BLAKE2b-256 afddcce7454cf14850e4fe9bbfa3cacab880d1f563e2ee3d2398c847c8aa7ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 778886da0e68256bc0c7b728a27349bcbb43003638a6650997b3d92844ebce13
MD5 453290302f85981c369f96fda0a87985
BLAKE2b-256 b11505fab76dbf7887ee288d2c2076c8bd2c4991ea2a843f3c71d910caed4e86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57e258481d0a77353a0bacf536c10eb6c005e78286258ecbcca92ec0e9c39558
MD5 211771ea51f58917a9f9d964ce839458
BLAKE2b-256 d0bfbae392ec8a69a0f58a77227e1ca5a1765f832e5e64412a79b79f4104aa4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 102bdc5f897f7ad89cbd0da8b272006cefe8d2af99bc628596b8aedfb10a7f52
MD5 301ae51a7acbec5807b3d932ee860d45
BLAKE2b-256 c46864236d45ad0cf451a44575924d6211d6152dd6950d496598844377559b47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2bed4bb9c529b7d04fcc30ab8f19336e00d2a9b63060ede865771d015f917fa1
MD5 df5b4341fbca2a2d8d418ce0edeb8f4f
BLAKE2b-256 1366671a723f92f1c93837c44f646e545239933aa65d61c8e43ae80c301eb467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c874ff809b5105ae6335a9dd57720f02a1b166cb12deffb7d338657ef1118e42
MD5 15c442bdbd067aeced14efa9d2c66dea
BLAKE2b-256 9400f24b0106e82d56e98f0bbaa6878c89d03fae418383c9a84d2ce4cfdd2741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 503a8151dbda91ad7a2dcf198da3f9b70d99ba3efae2a65771813d67689001ff
MD5 39ff3ced0cd850ac32a1e2552a0bf78c
BLAKE2b-256 29e969cd61ff7af6abfca70881d1d690334341a3edac32bd7a4966b135da86d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06ef7e9c21a279a0f852d78a75afe51d1f0e4941dce05709f9f94815d698f567
MD5 38476d58e2c3e91fb9058aefaf0ebd43
BLAKE2b-256 1d1483e31def6407a5813e0c8be5df6320d3b2923f731e476633c2c8a67b68ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04cdbe8c3cc0895eff1cf4058df1ed3442e1df6381fa1abed868ab011b80ef82
MD5 a2dfd3e697d7061132bcfaf5cc61f2e2
BLAKE2b-256 d5159ba4416d789bef24fc6bbbc5c1536be352cc575a6180a760da85404718cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f486c7e26d66329c737863559f580ba522dfd3bdd88e42db0f3903c71aebb3e
MD5 81ad7ef1361c618b9fcc5eacd0b0bb09
BLAKE2b-256 f6e22d08b339e0c4536cd70a21eaff983b213e9ddaea787dfb031bde4ed2af51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f19aee202f27911ab18a1f6bb820f56b9ef0d097a4fcb4d3425422ccd263efd
MD5 78d49d1075b856cc28a6ba53efe16460
BLAKE2b-256 52357e9387b9cee6ff88d852828e3976729319e4f40adf2b5c02da9ec5c50d09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 660ceb4ea182a661390f52ce826f39b8894e36be618a1a5b34c3e192875b801b
MD5 6a670f5bdaa293d2d1b1eb365fc32785
BLAKE2b-256 22bfeffcb7ad2b80d782305d0ffdebcb5cb509c4cfc8579cb138852db42ff6bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6a1dcf032df122d147138791c5da5d75da3e40b25b3b524c3e315b8c1fae062
MD5 75084dab393dfb115089fe8f8f56a9ca
BLAKE2b-256 9b2ad426f684669724f3ec37b2fd92c956a1c3a0411331d01e0a0c963666a60f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 169a454a3c7f9df3935b2a088db32a99527abb8e46f245ffbebe23bd5b90a45b
MD5 40b30cb1e8a8ad19e72b64c87c557243
BLAKE2b-256 2e20d4ec42a456fdde8bfabab01d16b7f29015ccec32f43ed1a18635bfd99188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a498af3317f4176029fe2bdcd673c6218f7026ab8a14c9e7b7d403f0c20f0479
MD5 9542a685be9b15f96eb6317b03b11b55
BLAKE2b-256 1d3d2c54e1341d7a2c47f998138eab173aaa72d18e6bf42fbc087c8c8c4a3e49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a6d927a612c313e86a47f97d9955925c847c7d840113257b9f985ca4d1c97e3
MD5 317fb321bd6800e44456b86b29fcc659
BLAKE2b-256 c45135524b747e91b2f6afa03e2e8aa84a1dfdf02165d680385e5ae3ae2dd5a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1fac526ac22043e600b44a6ad0ecb8edbc0ff1d163806f64d77d8ee78532cd7
MD5 e992411030527806c0db2c35b85b537f
BLAKE2b-256 b4a63bdc6111408e0dbe5c83ef2512d649b205902c6c6251194f100152046022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7f9990f6bfc136cbedd94753f41c94d0ae397c37aaf460a0d1ca651ea656fbdc
MD5 fec5003526fce280eaa4c2dd3c073327
BLAKE2b-256 c04117f06975aa5b28e366a709134bf43aebb84432174e08a5ae53473515aad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36366554f31411047ca1ab3c3277acf7e7275bb9071e90a97e9d59f16b6ad153
MD5 1fc58502f69517b6bf860c93172a97e3
BLAKE2b-256 6b72fed45fd9d855e408b3e25fc2187afe397cf71a7a20f5edf1bd8951296167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8026f5749efad3cce3cf6ca93367b4b8a6a39651883057d04e855820dffa621
MD5 dc619210079101d907652e2223ad2897
BLAKE2b-256 94414f2d68e4a85486541dba22dfc76679782ffd8c9c1d1ffd4b9c499a7d372a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e8920e890d9d2292b8db6babcec2834bd037bf26374bf701bb1d2d0bcaae9b8d
MD5 2fa9769e2a4c6513a52d24e17a39eba3
BLAKE2b-256 1f76f96f0f93a401482be7ca9b3988f02caf9426c0095ee56f384151e51cd562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for speedywalk-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a07e2e7ba1f903e118db9059521b5bf476e03740accef3214613cb0222c19778
MD5 6a632014dd909d7637f62ffbf8e990cc
BLAKE2b-256 fe0b4a761206b47cc5d943b09e652267bd26bfbf112a57f59a21a719e3a0c593

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