Skip to main content

No project description provided

Project description

PySnapTest

pysnaptest is a Python wrapper for the powerful Insta library written in Rust. It brings the simplicity and performance of snapshot testing from Rust to Python, enabling developers to quickly and easily test complex outputs, including strings, JSON, and other serializable data.

Snapshot testing helps ensure that your code produces consistent outputs as you make changes. By capturing the output of your code and comparing it to a stored "snapshot," you can detect unintended changes with ease.

Features

  • Fast and Lightweight: Leverages Rust's high performance through the Insta library.
  • Simple Integration: Easy-to-use Python API for snapshot testing.
  • Human-Readable Snapshots: Snapshots are stored in a clean, readable format.
  • Flexible Matchers: Supports testing strings, JSON, and other data structures.
  • Automatic Snapshot Updates: Conveniently update snapshots when intended changes are made.
  • CI-Friendly: Great for continuous integration workflows.

Installation

You can install pysnaptest via pip:

pip install pysnaptest

Updating Snapshots

If the output changes intentionally, you can review and update snapshots using the cargo-insta review command. This provides an interactive workflow to inspect changes and accept or reject updates.

Running Snapshot Review

You can install cargo-insta binaries from cargo-insta. After that you should be able to review snapshots with the following:

cargo-insta review

This command allows you to inspect differences and choose which snapshots to update.

Examples

To help you get started, we’ve included a collection of examples in the examples folder. These examples demonstrate how to use pysnaptest in projects and cover common use cases like snapshotting strings, JSON, and other data structures.

To try them out:

cd examples/my_project
pytest

Feel free to explore, modify, and build upon these examples for your own projects!

Contributing

We welcome contributions to pysnaptest! To get started:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Submit a pull request with a clear description of your changes.

License

pysnaptest is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

Acknowledgments

This library is inspired by and built upon the excellent Insta library. A big thank you to the Insta team for creating such a fantastic tool!

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

pysnaptest-0.1.4.tar.gz (14.0 kB view details)

Uploaded Source

Built Distributions

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

pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (852.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (881.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (931.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (836.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (725.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (670.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (852.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (881.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (931.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (835.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (743.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (670.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl (852.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl (880.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl (928.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl (835.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (796.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl (853.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_i686.whl (880.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl (929.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl (835.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (683.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (725.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp313-cp313-macosx_11_0_arm64.whl (601.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl (636.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.1.4-cp312-cp312-win_amd64.whl (538.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.1.4-cp312-cp312-win32.whl (501.1 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl (852.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_i686.whl (880.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl (929.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl (834.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (683.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (724.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (600.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (636.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.1.4-cp311-cp311-win_amd64.whl (536.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.1.4-cp311-cp311-win32.whl (501.0 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl (852.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_i686.whl (881.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl (930.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl (835.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (743.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (725.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (604.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (638.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.1.4-cp310-cp310-win_amd64.whl (537.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.4-cp310-cp310-win32.whl (501.1 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl (852.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_i686.whl (881.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl (930.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl (835.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (725.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp39-cp39-win_amd64.whl (537.4 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.1.4-cp39-cp39-win32.whl (501.4 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl (852.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_i686.whl (882.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl (930.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl (835.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (744.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (726.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.4-cp38-cp38-win_amd64.whl (537.2 kB view details)

Uploaded CPython 3.8Windows x86-64

pysnaptest-0.1.4-cp38-cp38-win32.whl (501.7 kB view details)

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl (852.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_i686.whl (882.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl (930.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl (835.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (682.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (744.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (726.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d7363a99d4cfd1fcd90a3ebefacb88dd94846b0525167e4bf6b99939e637241f
MD5 0d4f2ffaabf5e3d5a22a44c8cdf8953f
BLAKE2b-256 3dea673de0deeaec6b61ed253adc3ec5b9591cb0f8f33ef74dfc66de1642b4d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81b0294e8ac5a4d89239e46858ae702ce47a351918f5978cf4f7189375b81c66
MD5 93038df18a5fe1321d0e3d50993ced43
BLAKE2b-256 13f8066b2c7c0bcf313a956c4741387d7d43161e8a872fcb34684a9326ec8f23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6abea4372fa9ac6aedd740ea1031ddfc996c661c4cb679e17853f47db45fc772
MD5 7b66736ab632b50b927ba5696835a83e
BLAKE2b-256 94b7f18eebd0c942863c75cc2b6e4d3a480030d72fb16c5eb6ef0d1119c06af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 174b8412f9da29e79fa43cf6609d4a410738dbc4817cb84bd777d1ecebcf9474
MD5 8edb14aa667f76655bdca411af3bb599
BLAKE2b-256 93816abbcc58a54e31748316961f7a8e02b29b0610f3c1d59775b757447154c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9400415a7500b8f2c66a31912fbcaf5f152b62f8fe265ffd84f7a9892d576f8
MD5 2ec12c5c9a258a43d989ee8a67759430
BLAKE2b-256 92910e3dc172589163013c07cd5c5631d275ef064212b266f19b96b5dc427696

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcee278a59bae59ce39031bbf5a54c91e475750298175d4e68b23de98b3b87fa
MD5 b47512b057145b58ca66b9aea8634d05
BLAKE2b-256 d84217b9e1d5735fd2574dd972d54a59df822acd196f5187d55442c853906c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 42faf956b5db9c67aef2ec3395283db1dcaa36444b787044fc291c31b621bbba
MD5 71cc19096d1d9bceb8567d54754e5e07
BLAKE2b-256 2916468faf49b5860acd25113376056cb915a4abec1f32bf5198895b41a0872a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffcc7f5252b29aca3d76760c180a7930937dbe1f1cc7f0d1854ab0b86bf4d810
MD5 e54d9ca96ebe0ae6e4c4233bdb907da1
BLAKE2b-256 3f29149b250f875dc98c4e241ba2b6342bf70fd5bd5f8a8f336757400e439b1a

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4d3847628babac7495053a4680448e6aa9d9e45f14c6995cb969c15eab2d31c
MD5 11c3fa4d6ba0c83bba1e96df11db5806
BLAKE2b-256 8e74e3f8e5b1372d2326d10732ea4b12207ba4c1ace14086f57b63f6dd214ed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 766d2b2da2f6e5bc2f6a82dded60594ea3f379f958ea14c4d431a16521d51d14
MD5 381457cfc83c61787c29bac110ca7f78
BLAKE2b-256 414ca7f30b4cfbeb574f00d37a09bdb2f817c9fc4afbd8db6e333120beee01bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b589f876bd6cd2580957952f714b8fa03febbcc35f62989f0664f008d62a5cc
MD5 be5de5c4507be140bce0012fd95bb471
BLAKE2b-256 1f27f6b527de4aa35ef2c14270fcf6e0c1a965a31a3f38e49443c8509f0f8e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5af4dd607ca4ab41f7eb5469ee33a417b892e7d799c9ccd0a841cfb59f4467b7
MD5 84c3b043c12b92191603ffd9d2113803
BLAKE2b-256 81c61529fc08045675682119454a8a44e2d681149c3b323eafc5810ce3bcdf9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc870c09531b464e9aad21b0a473aea7e82714c5d529c1abaf34d339f5d153fe
MD5 1ffc106db25c0508bba1633675f1435b
BLAKE2b-256 c03d34d3b16cd330fb04b600f302a2852fd0c1baed9b7a10cacd24a4e6db820e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 14f0cfe4a7f432400d854f5d2ffe74a463acea0da67ffe71bed057f495dee403
MD5 caa0ae82f429defc21923aa01f08e08c
BLAKE2b-256 493fe097337bc4caf4ad2d8040da8aa3fa1a0e25b51fe7003a761db208dc9398

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c27307c77009ffd50c2d644671696b50ef24d9617749cf5f2721b000c0bbf13
MD5 57f5c76f67b1b376b8e7d9e3969bb924
BLAKE2b-256 faa857da01279560a33643b8e04efeb268c5707d4cf96469d99367b16adad6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 71bbb893adca02a7b8cac8ee43a632a430fefb516146d4e2cd2ddf1b8b4eb763
MD5 356591e3c77db9d3bb2dda6b60f4e361
BLAKE2b-256 467ef67d3122cd57aa9a5f768d27153a5914bf53f7be2c945e56386323f39f29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b88dfeb5d76905aa3a99590702b788d1caaeddbcf21935b8ef4310509b62a64
MD5 01c2de3e6879206f0b5d840ffe2b4618
BLAKE2b-256 dcaf4ec235b42754ec47b35d640bc63ff6c2cee82bde5a1013a4c929efdfad64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 52223bbf7b0a7075d3e9aadb60f3e27434fd6ff0bcda7ef05d8143f0df1bacc8
MD5 a1e047a53bbdc9f6f3244ebb9b9df172
BLAKE2b-256 e0fa13f9a724eff1f438767b6293ffa02a7a2097123aa9c8a6c08019d356a5d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f86cbf8871f372f8f026154d82f13904a2782c6eb31bfc44e2a9ac4c3effc0f
MD5 04b03b5f9456ecd740a92d9e9d519df1
BLAKE2b-256 6a3121b150dc7735b3cbecf2a6ddbad8a52d22f291ffec06a49a4415fa41fcca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e904ddf92f14a0e36e9d74efd6539cd865668952650400b2ea62b4452db00a6
MD5 9f1015cad2a25a6c089e74ba3e8ed8dd
BLAKE2b-256 a7482f46081a707b685b1934872066f65e49eda204331622c1b573f025e7eef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 36a54c518e5f030790be796ee66f0841687ddf3a6db0810df5316c5bcb3b1b91
MD5 3424318e5d9ce1834b74c34d731271e9
BLAKE2b-256 2b811f938bea26b2fbd53dfeb9583f009925925520eabfbc0610f704386e2d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1a4f984d9fd984b10b92191be87f754bf2226d3e86f0b170b6a8eac461bd18ec
MD5 c7f33b7c7b1d152d6417f6943b3cd90c
BLAKE2b-256 be47934acc23735b42d955a89e88436e109d1c778f0d58a24a0fc607552a6a0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ab1dff342763c637b87633f30552b54f5c8ad38d2a59f440497c1dbc5d551ff
MD5 bb7ea1576a1e24a2b17e4ce532a57d83
BLAKE2b-256 045654f647f727e1503f510a0f9de14535581f066a841ce32d0c9ad61359615c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aba204c893a6da45266cbe04f0e6f81a475bc20a8a0c1ea811c766c63cc3bc66
MD5 053ed2e23a258f3096c31c07d025c528
BLAKE2b-256 d73f8d0a47bcc482d5574673d44b72d77bad6b5e0c52ae1c70d5092fde23b1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffc03dbd8b78557bf9627f3b75c26cd60568285718e6f20363f54e4b76acdb44
MD5 beae64d6d72966d5d0ae9a3339a0493a
BLAKE2b-256 bf77000d624235f517e0d6eb45ea8b2e786b346cffb250a03d6ccdc72a3080e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 20f8e9e2088cf399ba1580f898f843af76ea53b8f770d6b0053162c7ba60b629
MD5 8d08bc5e7e755a0ef12904a6341b440e
BLAKE2b-256 007ec042e7f58c44aabd76ec0e31ba5dd34983337131fe75a081f2387ae376e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c8e25cf7638df20076f43c529feea27ee9db7f347b090a25af92113891f9bb4
MD5 ec5f50e339bf31c51eb609b55e2bbff9
BLAKE2b-256 b06857d9e0413c51e278ff2218dcf8ba9f17d9dc5481020fd94939fbbe410f00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a2d251ca31c3f5989ef409f1514cc44f43429bd1670b0c5e421f765ae1ccbf3
MD5 5d01393800c27d69eb7b59ec2edaf52e
BLAKE2b-256 8156c26e0fa5ed3fa309a99895ccc9760c5703f9daebc6e3bc10de58a00faed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 050f96812dda0c514e2853a25c9a800c4ed46584df5f9f167637e6d4875a5021
MD5 ad21e0792689a1a5d40a27de26781e83
BLAKE2b-256 01cf897c2857d00cdb68dc819a6ad2fd42919d5f6056443ec701d3a5f8073ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38b79391e3600157e4c7ec299c852289efe0ce8c0c28eb79faa81ba83e50b76c
MD5 f367def8a86a345fe4fc4db3706b0ab5
BLAKE2b-256 6d4068076c02d1af3024100e42f1a72c6c7888d34373e2b228eb5dee88d696ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9b9b71b9a4625166f9e6715b7de78f13d34603528dcc519d385120f2a0bf645
MD5 8071ced41ff3fe75b9ea46aae623c563
BLAKE2b-256 281732778c2854974017accf0675915cc916a089b474c68b7c137232c0a5de87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29fb16aa5cf657b3c46737dbf0d05e4be4baf86601f2de7f14764fc4f2d5b50c
MD5 eb36699be76aabd1a9e706119ca681e3
BLAKE2b-256 52e1e83b84dbafc05f6e99bcef4d99ef125110b6bd1448da5b615abd0d63267e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fbb2919f98c0c80eb8da45d6677e15e08211d9f0c3d19d5047b4ef58cf8d764f
MD5 c4e227fffb1900dea12ed09d8ca44170
BLAKE2b-256 6369ba31fe254eff6d54318e28140d111ed73df7626b055f6767621c96fa58b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6936622ca0532b35c46fb8ac35a96ada5e79e3ac9ff24e177e40945106459e4d
MD5 9efb072b3d30124d2b8a6ab5b8b800c8
BLAKE2b-256 357b73b39e97ec30fc705d4a85799951777baec5c086fa58c23579a0468c50b9

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2f01b6152926a44b40b7cd3a86f04c1b5449baa6b410ded5b666c6d0751ad4a
MD5 6a277adc7580b7fa1f1aa60203436c85
BLAKE2b-256 16da6e088449dc4f7e6aa0f6296441d8024fe5349a2f0bb868526f0f5ba58fac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 73f137c6072348ba9a1af4b055df069ca43d87e4b85ce411b5a85d111bec23d2
MD5 9b567531d11344ecd112fb3024ccd753
BLAKE2b-256 dfa2790dd8da82c2b1bf2a5fdb77e6d95730bb48dbcd33030e4ff110beeaefa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd8ecdf45d7a6986064ca30e2cca625dcd6bd3d1e7b97caf05f88c680369dae6
MD5 b2d56cff98bff6bc44f50bbf9917c73b
BLAKE2b-256 a47890ca6d3251841d40941c985c65360ca70d296beb430ac0099e44d49c39dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 040abecb42b2a8c1ac9d3601cf5897ffc0209100bbc042d34ecbaecd64edef13
MD5 930d066103dfae22c898889c242e5226
BLAKE2b-256 d52dec80079a358f0bce24c3f952fab1d3ed4762e146cd5c26839a9aba88e6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 91aae80b02040a21e6d515a4251c5a25018b98a255b5d070a0d6e76e7bdfd1cc
MD5 1e581da6f0f5fecbf4708cd94dd8afbf
BLAKE2b-256 5c2a58d82eed2655aaaa2fee189752d717858a93f606df5defbd9a0d5f881b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dfc5ed714f0f000926637a77fdde0f8648610e57dcacf571e4dd7347c83bbd53
MD5 a1effb8ca3e5b18c5249c529b1fa4641
BLAKE2b-256 1b04e026d0b6c871c97ca1d034a2ad82b08d596aea2c6082d1916234f83e0897

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 501.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e1c747c5cb296cca39a6b39cf3d98a3d6e06ae28b928981dcdd75e9695367f9b
MD5 eff32c9bed55a795aa4af7a4e274164e
BLAKE2b-256 7c7e22517ec56c24e5399930f1fb3d3c7c64c54d8504980e5512b67d221f286d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 961637cf5bb049dd419363e7be86ce8f502f05009ed29c002782dd81acde1cb7
MD5 4408e54ae72aedc5a36f31df28b186ff
BLAKE2b-256 f0285a2734689fbbae0b69695e38677b2a0a596a44f4ceb1435ff68fc8627dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49f8bd713c1a1cbd0acbbb6b346ca2c2d72f616dc83bb72bbcc20945a1bc20fa
MD5 6b4bfc206e286c92e3a7f95334f4810e
BLAKE2b-256 29912ecfa3fbd2daabcd27e074c1f3e274038f989b9d34481a35ead2e9be0371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cf32a2c638d491491f5307dad67c00ce9277672a83f2cfd91344e95c3991a564
MD5 8e34d1fb5256e229b8b39a8a9d26d82a
BLAKE2b-256 5f4ea4d87994c0a360adb8c9300a5a34aeea3ec545617f07ba15bc69692a71a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1519a18a5af1edc26d72db540f0dedc8511cde881809597b6b6ea11f1aa46db9
MD5 4e60b66548e1baa1fc71a704b300c94e
BLAKE2b-256 961417a265e599a651b1c3d175386908e0ca26c09a50af14873830691f4a1138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a62c131cea8542afe54cf38329f30fbb0674f88f51bd5d165a5ec13a8b0bf804
MD5 584d5c26140d6ddf50ea9ff414efa010
BLAKE2b-256 af186479f9708f10f87125183b079929d0adddddc18cf69d777bcfd0f032a3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6bf794b52bbcf7bdcf66be655164655ad01d13a77c123e1ef364e28c4b61001
MD5 a138580f0f81c38c7675ddf1e4b12662
BLAKE2b-256 64ccde7aed31b35d9eea957d45de28c9571ce0d0d982ffda5f2196e0415ccd10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5679ed5d658b226979b6e91c37ba58b0b91a8be9ccacd229ac845cb4528f6192
MD5 4a6393ee62d593bd6d603ee166b46570
BLAKE2b-256 a5487d03d3604202396ce35c73062311b9a74de56547b0be23b2140b6243acc6

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82ccedca121feb2a7a2ecdddd391928981deaa0ad4ed193f826ce9fc2715a968
MD5 38200a0fb4c85ffbf90e5e8b28d3198d
BLAKE2b-256 8b7402494114a7bf2d5d84322bf35e2626fac184cd8163941f0e750fca9e5217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd02d5b07b72b37da8e1ccca30227323ece0c31a1977a73136b9570069b0aa6b
MD5 198c1430be02943392e684cbd107819b
BLAKE2b-256 0a4d85c7b505b16b3bdce8785c55b0df2ca36fc4dcd85c7e3d60781a670a3766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9426e0be3708c137116b31726c7c356ee9f2b0f88433d52e284a99196751d63d
MD5 6606636f45551f875ba7901e3461cd34
BLAKE2b-256 b4612c18dcb211bf1c82b4d58ce078949cfde822a613c8ffb3ed4c87623586b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c209aa06dc12bbd89fe51e6c7b993ee793c6a9ded658a68201116475a90875e
MD5 3be1de2e5d5a51d84be0190d46421327
BLAKE2b-256 2aaae0c885b81a38752ae6345c3f9bc7f18ee1719d988598a857cebcee6acefb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 886e364beb35209e8e0f1bf84bc82323f0289c07b1d4c888e66230b4b9dbef79
MD5 e2bac93941fb03a077ba1b13b4e30fce
BLAKE2b-256 5e99f81a750fa9a8e177a53f204b233df84f29db5d8fc00e0181848a792f6d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 24b5b64ae7084c310945a529287b90cd9330edf6df6b41157a40c0ed08d8a38e
MD5 69b6cec0245c2c199b62754d7d4ed092
BLAKE2b-256 382d364a3b3ce63e226b29f51ff9bbe27b783aa7f3548cd5755c9489ca464c1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 501.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a3a0b80cd82598d06fbb5a205e9bddf122cf4ea2453cefd12391106cf89e9580
MD5 b75eff50070bb0f9e32a50f4258d9fa7
BLAKE2b-256 5a6ece90f47bb998e6f9e2f9563cc065866e81b68dd0f83ef4a4c3898514830a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 922a1538a179ff346937df1dc5b9df85149de0783c964a6b94f1c29a01f139f9
MD5 823c9d0e6ddef92b0c507b850ba65006
BLAKE2b-256 48f9d4ddad8859e08c41259d4e098720a4c2b85076fbf0eb5241f907b10daf2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a3536f8b3a164371d19edf08cc7ca93798792dfbcb540cd1aa13794869d818af
MD5 05c60718239bebc371eee99bb182cc84
BLAKE2b-256 202effcf70ba2a5ed5bf7b1f3a126b75aa11d48ce1f487293835707588d43182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 26302e54bbef7a26bea595793f6c4ef5e1913a2f7dfe5936db5a4096eb1ef674
MD5 ada05de4342b2adc5ded0849b12001b1
BLAKE2b-256 1883a8831638e990bc18dd09ac26641b49a0231b28cba17f0f850d68ae2e5587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d01f4d9963ac7001e2e02d1e662b1f9dc889d0e5e4ea8a75088ca94d3d95c77
MD5 253b1d176aa19a5aa8a03101e575aaa5
BLAKE2b-256 1051672d76d594862b52eeb6ff35effda0947e16194302ae7a0ab283279ae1bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e562e1d31ee56eb4919fc1ece52e56f1c9751c199f91a24b74ea154018db629
MD5 03136c9056a66c555651606ec843c79e
BLAKE2b-256 ce58e44d1c5bcaffdb09223d769193b8c0faf8458b7441fb647b401ee05aaf64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b1f67a1907f14d68ca16a69e2b104bf1454c6e187b45d0217c6b66d3ee49a3ad
MD5 21d192919e0b6c27da0f9ba58049239a
BLAKE2b-256 6048a88f42477c655e60f9aae337c2c28f36de99f79c96d462fe623a8cf41d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79c53485c610653d25871744cc10bd55b115731e7b2daabbcf44fbeb468c7fbc
MD5 71bb93a16c074681d63ef47459e35dab
BLAKE2b-256 f7e85eb5fb933e6b65d1636da54c578ba0c2ede64f128aed402cfb1edb1a103a

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7295842ef24754bf69a69711a4c91b6557dd84b8c523c7cf3c9c7d4198b10201
MD5 2c37ca8f172ccffec10d269ed6020c74
BLAKE2b-256 79e86cb42c33606202e403ebc4bd8de841fbf6854414526379ab1875e00a3c8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9f17132b014cc1701daa536ce8bed9b7f6a3fe2ef374e62dd6ccb8f399e856fa
MD5 9322c0f127ee907968c2cbc54e62ce61
BLAKE2b-256 aa08785e14c129b93256a759543df6478c313907382d8227c1c682c7c34a40a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31891e2cc3a6de79354d82b2a3ba4fa96dc148fdb1961492ded35fd275797c60
MD5 7f59913f757ef29317b54da0ab186cf9
BLAKE2b-256 71f99ebd5c9639326399c1cac47ced4cce16078d41552906b488d1f7a39e3693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9346f577c7fe43ecd9f82ffc5c25d575a4a6c54fd48ce89e42ba8e6f5d874841
MD5 481d5ceccc85b49adb646f579954e2e3
BLAKE2b-256 a3e90cf9c5d4ac0799ce29b95c32fa336c97857901dab64d54205845458db32c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b462ad0c1ca8d2caded565715aced494e2ed69b61400a7c49dbc7f419aa45f2
MD5 fcb85f07ebc23b7d29bf7484cb1266d9
BLAKE2b-256 082b72ec65357e4bc7e2d81a70671f8954209a1327a683ab40332492fc1709a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cf1f6922211761c39a1eede7040d3c523af6374acc69cc6d79f71e0dfe202ce5
MD5 0e9cc95ce93a3c81b88cbfd88877da05
BLAKE2b-256 43dee170d0aafd4fa73541106f8f5cbf8ab77011f8684d6fc58d0dd3e9c23fa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 501.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2a8fe90a62c231e70b6878cf7a4a67d580c8e9d2a2e13cce6622feb9b423382a
MD5 356b54e15d5e472e1b5746ca139b0916
BLAKE2b-256 1665c52b5864fa727906987854d1b0e673f6ad27d62e9ff9e0c7c07b8d341070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c277b0924fd3163b88dca6283a017ad78c05e078b9ced611f3d648a70c1f19f4
MD5 279a8b44369609eaa8d1b872577e37b1
BLAKE2b-256 440aa55d1d6508d60155c6d91606664815e473d1c34af53668090c965514ae9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11db6f15f171537a69ecd0c791ba5846356a2ce66b520297edc1e493817344f0
MD5 977c8ec4bbc57050e7f8da74c7526750
BLAKE2b-256 b873a390ed6ecfd29fa7299a55301cf4b98be2b8ca1c4b2da7156521e34f127a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b353e43016f65b80de674f573f39247bf96634b0588ea31d5b589cfa5b60557
MD5 de23c17978c8145259153605b7159794
BLAKE2b-256 33d77030f0fe5d148bd9b0ce82b271d97b3d8d5f0625c1aec1d48b4f64bc9adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5980b80e9854a08abeb7d40fb5a99ef2949e9d588dfc36d7201708e258dc996
MD5 8adc843896ae4297d7d9e86afbe9756c
BLAKE2b-256 345b0f1e67bbf1c9ca698eab5d79765eaa433ea72f28eded3fe0d2dc8fd7d4e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a12b9e148bf532b9b40acdae4955c013f26d2219e826330fd3b9b09577cf13f
MD5 0c2ca46808b91928e8f4ebb0746bcaf9
BLAKE2b-256 e7fea544c3d2ebb3b221bba036becf3a95c1b1eb770669536633028eefc6b5bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6c255e7e6e7fe0193375a2ceb09bc4bf6b03d56aafd267943f520b4407ef3ad3
MD5 1bbc994bb4e053cd5761d4e5c1fb87fa
BLAKE2b-256 e768fd7a4219ddda66cce1c906d8a0dd821f34b26e95d16a3447fe99af764408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc1e77eed9524962ba8a154a621f1f11a592fefbe5da00ac37f3c6615f56de4a
MD5 23be3afd7f8d86042c4214d9f9af1fc5
BLAKE2b-256 9d9f2f80b2521f1286160b1fe92088381c6c3d229c46e76405952e7265384696

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d62e0060a01effe2f1148d1c62d04ab55c2b502beb6e6a73383496674c9abb1a
MD5 6048fbc68f200d96f11a282b957b42e4
BLAKE2b-256 2d07312df192531afb5e8709801209f4ed5bbd645d57fa2eaac052182f43a514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c15ece3d63dd5d9b79ebea74d736214949708110d57a419902e0f940bc6259f
MD5 3d5ad9cc38a4d4a43944e98a629316bb
BLAKE2b-256 103ec2b1851c0dd7e838c03498e6c1f8e0b6242daaa2ed62aaaa5feea6365120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a17d2b7e0305c51aef89a34f06fda1590dd89f489b2c9ce7298660f25221b0b9
MD5 57a372cb72d75281fa12240aeed69233
BLAKE2b-256 068fe944e54415d29d941b2a928d5611edfdde0ec8707c599379c4c91de344cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 baad88fd858224f8173488cb440909a200f7d64a049619b3441bfd8c57415d6f
MD5 b7abe12e0fc2754fae88e2f2e68c3e89
BLAKE2b-256 5b89bb1d09caff44de7d1776f0ace6402f159948335e7ff7b299846c3b252895

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 501.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cba75f860f6feb6b66526f3b78a5e86639959bc319b26c138b020209bc3b1f48
MD5 97b5c3173fce598764191adc457b27ad
BLAKE2b-256 8d066520e0e8a76ca3760a491a39e17b26d4ff8de4a158ef975509839464b544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 034c15fd19f915dcbfaa6d7b6f3e78b341c36d50b3b9e70faa6be0054e40cfbb
MD5 9833cc10dd95a246fc2ea74a95fdbecb
BLAKE2b-256 d2229e4929894d90b444a0ff208a4eb0f72b3fbba1cef6cd018a437eca78e5cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04e735fcffaa0da063f0c81d1424d09828b783d5b5765a1707f42667879f35ad
MD5 bb66b46e462fe66d96b93843029a9a36
BLAKE2b-256 d384661184e9d8630ff32ed6de55161ddc355e25f5bc9badba089c5e16d5cb2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 537ad2b2ddf893483c5962ae95d6683ac78cd4e8878066b562a64c13e36fcc61
MD5 7ea0e559e394081612b3c4b32232ef81
BLAKE2b-256 534c8c624f50ca6048705f1010167d13a29ca044acb3ddcab7bf18012c10c5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dc6b82a7aa7b604be48f1d8ef2de8258222a118900521b47d0377cd38c783be
MD5 314dd0f5d0bfbec1e968bd881755a39e
BLAKE2b-256 feede83d613f6bfbeefb6f1f5d4a9eb6aed6629fbbc836619e869f12d10d9667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c85e42beb05f34b2a48bd1fc5c17d296e82079b74939db031e14a23a4b189f33
MD5 6c9bab300a9670d4eaf4729c2c883d55
BLAKE2b-256 1c2aab8487d515836384445c400de13b3944e1f7642063b0765a83555ae4b8c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a0ea12325748b446df8eb4b2a049e7e130350c1ea4a4f58f0f5a24d93e8d655
MD5 52772808a52635935b6808d441c2dc79
BLAKE2b-256 702d61656937940281d1df8b1f2b4a373521637536f600c6eba650954a50e3a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ab3392ec4ca0d7af94183cd1a583a58c1a4a176a978eb7338040b7be19c61172
MD5 119c24bd44820630dd38e9f8925c8068
BLAKE2b-256 7eadbd5e8031b83c0e1605e8e290a7ab784c1d6a2af2ffc49ed893a3defefaf3

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94407a6dbcb59337ce5dfae349aa75f31c93b9030238a1ec74e28377ecbff68d
MD5 d9171277cad20a071cc64c3340eb4b7f
BLAKE2b-256 11eeb61bfa2679a8f210851f59c67feb81c2d0c3bcfb5b4b8299a23e71f52b12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21280e93e6ebde7727aaaf81d397298434f8bd310eb68af95efaee6932cbdbb4
MD5 769e6b3ae80221365df9bbe862f25f73
BLAKE2b-256 4ee2572598b142cfb6ab9094cd59521837a4f431d537192288ca479649a42179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ff7c26e977d94ce5c303dd50c654925f3c72c197c35f228403e66eabffbae60
MD5 ba8032b2eb5aee3bb8e4d88ab3320883
BLAKE2b-256 ca1a1db83adb5fc4125d2d3174a7d61593002ea7b7d7106fdd139bde089f2702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5975673eb2d7e1bc41517451a236cbbc50bc4fa5a2f0de89aca3f860acfbeea8
MD5 9c9ffd859e796dab905bf329a8d78d32
BLAKE2b-256 11b6888b11808c7a0889636f6efe2857e012c8237b2c732300be9b2ec5d22d38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 501.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8e2e098e0f16fbb979ac8406ac6bca2589a202dbd563ac698a344d94f5a2984d
MD5 75cf926dd73bf4ef94415b1f7aeb5579
BLAKE2b-256 9e16d66b36e3e1ddc0148ac9ba1c238a05f0b9c900c19f879ee807768a9527cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d41c2d50aa252c4b1b6bd67e816ae5d60ca2433fe525ea914903a455e179d25
MD5 e608a781e4e4fead77994ab4f456bf86
BLAKE2b-256 06f54f842b37b988a74574fee2904f39a52cb060734541abcb0aaa015ee3e1e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f78b672ece6b7a05ed3d849ee641768fdf8c872dcccc9358b2a8b8db4711b78a
MD5 49f123c2a64f953ab7a0ff5d7f70d78e
BLAKE2b-256 f538051088901ad6c1a08b02b9dfa8a4e88d920aa0afe5ffc4672c7085026d45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 12aead793b6bed4e7c8155dc9c60abcf0e9c75cdf7096a761bc03883b33557e9
MD5 15d42414d39a604278b5bac4ccc547c9
BLAKE2b-256 52c98f950a54fc676d181bafe03924b331b41dfed42cff63d58d8ec6cc0aa6b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0e752ee37d35cfaebd8a67aa8ff4a9a93ffdcab88709bd82d436d699ee6b253
MD5 ba5b9e2558bc86f9f9f6457449d8f379
BLAKE2b-256 88649ec9e510538a7f52a2ca56dfdac86815d2a7cc86ffc9178f6adaa222ac11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2281b074dcd46c2fb34704b775b619f000b77349577d5fd232d888962a822afd
MD5 0f3c323b1eb845d69b6283cebc527a0d
BLAKE2b-256 a29833a5b26d7cfe78dd6dad4e9fafd7b8639a4897af87607628c7d95a4b38be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 406bd83b6134b4cd28d343ce52ab3b4a6e91f68c3b6e69e564769f64322f0f6c
MD5 5a5cae3770662b82eee49945fc1d9064
BLAKE2b-256 c87b88e869193462b8b2a92cfa10261d4eea6c5e08737cc3f3200af11b27b859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbce98c1d35c834d531d8026c4f739e769694991f90ad45b435581e53f0dadfc
MD5 20ae22f2cc01f77e4ad54497bda2531b
BLAKE2b-256 6fe3d789bfa9975504b2e44d1bb18d741091a23cd2a99f978cb0c543c2c50c76

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9aa5fcb73142955a4752f97723b146498c80244b029e01fcbdbc5096f2dd33b9
MD5 a6cf405d640d5c24ce3e63766db2f401
BLAKE2b-256 8a6822703e43f28c80068730aad0fa60bdd345a1e7a82a1788dbd1b682f2aeba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ebdd0a78e18a3a211aebf63269e08c0d9658adcd12cf2bb8241beb4da893128e
MD5 783530cd02e89400123773700d2f0361
BLAKE2b-256 817aeba83791c3bce90b9524123768777da28b6373efa1e16db08f647eb9d231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7ce43fe25c57f7801ded71a6f0678d010a815343fb81bb687b6cd035a05d95a
MD5 36090061f67a5bdd391180f093e84555
BLAKE2b-256 0f74712a07904c63bdc9d73c2f46c354a212f2837f443c16e81de1e69cb85323

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