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

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl (981.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (929.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (797.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (846.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (846.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (783.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (765.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (957.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl (981.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (929.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (783.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_x86_64.whl (956.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_i686.whl (979.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_aarch64.whl (928.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (939.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (846.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (781.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (763.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl (956.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_i686.whl (978.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_aarch64.whl (929.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (933.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (846.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (843.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (781.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp313-cp313-macosx_11_0_arm64.whl (706.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl (746.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.1.8-cp312-cp312-win_amd64.whl (644.8 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.1.8-cp312-cp312-win32.whl (590.1 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl (956.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_i686.whl (978.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl (928.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (933.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (846.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (843.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (781.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (763.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp312-cp312-macosx_11_0_arm64.whl (705.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl (745.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.1.8-cp311-cp311-win_amd64.whl (644.4 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.1.8-cp311-cp311-win32.whl (590.7 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl (956.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_i686.whl (982.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl (929.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (843.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (783.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp311-cp311-macosx_11_0_arm64.whl (709.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl (748.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.1.8-cp310-cp310-win_amd64.whl (644.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.1.8-cp310-cp310-win32.whl (590.6 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl (956.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_i686.whl (982.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl (929.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (937.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (844.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (782.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp39-cp39-win_amd64.whl (644.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.1.8-cp39-cp39-win32.whl (590.8 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl (957.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_i686.whl (982.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl (929.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (938.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (845.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (782.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.1.8-cp38-cp38-win_amd64.whl (644.6 kB view details)

Uploaded CPython 3.8Windows x86-64

pysnaptest-0.1.8-cp38-cp38-win32.whl (591.0 kB view details)

Uploaded CPython 3.8Windows x86

pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl (957.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_i686.whl (982.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_aarch64.whl (929.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (795.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (936.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (847.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (844.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (782.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (764.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.1.8.tar.gz
Algorithm Hash digest
SHA256 d0e6e47ed4e9c4c0757b362f212e3cefabe474cd32297e687eb4aef4dffda121
MD5 ca31f625fe3dadbfa302dbb6cde72daf
BLAKE2b-256 dfc715088a6213b17be33742d6e12e0d383010bdc11f3302d1bcc4dfac2a5dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce93167a769ad4c76f6831d9356809d38917ebae31a8e10634cb99f588071569
MD5 d63c6f9b0615d8220c9c5e1961c12544
BLAKE2b-256 6378684aa6926f938091455926d2a541308f7fdb6f5c09624f8117c7a0c1e087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5af4d478edbfcc9bf52b52edf06b430aceb20ecd4fae792e9e278afd1b94002
MD5 b3a72f6db3dbbd1ed3d2b853ec318c72
BLAKE2b-256 a80395d20386aa3aceb566d539d4dd0d9846a864a2986cf99eac1ce050335b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9079bf59e840c11c4767d631d95dd138253c162615aec87c51990a0596d50760
MD5 0a89c7c6df2f1f14f8272bfde1301d9d
BLAKE2b-256 0c96c2b66706166280c81141b00d3dc5b1cf99b941ed88a417e4a7d38fd3bcd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e3afd925f3931d3a9bff2a0fb0b937f3aa8b223742f0452bb0dd68244931d90
MD5 6931365084a62163e971e7ad671b2915
BLAKE2b-256 673bc26800b542c65266f1c0564f0a1588e59508a483d1e80f8e4acc6cb0f3ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03290ce41940eb036d1a0e6754069416d4dd2da8c5749cec133e0b91b0182e7c
MD5 04e12563619d4127ef18bf8b2fb0b0a9
BLAKE2b-256 41795f340316cdc0bd0bc1eb421a96a7357edd52c7d6006eead44582cec9db03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fed595ec5a7c530d8f999496d3f239a3b7cd12971cbfed6710c38e4943a2cd0b
MD5 caf006e80eb053ac2a3fbd11008db318
BLAKE2b-256 c5f41d0e4a4349334f7bc3dae0e583d116fb1cb04d0bfab476ffbfc0c613bfe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 345a3e90bde5539960a465c0a2249a42af4807a7368d4af72ef72ff6387206c9
MD5 03ff1b7ce1cdb8584b5aba0340755d23
BLAKE2b-256 a8ddcf19c614db983b11d37369c14c8e9e38562b1fba4ed3db1e89a413afb5d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d139e59a500dc8a49e6f0ae99e456941a4814461714c5d25a1fee35b0ceaa73
MD5 58d6af9b26949cc7bbecc4e85eff3587
BLAKE2b-256 3e602ced523e1fd0294ad30ecc12fec4dde1deb0300b0db910ac68e6591446d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 37b103b9751e94aa59ec633e1bef40cacf013c8171334e2a8721146cc3cb439a
MD5 017776b48bdbfcd60810665cc31c03fb
BLAKE2b-256 af175b17dd475810e51b56d862c197d778d5a752a9240479c7f9a97491393f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66fd69c64eabbf3f16170cf6891dc1df687e23ac80feeb84d3708d85a169e862
MD5 e0965b99c58da76fd0f525f3e5140cc9
BLAKE2b-256 937617fc910a2e9f919ed6ac282675655151fb4820bf38b5caf83d5f04aed358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a94221a9c9486b52459bb0e52ac409eab9fa457cd45321acb0c3e437a0a9c8f
MD5 293ebe464a49cb17256b8eaf5194f287
BLAKE2b-256 77a9a050b1d917ee74670443eb2367d7d5c25d57c4e90007031d105e84273c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 12eb9efe006b45fb7a07a8d8b38d81fdc425401dddd0834ca49b38cef654498f
MD5 8024b516a456fad3dcf34e31096738d0
BLAKE2b-256 86aa6a6906001803a60ae362dbee50b1211a7384436a8f05d86e3fb711dc740a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b13f9006676dc0f98be8ec555dd4bc88711e60fd4a9db3892d616de2c17f0885
MD5 21f9dbbc98d38cfda9bd779a57f9a65e
BLAKE2b-256 849639f183136c728805bc3c35d1df44e354b175326a7ceec8fde28996610dd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03fb4f1ab4ce22761f43cbf8ae0136edba65cc0b7045524efc9e8668c69a9f26
MD5 d0862ebcc0fafd7f4ff6ff6febb4ddbf
BLAKE2b-256 b6086b888e2a74132e0f2babe4666348a29cd11882f2225e9076d976e8d7875e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7455f52f4741aa4fd2be11bd275b64aa50985b2a9f02272c0ed1080042377c89
MD5 36e7943ebbdf131d701d2d3b9221ae56
BLAKE2b-256 0b501c38b097896a08f4ee903ca31f5a9ac29bd1b25ec8f02f4f8bc699845691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9cde5f243a77da2c8a62b471000c1c3d52375d9793c92cf6dead0835528c0e1c
MD5 5d7f16e1995355313652558ab4406b06
BLAKE2b-256 918bbe9e7048872c0cce149df519378a92e70601d07668ae8f6c2b2e7d35b526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3e7fa3e0fe0e97b80b45d9267c51bf63bfa0937bc758a5bd9789b6f22bb444e7
MD5 44c67690e491a06325ff31ce385daffd
BLAKE2b-256 517a007afe83de8858aae1fc01b2fc29ca110e3713706d2e40b5397e05eac90f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9605abdf651a3eff6a5bcae2bded5d04ad516f089a8ec791cb904831747a61d3
MD5 86cd3bfc576196eb50668cb3769aafd0
BLAKE2b-256 2c54e613746ae33847ac86c7a933bae171c4e0d9c5155eaa96b305ad85386b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98b5a6576a47fa07940841f715bef0446d24d8f8f0105be15ba10943491f766c
MD5 8e0112698d67e06963f94db91cb3054a
BLAKE2b-256 6317af95e20f4227a5fbde37a8084d572dbb84a6bb1b30197edef76f6021ba55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84622858cb459b0a58f6873ea1772795eb163e58d9668ade4005ba9adb0cc125
MD5 b89f00a92a7a8067c2c8a77cd5839dba
BLAKE2b-256 58bfaec02b2bd5fb3601eaa216c09fa2bc850d17d74b6199e2eb3de2c820c810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a7e216aedcf06be89d7daae9a5ace11364e880b4b2fa3d8931d54f18e555b872
MD5 33ba78947e444c5c6ccc71d201bfea6d
BLAKE2b-256 46fedf0d68f57ff6987b912dd3ea99a5f86ad760bab54cc2430f9560975e515e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 844838ebc57b09896f34c157525385f4813203a03b14387c2fc91f29c4ed7cfa
MD5 aec4a7780dc6eb55904d9919adb0ee0d
BLAKE2b-256 0e63b33e5bdd052228c074f7aa55d58b5a3b0e510f0642d5632d0eab6d4ff120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f1833cc719f5879fd631a8fc4039dc09dfdc878bf2d68eb13c6f13174b8a74e7
MD5 874914d45b231aea8f366b2c3d13627a
BLAKE2b-256 52c9a8fcb41adae679ef5a9f281545a290268f81237bcb86511add5ff9519fdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 788cedd7b0ada3100e2603a29caf94a3342655f8ea5bd25174140041027b246d
MD5 672253d1d7d2ce575d680ddef3d3b65b
BLAKE2b-256 2cfce13e28f6aa405dab6ed39b46cfb1a5e1e26296cfe9c2a4683c77382fa5ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eddab3ee0f2041c95aef6e2fb8d06f875e2aa2a57b2b221019067d4459118f9c
MD5 45ec203e48d84a81574945e67ba86d4d
BLAKE2b-256 d7c64d1bd0badf9b616d457c6d1a6cabc7fb3a04c296fddb0ebf772fb8adefe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f505f7b4f9f907d8c37c3a46a193646758e75a7e9dfdc0b82bb80b8731d4714
MD5 b743f17580ee3c512f9f4e9f2b7d472c
BLAKE2b-256 1acfcf26cfdb0ab88d1c42836bb1e27fe2015a93a7344e1406a51364da6b1945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ebf328209eeb8b8c3360080af0921c5b25f9e363b5c7389c149bf6a9768df1b
MD5 e324e7999c73fd97108f71132b9dbc8d
BLAKE2b-256 f6e8c60aacedc15de1ecc0325c1bf64707f6fbe79eb1e7666f3b87b621db1eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0881a4ba2c6943761e643e91288c76faa79656660c78b9d60edc59768a3e27f3
MD5 59f45ac9a7a93b795784a70cc9abc30f
BLAKE2b-256 34bbbd018b23c3d0552fa90f40f1866eca99c26ebeefab0aecfa77de3aa2d890

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8a2550a43968c44e1cb4c7fb9fb00b5051df8e12e6f2a315ba99a4449d74effb
MD5 fd5be1197cae8dcbae133753e12109d5
BLAKE2b-256 68955a020cf27db487bd51d5d266cd03cbb7756a82691eeb715a42ef7ac3796a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8563e559f177d651210f2412d9f57d7f1bf08b722eb12a5d7925357c4b7c136
MD5 21284c7c917257b09a58e46e6fa5d823
BLAKE2b-256 1e1ee9a8fd46fe90b58e2b97c8eef8bba1a002afb5ddea8f90e092051afd3004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a27696086a697bd50cc0cb9935d249f6655d91c1ab41fcd9ce298bfdea49684
MD5 42f07f5a5e31c75b1eea3fb092482011
BLAKE2b-256 b40db5e47fa7851ef8b3bb4e9e69eaca6a62d5eb4b1235f2ca8610f9e81946f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aeaff22ce6db7cb6f83f9fa05a296e52438bec6c9775fb9dd73bbde5d6d225f9
MD5 5a9ea50d5b10342f284b5f57f3451135
BLAKE2b-256 a302c6f3fd208328d35b799414fd15d17dd9b2debf3e440737c0f9405df42af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 414cdac4b6e05a33ca7a1caf7903344876f18d491f2ca0adb148919e1915fe75
MD5 eaddda2c19285609c96b0d295860104a
BLAKE2b-256 5b2ee5a6a8a4ad8f18e7a983bd67babd94506b9a007bd53eba8fad299ac032ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d6d77466bef623895bfdd62792c3a12452a60f2ef99b3a5869c3221a88fd606
MD5 fe4d58e1b6d988279e06b3726b35e25d
BLAKE2b-256 8761b94b70ebf0fa05f49b14f07c4734d396d122ebcbf995335252fc00c59507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96274222260c48316179e1850f4918b5cd55528aa136d7a49db1d9f5f4fa22ee
MD5 9ee90adea18c423ccd1027939a87b577
BLAKE2b-256 1f1551a366719ea53479c1a004467e4c771b61204cfbb456a7b3b9fc75375757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77f424abfb68ada1c5908369cdbc6bddbf79d7a7034cb1ea9ee362f30ef2942a
MD5 17cd5989bb488d10d75d714c90b0d68b
BLAKE2b-256 a529f0b8c517dcbab8ceae03e1122ed3c7f969f40ea26b03f2dae547343098f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d1a320b7675b0dcd76dcfd549dabf549eb38ca89b952e92adbbcb07f353b886
MD5 fc9ba934bf2a19374f9800f9a9f73a3a
BLAKE2b-256 7e2f4dabcd20b19d2e72c9671a30a4bca8c3c527830219ec021807fa4c284676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dc159a4a79f4461893b0c91d5be6ff92d175b4e796d6480387853ab9266eb54d
MD5 78be9b32021464db575254f43ae09953
BLAKE2b-256 0cd0cdf5e32e7d67b09736bcae1e705cf9b7e996ed3d53f5cdc9cde2c4a6ff6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 932e816a660fd9fea330335ad9fe82581091b0b95e43f40c13e959676c7f1cda
MD5 caca813bb195441bbd8f1fe12be16017
BLAKE2b-256 f8a2fc54fd39d01023a84bd7ab33cfb7df6b478e13a750a9e34b24d4d7d44f5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 590.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.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f49ee8bb42d71b17c344504b8790edcb7687165b149e395103f2f56bf95ad6a3
MD5 031d9bc4d455d9aee21c361713a985e8
BLAKE2b-256 28d7b9455672143d5b495cd8ad6bd37ecb2f0afca7a370f3040a79ff01e914f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbed83ec825e77a2d1d61542d04301bc1bd9b1c28bd7bf1f0180feda69fd34ef
MD5 7dd3ad0915e92b570898b00228b04cce
BLAKE2b-256 84505ed19af39765097ef9d561ec7657652cfdc39af36259ef0be1cab372ad83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0b6743b90ce8b924296ee61b4e795f01b489e677416de379dc7e336c32a0e97
MD5 aa76c40dfab152f63b80f1239da99833
BLAKE2b-256 df3e9b4fc9b0adc2c225466a9e0016035cfa8e5514061611646833cfa3dfe762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 215279c200bcd4caffc4afab640daba8575765db019d920f0db942dbc3748832
MD5 f99cf720f1f43a9bdc3112a17a2783c3
BLAKE2b-256 71cad1ee99c0a551d5a7f69f6caf7240840044e32b5576a78f6418f1132e3f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2537fa6417e408ec65e312234a1b8f29511a21d6282c51afe08eb6ed9ca0b4ef
MD5 a3916d91601ca33abf79bf77003cae5d
BLAKE2b-256 219676d21976f0c02ecd15fc2a382f42a499ce29454ab725e0234877208a18e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2480e4a4f2a89a7abeca9e5b900b36cd2af70500f6fe4692b0b2d05a949dd599
MD5 78156102d582197d65f002f7668545d8
BLAKE2b-256 5a17a0fba5471557176813fc1c7ffc51db9119ab6102114ef2a38878eff144e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3aaa0977d46b99776159e6bd70f73efd8655b1e3a9cb9039ddcb2c1b4979fec2
MD5 769e75e4dbf33a767dbc07b192785fb9
BLAKE2b-256 0cd2f2e27d63182659bf36c84b5186319ad07173687161de293f1a9bd58459cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 66fcbe86fec85be499e219e308bdc24143b8372e37665512de5ee3f5f5edffa8
MD5 a3cdf31bbe85979f2bc0edfdd2783f58
BLAKE2b-256 f029aa289a2c3ccb2b5dc2f285abc432d81dcc678564a421232b941263932e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54edf84b7342a9694140c151013847f78aba633dd6fe128583123d0af2da5d44
MD5 c24ba416340335bf2300191c7f8f3510
BLAKE2b-256 ae7bf17700d67fb3818dac4a2e3cef92bb74f2d814b34d78548518cd25810346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 83935297bb440f8f6e2c25709bcd079bc7613fccc08ef2c38667870103bcf908
MD5 979e62770dde07dcea366c5d6a0f7e7d
BLAKE2b-256 d55c51f268da64aa1fcf8551b1447990fdcdd6afca489797287eea2954c39a8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b15d09b6e88a4062cdabb6bb73e6f581f5afb867f13d87a409cfe025aa5a30bf
MD5 8847108e065b10c4db06b971fd2edadb
BLAKE2b-256 60b1f9831d71f4e27bed9d1b24d144eb4e34f07227f01ea4a25fd94f19753e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd3958ec47e453b024f08a9fa76a3aaee0b4dcdc978f224e9e73c52cef6c901d
MD5 da2e5516ce8a6b621e1f3cfe2dc6576a
BLAKE2b-256 8e88141c5c9ad2e0690cc1c128701dc2e3903bee4fb50c5a96c5ecaf031a4f4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c007342023b1208415757627d7c5e72efb12bed3a20a6152367e571dc3b2aa5
MD5 c1aa50de8e88b3d70ae90b9eee0fada6
BLAKE2b-256 5e7d39d5f3eae6312b9ffe001bcd83c958c95118063d758768d9cee8002e8176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ccfb465cc81c254436fb1223bd6745c46e38510638dc40c54422401ec1a9d94
MD5 bad7824a0c9a80e816d4d5087c60a252
BLAKE2b-256 b7c958a5833ae8edf607af20b75ae18feaca86e95f7b729be2885a9d90117478

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 590.7 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.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 01fd7535ce78330261c3614a4733ca735bdbefb66a9d844dc4b04bb5d67aae81
MD5 22b389c9d929a97915bd46bdaad734c9
BLAKE2b-256 91db6dcb913c1165e191ccbe5f6cd3c9712aaa5a7b7b3ae9dd0b04af1c12e6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 124abd488da7b9efc047cff8ff6eb823ef7a8bc82b1a1c065542a55a28d02419
MD5 88d2bda259f1fa3a6f64b58616e4af23
BLAKE2b-256 f0def070a510ce78c212a1a95c84f384b73554d3910927e988f9edec042e3402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 899ffd6e4615c620cc4b2563f88a7919cb3a93ae0fd252853b3a8b4cc38a0bfa
MD5 f51a11f62f5c393490a11538b85fc55f
BLAKE2b-256 7f303df4f18a56e18f01fa50808399c2f6f409b9e176ba2ce2cb1b3ed67109ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c0c8b83017fa4f20d94253515d87957040e348c28d4534ab18d4666c099164d7
MD5 f712d8e439426b41ade1365c0e50aa52
BLAKE2b-256 e426650e8122d29ecfcc63c28dd2f25f3adbddf72281925bec85238287aa9821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f7dba193dbbf83003c28609b059150937813c8f9b2005e3e15ea58f2c8a64c4
MD5 be6b1ed3741924dafea936d722b58620
BLAKE2b-256 16e3ad139db7e24210aa5eaa863bd8457d91d54707f1e3f286d805a6a4e9d565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8315aa0deb81d627ed00014f7cf5063e8bd02ed83022f619715ef0fb696e7b4
MD5 5c5b7ef2b6437e0aee69c4294f4b56d4
BLAKE2b-256 ec6556648c45f75183f1c3eaa947f61b98403a097cd35650544bff713be4183c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd8f0ec1a26dfe587cd4d7bb4ddd69e92d650dda2913c2e87cbf36335c4fea8f
MD5 a94e34cbfee13b79e5dd8dc41467aa60
BLAKE2b-256 05f900ccc175c2ca6c92cca525658cf33e5628bb3b8a40c592628420250226aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ad289be803b23a78fbf45352c09e9a48b714d99ba090696e8a23720879fe0716
MD5 416bb8945b29489d3432385fd99b865d
BLAKE2b-256 46820b2bf3d3c04882441b9d6a8b8e527f179859ad720f0929461ebf42550a1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 efc201e805eb4a3f43c672d07a74ef835b0c2aacb3b1a6b727a15654bade3ce2
MD5 9b0d2a5914a1afad29d5bf7597ea2d88
BLAKE2b-256 8a9e9371d95c6cfb7762915c0a369035f05cd21be93cbd1314d384a22a6d7dc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 77920f5d4e86f73d3679a9dd7a40322724608831a129cbbbd6b2947afdd66dc4
MD5 1fe934586f5192f99d429d73bce7c264
BLAKE2b-256 edd6301cd64782202e3aff2482c4251f6e024d97ea572f64bc20b2d1c1e2a8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a4a5d5039b9084ca47f3e68c53ed5d4f0e8ca6e291a77d385ae284a94331c4b
MD5 bc1b9d1a5a75b3e7bf1d239977622ea3
BLAKE2b-256 b973d515831c1f43c4942a2fd5a63718aa3058eec51919d60de1dfc179b1e040

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19906d3a97bbcb57461f824658690b3839cfccf7b9ec9817b266562cd37d2f4d
MD5 d293bee6e568f6f67a6427cd7743e640
BLAKE2b-256 57d179f5abff98e4c3e9f90ccef485eef020d7c7596d834abacbb484d2e9d1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c182ddb0e89969d0bfef0a42a11dc7cfc46b4821ddba0544d1a995eecef47a55
MD5 68f46a057f4df3e136b483c67e51fe62
BLAKE2b-256 52b302a50b5b536fa945d7a32c00930e9d8952399ad46d9d48a3d67571466630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd0bc6c9a124cfa87f2c83c4ea6a9af9ca86001c2b41eda1c50611e2851a3303
MD5 118338ee6ffd11039a2d37ec0f3f449c
BLAKE2b-256 d370f0f254ea7026de7ec1225bffb33adec0de58bb98e6c2bf91f63e63feae7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 590.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.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a7457c4d0d40ed89c6d28caa56bf9b5db653c10b7878f7c4c4fab0641e6a6ebf
MD5 b4dd972e5833e674b91ad6bf1698a369
BLAKE2b-256 42657f10c6063aa4660c0677cce0f9f5d9cb584f33866ee041854a44b6be9c3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 602f91acd1776f22b5292e26a929eab7ff091df9d1ee93d9a8c22eb4a1807caa
MD5 759393f6fc8430bcb8d70f7e6196608a
BLAKE2b-256 920a735a49b3cdcf6710680dc8864f9797c92325599e147e75b21f7fcf18fbfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7e3fd65feddfed00ac44c610903b2c988a4b9294c198211297d512130ced48c
MD5 32716b4e08eda7084b911e1ed301f30e
BLAKE2b-256 749fc7be06a4e8d605d10086b9c8fac305a7483007e51758ba1d559ede04708a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5fd910a582ebe92b8a497384fcfb3a06c07f8b077d7c6603a60f7aafbae7c57f
MD5 6444cd48a1ab513d488e5ecf40261117
BLAKE2b-256 63eeef85891e679ab9cc478b0ce4497338aa42280f6237e61132ee89fa97305d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b0a3c2304a876073409a610ff2ec1a7cf4402d935e19bf10f626a1be37074ae
MD5 927c483fc6819edad15ff226b033c2fd
BLAKE2b-256 06839cc3b113341696131d06f5bb392009ad480bf6b2e37e6cc900d75f31e3d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4a02999d2c64b1d88d03a2128ef5e3fd42ff6736a5cf417a44962d61b7e526d
MD5 4efcdb24b583b5671191d13e50b2011d
BLAKE2b-256 7352bb42a6c963ce8eca7160adb3fd3988b284af951cdb312e7378191800c98f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eac1904c8a2147a62e65a9ad07d1c03efd186126e661f3da12e52343a51edb41
MD5 c4c3470b5f2aba2071c13472336ba3e5
BLAKE2b-256 a41a6f6c84331d044e053924ed2ed05e9400caf3818e6427a3d24a000abfe354

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f65df0a6f7d9dcabd9d0e74d966842e27416905c413329b804011e3e4b867ff9
MD5 a4f42d3b4a125a390e4709913d8fd462
BLAKE2b-256 af4d1004c17a102644ab823fdf0762062a0e2be37c8006e04f1ed5b774722c1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8ed725b268dd144be81b168554b01eea268968bd2223d1d11340d3c3e2d1e5a
MD5 6801e8ecdcd11064b9ef891a9736191c
BLAKE2b-256 97f40fad17b7b7d779b9b20462dfe3e49a399fe02df0078570d20d8539fb35e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d4e5bc06fb43b92c5fd1b9680ccdd0a47e139eccee2930b2c21bed0a5cb91c0
MD5 cd66304eed57e118fe6630ba874f91cc
BLAKE2b-256 3df1fbd8df6c019399b945f23c8a4bf422b4db63125c5ae10748db5b87f3b9eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd00343c141f82d7726ae4360a7f94a79ae41e979edd0c1a1082131e1c92bb12
MD5 f1c1e6a1c17d0e1cee5de9043eac50c0
BLAKE2b-256 82fb10092b2e9302734466a23c736daa4e27f2556c34d1ba8b56abc54bb421a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5a6cd4c032e33bbe8be54d9a15afd97662c6f99bbfa48637d3a357bdfbb399eb
MD5 1729376a0cbf64356a48916f0acd0150
BLAKE2b-256 778e59d873d87cc102cc90cfe431fdfe5bb46fd4fba27eb53c21a69eb17c50c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 590.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.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 87163f8c089b26c5780c8803116372057c876caa2545cc3cedd2185bad4b39b2
MD5 d52dd3a1251296f9d4ae9d121d5b2ee4
BLAKE2b-256 7a1e03201cd1ae09c841d67c16c49f7bfd5a87605bee84e4db691054d90aeee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ec8e424264dfe5c1229311dd0c634707bd0ac46c137b120a4d97c33893abcad
MD5 0578814f988b790d1712e6783c480324
BLAKE2b-256 ffced90348a8ac535709e2e8b176e6e6c9adb56f1f94d14fb90c51b11f55e68e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eb18db90312d25a48ddd922d88af7d6a1d6403a6284a0e63a56f6e42b237416b
MD5 2a6fb93c14db88f3392b1103757efb79
BLAKE2b-256 749644edb78132e4a579a7b97ed28aaf61b72d3e366223bd2967112844850d00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 062621e8e9236362c0bc4ced1c310b983284c891abab9d50bc1cc70f3dd66aa2
MD5 eb163bebaaf4b64e95493f35c18026d9
BLAKE2b-256 f9895b1eaf3f9d28c7fb84ce07b42909fc65a6c69134fec95d62a19c0b6d41ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c09fd7d2b6daff3ee2140c79c77ff9983ddaab18987636f1262892522d1510f
MD5 6da202f994c77c2dee2f0372fb9b34eb
BLAKE2b-256 b6a0eb9e90f55731b6cdc7ebd14d0075a1c4158dd1ca9d451e63b61dc0d76787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38ba1d39a844445cc4f3237fd4b987baafd6cb0da5ad4e89200b1d15e0f74068
MD5 37e005f77a489138313977d9a5b19814
BLAKE2b-256 b4c0bedf5e53986c0d082f2cab00f1dd954e1614626bf10145facd895b412f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4e0eefb1018cd07d9f9ba649c185e689e06a7dd9bfded8a6e97ffeef3a49050d
MD5 b3d69762d5c2ee394c38e1bbcc06aae6
BLAKE2b-256 c27a0c9b7ed1f3a6896833c794675579891daa44e77f12cfb4d6d9506e2f3f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72b545e6acb33ce448fdb567e88f33c13e794c1df590cc7dfed925bce52d4cc5
MD5 54fc1454197b8ef54bb32508ec833860
BLAKE2b-256 66da83d2bfb73650f2f654465d9f86a2ebf56c418d827508ff9f359307b089aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0178d6b4ac06cfcd9ca709912be097c103388979bc2e87b37a63e9d9f39529c
MD5 33167e711df7100dda22ae390df22c98
BLAKE2b-256 9c10705c232e165e01654fbad25e5b35ed70912bf78ae9f510d44f90e27e5f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d319926ffe6de69021e1aef89d38a6dd51df9106612b48a83c2822eaa3c8690
MD5 34fddba8646532627c82e780f8e09db3
BLAKE2b-256 84ed1d01a30861cac91f5fffd9a08fc66f18891ba7544dd861dcde3de9d21986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f170f0f82a6846f0613d8f379f79df34d4944143195d5e05357fecd5c4d2296a
MD5 7409420587d8ecf73b32b1f61ab6fe03
BLAKE2b-256 3ef5c557afa0896fb533e0a99c16bc025c03688287b9dd85301a903661232f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b23097d3de37cb13f5a042588cd5211d28d60643f44219dffb0158cc84bafbcd
MD5 4f3dd265a9f773572b070b3f4284581a
BLAKE2b-256 7c7adc85aeb5d1ba178b23f2157edf44c0f4a3169f94708382718457c7de3340

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.1.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 591.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.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 24e0c7e0897ce569e8f656e8e34a7ae3255c2a3395e57460d010804dd8109f2f
MD5 4663fa403612875ac817151e26f06fba
BLAKE2b-256 eafd6aa1f132d9b76a70b7258f8290ece758c5bbeba2a45aed1fcae35a399d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10cf116eb6876d415fe18cb1a10045e725aa144a131309efc6268fc792a73c73
MD5 0897c5b8a6efac13262134fdcfc72523
BLAKE2b-256 891e8eff2792fb614317d61715428657fe1191cf49ad5d8c36df8b59d26a33d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d72a72a1cf9a48cbdf0d768a418d5ac070a7322463dd183c885f33e84a0ac873
MD5 398b08f311660dac834384d9260bb98d
BLAKE2b-256 61eb314899d1faa15e479a9466f478cd9795656f055613cd983218d75a2b192d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2e38de1338244ab5243988910f8e86f7783a266ddb80daca16f4fd650d28512
MD5 6bb01db2f7f2112b7b8703ed3959963b
BLAKE2b-256 9d94b07d5636f649e82741932414d2cb89ef654b48c8efbf67190b17a4b866c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 928d5f7643fd7aded3d12df91fd4b3e121bd6f200047a04538a3aea64fb012a6
MD5 15ce8fe5f1f4bc82b4a6d5109cd44fed
BLAKE2b-256 dbe7c3128045af7ca9fc57c6974cac0d829ff3fef36fa26c1fe80a944d72ba37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc03b984145ff03ecc06656bf5ae9454fca111ccc036eba356d9c75965e51071
MD5 2cb07dee13902019134f8419c0562291
BLAKE2b-256 12dcbfe79d629056d1708fa0934b9083d93c23fb65c8bd1689874aae43b6d739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae654a6fbb4f172c1c86ab3836b057970056ba9cf74d8d9079ebc0bdb9da4aec
MD5 f3b4dd5f1221e8989a3203f6d16eb721
BLAKE2b-256 44d8fecf21bc752458dd1f5a9397d9cf80e184320f7a933b84a4dae832e3b928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e19d7b5d730bf3120b3aec5476db21d01d795bdfa0ec4a6cdbf6a25053474ad4
MD5 06747fd5780c2c614dc21f557e897b4b
BLAKE2b-256 5c8a83f79e2e641cbf098f2504939229817c8f937702730f51855b554a10cca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b82929fe70b61cc87bc782caedefd1922f41cd06e99c0b0df0e5365b3ea098f3
MD5 58b0c4648b12d11b6346196378df37fa
BLAKE2b-256 444c4132478fa5cdfb5201f131edd3b8bb41e097ff9f617405522aec1ee2dc25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e1336f55e987a1894dccb9a9569d39839f2cbf278493d3eebebd61ed9285f321
MD5 00ac3b8fdfc1181cb6739b6bd8deb583
BLAKE2b-256 6f731360201963d8725089f4a0697ea0eaa8c88971eda232ebce9e6e8e5fd0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28f01e9e37e21bbe9a65751d82bf0c6535291eecdee1e44413489583020d74ea
MD5 a647be7d00b6bf461851aafe23d87c13
BLAKE2b-256 f1fe77787b0a84d090f3dc1d7e93164b3a3633e589ab6bbc36bebb3218f72555

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