Skip to main content

Fast parallel directory walking for Python, powered by Rust

Project description

██████╗  ██████╗ ██╗    ██╗███████╗██████╗ ██╗    ██╗ █████╗ ██╗     ██╗  ██╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗██║    ██║██╔══██╗██║     ██║ ██╔╝
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝██║ █╗ ██║███████║██║     █████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗██║███╗██║██╔══██║██║     ██╔═██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║╚███╔███╔╝██║  ██║███████╗██║  ██╗
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝ ╚══╝╚══╝ ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

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 powerwalk

Quick Start

import powerwalk

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

# Custom configuration with filtering and exclusion
for entry in powerwalk.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

powerwalk-0.5.1.tar.gz (47.1 kB view details)

Uploaded Source

Built Distributions

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

powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (999.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-cp314-cp314-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.14Windows x86-64

powerwalk-0.5.1-cp314-cp314-win32.whl (672.1 kB view details)

Uploaded CPython 3.14Windows x86

powerwalk-0.5.1-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

powerwalk-0.5.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

powerwalk-0.5.1-cp314-cp314-macosx_11_0_arm64.whl (857.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-cp313-cp313-win_amd64.whl (754.4 kB view details)

Uploaded CPython 3.13Windows x86-64

powerwalk-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

powerwalk-0.5.1-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

powerwalk-0.5.1-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

powerwalk-0.5.1-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

powerwalk-0.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

powerwalk-0.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

powerwalk-0.5.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (926.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-cp313-cp313-macosx_11_0_arm64.whl (857.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

powerwalk-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl (929.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

powerwalk-0.5.1-cp312-cp312-win_amd64.whl (754.8 kB view details)

Uploaded CPython 3.12Windows x86-64

powerwalk-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

powerwalk-0.5.1-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

powerwalk-0.5.1-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

powerwalk-0.5.1-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

powerwalk-0.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

powerwalk-0.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

powerwalk-0.5.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (926.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-cp312-cp312-macosx_11_0_arm64.whl (858.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

powerwalk-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl (930.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

powerwalk-0.5.1-cp311-cp311-win_amd64.whl (754.8 kB view details)

Uploaded CPython 3.11Windows x86-64

powerwalk-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

powerwalk-0.5.1-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

powerwalk-0.5.1-cp311-cp311-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

powerwalk-0.5.1-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

powerwalk-0.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

powerwalk-0.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

powerwalk-0.5.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

powerwalk-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (859.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

powerwalk-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl (933.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

powerwalk-0.5.1-cp310-cp310-win_amd64.whl (754.7 kB view details)

Uploaded CPython 3.10Windows x86-64

powerwalk-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

powerwalk-0.5.1-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

powerwalk-0.5.1-cp310-cp310-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

powerwalk-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

powerwalk-0.5.1-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

powerwalk-0.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

powerwalk-0.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

powerwalk-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

powerwalk-0.5.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (951.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file powerwalk-0.5.1.tar.gz.

File metadata

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

File hashes

Hashes for powerwalk-0.5.1.tar.gz
Algorithm Hash digest
SHA256 e82d60e8d1a415743d3f6e759d0dc37248f8379d45fd0b3da97a5f96a90c2ce2
MD5 f96943fe7516d5e1b87057715ee735ec
BLAKE2b-256 b40ce6d7c01da1828dce9532cf686566496296fdbc93a2a8bf79175212ccae76

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e81a5a2fa80392d26fd2ffe8943af46d0b8206675f2c6c68297fec83ad614859
MD5 77c2cc94a2120868ff10b651d2e9ab5b
BLAKE2b-256 0bf5b493d753c76bb04fdb345aae7fa4b1d1eab779ed50aadf8d6afa23da04ba

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fe56366d67718f478a72c67c196841c4ed65ce329f578ce4f2ee6ea743f8447b
MD5 2191daf5e25ce9e307874644e6e02b92
BLAKE2b-256 b5900b4fbcc47e53e4f38fedaf53f21cb42497119d5ed5d52efa188166085812

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9aa17fdcf124aec8a5892d8a9d27f5a54f5dd4a08d38b128b1f66485781a7aa4
MD5 556eb6620b2aa4042ed549872f5980db
BLAKE2b-256 57938c9c8726326ac837141894e84219a5ec29d6c61c00efdd36fc380ab9d1d5

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24e2d8ea79f46bbb96abfa5da5e86ce3019e8722b6106c6bd995a3043084618a
MD5 504aef12b8e63e157f3d78457f8e5c18
BLAKE2b-256 475d37c863ea21ca206896c294acee70e2831bb348cc2eb2699a4ef7d213dff8

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79d362b6c5ea89c0aa49f7ed3314295531f68b94d3a8a89245e0b4c5e9297902
MD5 60fb32f91bf8cd451823d7b061eafe27
BLAKE2b-256 549cfd1b9686e613b4329f1cd32ebde25baf3ac28dbcc33b30ab9a001cd5dfc0

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6da0af15b06e6081f740040bba9d3060954d2434714b913de4236d8a87efbb4
MD5 bfc4f4510671e06688c5b2ef8a0170a1
BLAKE2b-256 03ff5fd4cb3f11c1619c0b9435e9765c7eb7b2416b8d68e2dac40c37b1504cb2

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 845e976eafdcce074bfbfbb47a6c141464f399b2661866dd305024450b8c2da4
MD5 6b2b6e42fa3174fe8c8fc10c0b14a627
BLAKE2b-256 deebcf0bd54932c1a41522ca809c7be4c5e8d25f0edb77e28834b0650e5e1dda

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 259ad7ed3fb196836260b758971c9e2199a216cad31ca31e650f8d853ce25f7d
MD5 cef98a26a839a05bab563edc8aa1a9f7
BLAKE2b-256 a58e1e56862a02a5bbbf8dd06442a100b33d43171bb15489d57f82f6cfed008f

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 155defd6a906f31ba266b003070be0753880d53b2d440fc6c0e6c10dba8fd5cc
MD5 153e1ec23db7170ab4377b9845e3c47c
BLAKE2b-256 7b41ab73604c043ae523b7b9aecd7012363a984cb3980b4936e77bbf4ad29c6c

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b66436e16d6ccd4897c312cd0f243fef70026c1c5e5b665f7a23bdea8cd2222
MD5 d1c6e8180b9055c37d1a7d1329ba68c7
BLAKE2b-256 20fb4e324e3e507d02499b6c3f3140cf7a68be016774d1ab85553f6bb7d3dfd4

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a0883cc729e46a2d8b06cda53dc52b4aeb79a3f6d40b73a67bf85bcd522894c
MD5 7c2c4c288f1eb90e1e55f000f091aca7
BLAKE2b-256 46d2338100ad1e4ff998cb46e7168ce1424dbd331e1c1f12ddfd558170aa095d

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 557a0ad61e7692d857b945595079991089510dbb3be2ba8d7c1640d9bea228e3
MD5 85fb2705ed735ecccd1bea2e850ba426
BLAKE2b-256 aea49c039a53442e002a7a60dfac069ca2a4f57c5c0ad09b30fbaa1568ad6af6

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0e5f0c6fcdbb1f2497907f0bf892d4c023c33e778c08c051a7a2d1abeb2a590f
MD5 883ede7bfdc522b70bc03ac9044e03f8
BLAKE2b-256 0c0ff2c9452fe79551ba851714fadb57d7df80a745e671ba134d88ebf3e4c891

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 740387e8e7e1a7e71282e05101beb8ed652eae62e62457136d6e84773d03062d
MD5 31ea3ad3d206312773dd2d32f5fa8eb4
BLAKE2b-256 e5d3d7d7294b990d7aad6fcac79dcc40257aa4a3a0a3d6f08f4c54ba9ae77cf3

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 458afde02c352cd6e63d793033d5758c0de2b39ae851d84821d2cd6e4c0b76f1
MD5 9062edd36264ac5c0a6fe2170904125b
BLAKE2b-256 740125454546a1bc6a6695e4e7f2fe333dc90f518e634e7dad0f8f1abfa2cef9

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ab77f70e9d82eb9fb6c1f39683aea4793cca7e81517c27e43d6b69ff05b3468
MD5 1d19ab9818f0a86df554f88c4069b3b7
BLAKE2b-256 5852abc6a297266f2adc34cb877ff7d61d4547bf305e0f69fc28619d8c43c096

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a09629d106d5d3d376471400a696f6140f045f3a190f4e5b2d225b4e6e20fdda
MD5 50da2536d9f1b70bff33a5eb0ef62214
BLAKE2b-256 dbf9b4f8e0cde1384b06093fcc2cc5274b5161cbdea101858d67f7a2dd353a20

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b83b1431bc4cc063392f384d8b51aa6567b61faad5e1d735253d5e007fcee580
MD5 1b39fe1fe9f05431ddbee9cb674cbc05
BLAKE2b-256 914c09b40e514bbd4f47c8b6aff4229c32323f76a21bdb4ab65660ada636d3db

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ddb34f0a697c4b33c807c67b15338d700845638038999f058fd583b5ee6a7cd6
MD5 4204234adff31e7ded12f234ffea5b56
BLAKE2b-256 885b56a10486e62cbacccded5a97be33ebc57fdc5edacf4a33075b1ce6f04adb

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp314-cp314-win32.whl.

File metadata

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

File hashes

Hashes for powerwalk-0.5.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 5c884ced1a0a51049e2751f431a47d33010e7b616dfce56c10caccefd0e638f9
MD5 95f9ec217f5b1059d3b7235d5d9fce01
BLAKE2b-256 276090e0d7d27f271c02c9fff5c3fae3085111d310716a859323f20771929f48

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86fd53f2d0092f873d3337eb4f069f896011c8ef05b7b0645bfa4ab56b1a93b7
MD5 38ea91d543b807fffb7428ab37e55a75
BLAKE2b-256 1b5ac9249d0ed6f75d36a1e6328aa838d7cc21e7a91ee63a7c6c3fb87778ded0

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b3ede1d16d848a2ca6141be0524a0f6b097a476029d7b7ede487455ec098675
MD5 51b5be00dcd017e696ad9ecc8e52b278
BLAKE2b-256 e42ce165cfa2ea4ce63fe6e2e8ebce64e665c7d37a4a8599447eeca62624928d

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05390ecf3fde43059466c4daeb198a36bd7432d0bc8fbb57c849e8ca8a4a0021
MD5 56e8d5f0f339cd96145b1ca96b510e0a
BLAKE2b-256 acd290cbfa631d092e2286a53f3074755a389ec136573d6509c47aba2ec50d5c

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9314b7011d0f80d491ef33d99eb1348ac258ae5150ba63097cef0f07ab70b29f
MD5 7a36036b156edffd9b404ea2a97a9c5a
BLAKE2b-256 c895c4dacb130c704b16b8d9583af1af09a9e0cac391eee3d7c2097f26da3912

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df0f6ee868a634ccc9ec2c3d154334598a584d324c8b22a1431d339fc4839352
MD5 21eda8353c70f650dfc7698e3eba601f
BLAKE2b-256 837857619f3e44bb8901d74806607d04b752839b954dc048da109a1702ea51af

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38fac7d82fc011c5b7b20b4d932ad5c9dae0ea171fdbfd6c1615238e996a44ed
MD5 65987e48dcc290dc676b734a5ad84e39
BLAKE2b-256 68b11213ca0c544570d5fb825afc300e4ab9b1be2ecb229b60a11116cde7ef29

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcc4d984ea55c95e9e164754acf42a1247a00df04f584a680033ecee70e4568b
MD5 3dfbfee62f9fccc56ddb7614ec1ff809
BLAKE2b-256 5e2d60d0b6299d5a3c99e83b1f8cf78e8b95560f93d0699d981410920826e5b3

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 09409928f83dde0febb5a682d0308c7bcb624e734d2bbb01a0b6af7959a6b4cd
MD5 84dcec2299fdbf43114768d1e9359b70
BLAKE2b-256 d679c2db2d56258077fd0a3cd6b45f8f75ed998672031b39c80a902542e58baa

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51692a375b6244ac95f1830c154010eaa948f2607157514b160e27930ff802c8
MD5 28e04f8b56558eacdac2d2468963f720
BLAKE2b-256 e3aed7b3dcb4b657c42aa8e228ab5198ae1795ef7a95f4101857148d51d65cba

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5df7e76b1ef186b19da7a3c4cdc0bbfc51d2da7dfbb22e877bcc7612b36294d
MD5 01f4b141226cd749af1c4ec666103866
BLAKE2b-256 685f17b19e5588a7553a16d08bfaf5432ff7e89b5b69b226382064e0fcbdf171

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1daa2960df945df254e6743910df3672b3c1e7d51a268e7b3cce6f218dd81239
MD5 bcbaf7bcffac9bf8788580e594eee735
BLAKE2b-256 ab315a947d8db725649cf031d5468374b527c4127a5d83fb5c500b04f5e3997a

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49fa22473d9bf7afa4066e8be980413454b14d8fab5032130c1412d76fa341dd
MD5 27a87cee183cdfca77cace8e972b1d86
BLAKE2b-256 e4aedeb426f412e34bdbfca1e622d12e7e942705546d2e624d01eae57c2ed2d8

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e474db58c12e904b583219a0a4d6893b4b629b4401c5c19ba8196e9178d5fd0
MD5 519d4f5b018aa4dc05d6daebb7acf41a
BLAKE2b-256 09dfb85a5275baf98b31fd2c0bdf4fdebb53a8d7d28af9fb209721c1ba153b8e

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ad1b2dc266e924cc0660b8924be952c4b02005a13c1ed9233ed30bdab8d87cf
MD5 b74ee13a5fb3358a32cf6d97940f4236
BLAKE2b-256 2ba3807e19641e6fa30040e154cd76288c66666e2e81cf8401f80f267fdbd8d7

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 66e70e789b67efc180e8e0e6a080b07aa1b36ab7796d55e63d7f01977c2254dd
MD5 14249f18885cd6a49ef39046488b8535
BLAKE2b-256 fc6cdc4ed32544576e8a70679b5b11d5d3587ca4059adbc0970c709d074b3973

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86efdafabd3b9d91a6ed77d20f9d158fbc53565f850aac246ac9f452d109169b
MD5 3eb75c1b5d0fe29c828c984d30c32fba
BLAKE2b-256 1cb88385538d94d706e2efa85aa244fb0c5269df6b719de1ff7337fdda69a917

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8a229e5f870af313523cfbcc9a249bf0ad893b7e3dc8484a4b9dcd44721bb0a
MD5 1885238d3ebe2579932eb32335eca450
BLAKE2b-256 c243df583fb5c1d91dcb0e33c4121cfb39c58f1278edcc4d61d607696325f36e

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46c42d915978b05847373411bfccc1b90711c34bef84fbe3d53a5d5f2f819747
MD5 6763aab7dd6ce660819980c07b29d433
BLAKE2b-256 bad0ea7ba1595aa5b4104365202976ab806eef7da9e9e27142593ce4a60d8d9c

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 18b93b5b7dd74b4c0d388e51021db2b3bec2ab750b70c40a71324f161c76f8bf
MD5 63de697deb26cdfefbe84e748c16203e
BLAKE2b-256 dd376db30148f89f12e109fabfb68d048df0f4276cd438f208993448bbc470da

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03db866a00a24b92f1182f588248eeb7695d446b489fb06351eaff3fd6ac65a7
MD5 38179be3807068548c8bd5b5e3031fc3
BLAKE2b-256 29d5fec8dceb81612cf6f68f5f47113542c6f24ee6231940888599448085024b

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d9d18c4b8a2b8573c04197bd13b155a35465296a2c428a4b0a1a262a3631b27
MD5 f8eddc255ef8e05d430149d7accee080
BLAKE2b-256 230d24102ba09229d5a1054cdb88f3ea1fbcc1e75e3923ac42833a5ba2b739e6

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74bf87480c218286fe49f2752d7d436d23ec564bb6d33b15db34bceb49c26e6b
MD5 639f8c7272e1ff99f3865d80bc3e155c
BLAKE2b-256 26e61547efaa8f9d95cdc18f7b17624f1adbe6992fdcd28526366a1cbfb71004

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b20d301e5d6847667ca80f901296b4e27065b30d124ec5f579c88176b9d83c73
MD5 4caac9ee0f1e36f333c26fd2dd1d77a6
BLAKE2b-256 c1f6c2acd2e6810eda7d5299ba49a6d9ed51fcfddf298b19133bb7b642716ec5

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5d03ca9ebc1ae1a75097a09b94b0ae65e2b73032477fe5eaa5c6369c1cf3ffb8
MD5 95ae2acfa37b0dfb9c2c94e9637f2b83
BLAKE2b-256 74902e283975c84d651e7490447e616bcfffaa7eec2828ce0cc9debb9240ac64

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1cca7294e9c8d434358509257d79b4d210646e0d85ab7e6ff04fc20c2c36944
MD5 8719f10b66d559dc9eb81813d65117c0
BLAKE2b-256 764bc333d5483d58cee7dd9814f62f6e33ecf22ee8e550519cb2bae6ba4e73b8

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2adf1e6c01558d44f67117290938c2c2da8baf541c807c6a0d458c90e17b270
MD5 102d39cdbb8939d625b73d3c37fdf78c
BLAKE2b-256 6f766550e83d8ac691f66426efd7d02741f9f26eb38ae405ce0df0c7a3308045

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7f1a547519d20390bcbf842ecc7a886209f2e6e753816e06717a9e86d034e8a
MD5 340f7f946dc6d8afe9ea7fb9bf214632
BLAKE2b-256 95502e06ab6a44b980f5ef7038df88f4fa5f5f04db0e0999d2ce15689675124f

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ebf260d452f71a3ba00fec6c423d5f0be3a11ef3e648e235d9330bbc3e3c9f3
MD5 c8568a56bfaa5efb76ae60407ae37e4f
BLAKE2b-256 5835884507354b08637278f2e042386543a33aab51aeb3499bd32c59e9f56ee8

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a2a25c41b3c55604827ecf60e44ecfb3f10075cabcf70410638e228b574a8ef
MD5 e7645ce326c63ce74a3c229ccf0227f3
BLAKE2b-256 d68c29adf98ac2a0e44df82d336564a4de0f74aee3d16e819c77d449886a3cc5

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0b91d39dcbb7662d2fff22f36dbdf3ac6907c79f8bbc52b2adcf0aed79bc4e2
MD5 35c6a9ffd651e6cbd0da608872d80a47
BLAKE2b-256 ed696b2dc2fdecc1ae6045c310f4739dc14560bd329de6ff096cf964181fbd35

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 55b3a64ca7764ef9f9d3072d6389a86fa549cfc3dc3ff9567497c0e0602c3728
MD5 c95ac1b28827a1ad53c58fa1f15407f7
BLAKE2b-256 4466750e3ada044abebc7d2a3252aebd6eb5ea02cd2d59028a12c65134653501

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6958ef9e35fbdb2de96a84de68421704132c99e1e507835f1974dd91c022cb37
MD5 5fdff9157f04b8e25af107bc51bb8dbb
BLAKE2b-256 508b16436e3ec25f35113a7aecd74e22f42c22a8d024ffe9c0af034ef05d72ba

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a77f4b6179029dee9beba772433dd4f6c725cefbab4cf994829ed5a290d2fed3
MD5 20e09ba8adf858dbacf85fa2079865d9
BLAKE2b-256 8a542e3a44ebc06ad6004a8bc753980d031de9f32be08fc3a3e5be4721a0d8a6

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ffed7bb311614c625fc9bd98970925dba6fbb47dcb6d8e192c46399950d36493
MD5 879deff84b162122ab329b843261ddb5
BLAKE2b-256 71c37b99628b0c8d2261f425f7b2f14dbbe284fb6c1cb265c9312757413726d4

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89e1a0bcdfa71333a1db3228ab1d6e54afefad3829e263fe8304424686d53f21
MD5 0f62da51d244ace812391d6a0d7b123e
BLAKE2b-256 6e3dee26966544cb9ebbd2e93a06840aadf44ba16f8fa2c7dcc81dfcd750d6be

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 968d757ee9f6d1e326a8766a2db83228efabc329da5ef9c3111b19c043d7629d
MD5 9a0e41a351bddca8d9461fa7ba811108
BLAKE2b-256 fce9fc57dc3c10dcf14551cc67f15cabc48093cca84648f74642645981061933

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2a57eeae5725e2f48736f150d8e2f9c3651f04519717afbceaec16db27f04fa
MD5 c9d08c3fc3b2c8d79788d9e84f5c5faf
BLAKE2b-256 7fbe89bee3f01b601eaccf8e92e06f9a82c2457c10eead2216f582cf2efbfde7

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 73dda3873697a2fe65ae26d27f2c4597dc41b5f1722534ddc3240123a26f1a17
MD5 e7e12080da92748d84417d072f2abde5
BLAKE2b-256 fe41f9bb17489851f4f4132f7fb5c4145c0fb5fcb9c2d9ca3b2d672be76ebc52

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6fa0f47be58876892b656527e010a112b090082ee92c83a191df7a2226d753b
MD5 19648fbc73f95fb6e4723dd4aaa08d47
BLAKE2b-256 0d644e1e4559a91ccde3018ffc85d96f338a60300da8f81d6bded73695b82383

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9e391c63b17eb08b7f5c3a2719427a816f6bc7cf13e31b2acf420da15c2ad053
MD5 6309a03e8f134dffa752d61df822fc34
BLAKE2b-256 c79041d94c983fa5917ba4544bca5eea9718e500884d367c4b2ceb1894a72c0d

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5b2ccc44e0cc8e261ca1c93252d03c95e71e59a2f6e2ecd5c5ddb59fb8d71c7
MD5 f56d2a36111d6323644fa83aeae211d3
BLAKE2b-256 284d399d40e85e5c0be3268a27b026a967abdc1b6e055f3e1b4f72aeee27e617

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8273e535198d87be38088c2f52c35d0a5d436470962b4fe6183082660a89778
MD5 84d5475f8205f5b4cb455a0f1cb99df8
BLAKE2b-256 c208f3b1c16ceec2280a6a9511c47d574f71d97c9ac71a3d39eddc117cd59141

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4abbbcf34e806a6fc5e62717ba28026a2e15ec87a5e29e116cc2002e107cc0a2
MD5 c451d505bfae90ed4a26a576999dfbb6
BLAKE2b-256 21ccb9fe70c5ee0c425ac4e42ac60f5caebbf5524c7d293a915f12e35786859e

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c614e8a7d41fcda1442a18fec781b151fec19d0c4e084f30df7901177881e63
MD5 6716294867c665257bdf299ad14c9a64
BLAKE2b-256 12fef191744f94e8a32318d37acde4884cfb67474677c0f6c57e1b31e04c29ca

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12ff4a162cf76a16104c48dcd4a962a75d5a665145f83f6401ade02795e6fcb0
MD5 5e0cedad27e8f270807830c27b8c1ec3
BLAKE2b-256 92cbf7182ba2a539a8c02428eac51fa95d493ec3f4edc8be20e33a4b40aa76ba

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd855a4c789fdfb840db0b24067a90bcf51d8495a244fa93607a7c1cca45c2ce
MD5 ee22ec649fd2bb628c4599a380be2815
BLAKE2b-256 354c929b3ebb80832b0618c49c268028fba07e04fe93d9a70c01dd64fc832398

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 01db473c694ab85376e74a37db4f66813ab6db1402f7b098a262d1cdd49b315a
MD5 551d2c256bf0587ce5929b93e01a26c8
BLAKE2b-256 e34543975c1bebcf3d3a3fdee59637b2ad64cc45e3e64aa52c36a07e3eeb3579

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89077adcf5ab27cf048eee1b1c876b0daa9ad6a776f68174ea758475be459c3b
MD5 3b9e7adfbb6f44b4cdd7d05ed3454ca1
BLAKE2b-256 8b5a7505df9e7d36c4b0c768b7ae82a12f5c1fb3f085a8a07a3e4f83dbb44ff1

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e4a8ff84e1632486dc7a67e04097f76d7318796afd536e9a69c46b86b5f6892
MD5 37ae37235a1e5a11ebd1d654ed41a89e
BLAKE2b-256 3d69b0b10d20fc2923268aca9c87ffb0126ddb1cdbdd94ae10502a96b41eebb7

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 877c595b66906e8b5efaf64278f8c3a1808dfe1f372aefc340a5585053c7ff2a
MD5 8a445328e8d11bc167a515d54ba1e346
BLAKE2b-256 8a191456baebe9b846070389b992888601134662c7822be14323fe3318f42750

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4b90f4dd730140e9cb3dd846ccbd6ebf98e0217e8c57db4420bd83ad4b1a202b
MD5 0072e26bfeebc1ec362519e86227061c
BLAKE2b-256 2b0479adcbd1cce6b13ebc5e4e7983204b1608fd33172020e25909ab5b85ab67

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8529df02bb350d2bea9656ef4dc3ef7c1b6e36755f6791cd3789d49a3a6c6e0f
MD5 da98f42f3b4071853ec455ffe3d510b2
BLAKE2b-256 0330d7fb7db399e6819599f71d49af795f91db941202016d836b06887d7bc391

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66336bdfb203dea0ece955c953f1afc15b2a6dfd70c78f3e2eff80ffdd77fe3e
MD5 a4a9f5e4305efd50103dabd6dc4ac681
BLAKE2b-256 f20d117fb8eb4fca084ef03d7a5e493d05fbb51b50316f501a7c58b54b4e07c7

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3a8adfb5444386a4bf9a0f8723ab0cd3aa4db3bc84950b8143e7471f890e44fd
MD5 820cbfb629d59adbed59a908cc53843b
BLAKE2b-256 949b9aac81973ec9a89694c6a3b19e4071edad1a438321477c91a5acbfc40a3e

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8ecd87855296fd6e24068b0e5eceb6d1cfb6c91c16ed8c22b29a76287ca6c55
MD5 eb5aabf8fe04dc977b43efc97504de3a
BLAKE2b-256 c5732a42a8ea0fe86cfd3c1d29cc0067ba6aa6902203c3fafe9bf656a2733bad

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8760c0f2ddbfe60d5ce9f0925acec601b4f0d2940c477bdd86f30881290ba9e1
MD5 196ee3976d47d748ecfc5cc947f752c6
BLAKE2b-256 7de04e9f4db66d7be47674edc42b7b17d6b700222d21fd234cf1ca3be5ce804f

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6ed97384d2865753bea736bd6a94a087a61201b1fb2abec9b0980a4786af9bd1
MD5 ef7404e98674aed8d8abb5c90d7944d6
BLAKE2b-256 a7f8d9f9909cb4fabbb0d139d127727e92eb5075512c488ac878ba38ce9e5a32

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f9a5ea50546794f18fa7047cfbe8175c5f0bcb06fb0c5fd1bac20d6701e151c6
MD5 392a669115ae19608337c12743b473d7
BLAKE2b-256 f6cfd4e98bef1d90dcb33e9feec81d12908d67a441af9d72643d21135bd4e416

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7217e073286d2d75708bb939ea9daf861981542cb534b06021c82782a4f68d4
MD5 1c2e13a86a1e68543076ffe4ead18fba
BLAKE2b-256 f0e59a934ebc1f883db4368e63a3df89920852c66e43acfb91e82b09aa301435

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da8dfe9847fd71c1b2ce5710281cc0b7c174e18b8cf394638fb836d57d9ed0ae
MD5 bc28c589abf575788db9d8533fe888ea
BLAKE2b-256 59f163eb42766af583d018cdbbca56007a26a79eed0eb03a05c5417a91600847

See more details on using hashes here.

File details

Details for the file powerwalk-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for powerwalk-0.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8aaa726728bc45503470038b9e463088e8619d217571af9b579bddd9e057c189
MD5 5e0c58fadd2d1a420d981c202efd9dd1
BLAKE2b-256 fbb7acbef54aacec834fcbeebfed30f4dc93f4f9c2b3a84f825c1185110a2ff3

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