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

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl (960.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (907.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (915.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (824.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (820.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (758.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (740.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (936.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl (960.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (906.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (915.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (825.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (759.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_x86_64.whl (935.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_i686.whl (958.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_aarch64.whl (906.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (823.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (757.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (738.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl (934.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_i686.whl (957.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_aarch64.whl (907.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (911.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (825.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (817.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (757.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (738.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (674.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl (711.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.1.7-cp312-cp312-win_amd64.whl (601.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.1.7-cp312-cp312-win32.whl (568.1 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl (934.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_i686.whl (957.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl (906.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (911.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (824.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (817.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (757.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (738.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (674.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl (711.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.1.7-cp311-cp311-win_amd64.whl (600.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.1.7-cp311-cp311-win32.whl (568.4 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl (935.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_i686.whl (960.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl (907.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (775.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (826.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (818.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (759.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (675.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (714.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.1.7-cp310-cp310-win_amd64.whl (601.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.7-cp310-cp310-win32.whl (568.5 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl (935.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_i686.whl (960.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl (907.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (775.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (914.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (825.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (817.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (758.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp39-cp39-win_amd64.whl (601.9 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.1.7-cp39-cp39-win32.whl (568.8 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl (935.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_i686.whl (960.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl (907.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (915.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (824.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (818.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (758.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.7-cp38-cp38-win_amd64.whl (601.6 kB view details)

Uploaded CPython 3.8Windows x86-64

pysnaptest-0.1.7-cp38-cp38-win32.whl (569.0 kB view details)

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl (935.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_i686.whl (960.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl (907.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (774.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (824.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (818.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (758.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.7.tar.gz
Algorithm Hash digest
SHA256 6fcdf337c02b4a076eca9d328aa6f36be1a35df2bbb3bafcf60c5dcbe76208c6
MD5 3410d88779b96bd8a7543fada12bbc81
BLAKE2b-256 811be061a9c5bbb8e6c1ea1fb77cc7ec391e200e64bcd2cb6485d11056dd0997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fda70d6db583936b337bafd56ac4a129896f1ddb5608348b8ff9aed6fe29cef1
MD5 6c7a6c5985e4782227edf58d32ac3a0a
BLAKE2b-256 b625780ab541a9f0f92888642b595f827bda6a429fad803b6c12bdabf664072b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 82f381dfe6958d35c7c8bf13b840b806b892a320cae7cd1c79fd813dbca5ee40
MD5 8cc3fe597d293d3e174289501fe5554d
BLAKE2b-256 bfd7b7d1cd99e5b6c429a055b9bb75192b9fcf1fb45967ecb9c735b4a94e8a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9e2929ed801e59f7cabb979fdfb306550ab792bd3e79a1e4cb005238e5234df5
MD5 515dc65af8a7b3479f9859728b2a6b9f
BLAKE2b-256 100791ca8ed29c4ea2bf8213fdaf2cbbe03b39b2da00c766a94584f84f81d772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1482148412a37280f7625b702f1c9a530b20fc36d600f09635e30cdea584f709
MD5 4e605fe8b7c5d0531400629618056cf5
BLAKE2b-256 b54f04ce7856dc8bb10ffb7668eace5091358a0648e4f9c8a7f31c7387ca2b46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 494fa0498c88c9d8a1051c967a262b22688318e997ea3445718d69a76a7e7d7c
MD5 ffbc18fed79b40f30ff05fd2c95fa958
BLAKE2b-256 e2bcb19af954f156355bdf8bda197b1e98e9a21d2d77ec86753f982609a72c3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7db38330848fcf28b22f0c4c7611331e52102f5b3f305aa43da74c5e0d5f9cae
MD5 7331f04ea5eb31f52ae2286c58e6d4c0
BLAKE2b-256 0c03506f1cb547f2782d8bfc222235327ed7057545d4566620cbc3ea3253c106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddb820ebe9bf9773bdab9cee2bf03f21a880386ab46c41e518da620a9edbabec
MD5 755432721316da0daaca9fec24dac7f7
BLAKE2b-256 72b9879201eafa244efba1266bd300b565d7b11ef2b0b49c5bb8ee3e85933df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5778a4c65d662f65030aed020158dd8d1cdcfdfb684dea637614841e4142cbc6
MD5 fd55b6c9317fa886d42662d9dc434af1
BLAKE2b-256 23387608f407155e153c931ff74a45e6680bb56bc5f0b9a212f2230f7f6d368b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b21c936cec6907e8c3603b7ad9d63585b3b3905a70025a132d32c16380d58fb0
MD5 4332079b25e6e8ca553595a3367c0c33
BLAKE2b-256 835cfd1f2d1a94a6cc4ff4eabcce39c308fb00b043da652b0f5073b2e645cf47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b442a47d62e9d826f5a89b71a32bb7304b8c97cd84f410520efc22e96c7bc39
MD5 ca350b0d5a07646a139afa429363b733
BLAKE2b-256 5bb1b528d56f64769e4e95fa60dfcd3abef84beaa3ed13469a46d8c88960b62d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f3029fa0112bf3e0373fbc6b89b4533574a77ac20f057d76ba67d760d4243a9
MD5 32ce1e4c9ae42b3827d9c8232e0fd3e7
BLAKE2b-256 4349c12ff9a2051791c2ac29070dce755e183b3e7339915f7008911255826cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 216c40abfa97041f788e2475c332387fa0bd7a530321439ad7fdfe36af3800f4
MD5 f28961de2fdcd6bf4b8cdd316dc151eb
BLAKE2b-256 4b577ff07951fd0049a6685e82c510a16f177cb1c13cf603411394f3663e7d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70e8a2ffeed96db685c39ed545aa598623d80d1d60d6b4b4a6ab32b91fb2ee23
MD5 a012e5cd3a3123183360d3675ce1a9f5
BLAKE2b-256 328e668d511b15c0d2bc66fb6c5df9f4bb17133d975c3eab3151ee63bc210c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f97e236ffdad2306e57e9a54c2db95da0c9c2895f7b3472f2d65f6c9abb8b0c8
MD5 378896fd6a86fe6a7887c2044a4a3dd6
BLAKE2b-256 2864afd912129bd05f12c043cfe9f840e9f01f9c8627679f44c16b52da0f9dff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7db851bc06460af939e16bee55439c8528c1dc2f8d208fe3e53c506c25c71885
MD5 cb11d0516882a2764c618de41be7ebc1
BLAKE2b-256 fb5479c7b1663c6e5e54cc0a557927cd5b25b781e8e77167fbefaa05d364941e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06b4078f4da04c11f7d9e68e8834cd29333f806f8e5531cb434cd6f334724121
MD5 d64856b9b8713d9528e722400862499e
BLAKE2b-256 7cb2b43c49cafcb67b48b17df044c757887527047f980dfdba52bdb7f781fae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02bd896649ab405307d865ef4a5486c8f650bea9ada0624befea47d22939212d
MD5 c5b841aec45f79fb868d3ec0232b8d08
BLAKE2b-256 39151032b8e5c8c6354f481a8b40245bee0604626701991552bc2e4d2210d488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 317a3f8ab3936f3ac6a67b4c5b6b8b1eaf3d5228f081ff49e841df6e4ccb746e
MD5 7c2eea0b98fcf1a2fd172665bdad8b03
BLAKE2b-256 d0dd98dfa923307fd4d8422338fda81a389f724db12d57865b700437e3e977cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a5d9c59d43cf37a3f822aa42c3944cd011ec2b2fe95313dd3af89fa64fcd494
MD5 38e1e39031c1dca5ba7148f90f459b7f
BLAKE2b-256 824acb7093b1ae0775999cad2afc89ed31d4acb9e55e64a5a2c9fec4613fd9d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3870dcc02075a6116dd5cbf8df447084d6a1ee6d6f5621240c7b0a4761bda66
MD5 e18fe5d89f166228dcf08a83e11f7a92
BLAKE2b-256 2918789c0459ef3a9068493c4837fbf7a4195556cce86010024eb7b149535d27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1d235231d11be8c4a595084010990b65d4c6ad22acd4b9e398b1d519eb183bdd
MD5 e573a7e08f391eb599542320388858b9
BLAKE2b-256 c0c2d532efc1df3bbec582064a62590ebcdfb411391c5b909bd7968e40b95721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90d96a158c77a8cd3012badeec805c0bdc251b08d07e315a901c11506b358d6e
MD5 f64454f00504b3eb5235b4f9d24a35a7
BLAKE2b-256 d65678d3187d081134a754f29aaa7703188fdaf3b867025570cb012e37ee3a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 edd7e41fbb495c3b98735fa476bf2cbf5badb8b016172c9e899d6c53c8a60094
MD5 1c36130090746abbd35c28df6da6765a
BLAKE2b-256 de2397722a749abce33534f41ad0c940b156573736e1524eed1da4cf539ee774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48b169907fe1632a85d2319fb2b483d9d3caf3cf817a995a82112587efd48e10
MD5 732a36178e84a9a13f42ca8d0422858c
BLAKE2b-256 93a5a05ea1bbd9ffe3a2bf293b86747963d1fa742bc5b4e9bf0c0428edac62f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f335644f1114b0f1f15ce09839b3e54a96d55f5477944bfff0ccb111485a9655
MD5 b32912eab2db8e1f678b08452a8a18dc
BLAKE2b-256 f77591e4de01877d8adf3a6c48aa99c1b169d4e9512fdbcf37a2ae087f9b7281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 750bad08816ffb28beff3ae932a36fc92141c257ee4073453b42500078107940
MD5 fc6a2a17aa4f15256377efcf25bef360
BLAKE2b-256 bda07accde4e54688d7fac8c40676dc2aa1254526f819fb43de7352774504ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 927b67080d93025f6c9fe31cec9bd3d3fc426c29524cf2d21bc8712180093da8
MD5 c1734e05ac0fa22285c095590f5927fd
BLAKE2b-256 8e186e940f5e045448fe7485dffa15ddbf0a7fbe67dacdc3dc10bdfe3498e08e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 817623e6ea7e49bea1bc5d57471f510e12063ca37f7df88cea0105193c387c16
MD5 abfe174267273f84bb958b5e50d0d0a1
BLAKE2b-256 aeb8e70d861b1428d46b1a828edfd6da5eaf485a5f50dd21a3f37dffdd6acf03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f99f522159bcc557c76d5155e3c72d9eeed35c0c776fb519034bd2d4a789efe0
MD5 d87d36cca507a0a6d8f8a181a4c797b6
BLAKE2b-256 3d557a3919ebb15a9819568fc0c803a71d376839e5bf458123c95cdf0f824109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78d9e83b7dc8c8076fc2d1334c4411e1a9caa8c48b13d57cb1705003c1615155
MD5 fd1cdc18fee6ea1ead24aae7ac07d0fb
BLAKE2b-256 b584cd61cb13f49765a65dbd6e3ce2ca4c575daa5f1c7f7f0200ae281c2ba35f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c1c074d3d02d4ca192f1d9b62e09ba0ddf0e946d651a01b100bffcca4a66a4c
MD5 c5f75a291cf595ec744270aa5f0303ac
BLAKE2b-256 b6c37034eff3d381523d8ecb0fedbb5ec3e36195b7e684ba9498fe88ae37428f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4765930f67ebce65b49309d22a582bcf4552c061e532b922ce006289094151c0
MD5 7b566232f5124c2f7e6bdffa8881bc54
BLAKE2b-256 a9412459a852c6acea197fc78a3ad528947670b09f3c395eb6492937594b0089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2cbb26ce784a94a1fc1019cd10ab51d61f1fe80d3f9739a1ea95652c30968434
MD5 f7eeca841e0619224f8d4744b686f1a3
BLAKE2b-256 c1cff01c14525bd7e2ef32394da476b490477d0556e467bac9cfafa575c3ccc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15235764530f01c0439eece44e8fabb161b322c6eb2ffc4197639dab2ee6dc11
MD5 7bee11bd9660d8b77c35a3867bc1732a
BLAKE2b-256 4f63a5c80a806af28c8127a6e154d2483d143ef178b8dc63f85c318646869b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d48cefecd49357e2cfbbf20731bde1e09f0c705f6fc837abb74aba3465d99dd
MD5 7279f42fce6f6d7d0838273e4aa15804
BLAKE2b-256 0f69ad166f177c2a94c8ed6cb2125a4d279cec26bbdd4ba9ec895020e5d42b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1209dd55bc69b8f5118cc19b333d1cb61a67bee24c61abd84286fa9cb1d9caf
MD5 a051ea0d7f8c8ad4db6ca8208008349e
BLAKE2b-256 7d5ce512df02703a9ed5aa0bfc1182aa1371a7dd94cada7a148b0c1e3c5dbaa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 602a9c84712e26427031695d32969c12b3a5549ace3fcef14009c943b95a04b1
MD5 bd44dcd0a58e239f694ce89872c615c4
BLAKE2b-256 3cf40ad5cbadbc0edc923124599d831dfbf4de6f8c38272b9ed0bb785d059cd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e6541104fda3a89d7a4fa620e8e45f16555ad97a8b914fde51da37318429410
MD5 a49ad89141b96c50bee269f6fc5e6dc6
BLAKE2b-256 21cb3f80dd8b2b890083ffdd41c1ed960cfb6c01b44bcc00d7787c7628666d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3a360fb1df9a2302c292a9d88ae1bb4b54cc5980043d606cf291f842edb6098b
MD5 f06d81a0d0c7ba21394a004023baf54b
BLAKE2b-256 8154e9e973975c3d972095d657860d586169f2de56e14f4496797cf866f36ec4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2e3da6d3387d01eee9a8b35b98c5181a8893f08f3514c28430f252aedf591136
MD5 203c7a642d8f3713088ca98d492d1f57
BLAKE2b-256 3c6e85a1d68216229c786b7bd7577919141952aa886b9cfdad06961ceead22f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 252ec1211b957b38350a390ccda4330410cf5cb2df180ec12c8e3b2009e7faba
MD5 4aba628ce33bb4fa8fb32da39d3d3c80
BLAKE2b-256 1f4621ecd4015295bb2251662bc4b59f87977b88ef1c4bf369e3c5683f470227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e2409bf82950e8fdb2578ca1527f7fceaa9368eda42c6e02802121f203e10f01
MD5 cc5849f8c5738cfa0b99cb1693e35e48
BLAKE2b-256 ee7978c6605e68e997f50a78d40aa701cd8bfe525052d613567bc2a4cd55bcb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d688c2cc43e661de93a0d65a4ef86d4ef5626a28d3d7d960ffe0663d6ad69a93
MD5 9ff32cb70b8289ec8aa9bf7a9ec87819
BLAKE2b-256 cb490ccd310ba4c97268e53d1881ac4bbbffb24bd5ab67c2e9b0e9eb30ea08dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69e32dd5db602f77c618e9d58f57bd097770158a4cd8b10b39518e2a6746724d
MD5 76bd22dbd7274cbb2379eb693346d8af
BLAKE2b-256 b554bbe78e2a104e852fe30647570521c5a8cae4d4d23497525f2118fcd7f09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb246db188a7861c78ea725f4df59b9dd461623e640d99fd03702a771ccadc6f
MD5 1580352d13124efd8b9ad05f5f6fab5d
BLAKE2b-256 2fcee269843064ac9f3b8904dd025638007a92429e5dd1e07e4863dce45dd520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 39f23c641fe8ad3244245e46ae60e05991be5bb4080675b4d8ff95ebdec161ad
MD5 adb81bf4488adc81e4c8912c48541f59
BLAKE2b-256 03d2cff899d2bd69858554abce54c09a051999f6eb89373b5a7fa67a8cc71937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fc909b297da69474ad5e17be67d38678fc7e4a1a2445f2307701194373b2843c
MD5 db47c87a5af3d0acbe50bbb750df3233
BLAKE2b-256 5bedecdfe3860b178a9b7249422298e37415524df07122742d0baabf286b1f99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 332ae921e0397f4ace1f2bbf5cf71b3b5516eb6908c727078702e4249a7eb626
MD5 76abdeb2d44dffaf9c918af5b2837911
BLAKE2b-256 e03fcd9e7de6f14eee04f4219e36ef2a7159d6dac1f39790360f5c2491efe084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c9ffc73478d01080376d0383cd6478c3a430fbdc59616598d0229f98d854eb96
MD5 bec143295e6000269b94196f37b7c5d8
BLAKE2b-256 4ffe2a0fcedb60b8eab99ebf7b7b29e3a3d8cc1902dcf41a9c163bdccc7b1dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f87fd91398e3d428992b9661ed6d20cba0c71373e619f492a7d96132033bec3
MD5 95a66f9ada45420e402165e00d09f2b6
BLAKE2b-256 b528e27aaf6a8007f9b3f0f819e4d31ac69f26e2b285aa8879dc58ac98cd5e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c5a54af5ae7b3c48cb1ca3aa2c82efca5756267010f136b9707d4f727edb953
MD5 23120d751f3eb3d387cfb57b2bda46ab
BLAKE2b-256 a0dee5e2c32105c74145ea47ac5136526b4ea646b8417b88344461f0c80ae3e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a98af7a2e4d38ec96fab7a472dc67161d3d2c504c22063174dbb7d79ab0e88d
MD5 ea670bd5c1bb18587f40cea140bd1271
BLAKE2b-256 42b3bf1906d50b55fe2bb1e759facfbb2696ac4d18ff30a56d4de15f1e9c3dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ecc7bae5b1ec05ce31957f1e1647d901b1886934c3c8581ecd89d9bd20e9a3f3
MD5 ff5b1cbd7ad5948d6c3f0a80fef3b0d2
BLAKE2b-256 35117a0dc99f8e3ff1d52f37c4aefa07fb7876c04c33ab32c46e289aae2e0fcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 568.4 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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b1c35f6f553adcab1e2ad86146e61e59d785fb4f5ca49c2a2e66438e48a268e
MD5 9d02364bd8be17e1dffbbf455b65c8d3
BLAKE2b-256 d3010cb6d7eb88415fe574cd3a33d1c5663c165c426ce8ff2dcf700a1039f2d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f32a62e1acc22f160840d881b6bd110f8e9bff389217680fdf2156867cfe3d2a
MD5 eec4801ad5563c59a4cc8012ef1f20cf
BLAKE2b-256 cbe5c40f9fc90d2335e17372a46d73f581a84c52e32834e52e038f7c688c1e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32dfeb730c80bd5138fbcdd731d46a426aa204befa6cf5b6b0112e1c1abc5305
MD5 8754d65588aaaec3479bce098ea48091
BLAKE2b-256 eb0774102132a18cc118a2d8954d6dac6aacb9c86c05ba41a37f3ea87890b74f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c2ca1c80dc4204dfeeb118c0c957e9b92dd242e9b06a6bbba63872a0c8b1c95
MD5 32f93fb8d0da32b1d3751fc9468a428e
BLAKE2b-256 04a0885dd7b249149051dc8a445f96928198a2d58880910890e0cc8caf837c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a78a7991d83b2cd0c097b850c58483c07518cddc2c1ec67f9da8ee97fd28e19
MD5 ff88b2b0009a8399ab11436ea5df7494
BLAKE2b-256 2302b62fd4af7fb17b240b71182b0585cd4513ee0e22cb1e05cae19d61979495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e03e0466f30c66ee1721940a07c30b8c338181687fd774569745250a8c02968d
MD5 a47eac3cfc0274af71fab65b15d7d552
BLAKE2b-256 ca23030cade4d1e40e6f3c723486b615f700577199ee8b9eb0411d33d2c062fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 96e3638ef8244cf6b81bfe771cef6cf5893a6b6b588a4a3fddb31d5b46ae0d7a
MD5 778cbdcc31a39b66958ca76f92602343
BLAKE2b-256 1eba02c5281ae01423a47aee4774d75ddda6664af3da982dc75c85ec2296a5a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 acbf215d88fa5018a1bb1964403285d15dc4d9f72b5f65595e2fd02fa3246977
MD5 ce551bb6e4bd1ef789b5e0e1fa9bec17
BLAKE2b-256 6231bd9ad289e064308fbea2c5909924086232dc990888521080fe09e7120d07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5887299b3e98e7df143f9b5bf12a2cf7c0140ad7f256886d3ecdf07d4f6b95d
MD5 cdd4cfc1f62f2f7691558f44af437c1e
BLAKE2b-256 930df9415e26c996979ed212ef85901f828ee58b091859ab0e92cdce6eda5310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aee255ad4782a5cfecb4cca8b247b61c4661c63a167301a49edc690e2cab860e
MD5 b985be5df6d99f4e064d82e436685f90
BLAKE2b-256 84239dc77428f79475c7004266b157266120cd5fb2c04d29fce21e8af0221f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6cfc81a9a5f98cbdf6cb57fbebcc8de45408139e3436d949459049f95438103
MD5 21409983ee8050bd3b32d007041e1c8e
BLAKE2b-256 8f7a47f613d54ef35809fb64a6adca572fe5f95d39872d5dec19b6d810986cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ce7a05089c00e2f5b44f07c209e2e1d73b04e32e0f9282739fae43515586bec
MD5 438173be7795190416a0339fb26e3d56
BLAKE2b-256 08193652176a204a642760f1615d5a891766a93a972b15e7c5cae510fdff789b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0d172c2f85b1718a5479ddc0feeb5017a9276e0ca799b4e104f5424546780a33
MD5 383acf8dee61babec63fe1933c39febd
BLAKE2b-256 77e573cefa4ea45883583e94e7a96b21e161aac3177f415593cd81b1dcc73c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b79a5874c4e23924ccf1212fafe27b9cabd2ae8d0cd0bf20c187982b5c2f136
MD5 23adc4594a847f4242802b4ef54da5d3
BLAKE2b-256 66492b89a8fcc9f50638f667a0a8d8fd50e26c61312bc46186a634a6cb0172de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 568.5 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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7379e704fa457e2ba764a388b8abc09442950628bb8857f8562d0521a4ee0357
MD5 baa6dd789141e5146f85cf66fe9ff3cb
BLAKE2b-256 5daeb9940c2dc67ef7e46eed5d663071947dde6b58311f3433bf75ec8e2bdbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbd4865cddfa67b65249f8ef05b1b8d1880b555771a5628ee8e339c0aef63762
MD5 789c14d8539d25543cc4187f86a08308
BLAKE2b-256 5e2f4aa2143e71650a9208d484576e36cdfe812b7c997ff0a04e1e0d36e122e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b0be3c4078ba3a26243a943cd3f2e6bbf485d9cdadb7b73ce4a62ffbc11bee69
MD5 5a94a4447430a84d40819a450c7c7e41
BLAKE2b-256 74cb18068657d527c0f5c048306a21f0f0d3ee55eb78f221c6900def7c5c03cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d5d43cfb8464c5487f48124106d3f76defd5bfc12c38514cc1989ee369030366
MD5 7ca66b625481f86558035f197ced0d36
BLAKE2b-256 fef4010639e9bea782a9737383eda13ab9317315dcbbf29ad2062575c7ccf69a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07ae7dd90d0e88fbf942dd64e3ab45200f9c17740b83dd6be878238ab149134b
MD5 7e4c00ec1ecf4733568041aa97d987fe
BLAKE2b-256 f89eb20aa9202ac437037bc3656d910d1d2da1ec4b4ac957bbf3a6c0c98f3fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1990189b10897ca79da2d0f51e00e3cfad83340abc58ca96d215f11626e6611
MD5 1d2593859265478b6bdf67a23b459cef
BLAKE2b-256 d664e279679881275a9b47407c37f34db07449f5a2e632afbc52dcf39d7e216f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a8eea4f0fe50d89e3181ef9ad185c05c2f09ed7832371b905ac8b01ff5e19d36
MD5 51f4427a97ab3d01dc5b93d940924049
BLAKE2b-256 ce402680110b2ac520d89fa6efafa0e039fd1bdbbc4274d94f5bac96bd69a964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f468f6aab2c6e71b3328436a58c28477396a49628de26655cb92106d5d3102b
MD5 4ca5ef8de8b35b843a261fe8fcd8fe90
BLAKE2b-256 1a9059fb3722295c64aafcff4a078d0491d3e0df564ddaccd1ef7fa572c64137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f8c4a5049ffef67c81426d7f6fcd1415b84e17b25890acfa87183556c8c1360
MD5 6edbfcf1e2fbc2d7deefbae2069ee47c
BLAKE2b-256 1012ff390c3b05e9ae744191a2ca957296ba452c31d5cf26042ac352a8403d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 064d9fc130927cb5d8b4766f48cc1f24a10292d45b877c62700cb546f1568de9
MD5 dceb5184c35251dba39c846416b4fe00
BLAKE2b-256 c7884793dbb90aa04bfb8fa3cb93f6b76cb7b5e8d888a696633208c2d7783c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e76ce81f0152f23601cea22af80f761c295e413994e159c24475845223e288f
MD5 ce7ed29e1aebb02169d9273f87a004bf
BLAKE2b-256 36977ed8973df756855bb388a690c68e1c2156be179bba33a6dd8e5b3f3ec1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 64e71f4506f2e2321f04d7cc3ec105cbeb52f41c5a77bcd356a48b2910f28c1f
MD5 5eaef7b34b5519170269b7ccda542d7a
BLAKE2b-256 35764692d5517b7e41563fa5ab621d1bf7d8f916297aa2b2e595ec3fdad40d7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 568.8 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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 09d17ad0127165240243c1f10a1ff1e563fa9aab8c12d36ba5aafc2c95b1ae50
MD5 82ead81f10596968f0783c3d1b0d6c63
BLAKE2b-256 d8f6a620d656fb19c660f74dfc24f108eae525c35cc34f516936d6c9475e3839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 451770f47bb826a5f7ac1ffeb9689b19bfb273d28539d0e31eebe4d5ea54a8fd
MD5 13cdf220d955415d9bd5a622e05668de
BLAKE2b-256 2ad0c1f3c8077fc1789f26140e92d815bf264cb2eea8ea96e7148f77c12e2113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf35fc613951fca4e36e1a7fbca75e536644b7a044c3ad2e5e00f403b3bc7b01
MD5 020f689e892e5c186a9cd6c901e9d20b
BLAKE2b-256 6eb94b295a00fd233184705f39c1b308776bf7f4e2fec9040332a3bdabc24137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e56bc8e2c06fc4f71dbf66dc7f9676d4df9da86ba18a06638e50652c8d89cafe
MD5 15919b6be56b39287dc4f541723e7063
BLAKE2b-256 6be9834a1389d5cd6c210cece444742ae6f450970954527573979f12b753ec31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbdce521eb7bad79214590d87a9dc2595e2fc50340386285d4ebc8a8a36ae3e3
MD5 9b70f1a2ad7fa3ca8adbfc1ee2ae8987
BLAKE2b-256 bc7d978b58bb83eddf21dda82b3577cde5cb8a5e5c9c83b0f55900ceabf6d714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2adca4311a4e5d362a2485a9be4bd59a842a7006f659009a1938662f2a74f79a
MD5 1b7929102ebf90d281ba3fb58b6a7837
BLAKE2b-256 0dafa5dce647dc56edf2f210f00d36ac880d447f658c93f825167ccb5a832802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f6b7fb9b1874bab0abe0d4fe5a6d603fdd90baa0d49c6b84160211eac5c256c
MD5 953fbb9061b64cf54ed9b6d47990c013
BLAKE2b-256 e7c6e194439b5afe0ef675539eb1a86fff6a8970eac337afe17c01dc8cce8c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03ca9a030c989dd4563f2439d9ac99be74a7bd4e3152ef758a47efde77c46ef5
MD5 49b4e96886f330a3560d49cee84b2014
BLAKE2b-256 8e3ea92f0d429869de377238c1a7187fca8d4f92fe89920335ced73e285bef25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21403917ac748757d1b857f010c469174daf197fb35d36b70ef7cd7e537db469
MD5 85a1255e9980c3ad0265b856e4fd8b52
BLAKE2b-256 b01e4c1d239f5dec1a28dca18d2a088932d45cee29270dc7cbdfb7b0d35c2172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecac45b8b7ae4a53cd3d4d3d12f35033f890e3de1795da86617fc24aec9ec9b2
MD5 470b1539d0792abd09bce64af6076ad5
BLAKE2b-256 d98ff4e87b38fa5c3488a924c32257b49a8096e017f3d491856d31905d54326d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9055cf07357716f545cac91ce8a7bb33d95aa18048bb9a6bf97486d56a797e74
MD5 ec3adf3b197413de6ceb97922923fa3c
BLAKE2b-256 1414fcdd333c8cf8ee9c60e26e7de0c73e05fdcdebc4b2ca61476d3788185de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 14637392ccac02e5aa951bc408a754c7cadb1d1c58c3340c59e785fe75dfdd06
MD5 066ede46ffa5e28cc125578c7092f8e1
BLAKE2b-256 a82b87c77420b74d9c41e8bef639ac24f4ab7cf7624f38ce03f4a46a58553869

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 569.0 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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d52bdf61d129dc53ea8ecf4963d5f823feb8eed8e8d8bce0da6a5b5db7417897
MD5 4b918c829562ec3ee7603296f8825d56
BLAKE2b-256 d71fd48717239336a9929813734eba050245b2ac7d541f53a8eb03733acdda8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f21566f2eebde6e7576783124fbebef4dc218fc5e0b73e55753e76304bfe09e8
MD5 d544adb560be162ae12510c6666f59ce
BLAKE2b-256 2588fc7bcc797e0f60ff36f13ad5a8e929fee7e8a47987cb8198386eb461ec77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 009a85c45086f932253de84468526827679416cfcbe42da3171bd7276e4d259e
MD5 4d44f5ba9d163e64f1021dadb7c3d251
BLAKE2b-256 29ad0bca0b24fe1837dd8fd6b6498cc27ee91bb7722fc0625e436a54f512e179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 de3bc4b3a2ed87fa2eb88cffc5c1e546c2865225753a732ad96bdfd2369d4c5c
MD5 1cb2854efeaa794f225de18eec82549f
BLAKE2b-256 c949b335e4dbfb2061715f6d82b662bb7f9e2a28a6ba03a09fc8e77dcb4ee9d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d768e359c79a166f0866b24c11ddedbbfbe5048595da68d03171cbbc30515a7
MD5 b1e599d431600cc1640ab0effc4f1adb
BLAKE2b-256 050d8d3220474f5a93f2bfaf63bd1884db44f48dcafecf50132a6d7fadb0e37c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83fec451216326c12981bc75575d3ad48907c192d3f7463451fe7d6bef0e548a
MD5 e0692263fe4704a14c5f36a92fcceacd
BLAKE2b-256 fa98296f3c0692c32b64cf6abc4ce80031e75dd5703c317b4e1350167413f4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f96617cba50d1dca0d6df297d84f9523fd74cf0431de52b6add62324fecfb788
MD5 9e1abd263a5f8ea02ff4472d37b339d3
BLAKE2b-256 8dd9a1e4327f282000c4c7bb70f4b91bd63767b73be30f8dbd83c5889543f037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9ddb869cdb5aee227e8f8ba0dcb19db3cb5aebe5a30a4bac6e2cbf2b7ada6df0
MD5 3ab9c9ebc2ac4912f69f366fc7678645
BLAKE2b-256 3f003d5e0439babb45ebf53cbbf81a0604001094773a70c5bb2857c8d6d96aca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a96c4afab40503bf3def1a72c9de4f5f1040a60408b27fb50758b718afc1828
MD5 9065b306c98d31097681ec13452e4e06
BLAKE2b-256 4bdd77eda8e2f7adf7d91a2bc39ce282cc151ede43458997709cd462d6e579f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3287180441cba60f1f0959fd09aa2f3aff35adf6a65b81aaf45cd2c6c6a61f2
MD5 c96ea38b34261fa5094897737760cd7d
BLAKE2b-256 a6affcf33e638318b19f2a67fab6f860b8012f0ecb8142f45d7c587796f8ce70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b07e80788ede9a243bc0e43f904ff2218860cc3622e1396977f13b1cdbf547a4
MD5 c41a140982286f401ca84264bcbe03a3
BLAKE2b-256 037b836772150ba77eff337c200ff790bcd7c03e61b28b6ecd4eefdcaf23ef60

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