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.6.tar.gz (14.8 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.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.1.6-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.1.6-cp312-cp312-win32.whl (1.0 MB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.1.6-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.1.6-cp311-cp311-win32.whl (1.0 MB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.1.6-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.6-cp310-cp310-win32.whl (1.0 MB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.1.6-cp39-cp39-win32.whl (1.0 MB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.6-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8Windows x86-64

pysnaptest-0.1.6-cp38-cp38-win32.whl (1.0 MB view details)

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ac2b396b695c1abf60deee6d89afe31d5500f4b246781f9a0921415eda651e53
MD5 ae6a8bd94b9eadcbb844ca8489725303
BLAKE2b-256 500c12ec3aada5eeb58c3badd7208cbbac98cbf6ae12f7b5c77322b9a85b1be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8118de76dd8d3d9edbc0b00ebf4941704005fe9005d540d5fef1476a218d1fe9
MD5 568b8c47504a5f906616a7c8f748a339
BLAKE2b-256 53158f41a50a8b8e6a61b48b296610d91fe46da508f5cef2c090b9f8b957c408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24ac038b10a8e7a3e3524921a112834e40c2a7ed038d94fc0e9a7e8c8bde455c
MD5 c27c136aacb9af477ddea1da2a28e0c4
BLAKE2b-256 2268e5bd41dbb3b3d190fb1e52ed92afae2ad5acabb4a5f0ca0fddddb7154231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bbe916c4d1ea3be75a63c9f62fdcd6b4f92195f6d64021423729df98766d3b00
MD5 2da6894c3b7f3afd73d16baccd41185d
BLAKE2b-256 a58b5b5a3bc4bb436b201c3bf5a8f9d14e927b3d23f0ac5c4807ba5c973a9b2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbd111fcf72e52dd960027fdabc19b7c58299900ac8a383b7af6d38ab694b247
MD5 f457b3dcbc06886b133648901b0828a9
BLAKE2b-256 1fb27c3e99cb080b3a76bc4c03c24142706900296ccc646147b0da42b9ade8d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7bc73911099f6ec4c25b17e726efea919d8b575522c93509150166413cbeecd
MD5 3437ef527a9a4a340fcbd68a9110c25f
BLAKE2b-256 b17d51f532920e06499a54be6217ad0d456dc56189685c02be66e6feabe7a21e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 898f32f372555e4e4bef981d50ad4c1beaf9ccad7986ad81f202ad34d0563439
MD5 f90ac40ff8654dd79d5920413833a28a
BLAKE2b-256 4f508c0957f4083ad2153b304f9c5b9d8764ceb18f9a6adcc9d28f591365c76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6a3faceb5d991af56f83dccfee37fa951f45ae52687fe5e48dca3536f59808da
MD5 035c7e2f51ca00d05e5214ff98ef403e
BLAKE2b-256 acee59aa3efb800e2c81eb8149a8372eaf73f6ea4b256747a7d7238ae61e73fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e80998be80f0eb5d2f09b0203fd7bfdbc125ba95b5007039a5e981c76294894a
MD5 82601205d63d6be0496e2c493dfccb7a
BLAKE2b-256 3f6f9af8eed9073385535deb2335b9a4926f4347c57c810e7dde1851624a5d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29e2bc67d672d7906fd3bf16eaea8b665d6040f64ba3c260156e7d7cc2289e9b
MD5 cbb9c3f47f43237ada28ef0b767f86f7
BLAKE2b-256 2bcaeecc44d9d1076cac344a89148c39efd072132a69a15d3b26200965b58ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79fccff42e389bc328187715a56da0b3900b4555573aa94e84b4f7d54df93820
MD5 107eeb76d14180356a92fc4fd23f044e
BLAKE2b-256 d0b27b2055314e56694dfe4aff3203feb72b993970e667047163d376edb51feb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef7d99c7532d38e77cd8f1fe1f8571d7c900a09b4212fb6ef11f79e04c87fe2d
MD5 0393616933a61370f6b9b0e142483945
BLAKE2b-256 273d4a14f2ea4bc8f15543d9906f0a313ed169c8929b334633aa03a62bcc8bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b5bb93dc50e7efd0fa9804ef65cdbecad70e9e2eb2659fef87ac5b0e2cdf3e5
MD5 59bde94635681c82aad104da9b72fc8c
BLAKE2b-256 29dbc4bb3a1976fdcdc25c0f497825de9d9ab481120b1adf5e8fc55b580e45c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d2e0d127bdf7988a4673c4c9a54be28eea0c9d7cfc30cf4f55bb613605e7164a
MD5 5b4fb1251798943bb53977cddb5741ad
BLAKE2b-256 84d1132242b8014fa2f3ee578a697f096cd6a17b4222ff381107f21ec59a3720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 126c58fe946ac67ec7df745704ce39a5d586dd071aab9ab52169f8f2d01a186a
MD5 76c7905d1e1359995800d1f27cd0ace3
BLAKE2b-256 872cec2b0cab902f1a6d92ff8278c2ba015aed04a2b8537d33888948bb51cf0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46fe60256c7f2c2225dfca988b0841a0ed98b551e7fccc02567a5fdd812f2af6
MD5 514dd0d4a44f898d0a4b3aca61025fd9
BLAKE2b-256 bb7d90b12a75d9cd4535df7584e9914def42e36cbc56eb85164a792c439caca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8750f7aad0e7f6c8018dc20b7c38ef4400c6c0de8d0cadcfa41114ca32cfae8
MD5 78934b24f47556e40c2bbf0fc150d4c7
BLAKE2b-256 8d0b34e954a73f2a91fdc1b943271ee6b038f8a8430e39f1975051381d86477b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0410cf2c23ff483721aa937e7419fffd0e8f46a35a05120494b0c442daed2440
MD5 4133a86203ad2ddd4e1841545183e812
BLAKE2b-256 868a47af888e25d4482222cb357fdb032126f7aab1eb55bb87f24ef3e6e2222d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e867261fc6b0edd91f34c43ea3bb84a9be61ce4a5e81a56d36c7dfbad1c17e7
MD5 4832ee96def92bd6b66126e8ed428d26
BLAKE2b-256 8ad284ad41bbf8332d782b7717a835f7388a4def6dddc2e56c7907e8693f7865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7573a64783bf939cfbb4edbb1a398e3aaf0f5c4af4a57951e36389f4b21e8dc0
MD5 2541cf5d0286275159b692d51799f6a0
BLAKE2b-256 4a911a7cd05af28ba340a586dc3ac348b27d6fd99fbacef4cc12ab696c3289f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02693d73f81501bb425252c9ab0792469152ee5b4e4516b2dcced1b991fa5362
MD5 d8f163fec1a83c74a525229f5baf43ec
BLAKE2b-256 369ed9211a43825ec166d7c49cb2afcc86691a1a96450c62777ada6aa5e3c3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b939e50b586ad091c2545539110c32066abe015d57b3bc463f95897b541b6187
MD5 197cf8c8e37afea42cfd38173e0319d1
BLAKE2b-256 97cbdc3079abbb76b45db7341cdc2964143d629da37445a8636e2e4064803948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea6f7b095a1f3a8c3bde6ea221937442d99654978af0f33a1058314ecc6fb948
MD5 4ad76791fa93f582215b683321db7320
BLAKE2b-256 4720e99f5683e9487e526d7fa3a979dcb4a49b31173af7b3e59ed9cdaded8d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 337ab904d9a4b6b55c39119df3218bdebc002698a910fe33684cbc73d2e9315b
MD5 da5a15415212683c4c6890b7ffae35d7
BLAKE2b-256 5d59954c5168e726fd7955453ee74668b25da4ac460cb674cdf05662cf47df3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e4fd5939c957251cf060dcd23cdf19e08f53339648f4dbe540e7b679d2894e75
MD5 9e6e419e7913e721c61fa145a6045022
BLAKE2b-256 5dbc4fc0c7a76485057844d0830b1475c0ff0c5beb00dac74eab1114ad0b5f36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 badbfaa0cf92303e97d6b8a5d146b0a5d4b377f9a9b20da7a533ecd727c9761f
MD5 e43f36f370c3777d66cf82edec3dec15
BLAKE2b-256 f73efb9947748b4c963f116f9c5550f5c871c8caa8ab01f3040cb7ca1f03b299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac2e655401cef12b2e65e4cfcbb9ac4a11ee79089acef829bdb72fb78bb71ec3
MD5 817332af1e5d8b05a59faa91234f1e76
BLAKE2b-256 8caca7d1cd516dc4b70cfb334359c427f6625b97ac5c4fb78e9cce95fdfc8dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee4899942f0a3c5f940e69dcc16b7a529efb57690fd648376abfdc449460bc01
MD5 0cf1087985534fabe2d361e87a04aa4f
BLAKE2b-256 c4cec541de167c352c820b1c4213301c46e74ddc5c099ef09d4f43d64ccf823b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 baf26f75038a8863e202c09007c07b988b010e86120299a9bac0e90f0ac98462
MD5 1a33ad9b3a824ace2ed62287fc2da9f9
BLAKE2b-256 77754329ce2eb68b413b0cc2d0a9a333d1cb3d4c335d5793a1f7f48f207fb865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d603f252dadd390d5b7bfe1ecb2bcf13a1ed286141e76483dd4cbb9c07b0bd12
MD5 f73d4bc3d34c9e2f77c0b06c1ed03283
BLAKE2b-256 4da3b935de5c52302dd5fe96c92a66018ca9721e4a6ac233293aa382c91c5dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56aa8c678dd455901a906de2c224cd7ca5ad2911c9fc71bd7b73bcc5c58e6ff9
MD5 6577b9d92bb4a6565f754fd7364cab20
BLAKE2b-256 976dcccbf33c27d389a9a7d6f08521c8387c850bbf86a89f1cea78cb7dce680c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4af162bac356a11e22dced9c931a38e3e9607d119ca84d31c84c85f9cd788a3
MD5 554ffc685be02a716f35d90a7d59a56d
BLAKE2b-256 6eaa95c7f79e47ed3228e51ec127f2760773be32b75e01531abcf477a56de10f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e6141aa6f504a302eda3ff4a204b71a5cc48001326bceb0dffdf966befce9511
MD5 f207736d6c52e9f04a3c54e18586bf3f
BLAKE2b-256 6f5d99e06a23556cdb3383e1bde04aef206fe0115b318552cc96fcd3f2572381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e2eb94c1dec6b9327b25a65ec7481991747429a1e8b91b6ca5a96a66097dc1fa
MD5 8c806b1d363758d41b2802888fd171be
BLAKE2b-256 b6cf893ec9c054ab64e903eea5d0b1fe697e9779a14adc42e5347d9274fb991e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fca023341b50dde6b904b12496dbed516d58ae6b86aae8563b6da2747ccd22a
MD5 bb16c766c8673ecc1e77dfd9d6459e68
BLAKE2b-256 b67637fa3f6d7d096299846f855d76b06c66b18fe666699034392407ab9de2dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e0769a7b9d58acdc28c1303b2b0a5f69be4d60666a25c27c80a1a924cef570c5
MD5 643229b9d2e03bffd69fc2e7898cf531
BLAKE2b-256 2d431bde2f6871dbfaa64098cf6fd942df9a599030dba1a408a5c912815bc9f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc6523c9b2c282eaa59bbb72a82731a669fe7ddb39d897578b3a02047c5cf385
MD5 4921be54e812bfe1b5dd33ea839e110a
BLAKE2b-256 9e425d2a11923b120d9c030298b27e6c17aace39ec0cff0143e75aaabbb357b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15f33219ce4fe03c6cb554a9511e848d3c17652a29145eec398855837c409689
MD5 79e70e21b456373d97c37c72dd9959b2
BLAKE2b-256 3eb37b71ff14c46512f90ccc503c4f0a0be0a4715e545de075d24396f29e009c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9997d86fcb9d57e2ac2398288eae7ce62cbba6980f4d92ffbafaf6162396c1d2
MD5 4e6fbda51fe698ab0d38be3acb2dff8c
BLAKE2b-256 d3251691c83be33aff89c43bdf5eeb3f969beb544654ddb8a5f903a234a402cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0511f8a7385121fa137ee934095c627c100b66712f65301e6c70cb5cf34a84c2
MD5 0acc75d1cc5433338850e99f3879cf9d
BLAKE2b-256 aba6cd94f7df9930d21e5b821087d6b0cb020452c79c6c2ea00ed4b3b1e36182

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 75a388cf9623d3b6e7e8799a98e128762b0300e32c5097a999bd084ad0de4e4e
MD5 f02d3718df88cff3cd91e12d83129056
BLAKE2b-256 2fdc15f60d817535d54ed68ff94e3ba870c1644a976dfb5399e4b5bc6eb5d0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30d005d8de4dff693d12ec312315ee59e2235cb3aa5efdd688baea946c29a4a2
MD5 9b949e6003e0cc9b5cbb180b9ea5c61e
BLAKE2b-256 1458aaef6d9d829f08ae4d95343bf667aeddb27931af2f0ce1fa8cba299cdcf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2217e3e4e719680ef058b8be4ae8914678abdaef492061a594dd686964405692
MD5 bd74c73e6ff28474bbbc161631467a94
BLAKE2b-256 8a6dfee57cd6d5937ea037dda7330cd08d80b7f3ef36311073454bde33cfd2d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e12b90f067cabb4bc0e34943d0cb5dd08e601b619537a4469e72e6d9d7238df2
MD5 d89f264f0596a28bd883b2300ac8fc79
BLAKE2b-256 9f4a6338c97a84377390d3fa771b16955fc16ed2265c977087f7d1a2155b2602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03e619442f9833c441dbcffe0576ab8dd288e4c1ba19d7131b1c2c1d15063a27
MD5 00565cd000fb511fd1462126712697d5
BLAKE2b-256 41cd108c77a7da82d4dfa1e03e08eaa66826fb6ba63bb34bacec42343f6e282a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e02089bb1c493a04f13d45e60c7bee8cc996fd640e292fd2e164588e02457b4d
MD5 dc09da4d80de2c479536116893ad0c8e
BLAKE2b-256 96174900647019e541489daf64b6fb246ad86e9647c1c8df5f705db5ff1fa258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 005e5c75137853202cfc5834347496e759d0a4e643066b6d27dfb56d02bea81a
MD5 264778ab29faff683d6949fd898c663c
BLAKE2b-256 335fbe3ee66349bdccfde2b00d0c7886b25d925d957ec8c1f3aab0642b40ad07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 779381572bf762e39fea129b72a22a8c60d9fa225f0e65e2aa2dbf3586784503
MD5 5f52e6799e61aec7c834b8da62717a76
BLAKE2b-256 2ca3a5909dc491db7adec9ac914bb24d3c5832675104a82c590359205aae1399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54755e49b9b2f03886abdac0e6892d0ac444c092379e0b6ff135fe16b250f3c4
MD5 7b707d747c9fccd9f23259af3c2f54f8
BLAKE2b-256 dcc32e646c8b3066030621d4c12f0acf715c3d6ca56c4990f16d3d396d3e180f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d9c26e504ce331648d12162d0baab8ff9236df9339dbd5de8d46bfc326202214
MD5 5d0e5930df17a0a272658eebe004a34e
BLAKE2b-256 0755a87f9ac96f7471e0c0291f17d586e972c9570e2faf227866f0a449ef7b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2638fb49b8dd685eaa0a7cb4c1b0306ee0ed585719060c3733d85979a4e89dc8
MD5 817d1ef38351cfcc113cd8a312eb49c2
BLAKE2b-256 ef6b56f8fc8b2b5456d406be6a8df025c3593c3ed6cca86440ef429567945ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 268a3e1a86feb608b22bb545fe6b4f8b7966a8e8d30f037edca46de059bbddf7
MD5 78c56a01235ac1ad9749e98470fdb37a
BLAKE2b-256 4ab888d300d61530b0e3cab08082f678fd571348410bbccaa996d7168c47332f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2991d213456d413db3f00c621f4b2a3620cc547ad3c64eeaa9460c474745013
MD5 9eac8fefc3b4963df119f331c359b19a
BLAKE2b-256 e962221eaf85030c39df0b11910e076746c77fb288c810781e8329d33e6e386b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 136c8f156c2ce48df1f6971f18dcc3e4f42dff44c1af83c36c8e34bdbca6c39c
MD5 0ca3050751ae9a6515da16ba11584ca4
BLAKE2b-256 cbe385d6c8467c7a83c5601203a0b124a8ea6f1388cab32860c908740dd0d157

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9f3bae6cd016be5da8ed06e64fe0c29275ce367c7a0778ccf6cebe5a26ae524e
MD5 7c50b3d0950841123b00c201cf89438a
BLAKE2b-256 771378ec6117df8307c7e505fff2dd87502b78404a6fb12c12e42bef01660f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de714c686115c92c3024ef17c79812e1f95b0211ab35ce773db68eb712a278d2
MD5 8825ee0a80f602b4af2c8454b18a0519
BLAKE2b-256 fdf18aefbc704d41eff08665fdb4fd45a3d89bfbdf791bd1fa3eae4897b79f29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 742a1a6176166606879a3f4cd32d5497a4b3288b74e45c3f227368560915afe9
MD5 e3a50b475fe4edbf98d51205a41810dc
BLAKE2b-256 f757d5e6b706c1a18c0d4427e0c0b9906dc4c44ece72abce57f86038c2a19b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ddc9627bc25357531a51394ea3885c110119d127b2bfe59c3f76790b24ed9d21
MD5 780e9ca7d78a813afede6fcbb5d6aa91
BLAKE2b-256 0e614cf3bfb74b81bf27c6a56305b002a42474da4c214092bb17c03524fe011c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2927b2d1c949a85c60b6aa8cd9a58c73f66583293bf3aae3d8408053a6089540
MD5 3100dd198b221d4e70d15c60cdd746d7
BLAKE2b-256 2a19f4cd3c6ffee4fa9f6a116aaa5758fb2609fc3bdeab772fc852a96ea757ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a74c1be41d7d34e8931d16f75973d54d4ba29c2dfe4da19dd8d15015fa256dc7
MD5 3717de5fa21de367bf0557a242dd5df4
BLAKE2b-256 68ab9f180d89af75bc7a53b64f4f8ff509e439951cf23d6ac8d34febd326bd53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 429d65829afff9778a0a6c35d6ecfd477897529d7ab4950c7e44e54e7a3b65bf
MD5 1c41a87edd7bc0cd843f6cdef15ab7c7
BLAKE2b-256 b5cd68572c8924d37f072dacd84a337d53e13ed09796bfccdfb1e8a9185ffc0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 afd79ca8f855e3eac8c00899b2ec0f2da66d9c7092f42db7ef80a1f439e421b3
MD5 9a9c76710796c7c28de6cab7722411b1
BLAKE2b-256 afd36a1ec341de090101f8b0fe7f0bc2e88330693cbc57f6ef425b47de1b4cde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f31ef588a5a3676c311476a312123332df082662b41305a1564f8571b7f48a97
MD5 3f24ef405c326db6034ba2ae845b1c18
BLAKE2b-256 1bc1955942ed804084cbe95903f673151ff02e1eaa27b9018d6d24ccb5bb58cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ec9b148fe4bc9a6e00083409e4543540c0c8d75583e4798fdcb1f30daed08948
MD5 4b78369423becb88d5792a4ac3004157
BLAKE2b-256 a57e7ef200542c39e896a0add5137bd7acbc7552610dedd02ac2d3bd3e2c8402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5e7ae8f416e4a20f080ee85e1bd710a2309462bec5f419b4412c8e3d0e66c46
MD5 6a875ff7b3170046a74cf1eabc405191
BLAKE2b-256 6636c12d22e2f24e011f67057a8509954d7d90301a82b02e6b26b39e26b3be37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8c68e895cd8331d3e90c21ffdf5ed767827cef77708b9332ebb8029d6290b22
MD5 4068448293b46b0b4f63e80f589a882c
BLAKE2b-256 f0461a77b924eb1d0c116d9daccb1c4e4b6cde755b0e46e3271d3290422ebb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ede6790efb1a3f906f9f0d893333a6031129c9d272ff63c423e746baed4a1eb
MD5 185fa62e3cd3aaea114dc6e7a30e2584
BLAKE2b-256 cf773ec5c4a61d959e2706b99b18441ae5e154718b1bc6a5526b96e3c35cad6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 53e71593472b58e119aca5a357c756e6211ec135657ee10965070f563055c151
MD5 f916f6a37b927c132ce1a7c0ae82ebfe
BLAKE2b-256 a5e56c787695b39b29c72a586154a428f35244e9e9ac04d65c80512a5468ee89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e8c3c6697adda48c7b41446dcc0cc0294790b44eefe6033cc49aa7af8023b586
MD5 be7fb79160770d0173d0eceb8563966c
BLAKE2b-256 796839c7b0b123daff8222c2b5095407d818199edda00cebf4a17344417657fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17df173c67fe74b74c0b14890dda5828d95f9676b399bbb040964a659eefd6be
MD5 660d3562066a402ffec00a87eaa0694e
BLAKE2b-256 52ffb8d76c79f36bc9b4d00f0c7dc808d064d06ad37b90e7f76c0dd50e1d0292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54938085ede83d99c122a01bffdd09cefeff0401c6aa82fb79e77b013a32e63f
MD5 9d8a50c4d2a203e924a02d464892dd8f
BLAKE2b-256 3561a7066e57e974b9ad865634f2957ebd193e7b314b547c03d50bed4141b166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3c1acbba588c8c2c59fdd405fb3d1ecb1a944accad1eb979da3c3592ae54550b
MD5 36ab94a59f4f6b848f2df2ee18ee032e
BLAKE2b-256 bf09fb9245e25a87b9687b2acb8754f638d58b0ab3887ef0c7f80588be9f393f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ecd8f0fd038fc445050b1dae271bf83608f9c573639a57c1d2b23f121678277
MD5 a5c351f3b6675365b42619609d917bf5
BLAKE2b-256 f5d86ac02d94b16c454d1b6f971185883fbef9e3558e42081bc4bb137614736c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd24f4b7250af7d4b680faced6c6a4909c8fb9a338f52b2e3ebef7816ab9ed10
MD5 32f428c435e16d74a9867ed942189f7e
BLAKE2b-256 c0c2934614c864e534e14c76bba1bb08b351f6e40f20e0e511c63c9bc2fce0da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc6b39569d1ce6ed4b79cdc8edef3b8dd5b8a7fd7683aed0ee25d6a4ed75d530
MD5 de12d53ca3554919ffcc1c5a0a7f7a73
BLAKE2b-256 16e7cd8f425f1d29bf6033b2dc02f016a0ca8f8e302c9a17deda02f764d9d6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cb3b63f0d3cd87d35ea4208cef45b1899f0ad3bdc27519be3105ae56c8c523de
MD5 72b18a46ca9de2a417bba7bcd041585b
BLAKE2b-256 41ff707a36a1d33bd5e84471a92a1e612c5aad05149a7ed6f5561c289cd8561a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70efa0654483109693a3737a8e6f777ac5321685448e62b7cbbf471189178daa
MD5 27a685ae7117aa41da8d90c4aa213841
BLAKE2b-256 80275497135a947fdf8caf3a1dd88f291dabacd27314ab0d31c04bef93c24435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa0ad8859b98b71dfc37a860a72ca99de2fe8dfcd57472feeb7cd037e505951c
MD5 705bfa4ba170f507d64b3b771a520300
BLAKE2b-256 5dafc1cc774824d9dcc3b5dc8c137378efae4a2d1b4233dc8523346b0ba924e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da7a2edd24fe14539b0a5acbeec4748fb976225cdd22f74436019e6925870e86
MD5 c9b7d815a9c283b21c64cf88daa34ee8
BLAKE2b-256 976febeddeafa7cfadb19103d72cbd8ffc0d70a3c178f746706112a81bb7172e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6e515deff250b292d17d5a88e56cf49593023ea79c7e22d2050a99906a2aca05
MD5 b825306412ab89ccc4cf83d22ba2b43d
BLAKE2b-256 e1ff7df39794aa1c11a4469d73f41a62c82d1eb50679a2e790f759d420eb5101

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d58f7098319185136dd735764cca6ca6cc66d35af8ba78ab67499f2476af3f10
MD5 f10a5a28646c312cadd6bbb4f2468705
BLAKE2b-256 130f2c168759621c8e092a2ce4c810da08d99ed97048db4008b4200da14f97a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef3027ea2cd090ea1467816f5b085dca5a75aa222157233ad2b04a55cd2f9d1a
MD5 1f34c0a2d75ac33b854d57711be2fb45
BLAKE2b-256 05a7f36a00144c9bce037d827960afdb875b5cd1977194098f4451e9cd14114d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0927a1dc54b313edad45661fe98c499ecfcf5d03a2f59a1a8058533e329d3a8
MD5 66f28c8d2661bb9ea8751504aada3774
BLAKE2b-256 8e11e00892cda8b0101deaaac53cc93c7b7fe862f62d4385a91ac61fb8073870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 51320e3fe53c17c9ff466235e49b19837a902d12af76a60088b887256487df9f
MD5 2f7531fd0ba19fc06b969a4f21bb4115
BLAKE2b-256 69c9fe83963df4faf9ec24a5012ec13c3851577fd7a850d6b9486d9106c47b20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2b0485d87193f0c9118ac02be51904d12b2fd77aa220f972118ddf129030e3f
MD5 1140c575c70c8e7b8663046c034dd3c4
BLAKE2b-256 15c97022d01c7eab80d1acaf81b308b70e5e0e91889513dd7928467636d2f963

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3a5b7380ab0fd80709bc426accb965b7d35478069b99e64b15618313dbca428
MD5 07a628a81d40a910cf9fa065a865198d
BLAKE2b-256 510e57242f92cd17aae0fb8af64d74c6d23fcac42130d981de6aa82600412065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 362b75e946b3bec5a645334d8f79993c3b8b89021f2cbd50c30901bc36eb5191
MD5 35acd6ab1970a3261e5832a4477707e3
BLAKE2b-256 c7a0b5b22ab3d850faf1ef0496654cb01316b05bb831f47899948575b35b1c94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76fc7b403d178f7876a9d02889e2df822ab43c5bb549d651c750230a7f2e6e57
MD5 84ca6968c3d939711c6fc48b21465be4
BLAKE2b-256 106e6af9f334a39a9f99ebacbe4ebed56d73c224f996c5fe879e48f2356ad3a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbdda9405b3044db733cbb81890a3adb3517313abe359bece47901e7c3e8eb11
MD5 8dd2ad5d4f7e132e9453b8fa610c9f46
BLAKE2b-256 6f3c6d0101d8eabab32cdfa3e310002687c0a2db913c15f4a47c4720bfdce067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e74cfaa220c0767b5d74ed7b22d5b4e2902cf24cfc85844d687276601723176e
MD5 ce9caaedf54d305dc833edb26c1fded1
BLAKE2b-256 cf1e387dc55e5a20dcd4fedc1f9bbe78ff1a7e4b7fa8df2b142dd5249617ebd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df25b9db7558ff6d24dc313d7be149a3e1edc3cf3f343fd4fc360311b51375eb
MD5 e89bcc9938326a090370f3c24b28a932
BLAKE2b-256 910b620564a29faccc0ac9ce1b4509fa0a561848988f2d3cc1698e95fe074d93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 39742e1ac6ffc9415ecdc02d3567848a55d1717c81a13c540ec74700bd4b8b9e
MD5 a631ba87894b8a2f16d0656ceaf0a44e
BLAKE2b-256 a33f38477a7e9644eea70214f3f39bf851f39ba6e80c3559f7591694d8460aef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e9d1d39485b7fe43cbc4f81609fb3c72eda18f356312c0744f690b23ea7cc83c
MD5 9430d1f3dc2f0de6d0c97736b607f81c
BLAKE2b-256 60dc6eac61c053c9ef0abd40334c27e4f962ef803f613e07bc0ebd3d8b20c12b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1addaedcfa6cb68b27106053786f065539d33dec32834fe7532635c1cfe4a625
MD5 b6e9baa7286b86f81c5023c8c7a13456
BLAKE2b-256 d33b8da8a636c6aedf3098031f7136d8a2030812ef17abb84922615fa44cff65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3370be55c498522d19c1ebcbb29c78c315576ce569ec45f368b4b65ad46184da
MD5 b08f65339466fdf82c3a014d736479d1
BLAKE2b-256 ee6fa8ab9a3c701b604604b687e03bffecc32ef1dd139b4bc19c606ea9f64108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3257cfbd600c735f70f4f5811863f3d7b212133465bc4b720aef0be5cd837993
MD5 e7f3bc9cfa1aa872b040a630b50f2dc0
BLAKE2b-256 b0efefd12dfd6afb80772177330580c2c72f5cf0dcbfc09f63e31a814db14744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d0c080d77f600825c047381d0e905cfd392602697882bb3d1d19003fe969e4a
MD5 297463d0a67bb4cbad46a5487736ee78
BLAKE2b-256 25269a222d6589a039084ba9bee9d52037aef8bfa456942dc41dea745275f8f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ab8ee0227bcc67dcabb885022201242f20b82d87f1315d0855adc567b001c1f
MD5 754dfbcf42a2781519d2ae78d5635a96
BLAKE2b-256 16877cecc960be71e8d06f79dee0523356a2e630a28a9502c80fa0355903d9f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9d3169789fdb06126932ba16757c0e0c284a66fb4fc7b67cb362a77fe38138de
MD5 7322e9c3a3538ed9ee730673a7ed5a77
BLAKE2b-256 07184b37285f248d2830b6457260c129d2561ab43c10aae90380ff92d5d6ddcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1be1ac2914ae8be8fc95f3eeed6e3ffdcb2e2b6853c4a5acd4642451c5414f2
MD5 d476b56d577f73e2095765606ab3435b
BLAKE2b-256 14cfbc2d0abea2dc447de88a710f10d241aa3bcb34a0c4a6abf5608f5643aad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 203c8d7b1d861a191a2608b2bc3227fb061f1c39e259cebcaafe418605fb05c1
MD5 24190eede1c3c2bf1767f89180540eb1
BLAKE2b-256 f0d6f75f76cde2a9c341d4c7acd4bc44fb0259134f863258870ace8b1f13aef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9b24e6d090070062ebd8793029acefea79629a4ede7a2869f5cffea2c450a0a3
MD5 632f0c832778b87f197ed3a87cbcdd95
BLAKE2b-256 32bc296e56e57fe5e023dad12b5ef30696fb9d6fb1cff4eca603dbd5456c48d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 444fa2e39548c94ae0c42ce88b0b7f2e61e7e3b5bd30b99adcee60359813fb75
MD5 0eb1d361ae65b5372900cebaa412468c
BLAKE2b-256 35809929f753de06647ffb79022179f1960da484ea8ed63af5ba2d0e73b7d866

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