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.9.tar.gz (19.2 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.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (962.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl (987.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (932.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (805.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (944.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (860.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (857.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (795.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (962.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl (988.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (932.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (943.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (860.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (795.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_x86_64.whl (960.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_i686.whl (985.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_aarch64.whl (930.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (940.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (859.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (792.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (765.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp313-cp313-win_amd64.whl (650.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pysnaptest-0.1.9-cp313-cp313-win32.whl (595.1 kB view details)

Uploaded CPython 3.13Windows x86

pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl (960.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_i686.whl (985.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl (930.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (941.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (859.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (855.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (793.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp313-cp313-macosx_11_0_arm64.whl (706.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl (756.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.1.9-cp312-cp312-win_amd64.whl (650.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.1.9-cp312-cp312-win32.whl (594.9 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl (960.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_i686.whl (984.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl (929.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (941.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (859.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (855.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (793.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (765.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp312-cp312-macosx_11_0_arm64.whl (706.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl (756.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.1.9-cp311-cp311-win_amd64.whl (650.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.1.9-cp311-cp311-win32.whl (595.8 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl (961.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_i686.whl (987.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl (931.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (805.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (942.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (860.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (856.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (794.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp311-cp311-macosx_11_0_arm64.whl (710.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl (759.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.1.9-cp310-cp310-win_amd64.whl (650.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.9-cp310-cp310-win32.whl (595.6 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl (961.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_i686.whl (987.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl (931.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (804.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (943.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (859.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (856.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (794.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp39-cp39-win_amd64.whl (650.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.1.9-cp39-cp39-win32.whl (596.0 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl (962.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_i686.whl (988.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl (932.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (805.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (943.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (860.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (857.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (795.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (766.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.9-cp38-cp38-win_amd64.whl (650.5 kB view details)

Uploaded CPython 3.8Windows x86-64

pysnaptest-0.1.9-cp38-cp38-win32.whl (596.2 kB view details)

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_x86_64.whl (961.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_i686.whl (987.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_aarch64.whl (932.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (805.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (944.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (860.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (857.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (794.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (767.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.9.tar.gz
Algorithm Hash digest
SHA256 965f82c3d8fabca7f73d578777144895224f72395ab2efdacb94358ce4bb625b
MD5 0b8e63efb6f39357f67be9d3983ea608
BLAKE2b-256 d6bb7200c71ddd017e883dfba5b1fe6fe7c95fa19964294c4eb34e8bb9a246a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a923ec9838dad99b92e53e52a3f4a457bd97e418bf6db69898945a055e84ec98
MD5 d0b7de7c69b07d66a23d8846c56ce201
BLAKE2b-256 771b8225a95cf965a1589aba49e66f88bf443c1291e736f8b2b6a952044d65e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f5234b8997381e4ca9f09f84baced9199ad373e1b174218b4495d681bc305b37
MD5 2693f36136929bb6daf45cc5e0f9cc46
BLAKE2b-256 a85d5fd70d723cb98dfc0e07c52e8bfcdc13f38d2138da6306b06cddb2852bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 22c54ebab592671cf979a80ab0f37f9825c6d05b6cde3b48772ae22f6641eac9
MD5 6d23668a3c899eeb20988aaa4b6ba5e5
BLAKE2b-256 f1e8be97de5ad65031e09f6246a0fd40a29af937a6331b8a1ef03839727c8c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30ffaeff533e0b470ac888a51b542b30289ce5b40468834b92f0a3bb05d6c250
MD5 ab1f62f18b5d76520527774406c9bb1e
BLAKE2b-256 b70c0bd2e04ba28b58ff0b611a4c1149e5b33145fb639091c5212e0796346b69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81444d6098b6f000bb200e7c70099a04f85b1ccd0d50ccdf73bd4b7223ea4da2
MD5 ccda06cb892974d6d330bb156fbaa5ea
BLAKE2b-256 8a04690a4dc12bc38e9e35386f38aff02249a33c1f0a0c91278339672b974fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 58ac8cc71fa2e7288adac80f54e374e069bdec16f90390934d2c99f65fd67853
MD5 3962049f9c5d0d6dc9568fbd49da8374
BLAKE2b-256 40c59e8a44fc0319074f6c8d02b3e5c2f0bf7888a03001f59807a2c519110b2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 56fe213c9f2448e7059d6f6e03a9033315cee03052aed1b92c652b24888f5d73
MD5 d9161ce50e33dbb30e073c6bb6e42890
BLAKE2b-256 1ab7af58b7188e4401052c17325c0e0ee513129ba40332730ad4fe7d3a0ed671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b95b33249085024e20fa460879f2a0558bd0314f6ada1787f804381ac824f2e
MD5 86d72c100ced90a940493eb968083c91
BLAKE2b-256 01d48315ba1f374723be6d64b4bcc754691682d941523b4db5b0ec611cecb4ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a8335c6cc0384dc1b9c1fa9b163e73cfc9c858fba311d6f7d94788a6f83870e7
MD5 348f44f98c4a82a603c1d28052ce7488
BLAKE2b-256 5060a9bf7559b408b7804ecdcd6564195155d087b17e4c11440b567b2695745d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9aad87cd259c617084caef4e47e5a0695d69d5bbbbc5bb8a1537a196c9be5fdc
MD5 8090d8e847a5121e024a0affca057b73
BLAKE2b-256 aca9168c1463936e385af6d0db84b96af51be2900569602b1a13b0be11742df1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96067041cd39d37c16619629683e2a60c295880be9b186faffaa2fab19f0daf5
MD5 3806c4e7a5e62faf795eec1360a31a71
BLAKE2b-256 dcfbb09a9c4d924594c064f3bcf913e070afef4579967a469b17288a4991c37e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e97eb007a2785a0030104836cce048f4105152825f8cb45ffa0de2ef9d59dc2
MD5 ab01092811dc78c55d6493fcde7fd99f
BLAKE2b-256 103ff8c3c55e1d7b996fbc83d7183d61ccaed2a29a0fc572e5a9dbd0ba90d087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 74152d9ec675f2d1bf7f7c951b204607f6a6d98e131d611fa81c24aa50e176e0
MD5 26662f5840c6f193358d52c4c3e5fda0
BLAKE2b-256 049320f67ad1626044475b6b174be6e150e9ca92a30f13cc1802a8190a11394b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de96bfb7ae4c526753a0cc4289124bcd424eeaf750e4e5f6b9270e56d211a25e
MD5 2bb525a2b6aacb54abb05a037293cdf7
BLAKE2b-256 944634777b13f9e42240dc48f91c1422e9304b5967e9631950ac1fee7893f57b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bc278f3e42cac8489ece17ab1ecd3b744648458023fee600dad43ed68da1e272
MD5 c8badea6b0049d20b199a06f0e2ce6c2
BLAKE2b-256 8fb26ea9730f16f2f66453d4f74261a76079f7c8baa9dae444b712d364b9d432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 651f9031fba8cfa33d52bd8a5118a4b390130572e3b7b09f1febef61f3e9db10
MD5 6e3cd4cbfe4266735896379db715c583
BLAKE2b-256 20c3737978c22c4332c762ac273e716700e75962edb05af6cef6d21974542225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b8ee6a25311fadc1c5d0b35a63862cd640dc7c0fbf86c27ed9b57c58fd4b1f72
MD5 6c7de7ca0a34fa516f8c34d7bfa04f30
BLAKE2b-256 edbb3f9712b2dda31424caee559832d780e64c2c096de1de4774b8a03f24e9ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e612cefaf345eef9c37dfcb205fb20b3a22cdc477fac7991d9193ccd670ec016
MD5 74a4d815d3b984dfecf65a55c4b741ac
BLAKE2b-256 4544ba1a4da20b8cf1d01d8bd157ba992ae3a3472f6ebb78effd0ea8559239b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e43dabe904a9812d8d6ee49716f0f0ff6a9778650471570a1779e351b1ae4ba9
MD5 ea856ecd8c5b5406829f439168dd4801
BLAKE2b-256 ed99c2eb5e4ae0080d9e2fe1f99bc740e74fd1b465a58533d9ac8e25b3a52a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2cc21978cea3c0e28e749fe95409704f3ed5cc4e5beaabce95eac667988c8956
MD5 1517d50165eb9ac9146a53baf6ea1fd0
BLAKE2b-256 08d7f849376b9af4c1f1d3adfe0dc71d60686cd0c93a1b439c0f2f3772314d7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 33977b39a6593656cdf267ac8a02d7faa84a907f86847ae120d3c938b2e3e251
MD5 a012156c8d252e65fc1563c001c484ae
BLAKE2b-256 c8e0adf88869aa36788bd644e7e228011db8e41983c4a3fdd84289d853342a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98efea9eb5c4ac2d01edc57666f78770c3d780d27c1321b1d1e5b0ebd910a95e
MD5 9eb08ddb13c299d0debde31ec833e352
BLAKE2b-256 7b13eabdf722065181ca25780452ea39903c1d84fc9c6a0a576213bcfa448ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4908aa456b5472f41e1feee17e1afb5bda06b2b7a8ac936d3f2ba530dfa6bb85
MD5 ec75364f918424264554685403e3dd9c
BLAKE2b-256 ba199e4529a3db617146cf6b585d17378f94087e02c6679f0d7e540e5603c148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cd17032bfd1524145a8be368bf38cf1eed3e190def5d44a220906eab108cf52
MD5 1e4a1b52932b7e1f7318b3a9e90c2ed4
BLAKE2b-256 dad9289c08c2e8861520557e3c190bf10135fc84fe8d7649cd2a0cb646943c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8c02696feb7a86409f07eb9dbab04a70e08dec39cbda69722fa900048cb4fda2
MD5 7cfde456e357d38a3963e94256ac9b72
BLAKE2b-256 aedb4f8b5c79025ce8010b004e926373f22a99522453b7f27cd26f4fceedc618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f422fdd877beffc83a101650f9c1e1ccf28192cfb84f35e12c36006895d991f
MD5 eec0879fd334aa9dcc26d5db8ac36123
BLAKE2b-256 6691ee5ffb2b47cd8ed71c4dd6d2213141256a216bc0a6f45108995a89e62aa9

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3895852d9fc7c73860ceefd8d552d354280c1c399f5c1eee22fec1d4916585ae
MD5 356a0b561214a447814d8945ab3a92b8
BLAKE2b-256 3b6829b436beb58de29b6c49271bb9a2b5d671617563359885be2f14dc2fc8e4

See more details on using hashes here.

File details

Details for the file pysnaptest-0.1.9-cp313-cp313-win32.whl.

File metadata

  • Download URL: pysnaptest-0.1.9-cp313-cp313-win32.whl
  • Upload date:
  • Size: 595.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b38abfd03ca3f946880b5ede3d1dc76584e5bd470deb264e4ff67fade7636732
MD5 60187acc804e83493e951e7974f927ab
BLAKE2b-256 e5b15a0d5b588939fc4624adb4a8cfb26e0d6c22e07f38320b71173277adab95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 136c214af2ed06dd180b88aa7892520c7b4d50ead79eb6138284f3d04ade773e
MD5 6f26efca9afef5731574cd404455e069
BLAKE2b-256 587b409747a52a325ffc71ec922e5c4bf0ea39ea825a6d1c318683ee6aef62e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fea14e8e4e66f76c2de06335c4b9fd9d6b5aab9214c2b53d0aae734730915824
MD5 48af3aae2ba3d7f85e56d6680800ca6d
BLAKE2b-256 dfe6237cded74ee9dccfc253e15d9ff13e9c5955a8960dc69393d5a9013079de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7fd808840d2c1653d910f7cd8dce5894cb2e0e6b80f5a1ccec95f5c4e2cfc9f8
MD5 4376c6411b00363fd0e12dfd8dc96c60
BLAKE2b-256 93bab972f45a487aa4ea2e27bfdbae6b6189de7822aab8833b4ec3d4f29c9288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a97729af9856130ef8da0493b17dd4d1aba34d555b551799914258a992d2b81f
MD5 41f452a24654456671e19719452fc79d
BLAKE2b-256 29de1546ef87aa96ddc2ddf643b9710838aedc96842a309c3d1e7e86a91786d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25a3be4946764ecdb0c69ac802e1b4c848f95297c387a98af65fb6eb6de13188
MD5 afcd644135b37c799f79a4134596b397
BLAKE2b-256 20d4723e568e0b5120f84bb1f5d15b68152fb7c5a1660130a7657d6e10f9aead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3173ff2444465e38663bce718411e11123522e5daeac5355f850016c2af226f0
MD5 98a9bad11512123b0bee14b53a1b8d74
BLAKE2b-256 f3aa6ab71be53a7a640f4b1de5da06ed7ce92f76f75575a2e6219a0879417f54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 346f03de1f823798ca74febdf58706f62774eb44f74583bb18747cd0beeddd8e
MD5 3caf66c16f183a2502210cac93abf03f
BLAKE2b-256 7e8458689e7d7535034a9b141b042b0f204ceb9241214f90dda1438a0f6d39b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b820cf7d7d3254a8b65ddba0aeac42f548d66537f5403af2671cc02b239e10c
MD5 13c47d8ecf078332e0a141e3dd7e0cd8
BLAKE2b-256 d5f097f48b260194c7a8964a8a25c126190578cb8a64b48844c1f96007ed12a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39aa74902655965f6125c4a55727ce6f5ac8b19fd6509012b94f8713bb2a754b
MD5 76d253865ab7f0191d8b8201db2a7641
BLAKE2b-256 a47d184f89980e8aca9e07285e759f0bfaf9abcd68dae160e00b5180a7fbf669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7548a600563ec0438226d9607f309df18898132311743d714eac6e78392cb91
MD5 8a5b22e3b86f8272b67f303c4a765af1
BLAKE2b-256 7a2d74dc1247e43ef9ce468fd056a47b6d20b56ea2fd235dc5c66628e9edfd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae484409c9e73efe109e7898b6fed47e77d0830d55faa20cb5ebcb2807e2aafb
MD5 4bbc1c49f4ddadb1a48bd8de94ec7f30
BLAKE2b-256 a0f805ccad097d1505d1bf1a5251dc67953aacb6f22c118d134a9538ba1ee77f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 899a1a8c49cd0b25ce15d9f79dedc9b957161428c8cd0e61ae24ca88aa1a0898
MD5 9473eeb4fd0fda176152a55c41273999
BLAKE2b-256 a67e1aedea404c678015a4228c0caadb879e692d00d5a5a9c1649cb19d7e2100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 95a50d6ed52325315a3f115bc85cac1f9675902014e874781e87477f3116e924
MD5 26c04c2932ffc867469359b09bef4259
BLAKE2b-256 e879b5284574b0ebaa5f5d1bc3e5dc4d3cc980cdeda258e1f9d0823f1e927b54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 594.9 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.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 888eb0c982f32872619c15be5ad66779a5237907ea2613daec59d9697079248e
MD5 899268cdeceef8646fc249004a6d910e
BLAKE2b-256 a71d11f6594d0a482a3f45c497e2d07104e9118cf5a6628373be43ebe1f14f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a98ceec7ed0862b18665f0dab6965ca1089fbdb81b1384fcb5d89521fe120edb
MD5 c8656e2d477e2233e3b499eb5345a41e
BLAKE2b-256 ae3696c81a75199f7d19a654d6c149463b305a18eafc65df99b59833f1ead077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0067fb31ce75807381d845b295053e766a6d11b2ce2120c33208e168d51d0df
MD5 74e2123f07633b0b97ff5f4b870a1b7b
BLAKE2b-256 2fc5fdfad698269248dcebb6d3e9aea7985c3cf16b45affce1686688272e9627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2e61924155695cfd77a847258c10f36d40374a3e4f45b5530c7b7d85e675e472
MD5 8bb91b9321593914e2a9aa29ee18ee2b
BLAKE2b-256 2028878b53deb05744a692d836199b6996c959666225ed899b77f82b93e305b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6c9fb5cc6a243c48a8a5f3f71be88303b79c799f31a594c4f609aed83469b50
MD5 b983ef451f10a2bdc4d6daea68046dbc
BLAKE2b-256 874573f446701b30a2d873cc2ef991658531573c788a5ca20d098506de2470e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 501c25aae642ce518783668527a2aba593825c56cb9622c084dab2e0b386ad7c
MD5 cd7089794df07a417712080eb3d30a1a
BLAKE2b-256 ed58a420b566a9871824b45a25d1708a4e08404642a29b2bccaef5e2ebe687cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a76355d8d76ca2db4cc9ea39636811af166f596dff3408475e1b4f162bc629c
MD5 943daa78024760acfd4e8d6fe7c0e0e6
BLAKE2b-256 fbe8a95e951625e220eea8706402552a5fb7946dcb18c4f928c6dc49ad8da22a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6b0d098a7c253c863065e0379b6da061d2c095651576df03c943a67ffad45a1e
MD5 805fa7e548ae95c608af1ad5506609d6
BLAKE2b-256 c2405821aa22253a5beccf0dc1f8cc7012bd58118b3e2e2bcf09bc032cd3d943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ccd96c2bd4c719976243775b33e9e4fb46e03716058c0a897541ca8404d60f6d
MD5 49e7923dec999bf9f4964c43852163aa
BLAKE2b-256 432b9d420b0f851ea34345120de262f3af4321a13bb638cb90b692f47f8c7948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 228990ee65ba760673816ef453a3b18a292a982010d5902a4cd929bf5ba9bb11
MD5 329b50a6f8faa88ef7c48bcabd857852
BLAKE2b-256 93205f1d38906fce4e37b949e78e862e1a8c2130e19a4f4446dd0eea33fd4116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c277ed239c130e868ad7f616fd447d28f7da14858b82cd9367dcdddc7e50623d
MD5 674a4d4efbd510bfe121129cbef8140c
BLAKE2b-256 b73bbc0486950c24c01e164eb53a90e806a6c2412bf85b9f702e88be4cdaca51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5bd7a1e037c5831132e1792f5d57bba96612dba61b37bebfd45e6273c6ce6ad
MD5 be6ea1af34ab83d5f8f17496b8148074
BLAKE2b-256 24d61c51992b4ceb4c111d1b397888bc80e9f60949084317a9ef67869237e3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb75b66d75a9c8ad3b24a87deea15cbfdae81346544b72a4913364a1cf3a3347
MD5 dd775ae0d81c4a6a908a642f918425de
BLAKE2b-256 d7cde07087b703732109517aca2c61d8ae576b852faf84c8b143c11491a88fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72a791aace7226e240bb8d7401789426c380555ef7719f448b9a0a3e8fb46b3d
MD5 dd260d5dedceefa2d833defc12e947db
BLAKE2b-256 c5680f34f5de428dfb88e17863174c41c5d9adb31c9290c420d028f6d109ee3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 595.8 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.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b1b17713c6dc94e97ee7e2e288dab6fc3ed4f132fe6e75d764d8ceef872f5f1
MD5 7c38ff26fe15e5c2bf7b6d206401a0e5
BLAKE2b-256 bd0e7e4a47838ab7bd8e3f1dd64f70f59c130a45f0d4b86ea2ec1969e4300b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc02c1c770e777bfe8f746efa8de9462d6083cfae117320a566efcdbc8fc185f
MD5 fa44b0173d368ae70f58a2967b77eb20
BLAKE2b-256 d440b688e983a4b4c201708c7ab2ba19caaecd38b4304e18134b6a08db00365f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c627fa01542284fb71e069e02f4c7cc34489976a139a82b41af494c6756e5590
MD5 7c9a7c47da6b2bec50c8a29117492d50
BLAKE2b-256 f1a508bdaf20c4bde85a15fa58c911f23124934abc6d23bbf8b471a5dda0e4aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 85744aa08cc90859efc4872d1d1770aad2c4fce6ad7ed826303f243cf85468ef
MD5 ecf6752310a5b629bd00c88664f792a0
BLAKE2b-256 a13b5ed8d751875a5fe2258f0d7cfcb85ee7a8e352bcdf5431a47c57c4332422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4bb546db61350bb384c1c1fc3f001db7ee5f6ec127894c15374f9ebf2246140
MD5 57aa53dc7ba6bd320c5584c2fce06b8e
BLAKE2b-256 9571d4c87db75ad032d5b8210ce30be38330daad3b2aa4814621a85281b1ef75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5e1994b39b891f256d66ebd2a5912d49781e903a386130d38a108f1a5c8af9b
MD5 5eb92097b3863762de532b66c57b9e94
BLAKE2b-256 6edc0bffa9c5333eb2e1d077d6ad4db5b883c34eb4f828e4d49551ab925ee63c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e9990bd283aa6650e7595d721a78804a319ed87812225ad0734082901671c657
MD5 0f2810152ccee2c14c49d7e43c6026fc
BLAKE2b-256 b518f42cdcf790c1550e7af44f5456dde308ec9ec1268fcc1d5291eb3897f5b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76e2840be487694ab750d9231526a4b94173be6239055d12458309e4d34bbdff
MD5 d88a5b0ddbeadbfb4c5c10067938dee9
BLAKE2b-256 be6203c10bc7ab30be940ab1730a4bca1328f334a29d9b36b51aa87d5144e388

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 434132bbd020eb61d3a8beb99d6db2e3789f81cfb3ea18e21f3bfb01088f62c7
MD5 e57d53cd8e2ab02237a5151a50274a58
BLAKE2b-256 a96fad711bd0bb65e85caf16c6d66ac2a8c4a7ef58468d233486abf275162505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 80a40e9373cb9b2a442b5f79d3b514377ede252321e186e61998f30519711b95
MD5 bde9f433a8d02e84867c52a3c39c4410
BLAKE2b-256 25693a3ffd20b97c75adbe78809907e8a803533d1e5804f700400cec90445865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cc9d4c9e15b12121d7dde868eeff6b9306300efd4a4c0a2181ea12377dce6f3
MD5 70cffb3cf2e5d4b728aa8401ef101178
BLAKE2b-256 fd5f5bb9644c86a8e3104171bc087950dff29ff4c59dc132511f5914079f1ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb4c236bfb751269e38ba2e8c5217e473458e66ae2153cb9e8791299ae409862
MD5 4f7b483dabab307db2818c2476104de5
BLAKE2b-256 466c735d98e3623fa0f81c30b4f18ff1ccc31628eaf54ca5539f3f8782f2496a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3054562872ea7903c80bb3803e77917354f25017da882fc7a03ede584bbf11bf
MD5 d700f5ac33b638a07e11795d16a2e69e
BLAKE2b-256 56a980e4a2c454e09730ba7a35e1eaecdeb9a7ffa8585c7955fc63cae5bb30bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 657f78778efd000d76ec22f280c4b4c883db436e27719da1aa5b8de9063d86db
MD5 8439b6eb87c14d6188e53d50ed2ebaeb
BLAKE2b-256 b072972088b00ec0bbb4dc2b64c8e9bb32b644de723847f217df48f7c7b1bab1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 595.6 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.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ee5deba1f2fefd67980c3a9f021ccdf1697949870f76dbb45f71d3d164742a11
MD5 6c87a2d2ea5433bd61272090941c87b2
BLAKE2b-256 ef87cf3e4fd2c8b1e3a70d40e11e3c0435dc8396a3f599e576903aca0bb1ff20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82caf14636095813d18ffc235bce6750e19553ab957b817a868d562a1e5deccd
MD5 113a90f2882625aaaabff3d38df67329
BLAKE2b-256 d408f22da11ace46098d726f1de506b92598738ba5c2fe71f4be32933c73727b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae4368edb5594dc365501426b3cccf62a9770741e98905c7433ea1e61b162b49
MD5 bd8ffbfbbcfe4fcb5fac23c3157aef1a
BLAKE2b-256 4ec2e22aa60c36e86589b71c6280b5726b7563d8a6802276fce36075afe58fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7861ba09e7181bd7371cf4bb2ea7789735b3a7d95635c29d4099376cdb705bfd
MD5 95584a043299454115f8c46922c72583
BLAKE2b-256 f07bce30455b9cbd8d10b1e1c1760d99c7b6a41fd234c33802f3c562c89ec377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10041c6e678bc586a44b58ae91a35ffda16ed8fbc5428a3c6dcdd853609b220e
MD5 db07c67a205eff3d3492912d926e8625
BLAKE2b-256 a357bb62484e73db840b4547dae38026b077075cfd821c5dcefea1065196fd5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f97f9f177294e5fe94eb7bf1deec2f2201ddc4482bf9259d589dca166f39ae4b
MD5 006a6740919c09ddd3606269b74a84a9
BLAKE2b-256 8da8cb8ca274e75769d35bcb9a0169fd96d6e1a317f01378dd52a96905ecd311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 89c0650b5823c9eb2d805bdff87db23bd3a8999f987aecaed9179b47be9d2ba8
MD5 2283d01dc2c0169dca6623e2b747db6f
BLAKE2b-256 e10a09fb3696ff731ed0dbc7845558f773e2193f5f245b16615b887a3c67948c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb37f0db805e1246d1a51ec125d64bf20d9ed5ebd877b6233848818e401ab39e
MD5 56a5de981ae53d9b632e996eb3ced1a4
BLAKE2b-256 bdb8e001f2a2a1114675036e068fffa608bf7c2f9e724cd8c91bd1a7178ab05e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 df13bfb56b8f4a6e7814054884c1522163643567b1f91c513ca86ca952d0644f
MD5 d4a7ebd9a99484708d70c74c0103a2c8
BLAKE2b-256 8d0518ebb8519e0e182f6e5513b12919ba7c59189cddf1207471ab976ca9f807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d414f97fa1a1d25e0243a955073403891d9da34213dae0bd0f5aeeb5ac35716a
MD5 789f724dd9b362f50eb2591c2a138d84
BLAKE2b-256 dd9769c9cded49fe0af7195714a116c335464869db82f800e289a83651649560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25ea9b72d94c05ffdb9bb0bdada85bfe6f7c9eab3b157b02364253df63dddee5
MD5 527725a433ed17c0870080ffcf76b0d5
BLAKE2b-256 b3a2e30ff75060231045863edf4f13014137077d364a1d160b62571de62de913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 17d88141bb7c8763e50c960b7d88b569e7bd7492c75cbb860ae10bce70cb019f
MD5 04f699fe79ad57970be0ce5527eeac14
BLAKE2b-256 89b3e7872fbaca8d9467a480679c4f8a38d7f0409bbb0f83c9c83cc7f3607afa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 596.0 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.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b3c3457d4272aab345f492c01f72d718002c6c22d4076d4d26e90ea255eafd84
MD5 917623f8a6190589d5b2316d8d26e97a
BLAKE2b-256 4f224dd48dbf737b8fb250439ac1ecb2613b2d603a52ae9fc62f7dc24e57527c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 582f114d929b0c5736573477526f721f50ebbd0b48323108dc98735e32c6b246
MD5 2396844c52d247e8b24e962bd79972d6
BLAKE2b-256 856966c00b03ce762fb675414d5769081b02927baad5b1aa175311f7c9ac5e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ffc2fc4cd21893bf7c73f4334b04ecf6438c6286f86f3d6fa8de9b7410eef378
MD5 430fb6dd3cacc5af47fbeb3c31cdaccc
BLAKE2b-256 ca761e7b7ed50fabad87d5cf59bd909437b6a0f1883f49903cc47c3d205982d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f0bb3d7da25241021968c7df4ce785704afa0d076737122dbfe291d34a27c34f
MD5 53322e9e1d7e723ddff11fbb1d6f0ccf
BLAKE2b-256 f5be4474a3bb2ad5e45e6d13c1db9329e86d2bc5c08f445a1779f8e599bc3e59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 427dc65735aa2372c9f68b497ff962559565cf864d92f29cd6e14c04a3599330
MD5 fd598b37a911cc03a2a702a7d7bc7a94
BLAKE2b-256 27fe0066f758fdbe0165fb79e9b85815aeaa3112501e1d11fdd84fd409d20a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8341b7895d4aa1cad19b752077fd49e7637bd710a50c4cfef356061d13786323
MD5 1fcda6038f1ec36067e96f679a2b811f
BLAKE2b-256 4678e4326b3d0e98cbe5f4ddebe657dafe29209365cf7b7722ebacd2c23915cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0882cfbc6dae1d032145f9eb7a6f0ad1fbe6a18592ff8fb8d2e1d678a6d23ef4
MD5 c505347fc1557f190f50c062fecce1a5
BLAKE2b-256 3ba53515591ba72ad12d4705075e037152d9d247e8059b85ff18f5c53cfc6841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a1c8fbf790ca6f58aef0212c97ea5c44fbaa352e19c2b0ccc4523b4512d9a286
MD5 c6fe94f15de428f8155d469de4df7dfc
BLAKE2b-256 a4a8ba5e08ba941776512b0717ee06501b7bae3d525c0bbf22f5a970ec68bf57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 844a8a8ea5e4d2cf19ab9ec17d8f39501baba2e4a60379d5c6cf452af3330e95
MD5 6dffda4c0651076aec83e76bcc3a1549
BLAKE2b-256 e75cd6910857c2ae63e89fc2e494b7da5ca0da6a3bcb5a00ec9604a4b6d405e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e9e86e04dc82050b9173e7403f57dd63a5639c6f675e56f53f5fc17c5e66b17
MD5 470468b2079d1f8cb7d5924bb819152a
BLAKE2b-256 4669e4a9fc47b42f0112a9f50967dcda25ea38d7f7f73e61997a67354ab8a9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c28d65411328420fb3ab57ea098cdb3dd802268d70cf6ebca9719a5eec4904bd
MD5 80c1fcb39b35c49e525f279f1a2086be
BLAKE2b-256 e241f036bccc95789dca038abdd2989d95cc106ac24e86684839a4faeff71e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1a6553f2942e6c7da85c45536ad2af7f41c19a119d7e7d91a1801382631e06a6
MD5 07e92d951204b6e867fa992c5139d0c8
BLAKE2b-256 e54e016bbf6185d45c677f6325e4f4da7557b17c7c2819b541132d23c1e01bf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 596.2 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.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c5202e3cb805954ba30befe9ff8e0fba9420eb94fe56223898917d11baf3e517
MD5 c0dcbdea85bb05d06f61988ffde82b1b
BLAKE2b-256 678d01eb2a201228beaa370542e214cd6c5bb6774e2f48900d10d8838d5b4f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7976261faf6c6e3336e003c2e774f0f239b53d8a3585fed5ec16c25bc64230d4
MD5 5a4b98f8016f2ad41138dcff9e231e2a
BLAKE2b-256 a9b03f16f74a1c9526670cf64f64fb3e52053a7a74f97b4ea2c04f2443bd3725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc13ce84a3f2cedcceab77652307fb305d27380a1eddf51fcbffcc0771f70933
MD5 58b68642b12e2471959eb650346b7508
BLAKE2b-256 dc03cd28ef065ec8ce5d582f50011beb311d6f4ce5ef75363451b3f2a78ff77b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 51dfeb4821d4abf672b2d3b15d25059f4067f4120c2e7c7a5a0792736ba81d31
MD5 a5026d51c740e4ef9f7c46ecc517c9d0
BLAKE2b-256 9aeba92eaab793d578ef6d349360c0e89e920ccec360da93e5c29f390be4462b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa0ba8af1db1bd2cd80aec4c8cde3d8a534903757520f9bdd5bbdfeb79308041
MD5 cacd0e4093956e8a2934f74610847ce7
BLAKE2b-256 0fbab4358eab370bdfb171521c9d41761adc325d8cbe87fac4816e8c5548dbcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a06931fe806b1184816b370c93323fc95367d66cde9f1b7e59e7553d6cb43f2
MD5 f46bdef2f7808c85c1ed29c6532221de
BLAKE2b-256 6742929b289cac9d58818e6cc872d0a195fc52801d2cdb7c09cb6c05bed5a17f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fc29aebf90e3ed449bb8ed2277e4b9d243c7212ac9651d698d6380e341aedf08
MD5 916dfa1f4af6c2dc7dc4e8ce2cf5f94c
BLAKE2b-256 91ec853b05f206740c740b947d749073c23f05e33587983d1584bb9df5f93f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7a83a89c470ec6c49b4bf5eb550d9e8814b67932a4d49d3275572cf061c5a70
MD5 62ff5fa34714420ea6277ea3e9b059c4
BLAKE2b-256 5a9dfc1683b484d387f045e51fd0ee6617fcf69b05bd15a7803d9724bcb8a967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5178ac6395b1fa06e0a61cb8a13a1ec2d61f6bce5c0901e5c0d0f14780a1fdc4
MD5 608ce22dde735a57ab01da71c00a1095
BLAKE2b-256 420fd0dc141e9a5403f490b553ea4f53750ba8d0b534afe7f888973b4b8a07a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 11d4705237c41e52d6671b8f1d5b3aa9aa176654aeec15dcbf316ef135401a22
MD5 63e1d7ede51558d87f44eff8e96f76ed
BLAKE2b-256 6468e60282450dfec833cf55782b3075ff9b778dce544addbb2f1b8dce4724dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 311afbd6d7fb5f1f1be18e82001005fbae3f0d6d1875e0f5c6f62ca2263f4358
MD5 2b44e6a264ab5987f71b77d5619d86ff
BLAKE2b-256 1bd59c6305242e3ba52f12b167c71397d443ad152d6c52480d8fd2f89c94b17f

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