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.5.tar.gz (13.9 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.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (852.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (931.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (835.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (743.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (726.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (670.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (658.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (852.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl (881.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (931.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (835.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (743.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.5-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.5-cp313-cp313t-musllinux_1_2_i686.whl (880.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-cp313-cp313t-musllinux_1_2_aarch64.whl (834.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (796.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (853.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_armv7l.whl (928.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (725.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (601.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (852.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (879.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl (928.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-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.5-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.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (668.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl (636.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (852.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl (930.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (835.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (793.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-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.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (725.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (604.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.5-cp310-cp310-win32.whl (501.2 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (852.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (881.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl (929.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (835.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-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.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (742.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (725.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (852.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (882.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl (930.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-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.5-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.5-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.5-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.5-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.5-cp38-cp38-win_amd64.whl (537.2 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.5-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.5-cp38-cp38-musllinux_1_2_i686.whl (882.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl (835.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.5-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.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (794.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.5-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.5-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.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (669.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (657.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.5.tar.gz
Algorithm Hash digest
SHA256 c63495bdc3d023d718bf9020353b3ed590e6f1d4d1871374901e0afdaaa8be99
MD5 ecd7db25352166dcd9c66272adea2a3b
BLAKE2b-256 f29da08d8a59446c461d21768b71072ee5d25fe4928b04919aa59a64e1a91e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99e0388f42689270b515d3bc7d288bdee7901d331e3716892a53712157ccd328
MD5 78bcc02756af2d79d10a76472e38a075
BLAKE2b-256 b220705a2f43fd12d08a8950f9937f76fe772d5b4dfd50982c8981d7f37783f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f03299a6a6ea489c63cc62b79efbcb14e6570d6c865e3b5466c55038938cffd3
MD5 e9fe3d97ba16f9b76f010e1fbfb7bb38
BLAKE2b-256 800320958b20d51a042ff5831642301998c815f37b7e902d396043363e66c1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a88ec50706d6fb6f3ebdcace1d399a43881d0e36b7127e7cc58fc18e8c85106
MD5 d2230a5c15d5ccb6e26890eeabb4f9fc
BLAKE2b-256 7fa4b66d83ac7ebaf8cf5a8e1db0383848e3aca87ca9e386a5f3aba3d8678e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2a758a098e1955f91732f9853b1c2d0c520cbaf2e5598f3081de803b1afa47f
MD5 9b76934ce54a479bb132d388f73e631b
BLAKE2b-256 58eb8cfdab3551b2ccf553464429a15b35a89db4c2d89eaf161e9f0cc8696f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e16c6fdd28fa7a50768fb6a42431b8bd45452323a418260f776d9b4197dc03f
MD5 92889d1391042e641ddc2d257e9c51c2
BLAKE2b-256 a8456acff29f2a973637fb7a81c13f5d847b93996d72210d4f55c6ec3761fbc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1116b70db086c6352f6464243cfc584b10ee4bf642222592b032b3e3cc3be2e
MD5 1b77a1489e593263b1971470160a3a87
BLAKE2b-256 5cbc12855a3eb88e076f3340a9042089b8e0065508a5dd20b5bad80172818d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 778fb2a3fedf0a849bbe7072f5751c88a44781d815bfb013f5c5e3054a610ccf
MD5 5b75f2330e514268d4f45fca29f642c3
BLAKE2b-256 96787fff8a23a9c3b5f4afb91a5f155522dd48f33c9c1c93c09243d37eadc399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9554867e93bd87005570dacc40884a51e47d4d8abc51c3b10cb8286700fda6c6
MD5 903aaa643ac7d20b253388d6cb5425b9
BLAKE2b-256 d327171da9a66add3b2a969f580abd250ad5de73fa5fa91d62912dc518e52df8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2a4a4f04de49ec89ab4ff9417c12422f8d7d8741484192022784c29406a4f924
MD5 e3a2b0841c6993bc0b737c597f0fb00d
BLAKE2b-256 0cb081e95b7dfc1ef3f3546ba55ec2c274f36dcb96790d66db4cc8e6a5930732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f474fc55d345c140781fb1db074c375ebeba6804bd31e061c77b6b980c5008cb
MD5 c0cead6d11a90e0cfcac8255cc138a0f
BLAKE2b-256 5d73d2e9f99406deae3e054af2a81f96d0a7e416821d81835bce49d3dfae15da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97559fb73ec7ae76b5f4b545bea76d25d8a2efb8ddf63e576a204a8dad67dcf6
MD5 55c73544fe89fe6807c6d0e1b3b2f2d6
BLAKE2b-256 32b32075c5f6067fdf0bbaa96f97a0585edeaea4dfea41414f90f60bb14bdca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27fb8ecb45bf574d547cd2fd34e3767250bcd25fa543ddefa8dda5d5742df4dd
MD5 82ff0568d5df6e66cc16f66d2458aec8
BLAKE2b-256 1982d451ed9aa9f22c5260c0afc261d91dc97ca6159b66daa557d70637b7d2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3b22f39f6a4f91191ebbdb6bdc764b0f3a91062157782e1770566072ec20525
MD5 5c138cd5f35c700a2a6bd91760681793
BLAKE2b-256 1b9c0b4746917cb407cdc73dc2b46aac3fb7014843b986c0e12d720d2edec5de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ce1f4088a84521e9b04017793bef9ce83643c4905fde9e6181a72eb3f46bfb5
MD5 ca3bf9b9307eff02a8441d07149806bf
BLAKE2b-256 a12556a4c25bf6682b2d76be77e9a13239b972243e4e7bedf3f2fbd080fba52a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79220179d45a6645f762c35f95cda7b7109d5ae194abb89f470c35f60483358f
MD5 f6cfa17450cccd71eb31c3e49f051849
BLAKE2b-256 a795e4febb7107044fcfac1a21ea8b5a5c39247b911156228cc67b8932d7ddb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93f1b65100d332a56342e3b2a7cbf96cce343f4e2ea7950b6640f49cb6ac369b
MD5 8cbf05d8576f6039a59fe235c6b2a007
BLAKE2b-256 03535be0133b41feeeadfd5dff44c4de84a5e934c7ab11634986786bedce98d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b5fec16831680af4fa5d7619c9502fe967d4605fcf012c059200106bd24aca1
MD5 f121442f8f384b6a2a2b0b645fe45ca4
BLAKE2b-256 a792bc7c2065e28c3dd3e2ac0351a4e7a72a3107d3f275f0d711e195188a1c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80a5bc80151a33a27050720c846e2e9e90e5f061c28c82940d2b349a2b01a686
MD5 32d66ed0b65a90bc35ec14b9e5f65cfe
BLAKE2b-256 9d100c9ebbca5b2051db5f3e1f2d0a2d859eaa45cfe5ce58fdc3c0a048d2a40b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e198c54b1c0305a140434f4a0b7fee6815af9a2131141afc87f665e67ea93d2
MD5 40883891f501f8efe52601a0801e1688
BLAKE2b-256 9dddc204bcefb22d558244df8bf50645f77685ee5a2a242df40b090f839f257e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8d10a2ee8ea366d2a30a088ed4deb673e7cc0ac0d32ac2189dbc49373bad3799
MD5 1632cd0a7719a1a05dbfb2e878fd376d
BLAKE2b-256 c04d28cd9eff75e934ad65601fb855e52f509f4623483994366f677fe85fa274

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5041d47ae93296468588c1db34902ae9a086901769c7d3daa31512182c67bc52
MD5 15017da6131616e6bc06ac1b0aa1786f
BLAKE2b-256 32296ba7ef990d756c8ac7b7bc05277bf9dd0d73526763c212260739a0219e10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7a8eb49b188522b7643c49377159564894ad34a991afcf848a936e39bc9e26c
MD5 0975fb9b9dcbd693f6d0d4b4ee828c64
BLAKE2b-256 ff611e1757acd321b46e02f495d409c2d760dfcee13016d6290a5334ed6efdb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79c069aacc27e336c41ca3298ea34281857b87bd4481ebd21a08e2a5b12ad2fe
MD5 b29527be4fc9854f7579bc78357e875d
BLAKE2b-256 3f0c44e750f50774a2dc222aa9cac01d772df14be91627f11b0a55dc14b201bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05e46b0cc33778395014efaeb56eb72368a7c24d0458a3fb6aa34eae77705870
MD5 82e0119e79f04d9d664d226e4b4b2acb
BLAKE2b-256 afef4f281661610a6c28e2231bae60cb6f63b310a1d0f9bdd9a7db582a0983d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d4cf75a5a594dfadee5c63ba71ba8851fbddee5c58c0d203bf9f0ab11c0288f2
MD5 77c967b6d6b92c757ecfce50ec6b1afa
BLAKE2b-256 3f2eb0699ab94b003ef386af87fef905dae82e61b9f54a7304aecaddc6629d1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e50122374dd47d235224aea2d3b8938ff099b41fedc224e4714c6a08555429e1
MD5 ff667422d098144731c3a9e7a93fb0fa
BLAKE2b-256 a3504c779c4444d4402c30b429500c7dd2f4186a39138c6d971c7776174eb92d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b8cedf488e0d443ff250654564b2326c5565f986c792230d0b5ff05c023e6ea
MD5 158fd3724fc58ba862e4d87748b90de3
BLAKE2b-256 f8fbf53a58c7c4be050f242f3548ef1a51dca48f660aede247a815be5faa8215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4be0e63474dcba70e5fdeea3d828c3c5cc38b6dcbcca06241ee54dfd03cb47d
MD5 bfe0cf2fbf550598bcf1f087b1ae37e1
BLAKE2b-256 6f0c82f5bc3c2412ef8d9bbd8454a705dfc8c110a4792040f13387af92e0e8a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3c6d9ab0d7387a38b9fd539caf3f315a369a179b744bb7a22b71b464a2350849
MD5 cdfb0b773ebcd52ad0225ce92d63492f
BLAKE2b-256 1f78970b9dd8f70043e60a780818d42cfd6ea859a2d672d19933c434c7ac8e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60b83d8e33a3ad16d526674c848c8f7ecab641d9ce895aa96ebf96454ea4dfeb
MD5 9dd3fdb663f3c181316ef0bce9652c0e
BLAKE2b-256 cba3012bc1c081f9620921243b3ebf7c65bd6b318cdce1ceda5a74bd67531b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b618ba1e49c122cea6a395514c830dac811936fd6cb20e8d0a52122ff016bea9
MD5 2a5821833e61e83e36977d769a5b3588
BLAKE2b-256 e87e8152e088c081af36ea5dc607d888ed4343229719a2dbfe304d5cdea9d3f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 533e14a43403c8a42f73acceceeef0157497386cdcdf3ca6720d9a7b86c0e5ab
MD5 8e27f3ad5bb15d54aaa3cee0ec38bde1
BLAKE2b-256 4ad6e34275549ecbe5b4dc6768b0f3430a07875b37cc663a917f3f43c25f885c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2db7366be20aecb3238182dc967e857b0a271ed6e139f5ca39dddba85d7d44ac
MD5 af026f080f6132849c0fb4daf81ec695
BLAKE2b-256 54a995dcd05f39856314da03dfe27478695a65cabdb9a996a17f6fdd436175aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f7442d6d4d94057d591a65d577bd45b45be5296fcfa9313696db8ef3c293b46
MD5 b7ecffe2d73e15edf28e5e1f4daf028a
BLAKE2b-256 93836f4eb0e2c43bdde3e58fb294271d5a4ef3b1967f2122fbb5e688092f97e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9bef2d82242ede70141639dd9117728907ea51e0a96d0ab567de1e233fa5c67
MD5 9257c34fda09c1ec4796c38c352b02d4
BLAKE2b-256 e93d4c4d106292ddd12e7b5a06d9e426dccf92361735c1fbd6a3158be7622979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8352899da1f7b6c68e50ed3be1680ad956334c09775a470ad7155877f65affbd
MD5 feecc9de2ddbd9e8a76089e4535cf2ea
BLAKE2b-256 ba1220927805d09ffe97cd38d011c62c8f311f31b5b34b5798750dee7e55b5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 742f8662e63ab0d5b1ae7f3f936d351e808e2e589b992ac1fcaea7457fb47c41
MD5 d90f4b8e55f0f2dc1be38c98ced796cf
BLAKE2b-256 b8e647487e64d333c7170d13dc35c70aab72c746d53e37c3115d1a02b232f122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1924d0d94bb1e25b81466a630cfb5f17a124cc519ea7f4ef3be670f0cf7ab460
MD5 7732fe25d454e01be9df12ecc21be0bf
BLAKE2b-256 f67cbeff7cca1e896389fa4d10ae34d3d3963fe0c16e016cddb2db095808af72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e200c600406a228df4cc5b55b51d14c6614f74303aed9864b69c33f6d158055d
MD5 5ced2504941100137f7460df9d706c44
BLAKE2b-256 3e45bfa2efe87f4a7960135f804050ca3189b9c9710f10db6ce1f8d95df76a38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.5-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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cbbaffa96bae92fa3e7e1e40bf244e5b1e4f1e129ec0297d9a2c776d12524985
MD5 d048d73bc1e05557d6a8490b871ba0b8
BLAKE2b-256 e9ee776b8aa8ab0f204a27d2032600cd67d7ca62d7c1609a143face689d98892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76a5ad2c3422ee187085668be60d316ec081bc0af4554658ec5afb5edd2a35f0
MD5 0148ecb7d56c44e73eb54d9aad640cc9
BLAKE2b-256 a1835052d9ff1586fbbbfa5deeec7bc7f06a31d22889168fe7703c372ba9c77e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da9322ba2234c7d148da83e571c9ddfff34ff7fdbc468cdfefa5f1dc07fa155b
MD5 f1a91a6547722b07d91f09900e070f66
BLAKE2b-256 48fb3e033d39af8360759afe7cbe536a396af0ccec01913df52157f313cca10a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 76ee46f92b545e713db2230f8fc32f0eff5ca6f686abbc8c1ce2432277116fbb
MD5 87f6c68e35429d0ceeed73acd4eeca96
BLAKE2b-256 d65da74d616832ad9eb28dadd6993e569b3c334a954f835a4f7c82024a23427f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f00ec6066c8848e29131af8cf8c474d3dde5954c8beaac012b264052be4a3b90
MD5 1d216f3a4133679209f894f845186edc
BLAKE2b-256 f7a09a91f99bbb6439b1ec307ca7e5e4465c7e9db55c1b9cf0b24094fb39bcaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 527474c9890340d8cb4b7771240d8bec31c8b37774f4d7183e16222ede7530b1
MD5 0201b002a179a153c20d6e8a7d87b97d
BLAKE2b-256 d7c08c464f1618ca32aaa873b95f0e5043d5085b185f23fa7eac5417760462c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f5cc1e3dc488a47f60f4c4e023c9d31b3ca718c74df69dc7f977ea449d52eb84
MD5 22fa0e9fc4930f953396df316f0d3bcf
BLAKE2b-256 ba66c31706d42bc9a498107d78fa75732e04d59748d49e49b076e79430d5a678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3a18890997956cc6eecd7f01e11bf30cd6ebef866c94a49f8c5a8afff61f4009
MD5 4d651e065ab13837cee2cc90a6abd321
BLAKE2b-256 c1e9853c5840354e7a672b3cc66b4aa71893121f6a9d863f762c889cee4e8d5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e88fa5d17b127627838d4f2c7942e12120cdd0f33821d58f2b1ced82a99b9b0e
MD5 75e3af3abebed9e871e8911eb6313ba3
BLAKE2b-256 b3a8800fe38320e390efdd8d40acd744cc0706328a71c93f1225a8eb4ffa8fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 460fbcbe7712cd0d40b0a51c3cb8128cdbf290623a824111f4cfd2d5cc154795
MD5 e05af712e070a89984974bf634797017
BLAKE2b-256 a50306245352f4f05428327ee975c9604f3820af06bcd7fa5ead95780120f48d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 551282ef170ca6067a88e600ece99d6f97bae19e572723558d4b47f4d8eaad6f
MD5 23cec5ac8d6096e4a738afca94b3374a
BLAKE2b-256 cd7081f66691f52fb2ed2b7b0b740b281d700b7f317539bba8ab034b9d9f363e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9acf2f68d43b199baf01490aa43f9ceec4ff74eaeae475312dcddb5537b5fd32
MD5 facee91f3d5cd47fde337f7ce94f0f3b
BLAKE2b-256 e5e457ab85bcc24ce60da747412fdf11e79902d1292d08774a269728270f79ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f7c166090175fecb657d69a0ff3af2e6b5eea4f984057b7faeca0cd5ccd89723
MD5 cd2b513fa2d67a9987ea69d8824bcf4e
BLAKE2b-256 027d4e7feac4cb16b15ab7f81faae260f540066dd819adb530d7b5849408d12e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2a9ecd83ef6fdddf334348b6f29d7800306997cdb228c5e5f36e11a2aa41443a
MD5 0857eddd33382b47af6e6fc0ca3737ea
BLAKE2b-256 b83dd02a2577445b6be5eaa70890e8bcd639052573144332c7869428612f860c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f6813c0406dcdd8fe57f3f144d929f23f7ab65a719883ef878e53ba232a41429
MD5 768bb9e9a14697ebb561255a58f4386b
BLAKE2b-256 060ad44e5103f6734f308c2af9cd86d0967bf2fc7f5f8302d573651e8f292da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d33eee76d0621106094f6ac3ecbcbaef58877a20dbb1b4d2da2c847f5de053e6
MD5 46fb19ac9593a67bd9b071670a415b42
BLAKE2b-256 eed818f87b0595a1a47ee04dad71aaede4fb019255fdc9f1d959e5f0a9385435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63cce463ae34b7d17af8176683833080199e0f03ced90d9d16d4ff33af358f46
MD5 32fc040ad8b3683c4f1d011abe6ed32b
BLAKE2b-256 84353e8d92fe4c572b4f7affffddb29589850268d4541ce51e68e9cee4ef5573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 94b7b2f52b626782d4891bec1297b2a9589c2025b3e7c940edb6403f11622e81
MD5 b7c2a61f8bed43ddbd0500c4cd5885d9
BLAKE2b-256 2a5f8848414c48d841a523da79f07d37153c5434b917441f08575fb8f57bd693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93fe6228da0b2a168f6ebb80988c31f1b37cf9d3c0371fd65a82feeb62e3420a
MD5 854014d8be0b991233eb9e4645be72ac
BLAKE2b-256 5ea2ffc059435869d94355ecdcb433be32e00fef47d0153533cfb75224d9aed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd4f5e839a64fc7596d1df18b46a15e351b3bf89fe0c7c7498d5a0aaa1d38a44
MD5 0c35d52f599ae335c634b1f12161e6e5
BLAKE2b-256 7011c9d634b1753357b5de9f428a811ed0107a54dbdf371697512f17ce58e05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 753b6fa5d0ae2403acb911115a2f97e775aa6c8528b4ef997cfbd383c056ab61
MD5 72fc2d88702cf9d84395adfed5b0957d
BLAKE2b-256 0caeb01379e954445b2c053390b36b818d266139803670f41aeb4e1a9f1de026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f60f3506063f0a98de0ced25e64115031000fed070464b02815d793a78e584d
MD5 d93c426484d95ece8125200331d7dea7
BLAKE2b-256 bcd0587ac57704a08c50a0a03f7cdffb198e05482bccfe93f628243217d072c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4343285439153c4b630401d0272590aea7f40d374a3a993be1951effe7e0863d
MD5 a628c7685f8e9fac6028c70684b9f61a
BLAKE2b-256 4b76facf9561894a84e4818a4a2bdc2773abb1d005cfb01090a3e1be099e6d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 037ab64c8176270ebb66979eeb090ffb666633f1c65b0f5fdb678628fe3558b4
MD5 c9f33323544090c0e26d58b28b526e40
BLAKE2b-256 3dbb785e0b46e28afe28ff3a22571a0b4c107ba6b42b98df67a84b3aefa96d7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b190e130f4607a937711c2f7a5d0274e9711832e7af21986d913d7810ca677a3
MD5 f133c0c9f4e305387fc657c38368d8ab
BLAKE2b-256 ee03a1aba50357f347c10a9da22a091b8af508b98971f12c9f4cb7e6561b2f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d122ec7d1afd15a0c100c7565f458dcb6304cdde67012bc875165a70502c6e5
MD5 4fa53a3cf9dd38eaaa94d47292ce7928
BLAKE2b-256 724507b9df39b64259a72555c164b9d87c8e12686b88460459d2147d7be65c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9cdcb51034cd3fa9656bbe0f87802923deec29aa4b9b756a63cdd8cb9920d615
MD5 6d5c799acd2350a48990cf29684c7c2f
BLAKE2b-256 61a9c14e6a824f5f985dbe611abceb9fd544d1e0568f37794738d29988a8f1c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a14fee00332305db22ca4a113f601e431cc288e94fb682bdf4fc65d46d1e68d5
MD5 3be1bea7fbde118d5da0a32287befd73
BLAKE2b-256 442f036306dafb28249e893282c8d07a72137b732031cf5eb61066c6809b1a26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 501.2 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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b4e2ea4fbf12af34fdefe712c435b4c5745e50aaca1974f5df8ad68b4bd13c06
MD5 57de78be8e13d6fdfe503a36c62612a5
BLAKE2b-256 078b26b74ba429b1f79b6b17626c50a3272148ed22362da46cddeec4999c3c22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d12e42b77e9ae6eb7a2852a97e59930aeade707c11b0b0e3cadbe7a7c9125b17
MD5 5b181e7f36522efa3d16cbf59ace0d0f
BLAKE2b-256 2db30a89c178124285fbd011770ff05f9322e9504e79a8c8992bed3cd63a619c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4533575f74c315b16895c8430ef46053386e2f1f538d1678f8d76c8a213daf14
MD5 0e251da382448630f02b65e27363974f
BLAKE2b-256 fad865177f771bb4f241477b11d1a602f4ad2a51a5a4bbe1874d8f806f43874e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 edbd6670632ff6729751c9b368e3838889ad711d98cffaad05bbb989a567d6c6
MD5 560c75baabedc91fe9743d4e065af29f
BLAKE2b-256 c7a25b7171ea454dee0a3427d0ba24eeb0002fb4ec3dc58f69ff902579a187db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cab49a2c5a517bf5daaa5b3dab7f56dc064679765fcb75705033a07f66ffbc82
MD5 cd818fc288f2ef59545d43642108803e
BLAKE2b-256 64bebbd998a52f54744c9106595080f39ce289fa240bfa52c88c2731c9885c3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66165f4f7c833a04b7cc42075250154205e7573b51ab32b0ca52d33b1741cae7
MD5 e4d5618d17220e5153a6c050b670b6d0
BLAKE2b-256 1d88cb57488fa53fde00b44a9373048bdb1ce5e4fb0c02457b166c7c802f460f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63ede45b241c13ac4b92d3c2c4e394195561300c02a51991efc2109b8da74808
MD5 f63ea49c5d549ce64d35b7915d65c8d1
BLAKE2b-256 b42c75576a8e5eb38be37139f5d788e98881ba0582dc7fb6d42d5c1f7df48958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac886e8728b4737aa8bd154dab353f1aac1c7717fcabc458a2cccbd1e4272f69
MD5 7ed2d54bc9fbb8703806e04a72b32469
BLAKE2b-256 f9e793e2dd90511a3c7d68ec290abdd347b17b56da593bc4cd0cccdad423833d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b984607d6090c109ca7b8b6573e9e241a3431b668a3f143274f73497bc1d36ff
MD5 4cf87ae673f2f712de090e86877dd98e
BLAKE2b-256 af0988c7574fac8c0bb5944f197cea1ff70a2bcdbea0d604413aecaee5de2440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4fd87ac85cfff12ff9ceb3a6ed9d63544fdce5769eec829204060d2d8dfe90b2
MD5 19a8b1553686a7415fa2362d8a075137
BLAKE2b-256 5e1fe379e2328d894a3453aa35bb02bffd97335acae80dd08334c01920e10ea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4a32919044aa83c3236f84826dbf11ec98572a16afc42c84fc0614c4d35facb
MD5 17c6d2f1927fe329993ec169aaee5b8f
BLAKE2b-256 bb206165e443183adda69a9f91b0c6417a5fad5a86a81480deb8f173494081d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c7d97ba0723647c5400d1067d4c23e3d632a340cc0bf9e96efdef112a2c21e93
MD5 b65d34d2c6b10103eff052998679b020
BLAKE2b-256 78d143f117cb817da4c01f836cf3c92fc3a5b8f66c398b2a4eec095caf2a1750

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e2c681b8b8540f223dfdfb5641d8b0adf1f6f360d81babe630f362a278873d03
MD5 4ff4a295c6359cde639520ce71c6d4a3
BLAKE2b-256 b8bd970e38a9c51e475acabd0b7cc6c0db39b772a7dac6e5d5407f74bb3c1a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 777360423dd895b1d0c23ddf5b122eb829e76dc71449100a4edb6902362952d9
MD5 d7845901aa4c333ad25a3ed3c589e525
BLAKE2b-256 c5fab3f37c1af3a06a76a8f6dd23791d4c0d48e2f1a68b4d9b023bf271ddade4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3402ce63eaf053a901b43b7822bd18ae40a479d55b6621fb1b8d3a00c3fe67d3
MD5 96f09a80739b2cda0d29da7bed966edb
BLAKE2b-256 4507f9c295d7aeac919038707ab6a75c66951706825935a04e8b7f623dc0276b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 104d4e2d0fb963ffd707d0ac88ae9e1dcaa9c85a58bc2b5ded02e2b4f36def32
MD5 39ead9da0e3974c7a13f6a35d7686fe2
BLAKE2b-256 a922ac428d53b784dbd154be501ec97bf4460bbdad8019431eff308bbc61ef5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a223c5f407b067995f8f70b62877ce882c82d4bf0d66b6168b773d67fe973724
MD5 08a2a135d0bd3086a40a969a3b8d50c7
BLAKE2b-256 6d47a78ea04021e91193a0ffd174d6f5eb86d966242b8d4fe66fa387194976b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 160e7d80f306f4e484414eee6db4ded671cf468243fc9f5ad116f3ebc9dd5fd5
MD5 e6f06f9906d09eb93fe8f905416349e5
BLAKE2b-256 77e5461feb0cd69442484b0ef13dd5eafd7cd5a349b09c7a1fb72c8aa6a64450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c38daa9db246934bd5c760244e2f1258c8ae4f3c2b3995f1683f96e4e07c59a5
MD5 9d3d3b40ade4ea6e49617df15399f61f
BLAKE2b-256 ae8180e395aa6646cf9cdf76109987f2eea1f85fced38612e78163efc0e0b968

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b290af744cb12d6fffc5bd14efd28e6e26a9ce2dded91004461bd39a222585f
MD5 671270fe17182a90b595d388c944d705
BLAKE2b-256 33de29852342c6e0e2dece51ade71551f84627317e696ba16bdf91aaf246877f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c166ab1d36ef16c777000a6dceefead732e5e1318cf1057e3eba0b5d7199a62
MD5 51472862c0d0f62d29ced6455fe4e582
BLAKE2b-256 6c4384257503b26002de6308b705f6a6e84a4f1dcbe3ffaac5696db9958313b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d2cbf0a5b3b95ad283a8cd4fef625de893ca085a7461bee88fd91b8c60b86e52
MD5 3ff70a41574c5d0e6c757db8b26b8fff
BLAKE2b-256 c34b089f23731fdcc5ebb046896cf99508c8a3a0f87e91263c3928bad445e705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dbf1917b4e3629e978fd396210ed03ebef01dad98057190c6cbab983cba7f111
MD5 1659e3be5843a00e5b69f2e743b2b4b7
BLAKE2b-256 e0ada5aca2472047b20b74bdaa9ae4e00672f32ec74a845ac2d1248e4aaba123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6cba097dfc608d0a9c2e5bab82c266c3fe8d28837756d00b401ec50cd44406e2
MD5 1fe3ab3f2a74aa9b74ea29ec4a516562
BLAKE2b-256 40009a4b73f190e9dda85bf2d4d365a405dfdca5510e96ba2688daf28cd64508

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.5-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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 333b40a98423df7db3dfda5563277dc8e087b13de706a607fab9f81031f11fc7
MD5 9d637f9088f8f5e1367684bc1f08742f
BLAKE2b-256 d6dc8f5672589859d3acbba6551a28af3afcadbff61e8e922d651a27eea64116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c38c26c62a41c1f8ff06013234ee991630fcf23ad44115395ddacec8958b734
MD5 a364161b682286b11dcc503f1fb957ae
BLAKE2b-256 642c9513937811c2eda1cced1b36483b2b21bc6cda8b0c8bc0bd4598a89f60c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f063ebb34fbc39c1f8d7a28b9b2590bbe210b7f3d550d8d711b1596fb95b9ac3
MD5 88b1888a80376bc4dd34c96be27eb4a3
BLAKE2b-256 9b9cdc2b744ff600f81549747f99e4d0feeb5cd84cc98a8cf6a5321456785c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 22ad4dbbd82c4d3c0a869f66625c924e2cc6eb7b7fd72a7fe86d88e32688f8f4
MD5 f2e9cf6f868def343f6b459ac9fe747d
BLAKE2b-256 610a5338f96d1ba9f286d622d19b7ddb369926536e52a0a486e7629e70903c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d43ab48e3c4c96d55ed39ab0595cf012d01f87d090c045ac71527089edeb5c5c
MD5 79a88d57ee70dc4db6586d9da8973404
BLAKE2b-256 fec029f5b6d78682d5a94e154b8546b55e6b548391df075620422b5f7c257bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 609af7610f42218cd8610a655ef79aebc3ea1b3a0a90381dad1308438495f785
MD5 753c7dde6ba82e9787b7b2bd1b40da0a
BLAKE2b-256 9834858cad346cc29a865eb32dcfe75547e18a9d7af788151b8e546c2f8edbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b35ab184783f920250f6b0948ae3de17c3ef70e8698b5d214548ccfc16c4a6ac
MD5 81d28a9259a6e98c34eb5478bbd811b1
BLAKE2b-256 b08579d2400ddf73c8f3baafe0444d815cf46ce210a29f2224254e5fd48f29bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 62b682eaa9565060f5cac993b34d565c2d8c7c358026f02d15f7fb5683450a25
MD5 faceed2d2f02a4a26f59e9dc49dd1f74
BLAKE2b-256 f5c43355b8da50c4afbc2be2c55a2c84701f68c630bb52c3e08b8c3bd97aaf99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a669aa7caa1d17aeff59dea32a203385f8392e87713ae8d38494ee49ba7e2e2
MD5 59190ab955a1eb04ed113b37e68655fc
BLAKE2b-256 cbc5e47c1f6f9325b847527004d1c9623bc230811a4f2570f9a5cc1fbfa4b73b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c134bc8e342c94b9fa9d137eaa1c88c870e72c1db22d02f4b3504c12506b4361
MD5 9a479e69d97d4077032cedc84f2a6a27
BLAKE2b-256 753b61566a45ef570cc8be3457c14164e6fdbf55ce837c7ab7148d7807467eab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf86ca83146583140fcc0537792f4e41cb137c17f6727f6994ad0076b68ec2b2
MD5 945b924de0e3e965da51176b94e754c5
BLAKE2b-256 fcf5e8dcab8686b34a0381464430a0ed01712b790654dd32653ba818af518481

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