Skip to main content

Fast parallel directory walking for Python, powered by Rust

Project description

powerwalk

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

Uploaded Source

Built Distributions

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

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

powerwalk-0.5.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

powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (998.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (928.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (952.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

powerwalk-0.5.0-cp314-cp314-win_amd64.whl (754.2 kB view details)

Uploaded CPython 3.14Windows x86-64

powerwalk-0.5.0-cp314-cp314-win32.whl (671.8 kB view details)

Uploaded CPython 3.14Windows x86

powerwalk-0.5.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

powerwalk-0.5.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (857.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

powerwalk-0.5.0-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.0-cp313-cp313t-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

powerwalk-0.5.0-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.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

powerwalk-0.5.0-cp313-cp313-win_amd64.whl (754.0 kB view details)

Uploaded CPython 3.13Windows x86-64

powerwalk-0.5.0-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.0-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

powerwalk-0.5.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

powerwalk-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

powerwalk-0.5.0-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.0-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.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

powerwalk-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (857.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

powerwalk-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl (929.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

powerwalk-0.5.0-cp312-cp312-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.12Windows x86-64

powerwalk-0.5.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

powerwalk-0.5.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

powerwalk-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

powerwalk-0.5.0-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.0-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.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (925.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

powerwalk-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (857.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

powerwalk-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl (929.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

powerwalk-0.5.0-cp311-cp311-win_amd64.whl (754.6 kB view details)

Uploaded CPython 3.11Windows x86-64

powerwalk-0.5.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

powerwalk-0.5.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

powerwalk-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

powerwalk-0.5.0-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.0-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.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (859.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

powerwalk-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl (932.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

powerwalk-0.5.0-cp310-cp310-win_amd64.whl (754.5 kB view details)

Uploaded CPython 3.10Windows x86-64

powerwalk-0.5.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

powerwalk-0.5.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

powerwalk-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (997.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

powerwalk-0.5.0-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.0-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.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (927.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

powerwalk-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (950.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for powerwalk-0.5.0.tar.gz
Algorithm Hash digest
SHA256 8a18813987bb7acb0d0e7964d6c96bddb62d778e67f7a477c38e6ac5878329b3
MD5 37e6a07c2b339b8f2b8a81b9396ff987
BLAKE2b-256 7fa20ca11c0c5078a6623e57b0af2cf9ec364781e896d7757a0bebb3d7cf8b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d6a4618caab53d4f4f6cf6de772ee107e113d457f9391127726b5a98ec13d74
MD5 2c7eb2b0c3b6e0c92ee3b1e435f8e62e
BLAKE2b-256 3d37a80bdd148f69b66cfabec723305ae03fd8f262c47f111c21138ed1e985f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 361f69ac368f391b36c3863b86b17349bc217f736e4d8360ff5f58832abcadc8
MD5 c2c4fde92065633b2dde2cc0d46e4876
BLAKE2b-256 bf54360490ddba6b73763187d8b06f4a6db19d1c3e0c6b8d7c161f1cb1db81fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 00d310e317f8312f6083308ff582abbe23a6ad9c702abb7209cbbf90da354ed9
MD5 2e29b8f381822680c1aa9fd5326f4a8b
BLAKE2b-256 dcb39e4229f4c6bb2c48e98984d8ecdaed16cd34f1bd51ae8ea338c3fc65948e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74cce292a5327040ab61d45c7465a5116226167267f7ed4aa8aaf092fa72c92b
MD5 ab448043eddb143f014d9fb8670aa758
BLAKE2b-256 8dfc4517bc7d22700cad1b28b872c33647ad8c4df2682087ea6d79d50e9402e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97c15d5789bc1c50a6347b99cfd105ec396519ff99c5a4ae369e5a09557d8dcf
MD5 432dd73400e180118eed250502aa8614
BLAKE2b-256 3964fe66d90c32328848ca6eaa85d3ce857b32426e49f99691521eefed0beee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b80ff03ec4eee6c821f28da448e241e4dd4facde8cc6953dbce124a9f2b26ee6
MD5 fcf297d647cd4075a41a5af226e55119
BLAKE2b-256 8f4a95a196af6fad0f30e000832da117f6e50ee872d4ad44111332786bee1e39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a6ccf3f7033ca2b7fb7c07aa92ca21f79165aa83bcb7bb1b9f36b678ed779101
MD5 a33f860436b6059a80943b881134d1bf
BLAKE2b-256 38f3eaa69285943098e84baa790ad6f25453647cf36a179bd13e4c975bbc491e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9bf3c7822fee944f540511e3c772dde4107e6e27c810a556032c381bccb6432c
MD5 16eec68feae8f6b9fbffc8c1c1767b69
BLAKE2b-256 be95ebdc6778a41e6e36d6c16af4369e8327b644180e7aff31721b5a8a137d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9218d89bcb5cf2deb6944c0874c9c59ff9c8732b8a906d0b800325efa63ecd6
MD5 0f53984836773a9f7b3c4a804c2ab733
BLAKE2b-256 4c50752ae707aa5cc11b739056de3d0c4c3eb9faac58ef5d4dce23ca781013cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfdb4d78bc28c2068bb60a155da495285163d376e06a3b0d81247c4760b21b00
MD5 1b6f65eb96d5fed62d4109a8a0aa633a
BLAKE2b-256 b8e2cfe99d011f70f23f7eeed492d94bbc041b6fadd82d8d4e0453978da0721b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61bd3b70fc7aa2a1d458f8be4371f050bb8ed284e1baa39d1a281215b0df9172
MD5 2f5253d5148cd34fbeba728acdc941d9
BLAKE2b-256 4eb514f6af47aab6c981b8b625d897af44a205d48629cb228af724a391ce164b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4d108bade116be114a663f4d3a8a28a4d38e35f73e4f3e65ab86397013ee9285
MD5 91c27a3265d7cd2d5e41a24aebf335dd
BLAKE2b-256 64f97e28aed0f65f907de997caf3cac31d9d57a40825251db83a0ea720e3755c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 27b7e3377331b280a46ab07e66d0978ea83c49251184324118f54c7a1a6beec9
MD5 df62890693409544d1c47dea410cd8a7
BLAKE2b-256 1506da6de0c2517b6303a4a3fdb82606a82ec80237ef3fce993828f7af7e55cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0f090221d657805a74981bbeb639f0330b1d2e9f696bc594139780838b474d3
MD5 382207758454ea3fae6dcacbd5a57fb8
BLAKE2b-256 923fb1c41a3e62905347a682920ff22450d482c5f4b5b0a0e77abb4874d1fe58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dda23f167c1b201169201e39fe4e9e5c80bd40bf5ce369214904164f64d36712
MD5 0b52c288e7091eeff246927d4537e87c
BLAKE2b-256 6d9f7ab0175b1bf9d342e3d350dcdb583828a0196519b47869f3b70ded927d54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f0d1e04f0c1aff67b231ebdd8e750e011dbc15c92694adcd3f753193bc594904
MD5 4e5bbd23cec311803b89688789199839
BLAKE2b-256 b96acda94397d95382455795fa6951c0a2a73df0f05f212442adf8b9d36b1a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 42cf2fd7f022a7e9f29fbf165782347db01a4e94bd23c8db855dfb79c0b8fde1
MD5 aea22e5c1efb4fe403c0313054c9b0ab
BLAKE2b-256 a2cd7a05cb690bd968c3df9b4b51c821ad2daf14edf3b528d139d178ab82915e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed74e262d50f002e2f347819c11f4dbbe59348483cdb2b59c2d16c44f0280e86
MD5 8d3d22c063c14d523c50d3fc6355d266
BLAKE2b-256 5c3bee31f9b1809a3355d510b91e86e21c6741ffae69091e9c63584161ff9c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9c4091c04e491302e118ecac38d63a85436991a471621a9a0372a57fb5ca48d0
MD5 079f2912cd1fd3c4993808701e85cb09
BLAKE2b-256 701a91f25e940769aedd1f6c93b6eae74a99e12896c21ac76dd1a9d001371b54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: powerwalk-0.5.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 671.8 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.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3fdea78665d37632574c8917426d3a2dd03876a06f44c0c54407f71a72caee9b
MD5 5a806f274f23e163322bb2ec1a6f22a2
BLAKE2b-256 a6588ceb150c6b98c67b0873600a258d390cc6fb6c9cd60010e45e02e959ff0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d01b23ac0e549485d29af0cc250711b5a76b83fbfcb062b4cfdcd30b782d7dac
MD5 b8b15789ce998471ef99e753883edb44
BLAKE2b-256 e322fab494dd49c0c5b438bca604df0f1db83c2eaa8b7da86a259e5b72dc7a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7cf2fa78b20ccfab52d42d2bc34de0c18fa4824c4a51e36aaa5d9a6da9cc4f37
MD5 4f30e97135946d28af6e66ebd8e51016
BLAKE2b-256 17a42888057fa9842a01e3fc65101aa7f33ab05d9035e12856822200e2e49e46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0418e8a82b44dfae5bfb707db8d0200736bb3870fb2868c7bbb4238fd237ea54
MD5 3079e330542691088058c2f531b30c8c
BLAKE2b-256 4181553e0965c3b9ac8ac4dcf9abdb7ceb4e3125c47218953063da64d408de9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a232970599279ba6d23d932fe5b60e5260d51d7f87e508799713ce837dfc93af
MD5 6c1c983b4fd492ca514751a356741d90
BLAKE2b-256 92cb8dfff2a65b2a9b4abff9a05159c1d5e2a6e0f074474af2e672a19d6d5aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24edc3032aec3c2671c9b0ec1f751cb1bdaa2ebbacca45a5791255477ec7a404
MD5 ef81245423daa267c73d60984ac5b0c3
BLAKE2b-256 74e31af993cc2d92dd7f5a7d615c5a8dffd944fe13b16a414d103b1276c7816c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2849f96531bdea5f11b74a7d95a2cae05a91f87277ed83fb6dc46cb5b09452d
MD5 35e41a5d4f80d5b0703b5bdf796d1411
BLAKE2b-256 17ccde6bf1a25d40e69cef65ca0644b9409397b516d81a97118484b3d07d1b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9825380e9b5c821c80add7a2f3b280b132acf916c0054f8fd0171ebe829fd02e
MD5 492fa4fbfb35ca79b4004244f86c81c6
BLAKE2b-256 b73a9d86d9c99001fd91ebcb1aa31852e359fbecf4cee4a1a917a478b7b31d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9fc79c8283f426e6b1e024f083332b61b2e12de15b4bd1a245344490be2b3e5e
MD5 d7c52b585658c5d6e821a488c1d31e65
BLAKE2b-256 ab2e017ebdc58184c7fa8868d8b703944dc9b1e729ea6b38821859e38e956924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cde22ab0ae6f6777c5c776d9a17efeb4b2f07cc7c25fb40154938e7f4c58fb1a
MD5 b581786318fa6b911fb4ae03d055ec3f
BLAKE2b-256 f89f54e0b7dd246aeb45987116dfa7be3e936bd10972b7bb2b6ef6ecf723f723

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 afeecda6f7363d28c46bc1eb4486ab33e843a394bc5ac28301f7a2fed3e3521d
MD5 f1f56959d06a9f43dcd4f70f921b354d
BLAKE2b-256 2bfba8ed2f397b03f11d6583f13fbbb11e7beb37aff9405658e38de23e789152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72d37378a8dec775946031501dcd77c354274358ed7b58c5d77aba3fc61a7f9b
MD5 83c4d5519fe813df5e5730a7da26969e
BLAKE2b-256 a2362be07fe3c0188e127627aa4a58adf9229d46fa96d6f37a6f4356d190ce0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 36583e4159f4fd6b7383df6b3a5fcb03a3e9abb4f16c584eca8047f5dd1780b4
MD5 b17ca7f74a0dce0e12eae82467505533
BLAKE2b-256 e11216f02c9246217abe10a05e58227c6c53039204711b6ddc20e1e43499a66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dff7ba5d3cb3f2ea61cf8cc3792e2d186ddbf33ad9fc96179d1a31f9f375e908
MD5 1f5c6b42587c0deda1392bf6986f3abf
BLAKE2b-256 1bad2ae21b5a2a41152771ea1e53c428e4a2efbce98314bcc38f1343eb771f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 678e86e55d6a901dd06245c6c6340996b179dea7bc3bfcdab8f828c39c2ab0f9
MD5 66339dff02cecc2116067439f6091c26
BLAKE2b-256 cdf66c4037e5eea80332fc6082675c296c6c331e3c8f7f374ddf947b076f8000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2051e3be66a2ee862ad5d46ee9f8a2d53be8556f8e842832faff1711005e5632
MD5 3ede4907addead6c554315bf794ff881
BLAKE2b-256 8eb16525331a70c1d345ed2d9d95c33b4d9e3a959c688094fb32e3c48aaff23a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88161f9d0bca3ca6b2c324511be260de7d7c09b92e4e63a8bf3811f566e8b213
MD5 45b907e75af49d3f800248fbf6ad91fa
BLAKE2b-256 b2b55d2f1f4c569a1e2456b1e0754c6e408ebbbb63f158147f41bbb63e845d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1079e24d4df5cc283151b7e8fdea1c5f8ef80fbfdafe9d4262f4fed406131f6
MD5 768478f47baa3c5be1f6e79be693fee8
BLAKE2b-256 72e9fe58787115de15b7ad07121ea4471d93d8ea195e9052d43502a28db33443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7dcf76b6e8051882edffd513e9c6a1f3e603f2912eaaba03642b649168fa15a7
MD5 d1eb0e6fa198b77bc8db503ce668d911
BLAKE2b-256 2ddcfbce5c10d9c7c43657e14be28a7570802446d270187cd4139943177ca885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74c1c82b3175b1bfcc50c0d8f0196219272d0a2313d01def81cb5cbc94bd959b
MD5 cf9c4ef70ae1c23e2b4c2623c0e09629
BLAKE2b-256 4a1fea40a927c6eb6c9c8e5505c70a2331b879efe9eb5c4e1c26e22a0b6fbfdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40502eed0507393064e5854a145bc7ebdce205e65f1613b9f2e1023672e07725
MD5 a6dee97e7590ec1f1d63a5d8630614f4
BLAKE2b-256 9d605060ca97d859d430786cc8d97b3d26d78575bd66ac8700020ae88219848b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 372c792bae74722181b6f219288e07fc654596642d04ba99aa5c4a24b9346395
MD5 62e3059acd12667372a6ec2692c662ec
BLAKE2b-256 f39cbecb758f8808ab2f88601baeba5d02605702c03ce46e9cfa30df3d7f5fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b307d84fcc951b3bdd04680cb3ca214996f20c17c4ee64f2525d3f281d00b76
MD5 9ea8055c10080c729778a839a672dc63
BLAKE2b-256 abc9a8d7349bdf31c4f289a6d544fe8519c887dfedbd230ee9dc732ca2f73bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 457b3f5f5abb5924898ca05cb577baee6551e9ddfd483d8ee91d19d0a9311b9a
MD5 bce0e2c30cec77f8c75b462bf10089bd
BLAKE2b-256 253c0cf233ecd63d1f4cb074218d46027a3f4c17dd5dcbac745b77d76bd8219e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5d697e4f11ded70d2875e1493c7c62818b1706dd98e759e7cad5cc435493b3f
MD5 2bf3fae16a430fdf06a15a914dd23874
BLAKE2b-256 e78e3e65e81b4fd193cf281832032d808ec8d2a3aebe93677f10738e6fb37f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2994a3ec2caa934ac5622fb964e5d6292774a19c36577469ee19d51061523ede
MD5 e93974beeb6ca4d0e166aeb86b543293
BLAKE2b-256 fdff7ad6b5c99ffb516810b912daf33f04f8ffac5750f0a7b9a07c99050e95dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4760094b24cc5db017cfc492413b724cf8b187c6300788ed6ddb41a659d74af4
MD5 879a193c3263f68449e524f4b523fe6a
BLAKE2b-256 b35e076824e2cf501ae235820e631e3a8c78fbec2f55d10371365f2449cb588c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07c5cf2324c7ae1f9535457835355383a1bec1c71ffbbab2997c11763c75d3cb
MD5 523b2873246316a5dc6add7960d6bdcf
BLAKE2b-256 a3c5932e6668f85bc38fbed81bbeb2cf35fef2a4a3f7060551192d1dea989779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 08cc53f169d1aeeb26a43dbeaaa7de06f25903ed9831d687147650a079b459a9
MD5 84cc9a44c4198809f7faa0a6e34d252f
BLAKE2b-256 973e054d9a8750847091cda004790a32cff5a33d7fc01c80c9370c74b857a24d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8cddb7a9fabe996c5e648aff0cb6e977d5c6d80bf3d2d9cd5ad242aba2db249
MD5 f3590f6b21665c921387ac0605804b54
BLAKE2b-256 a5f3077dc72fbbbb3a0062ff530b58fe77fdd9937402a485c3cba77bbf890de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f06eaa3d4f054a248409b8c6d5f3c2a4801c1f017cbe0b41114c92bd1b89ab7
MD5 f035c214e3360aa5764e8b4d4e931edc
BLAKE2b-256 419c58346256c99bd9a9517a3761e236c896f1cc24ca42e5a53b9c157e0a02be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4130694ec335e7147cd800490d6c53d6d43401226fc0ef43c4eaf496dba1f992
MD5 7d628104590c877d6145e2c8e1eeed7d
BLAKE2b-256 80019fd39096d4ae8110e5406da6628c25391e6b46c2d9af6d1e7e24ed80aa82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4a238a3ed59ba80f75ad93c6baa5841cc9162d85206026daff21a248b3c6511
MD5 16b6f07876129121bb351343b23caf6c
BLAKE2b-256 dd2ad9ac0fa874d5d15ef0990d656709ea1bcdeaebd7fe830aa65ff6ff6fe649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 336ac081d264e2e7e0667d4392a819581c202c2b81a3e33c55f3c5006531ebef
MD5 d65b008a16e897fb6d66349102c90095
BLAKE2b-256 d752318c08061b9a5d62dd287cea154aea0628ae8a113610a3e1475c85526d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98395a2ab9d4c50f102d133dab816acbcc8aab3da35fe1ab19a54341a524fcde
MD5 2760e097641bdb31957186babea99a54
BLAKE2b-256 3c9dc00df2186f8ef9ac6621359e576d3c226579881e9896ee6bdc329ad354a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3007f9dd4016a900b1b6a07cc51716ac85c42a9398f9edca46b64da39cc10406
MD5 5116935e3fa659d973f11a5593a3bad1
BLAKE2b-256 24934c967218c20ee26d535efd0bc5d3e7207ea3f4703efa5b3c4b5f549d7586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 062c6a1c929d15540cacca62671dbda058e18f057541427fedac9495c31bfad5
MD5 c294d6ea364eb24e9a410a757dd67b08
BLAKE2b-256 095bd9bf978070eed8188614c1201945a4ed2eb499e4ac3662b8144435ba29c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 31630d2141984448b5fcc0fb6241cfb5f067ead1946a99aa71cfc06a8ae6efc0
MD5 186bb65849e7e10727f97160ef334505
BLAKE2b-256 5ef9af64d91b8cbffef665a57ee984a1cba4977f9fdbfe6f3fb0474bf5f70994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8ab573cf55fe61e24574e26d437258420d00a16e6e97319a36711b33c112b045
MD5 26e1d6449ab4cdf7fbd2c04e83611fe4
BLAKE2b-256 4cf643ff647a5c8cc38cc0abe98f398f1427898f0f09cee8e9cf1d089d9b5ff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b30a0b58230b26a01444bda42b515aaefd08434061e04fb995277ceef8c6445a
MD5 bca9e30ed4cae974c611bbe35d3da776
BLAKE2b-256 20ffc234ea8cf322a4d871deebc18a250ea91ad17e900b382817c70629dce180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c704eda9a0fc6c0ca435150db0a68787d70628168fd8e24aa67abda7cf0b2a4
MD5 890576faa6d75ca5b6eb8f013bb2a96a
BLAKE2b-256 eb0df1a402c761b9cf27324e5f8b289aaa72f72263323f0124a9de1c103cd304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f506546728c9a2200659b349455c791a4ce3f0dc6f5e04ac7edba2c5d733e98
MD5 3880647b206d95775c36ab6b469b92a5
BLAKE2b-256 c2280abb4199fdca739fb9f9937cb17672800de971f5e1c88e009f6928348b8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c076aaff02a812aedb10890b304dd3a2cb56c525930d9b7dce3fd8703589ec46
MD5 b6cf02df9505015d672196f2f5c636f7
BLAKE2b-256 4604e94608ae9a0ac34283800d8f0291a4d5fc325c55e8167fcb1e7169cdba13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 628e075d51f76925607e0c052cfda4574f426032c55af02986d22f55bf4ea8f3
MD5 c7c57b8fc3beb8a27812493ff10f517f
BLAKE2b-256 376ae287f8156dcf28b0246333bcc016ca1e2551118c13de0d2981091b6ad66f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d8b622c17166d255b2f14946aa25105deaa8391f28e671914913899c66900f22
MD5 f44b33a18c95f44a35a9378248f8e112
BLAKE2b-256 559b3a5776f4dd01e372879f08cc85fa706cda69b926328dd27ea1767f8a24bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 208849dd0d6497438a11e3d4ba7854443f52bd657bc94d43c497fdb4f88c652b
MD5 e9b14bbda6cf89dd9328392492777d82
BLAKE2b-256 69e585bb6e292dd91f350934d2a61b57cda6a957387a0168baaa0e5fc2b62636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 966b4a3f0cc16acfc15e8d91f7a2d1b5b93b680672376e63023173c10085bad5
MD5 481b8cbe1de15d2054e91b8735bfacae
BLAKE2b-256 8c5cf0990155db69962c09d7fb25189381162a97b1763ffdab662ad51ea05112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5cae89212cc7083628b4b2595b26a353847733a7fae3c191f2998aae12a365d2
MD5 271c48d00afb1660c4f944d5f1d9f490
BLAKE2b-256 1f4d92128298af82ec9a6903ca7d7c43d78640f1be46e79f0660ca347364fb51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5e1ac9980c1d43bdd8e83c96cc1d6ec84a8c366d5186e11515c1473c8eaf7e7
MD5 48e8a34a7b01ae0e45572932cf6adffe
BLAKE2b-256 b014669cb70daa1527bb4225a9a183737e49652821e7273901214d8df1ce7df0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b99afd7936bc45d57e8bb337df3c26ae57ab6c8ce276e1ea6f4b1736c124e36
MD5 b6683d13980c2d9ec2b22c2d2c01bb3c
BLAKE2b-256 8105047c03774bb9f7dab51c62a7746ae086c709d0f310c41bfe6d7addb68ec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17a478596d60d9755d63dd61b1611e88b32154a7dc15466484d399de381df0a2
MD5 6b3cec49186d1277343d1af6fe4c0cc2
BLAKE2b-256 a909c2945673aed386b35af14b9b22f6a9e8598186ce35f5b8c4ee12120b1486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aa981068329f0ad091e476e8de24a48c3552cb5ac4038e6832260ed3a7aaf18d
MD5 9dc954e94bd3d403ba3a33e84aafad0d
BLAKE2b-256 3a38a017c63b0a7b624eddeca1592f7528a8e16b9ffa0f92a241f29be404884b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6b80c4daf254ed3c825a3f3ed306e5deb3db7bd556b2c936f87d2273299300a
MD5 561e5713db23f6d9fdae02be9a34391b
BLAKE2b-256 a225bab21e5d114a6d06b14ad543755476a32022717d2a4e2f6948913b1384c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad24a9e488d177a78e55df830fb0cb3ccbefbbc21c31a75fec764b9b43b4f92f
MD5 26e029e9146609a252e18830a49aeaa0
BLAKE2b-256 3a5883aca92bd7b076aa1bf6b113429af2e1915e0bfa78f9eedbdf45412c5fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37b227bc22bcb5f974075ff8b6052c5d7b4dc441481c4fab474b53f3c5e9e037
MD5 40016cb6ae8cc725f3f63db771e3d4b7
BLAKE2b-256 9298878b3c0d7393e818fd38c99ee643f74dec99c6fe137d433d32f1d0781f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f84fd23f2b82f37bf65dbd1e8b06159db1bd2fa8654d67fce7e5366fb09cfbd
MD5 ef57749d9993b30b1859c7d5a0311469
BLAKE2b-256 d3686c9c4f1614883644c247a34dfab6ae0f6da050e17ee9ebd54a2656ba4bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7533792c7882faa80bbf1dd6fa44cfe9f9780cd7f228b062c35bad3410c70a51
MD5 1b7e40d1714516a683ad02b6f49bf3d1
BLAKE2b-256 675d5a6fff960f6b9c8fe6b5d4f6c6584493643fdff8688fe4fc3415400e92dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9117c45423e1b6ad966e866c5e7fb8a41a85b5d3b24a9d3fe6689cf92dcd6475
MD5 ea7841bc0c34e1090b8dc29e85e29191
BLAKE2b-256 c2aa88ed184fb11565f916250184f88fc95ba032c899770b8fa3edb114264ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5152515719dae538e50702745c918b8b5bc90621699b75f9ca35942b1eb0d428
MD5 1874590f8db2e70a8f84f03119b1591d
BLAKE2b-256 43748532a4ab082ada99c0e1f06e352b082eb0189d10fe521acbac87f1387aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 00ba93d79247d7099e29404b0d214863bf690428c1d3ffa6c705d57d7df430d9
MD5 2cf6f917ec902af9cbaca0eb0dee1077
BLAKE2b-256 3509182103f3fd03ca7281a1620af3a6cc4b4db8af1e6c7701663975610a24d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14edcdd8b0d1a5fa15756d30b2f8a4b45034c88ab0bba85dd758033b18f1908d
MD5 ffe58f2b04cea2432ac438cc542e8fd5
BLAKE2b-256 428e9af30f004e14e2788aa56ba0ed896b7551dfc0af59a6dace08bcc7d4ca85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for powerwalk-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cacdd9fb119c8f0eb2deecc005f204e3eae4595ff2dd3d05a0cb0d9e49951c1
MD5 b37c0c27ab5dc3fb8f77c876940836f3
BLAKE2b-256 af248abb2739e7f15533c579bdab06737d8b5ec87b91d1e32b698f2c2ccb528e

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