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.3.0.tar.gz (21.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.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (992.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (984.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (915.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (901.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (840.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (816.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (740.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl (799.1 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (993.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (848.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (983.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (916.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (901.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (840.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (816.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (740.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (799.3 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (990.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (979.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (913.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (898.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (837.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (813.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl (735.4 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

pysnaptest-0.3.0-cp313-cp313t-macosx_10_12_x86_64.whl (793.3 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

pysnaptest-0.3.0-cp313-cp313-win_amd64.whl (685.3 kB view details)

Uploaded CPython 3.13Windows x86-64

pysnaptest-0.3.0-cp313-cp313-win32.whl (636.8 kB view details)

Uploaded CPython 3.13Windows x86

pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (991.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (980.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (914.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (897.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (837.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (814.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (736.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (793.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.3.0-cp312-cp312-win_amd64.whl (685.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.3.0-cp312-cp312-win32.whl (636.5 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (991.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (846.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (981.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (915.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (897.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (814.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (735.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (794.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.3.0-cp311-cp311-win_amd64.whl (684.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.3.0-cp311-cp311-win32.whl (637.4 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (991.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (846.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (981.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (914.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (900.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (839.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (814.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (739.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (797.3 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.3.0-cp310-cp310-win_amd64.whl (684.3 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.3.0-cp310-cp310-win32.whl (637.1 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (990.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (845.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (982.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (913.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (899.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (838.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (814.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (739.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pysnaptest-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (796.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pysnaptest-0.3.0-cp39-cp39-win_amd64.whl (685.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.3.0-cp39-cp39-win32.whl (637.5 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (992.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (983.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (915.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (900.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (839.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (815.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pysnaptest-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (739.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pysnaptest-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (797.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.3.0.tar.gz
Algorithm Hash digest
SHA256 28921e964d82167b852b814dbe7d98e970cbe5f10af9c64c4ab47e8ff2b9e4a5
MD5 a6f2345a1511edbf63c2943a7c395724
BLAKE2b-256 f2fd64666e6723430945d661fdee0620b2f5c9105bf7b283120aa506030c40fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61207a19606c00e4a5d358d458a3d8fe4240663650fc498a65ce4c11717f03ee
MD5 c3407c32fc1b3c634afd4d4f5b582aa5
BLAKE2b-256 ec06c3e16c3825ca7e4e822ced5b4c254e2aa1839e167e77284978e272029877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca3b54e9a8378e5e7938e5cea403e045371e2f2d04da136dcecacead4677b698
MD5 f7e26608fc446c4c2726415c74e1ac32
BLAKE2b-256 62edd44a7bac8a7e1b643316dbaf08c4c3574a91269ed0258cb42761e72d9be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ef47c595f5d7d5beb46ac11c5efe9a8057d77cc48c716da78a75555ff5df0aa1
MD5 6cebc59c949759dec4593ddc6f64795f
BLAKE2b-256 feb314001a9618db634f9adcd38fff47ee3025c17f97c3bb605f8ea67e9c5ed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47e1115df7a67e0234c3ed4ce4d5b15836b38b87f391a4626be6a87533cba558
MD5 171396d708ef8843f6ebf42f1566cd58
BLAKE2b-256 5ef0a4b2931069260c33b2ad43a09008e39fce6331c51d1ebcd79061399587cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85c9fd4cc4ad92426782810beed3a2242633557a10e6820ba2e43c2a3a38aa3e
MD5 69f9a895027437f5ba41d2bde666d7cc
BLAKE2b-256 33cfaf4473ab33eb57bb98032375f7b8af0578264719a3000787ee066db2ccc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a8c20269728ee9bfb711dc350e96764635f7c5795371f835655eb9cf2908fdc
MD5 a9a342b44632854619f5d49e35fe3a3f
BLAKE2b-256 d7f49fcba0b29bfcbfdd8c14c7780a047f6306fe3c348cb4f88a708e0751953c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0fdaefb20cbcc1dcfc8396e69a9dcc1e988ab385b3cc53d31f2507509c0cb95b
MD5 2aad837506d7c33dc1d76ef1e172128a
BLAKE2b-256 462a8b22ff04e5d3f4f9a47ab15c766787d0809b69de383bc4210794482368fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e39b199768266e9ee51b48869d75464be066d79fe5967b2b81b44b070405c28
MD5 78f84f9371916ff8f19083e708518238
BLAKE2b-256 813746aefbd5e3e67e2b985eaa208ef675286cc7683caa154bc851db6f8f0ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2d81b32f16c04175b0dc29fd6d0879ba350413a925a1994ac9bad9b186d348cd
MD5 f2b3313f39481fbe87bec83dcadeabf2
BLAKE2b-256 c1d746b1eabf59a450ddd7dbc272268901c1213aacc1ea62a8cdcf642f2725f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e774c79863f57802d516bb9360ac48d4e5b5e7bdada4f5bdc31a8236e25cd731
MD5 3e091fdf78419f5d72a2eec296cbd01c
BLAKE2b-256 545f1c075a4c5f988660799d6a28067972dbe159c52e997a0358320b0269f1df

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 936618d6dc9bfe5e9bf5ead15d271d76662ad70f7f08023e2f7dc79fc5a0b629
MD5 e1dec61804b189c36f67514ea0afb014
BLAKE2b-256 3bdfbfdbec0ce16bc5e78dcc9a95a95ee2c6a39258d4f58a4889bacd5c7876aa

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ba340b816b46ba85f34402e73c6239fb977ac4dfc8e9c11f754a7160cffb88bd
MD5 9388204fd4b387b57f7037b7e463c6e4
BLAKE2b-256 123aeaf88ac5859a4dd9126e1d95f6e6f21130c82789fa2f02333bcbd7d29fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f28adc763b8910c570ad164d6d07c35b0754101a7b4e8870cea97f66ceeb1abc
MD5 9e378c55683d9239dc69920b7a5494bc
BLAKE2b-256 94257facdcf7c39e3ab6355316ae5e64248e71f9345aa3e82071b386f607aec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ba0c40640d4bb4548b508c64d76f6701d5598a93a4cea41840b2b300d79c03b
MD5 0864aff3bef0f13c960c509ffa3f419e
BLAKE2b-256 4538e57e10f74d4954271390ddbc3197b2b83cbde040555b57f7efbf512be104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9d9639e6ef1bff2126acc67bb7ccd82d6b95fb7bcf15678c1786b6959aa7df9
MD5 34af9b4189ce2fd6a39c4862606fa333
BLAKE2b-256 7fa4e2d7be40e86dbd5a638832a15952060f7cd3e561bc6723803674e17b0413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 154df8a79f33cfa1b711398aec94da1f0f0802daa678aadee94d994c4f52c8b8
MD5 ad7227516ea25240dc6beef4740c825c
BLAKE2b-256 5c9ef0052e767aba2da1078293fa70fe004bbf7c8d8fc84f1f3f12f638172323

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 495a2ece857c9685b7ed6ae7ea7b1f0fe5abefeebffcf967024c48f4f044e3ae
MD5 a03544697ff35e594f956d4bd9ba944f
BLAKE2b-256 3041dfd83ef7a985337de5f69a82b3e090e5e862f6fdf21e1c9aa18d49b65df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 11d978574516bccdfe7d699ef3354a6be30ea1450547422aec6fc24b3650f632
MD5 fedc8b7fd6411608838f2e3fa612fcb7
BLAKE2b-256 5df132f4849cf65758e9c1bf1c9652b5dfcae60a7fcf677f947061a553282609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e58b1f7b2ce6a04c1767fa8230039e2be77ce3e0a01cb240a93b22b9b4d36f2
MD5 f6363cb4b85b5dee16ee6d5bdbc92c5a
BLAKE2b-256 caa496d3d404f7d4143b6805e2abbeb9a2f440230b7c4a83bff7af0d5ed0df02

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f841aa7cad14829a0be027307840d1096af0d8d4b0c7ab0d9238fdee5f6c2b9
MD5 30c79760dd041ade87803bc1856f7106
BLAKE2b-256 1de24cb73c0c503ed565003cc55736cb36b954a99817893a5bd798be28e03b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eee3b3adad9eeadaeda88ee215267528c9ebef64add4a03f13d197d08b3ce371
MD5 eaf399b549054041e9e957e08694c7bb
BLAKE2b-256 6e619464f6be23ebae5fa599fed2afe0be4316bf13563586d010947c7a2a2697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11eea9e8fe2b0bbd3ccbac3a491f9c42270bbde8e4f51286526a6b66f348fa78
MD5 e8d65a974c17b2127476db4afe54166b
BLAKE2b-256 685c6c21a35acdf531296b93fdc52a90a6e21ee2ecb124ae0e5acbf6cbe6191e

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7f3ed4217cc1502770122f5d5e90b5b6b7a6e25261d1c6c1e34a2a7480d1f3e
MD5 c04356e1b10ce13382ae38468aa23c9f
BLAKE2b-256 9d56035b47e1548a84573faa41e1e7e154b3c3d01f24b9520e172af1a8522394

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8759e4dc6ade5320695613e7abb43b4fdf51a74eb28991b858b706e0b6269c34
MD5 ca0c20cc9f57d57fe88915f9518dcd76
BLAKE2b-256 3858d5a929faf499cd6b5ec93fe3e69becbd590994474040f65f2b8a78ed00d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6ba84c6fda4aa867618797af19748edd9e692fb6399b03553ea156da173a516
MD5 bed473e47b4a01a1782d056d4ea0702b
BLAKE2b-256 25d51901ff3214b4c64031ed6f168db08c86ec8a3de4fddf0e17824dc21bc500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f3bb4c8e91689954b82f67707baa2db4e28f5695e4e074fe1c2f1abc9d1b7dd
MD5 d678209206df127339aef72f336457a2
BLAKE2b-256 2991f79231f60c97682363e496a4e83f202037f4f794dad6375b8f19f388b649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d0c18e1bcf68cd4e30730193edd85d2b01f0dc032bf9ea44d4267de2f1024784
MD5 56f7d08640e6c4a7e720e05251ddccba
BLAKE2b-256 6ffbb44af7e323987cae59185d9cd0177920c1150b9fd378b99075e8a563336d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3de9008b9b8c55db207556f2005c3492d6158ce6adb60c31cb20f9018bc939e8
MD5 73645006eec8fe1ef24690ae7ec9bd74
BLAKE2b-256 7f7ee66088ccac856260a83072375ff5e43102d3aa81247eec735009993518ab

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6da98a0545e4924ad36e891f5e6c7def9cf831b33f9115fc24e50622e97e88a2
MD5 10c0bb1d033e97ab5bc7c79bade6ce35
BLAKE2b-256 dec46cc2d6cdb2a8a8dbe915a84800c825e08a429c54d61a3b8f714b8a8bbb81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 99bfd10421fefa728d677cf1db6636520a3f9f93356e19d39306a21c756731ec
MD5 ce968c13d6dfff8732a584191471dd45
BLAKE2b-256 ca9e5cd82d97ed3edc05b10ed1ba4f6d39a10ce1f962b1f7ea2bbec70ae9f146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a370073d820ac5701b5886e60f2e8a046677c186299701cca3fa4cec80a85412
MD5 9ec0f9f488fd9232264f6a6ad28613bf
BLAKE2b-256 e1f46d840d1dbef51a2d9f70d903bd4a71becf324c986857972f442990f24025

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f11b0f17fd0eca7faac972b56660bab9d56ce2ec08be8ffd3aaaedc03c970994
MD5 de96bc4b7f8492d6d1793c2f371cedff
BLAKE2b-256 e489f96c7dcc41335b30686e8d86806d6501f885b18d725ca041a17a674d9158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 477e44cc81fffb03a8c09fdf5e02742d5dbcce7639d4d8ce5e9484ec7af457eb
MD5 7524bdd75b68341ee50f9213b5029b54
BLAKE2b-256 092140554cca61e77d091ce2accfda0b30de23a63c8c424abf712b823a64283c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00fbf1f9e784cf2c044e39f69006d92bf13009633d30240ccd1c94691a5ebc1f
MD5 257b226d07c3ab7f34f14ef02b3f052d
BLAKE2b-256 ec28ab9ef4b2e106ff5111f5913200aeedd857c8515ca3bc8c574bfedf9bdd92

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e3e7e6336be6bfbcdd650ec68085f002efb5b827ebcbf188abe2e183a8a2f95
MD5 e3ee05ec98cdcc26e4bee0c765cf0711
BLAKE2b-256 7d1e9154e8ae682c8aa6aca1f17107411b97b089a134510c9a7c87eec5de52e6

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fcbea58589fc094e1b0a90effa9ebd8c4f316446a550265965146887f4d7c4c3
MD5 036b8d788cce3051c0d2ea133051d71b
BLAKE2b-256 6558dc9ee8e36d332b078f16084e3502503a86c0df4e6fd8354877fa9ee04839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3dc42364a51c8b6594e5e60a22311821659368a6de8921e4207ff75d8e0be035
MD5 eb7a1cbe28335b6a8aabf377ec18ec2a
BLAKE2b-256 6f202c40358910a1eb2cc031a924713718f45ac23933f63e280935313f66379a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2c58686da1e4cd9a040d0bf2d4f09ca9a17c7283671e519d317ac282b8afc740
MD5 1bff46578bc5faef702df101f4778bc2
BLAKE2b-256 445e7d42d9cce1d6ae7dfdac2d759c60f38a761b782455c35531a8c361f3855c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82cee7ec7b5ae0eb7e1e7c84dd6bb59fd759158ecf7a76089faba4fb551951ce
MD5 b93220867e2ebdc92803bcad8374f8df
BLAKE2b-256 e58738afbd26c685989327b767adc4d56839c75c393f0e75f02ae443750e32a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 97aa5250d13deaa97deb94564850538ab465012c1e2bc2c568c00d253a187b34
MD5 9e2333b99c5c6c151e72d5ea540c130c
BLAKE2b-256 16cd9cf5f0efecc9b94e1ce5cedf14b617391620eaaadbef648ff79aabf7df67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 92658e62d08e237cbdd9b5fb42c3d580b56604fca7200687491410db97d32856
MD5 7df9dd70ae483317f8ce6829bccf0b60
BLAKE2b-256 2e4279d656477c4f58c10f741a444c217f3088b10a76ed664121bf4a931bfe19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e3447d83e40f6b7488bc7f2284a887d3d6294b5f9830f8add85d0799f482474
MD5 aac912f93ab5468d734ecb44ac5cb556
BLAKE2b-256 bd801e4211f9dc5dcd7f71ed5df918adb559dbc3e34c452376307d6bb9009d68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c32d711352e2727ff1eecb54d602580912da1f44f02efee6b2f57d5e78b439c
MD5 6e66f85aee094a6405c71ff9b30af7c1
BLAKE2b-256 11898745fd2214cc664ff329fc39e4003ac18da33d77164bacad77d02ed6aff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b325262a8d50c5eadda871c092bb200b015d21c9e00f342c695a0c35bc3e4fa6
MD5 8a890b78145a81a2405091b14c3901fa
BLAKE2b-256 2b243a807692cb11b7edc5e6ea37067333e4e6571645b72e0d6b623928192817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 69cf7a14ec0bc7b9e3addb48ce0f120726847104aa6b4064f6fb81c10cac7bff
MD5 454952da003549a6ae14e1f5cbabb673
BLAKE2b-256 f4204ae66e04b44b3b1dc1d0b54cdd4e24e9ae6c605032ee1f048e8de5823cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b666681d4cc6606b38edd8afe52fae36f608074ace3dadbf2da8075fcab770b5
MD5 64619381ff5b7a3ef3df42d28ac775bd
BLAKE2b-256 061f92de37488fe83760925c30ac24b0d45d03a30b9806fd2ce56fbbcdf9d3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 75b96181a7da5b84e9047b968ec9a97ceb21df4fce8330ffb5546415a5972267
MD5 bf0f32d868c018f2b3a16afebe6cc65c
BLAKE2b-256 983286facf6a2c1c99745c7e921e9e5da612b532ff2624dfe4963d2ac576a03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9094b62a679a51521e3891ad15456f73affc560a0b6fd3cc36c9a8ec0ebc83b0
MD5 a227a68f8c57270b707f16c4c8eead5e
BLAKE2b-256 8bd5d63d211625749a2b93814bfa838bb3a2ef310707684386dad18862c68a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa6f8fc155d8542653fce111730702d37921f56a4abd29004daa24b63ba93cf7
MD5 15bca890ce49827f44afa6405d476bf1
BLAKE2b-256 aaf16c41d2060bb5ee0d45d22e6d38a2871987f7dec16075d95070266a47ac0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 36fb55547e54a938ec2822676667d34348d59d691afad3f4a47c1fe1db61cd0f
MD5 8d730ea3355f293bbf7257d966048ade
BLAKE2b-256 f15e0de770bfac42f6713dc6b9dca8296516240c8905ff4af430245967c9a0fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 360b2a8925f101094bd863d6ac5de8fc6fc8d5002c73dd517291c89aee0c9385
MD5 d12d04ce6fdf6e70baa97eaa60134218
BLAKE2b-256 c77296e1f7e21d1aed7b02ca0d3ea10c889d131aa08f7401bf858429e17841ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c62cac64a6c46f84b2abeefafc1b9ac1b7f27aa51f044de76a97f9ebe9884c89
MD5 758fec6e58ce98985b0121295c67e5ed
BLAKE2b-256 2e912a8332020bec6d48de4754c7292294aeae5498f3d0a83e500a2db1676a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f8ba2723a8c5194e89dbc61fc633b994e101bf9235f1d76c80a6a1def37549c
MD5 726c49db6667ebf57e277879730a0aab
BLAKE2b-256 e8c42e63f72d35102a069b3bc44041d754ead2e325f4caea08751af6113fff9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49bae671b5abb87d60ef62db36503e94b66ca265618b85b95f273dfec1359951
MD5 b22e6375c58e63c6afbcdacd2edf086a
BLAKE2b-256 3ce6d3e6f4e9745d8b1eeac67ecb271fa41d73fbcbd3140797139c94cd80dcfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 52ab17f8f4fb11c30745f3dcccfd3a663348682886c0666a2a93b41f15d4264b
MD5 23f9269cad61be53083c97632e492a19
BLAKE2b-256 b507cd8b75e07282da579ac4ef05473e82c27f779cccf62bb29da35a9a271ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6da9e499861a45a67c4a1b1142ea110b23e095066b3152475f9eaec309cd821
MD5 14fb7f075e8d2c08008a2356feb3ba5a
BLAKE2b-256 2e270f14df1a1d5367b4a87dddb77f7482ecc1399bb2e764318f1b1183115198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2419182cc05a8763d3514baae823da5d9ec179fa77f3a5604a7d7cb2c995150
MD5 5c6a86ce8c8c1a81a064201be90b2511
BLAKE2b-256 3fa34f76da0ac9e10901707355d9449ba72f98c6f00b1954bf361db21732293a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 993d5025c2cb870f296f644247bf653e76040720bc18d9ffe45a860772129931
MD5 00833dc31bec2ec29b7124e48034f0ee
BLAKE2b-256 c8c547bf42cc7e5c5acd537c54c03e5dfabfdc702b9366afe92068233425f527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da57230d1b0d4b5bccd6782114896f24717f14349eb7cff50cc0cf2466eed407
MD5 16fb721f82a60cf68f19c6e4f0e463fb
BLAKE2b-256 cf95e0218367b0a697dc19660c439a1ba0241209911a571ec57f9428634b5285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70eb17213f677eefa84400c16f8c1c95f10b061241e15151118d9317657b1abe
MD5 9835a94e60d855ff584584ddd5b4b39d
BLAKE2b-256 2b0fe548d0d35f93d6e9b650f3ad4796ac04c2e379712e0f64423155c1145fd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 80a54653e233fcae105189be8198c746bda646b0e1a676e3135cfa975cf9893e
MD5 1ee17f00694767a5a7fa29bfc7e70a1b
BLAKE2b-256 4f4045228ce73ffa042f77538376650ad06f0ee4baf84b4713f8f413397e69cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9483ecf0d5c6c6a9ad952f23f463b4dfb97822ef8cd5ee7447e62def84ab5760
MD5 230ebc092b4bfde621124903a264fff7
BLAKE2b-256 5bf41acf7909009f6e81adb75b38cf570591c13bb0834ee9fa79ca2b29be9f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b9289cd63bade040f7db8ecac77e7960e5e2dfc70f414a1101f26ca34767a4
MD5 4a0730bf5539f70d7cd02d9e3abc7476
BLAKE2b-256 27dd707c25b6370a415eec962b9052e7163d6dd9c62e64a848480bd310ff36f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17d8f609fdf1bfe4cc385e99257dc22b0572f823c42742d12f20dfd091d1d78a
MD5 8720cf66cae8d5d8851705782be790e4
BLAKE2b-256 57cbc9e93d43f47f57544d539bb0ec47535dc7321447c5d75d39031a81896cec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9fa1d53c4709e0e4d4593b53a08361ec3266ead60367234ce1f0ac52e97a4929
MD5 235564bff5d931473cdfa3dd639c1c06
BLAKE2b-256 a6209a93ef29b1668719b7405e87722812e08d208d9f3c2987a561b61529b879

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 637.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b267c7ab8d98e2203888e2103fa781627560edb54d456f2d4f49718aa6f4cc38
MD5 ac6e36cf78358cbe92d6e2fe0393e848
BLAKE2b-256 8a6a30b30fc987ae2b42810cab4d383785099a8eb4d335340a776ba38f2cd752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 618571403d3fad7a523bbe8e0380834efac17e9c3f2176a5472584c55751e77f
MD5 1db735e82b54ff39339cf6ff86304a1a
BLAKE2b-256 bbc348eaae5d1663f740ccc65f52b2c1267859cafcaf73852c826952685d285d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aee69b14d67daebcf8b800fc94b2cec88a3703f8e18cdb1e21db02949715e509
MD5 7e300c9491e591bc20d05c84073fede7
BLAKE2b-256 fe9e1d16649be6c21f796e813a2614b167b4a27810f5a8b4cc80607d48621d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ee0ebfe07501e66cd0c952a3e4ccf0a04bc905e7fda80c45e065bb5d9f21846
MD5 bd8644d802f2ae89712e3824c8f85ce5
BLAKE2b-256 935c07cc5bfd904e8a547021dd91a2db8077b1414fd3635b1ed835be3419a21f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6df904218bc48d08909e2b72a2b9218edc2a81e37be5c7de9fa8ebfb114d09aa
MD5 75be738efad4e83996084239e39e5323
BLAKE2b-256 1499b96a6908ece0ef18f36f324ca24bf30a49565049da2fa4213aa042c6bbb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bfb2af79dc0e753fca55d21c4d2e5746ef0475922f31d98ae492abcb99ade48
MD5 d692605248dcefc69770f21b83d42bcf
BLAKE2b-256 19baf6932d80ba9f2bf2ebf6a7fbc79dcfa75b745a27e0c816b953eeb1e147ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b98bcbda8fac9a2d2fefb6ada3d5a711e183452f28763c222c44282021b5672
MD5 2f1830d3533fe6a58f964609d90085c9
BLAKE2b-256 7c85565312006724d9462a90a565c69cc82edaa46a68c1f3b485d97373b3c4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea8f17c8efbe5cde44dd463ce956e2abe6ba160e2d4041adc3058a3c4fcf5971
MD5 34e106a0e6ef7411dc013d5382822c03
BLAKE2b-256 85805376e88f1f8f49fb8611a2599de51dc2cd77e36ebc8e207129db208f24c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77900b8fad9c4719ff704a18ebf214525ca2e9edb55866c739cf27e03d8b4930
MD5 eef54a102e4e7edba22799fe2245168b
BLAKE2b-256 578721dd60dd07316650e7bacdd97d4bf939893177d3b32a4331b872af0bfaf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a7e6be3b5bb2160386c933cf6a936645a02867512add24ddcc24aed58bce23e3
MD5 0c6603c7a036ae333bfec6d92ad1ebf9
BLAKE2b-256 9d8a67c274c248d7a3c2bdd4dad12887ae96f0d96d88335b9382957901371cf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92d0bfc15d8d8595c413a0ace0716045613839ef921d61c02dbdc6c42693d713
MD5 99ca63827435d3f31b956fdacf290944
BLAKE2b-256 31d552a086490edcea63a08a7afc92bf00c748b44e58f70432415730170a5aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43f44bcc6db69b07394c9072cd87b194aefff8ef4c9a956950106621705cf79a
MD5 dd249cd9ed7d452766b511f3d459780b
BLAKE2b-256 daee0166877c8339d62f138fec7bbd970bf5844f89b7e7e968b0b27b8be29aff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2ca1f195413bb7f57f9b3d129ab06a6240201a96cb4dab08225123fbf21e323c
MD5 aaad1a9418ed4520131feede46fcf97a
BLAKE2b-256 29c16535bfcbea72e3f5dd6f14fbd4bf07b045571fd0de8c6f7027eb606a69ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ad6362245c6f099fa2d67521409bbdc547a8a33c1b31cab6a9be2f88e75ee923
MD5 1419ceb690b3e18f3a5fa950a3a37231
BLAKE2b-256 c14e9a0746a33a03d3c5d2695817593543fde16fe0be0831607000c0556b7db9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 637.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6c0be99279c527dea76968c264f50eea8d2a30de2f4a3a3a81f2df4ee112daf2
MD5 92c194c23149908565c1c20effa75584
BLAKE2b-256 cfd057f8c9cb12ecc46ceacd9ca87132ce247bfd20f3592c4b347bc4a99d82a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 543dbe17ae9e8ee4f3daa16eb40365ab3ccf5611d30248917c865dc06ba7fe7c
MD5 ef2cbddb8fd95f0e35ec45e63a98befd
BLAKE2b-256 cf38141ae5293d63bb5648a8a2fead09bb5ef100b3d355051cf1e477331f71d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf506069a8e4bcc0cde39df60ed7001bcc41baa2c6f7e1c9ce8bbee110710427
MD5 0928feb6e48b4b69cae9f978eb6b5dfb
BLAKE2b-256 5535d5b88345f395d01eed237c831586fe1338e697b431db42da10c47399bf53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed5446c06a2da920e98a14b2f9ad69489a05541cc0cddeb122085693feb8cec4
MD5 0261c64eed66509fb0de10ab82cec047
BLAKE2b-256 0dd32173aed0430ad463beea368506b2db9552c6b67ea2bd38a3170ba6985d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 daa46947b773e9228f1dc4fa3fa004e0e024a2cf5eb8457dac188e6117aab18c
MD5 7414ecff7a0b26195ba235d442b1a3b6
BLAKE2b-256 648a34ae0cf728a6cca86c4316c408199e7f4344005aa63056b11edb585f71fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0377f16dc7246bb1a67622c376fc63959c6be1565ca2af82060af79379d78fa2
MD5 cd0f0bb946229931785582a958e5e2dd
BLAKE2b-256 443b42a7f6b2dde5dd3f43de48e6651301c7f59308dc79a627aa9690cbe54325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ae1a347a63f39df1cec7c219a7b485d01e448bf3da8338e045854e50266e0876
MD5 ab65ade132e7e865983e6b32f621ce41
BLAKE2b-256 373d9588f6c86c38641c62fb28ca1f107ca1e8e8116cf8caefc7e2b85cc1b236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bf529b888d2df3933a5fe8815da3d948b6b92273fde8383a6923ed9de8addaaa
MD5 48f031d1c09d2404c3131a9ec80243b2
BLAKE2b-256 fa30021cf12c09ca49cd1a9c95a3ecbfc7d6d617d88eec1ba098c6a15f951b0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8710115bcc1564d28aab47ed8bc60191a5894d537770439a5bc6015e9e1817be
MD5 e14d2fa4f48262dae840933643ad0243
BLAKE2b-256 690554ff6bdd4e82e68a2a69ef2566a9c8acd10ce88aeb23da12bb7cd37d89ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 20d625ef8ef64c0abc66a1b4b6a335877126b9129d62e8c61da0ae22c525ab09
MD5 8fe344f88cf17cdd0e1687f30ce87eeb
BLAKE2b-256 daa792dc337992aff1949154c396545e499b0f70bb1f983a66a61bec7361c297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 839a734ad8946c013d1a6885c6e1f1a1aa80316e68c54db232bd8e74e2b5fc79
MD5 50508cf4b4f7831746db6e64e7e7c530
BLAKE2b-256 1bb79a3b27e807d64f2c6e8207cb4e1614daee31d5f9a60fdd968dde3f2802d3

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06216d49cb5082f35bcdf6d7697981a19fd8261f027d66e797eae2164587c50f
MD5 753f54b384c01ec2434a8b7f597b133b
BLAKE2b-256 28bbc0577f04b29682ffd10de7e9f1d7e5d2862f4e38f7456320df1af566d309

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2447668f75a39badea5d1324a15aab7f9cffe3ead031f75c4221c168736d1937
MD5 6eb374b778e6169195dd19145d770594
BLAKE2b-256 554ebcbf0474a0f462c9b0e2a9b324ed97a909fe1c819d6aec8847df17ae1b00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dae4e29fcdb24531c18646642d4cd874860379099f231cd0d8e3ac3399c2817b
MD5 4fb1541c924c88c149f6ac969c077453
BLAKE2b-256 724870959bc5df8ac0929274c8d696b2a0873ed39a9be4e76df635c0f9cc390f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pysnaptest-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 637.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c76d77035018e2bc951369faf8a8e2f7d5918250bab2823acdacef1aa818d631
MD5 cdf79854379d01dae8afb7b2d3bc945b
BLAKE2b-256 7c18f720068ff66d19dd595e6610def3c20eda5d5dd540e1a4b77aa83616c498

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df6055ba87ce841b356f0d7209efdab41e1c81fd7306426351cae3789af40bfd
MD5 91d995441517f87fcce48993c784654b
BLAKE2b-256 f7cfda60143793714c9d140fb3d551dcbfe12b7f5b4d5311f1a79cd0861b9806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04e3935e8a1a65c92dfc10cd027d91ed6328d9653bb57ab57b8b553d1421caab
MD5 2ff16d92f3ddef7d7dcf1e65eef41084
BLAKE2b-256 a91378ddad77262b62bc7f441cf5a632eae15e4626a613f08482fbc6fd9fda86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f71594ccb023ac65f0437db99b63c1d5ce4f501ecb9c7ff74decfb8dc9bb6561
MD5 4338a42df0bd8f55eeef4b44116b6bc1
BLAKE2b-256 7299a7fcf8cdd25a3b9c7a1e189ab9993a7187c7fb6a1cfefc5da3d469fa0f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09bef0ae19369f285cb424d2ee600297d63f72aa5ca51a9bb185abf66afa0175
MD5 ff227760deb0d02a5a299c4f32385da2
BLAKE2b-256 e899d635b7c5d86c8855001aab469516cc6fa141564a704212134310f084ce3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f53720844b95b8f01b45907002b118fe2fe483c0838c9a9f55748228843e8c1
MD5 ed3799bdcc57677b42a11640c3fcfd27
BLAKE2b-256 ac1750856f8cf5d35a5e7614e2d3359d12071298ac3f281bf12b55440a9104c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1fda06f1d023d9fb8b3a6cece2367b26b22a063d1f5012ccbdafe48eaf0308bb
MD5 4c155a7064d54181548acfe57bfae155
BLAKE2b-256 2ed8f7c7d1c38170f1354f91d2d75f97ce686eaadb3ca5ab5268ba2ca19ad229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 49a817f406dea22dd45e2780e91854c3560e29dccd9119d0d06245e2592031a9
MD5 fbd56195fe1fbba3fc62d8e013dc6a2e
BLAKE2b-256 68c027e59185b81976f733bd3684a5cff971f5598329a02ae8382b530644e0fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a919ebc8f560dd9fc4ccb5437860522a71d4cf2162374c18ea94577b455b5fd3
MD5 9cf0bd7eac81026bdba96d758f72c99e
BLAKE2b-256 81d2c0b63d658ed765f59b1a35596267acf127de66259247be76c2acd71f73da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 533a3408dc4bae568b8b6f7eb27a19316d37f57969d91f4034fa997e6acf5342
MD5 b39d619ec4dcf668adb37fbc95698734
BLAKE2b-256 0af903cd5ecac1f0fa94af8ef34766cafa7e4d908810b5cc9fab0c4172fa22f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c850c7011b1a4b579c4d08044080cdfcbad3365c22c12220646f846b3a1805e
MD5 f1103a04b14ffd10c970b7677dd390e2
BLAKE2b-256 b4922c6bf6e8c0111602ec5491b2c58d10b31e6232059583fadce976a63dd219

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4522eb20b07dfbe1e587451e96557c1a15594ddd38906073249775e456e4016c
MD5 66de63c452cce6688a5dfa09aa4ffb1f
BLAKE2b-256 a2a80b4be03554db2a933a668594bbb42c988cedb61bd63e15b8873579c10ba2

See more details on using hashes here.

File details

Details for the file pysnaptest-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pysnaptest-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e94a81d4bff6395aa56c74a38bbfb9ddfc16dbc9f49920d702428b22d953df4b
MD5 974feb5aaff81add78afa7c924ba12c0
BLAKE2b-256 3d05aa0652647c0924499a0cd91e3c50bc0ee14f3f8ad1bdcaaadfdf69221d7d

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