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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (959.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (829.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (956.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (889.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (879.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (820.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (781.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (999.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (960.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (957.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (889.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (820.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (782.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (997.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (958.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (954.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (888.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (818.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (780.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp313-cp313-win_amd64.whl (661.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pysnaptest-0.2.0-cp313-cp313-win32.whl (619.4 kB view details)

Uploaded CPython 3.13Windows x86

pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (997.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (958.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (828.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (954.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (888.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (877.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (818.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (780.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (722.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysnaptest-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (779.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pysnaptest-0.2.0-cp312-cp312-win_amd64.whl (660.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pysnaptest-0.2.0-cp312-cp312-win32.whl (619.4 kB view details)

Uploaded CPython 3.12Windows x86

pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (997.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (957.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (827.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (954.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (888.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (877.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (818.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (780.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (722.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysnaptest-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (778.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pysnaptest-0.2.0-cp311-cp311-win_amd64.whl (661.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pysnaptest-0.2.0-cp311-cp311-win32.whl (620.2 kB view details)

Uploaded CPython 3.11Windows x86

pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (998.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (958.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (828.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (955.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (888.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (878.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (819.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (781.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (726.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysnaptest-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (781.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pysnaptest-0.2.0-cp310-cp310-win_amd64.whl (661.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pysnaptest-0.2.0-cp310-cp310-win32.whl (620.7 kB view details)

Uploaded CPython 3.10Windows x86

pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (998.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (959.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (828.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (956.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (888.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (878.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (819.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (780.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pysnaptest-0.2.0-cp39-cp39-win_amd64.whl (661.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pysnaptest-0.2.0-cp39-cp39-win32.whl (621.6 kB view details)

Uploaded CPython 3.9Windows x86

pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (998.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (959.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (829.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (956.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (889.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (879.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (819.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (781.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d5a490f5c3c639c41f8fc018e25101ddaf5a916b8f1b3be264d5157749465641
MD5 d4ae2dadc8846957aefda0f88b520b5c
BLAKE2b-256 9f58533c7ffd7b4c3f173d97208505525154a5d9a4e14fcdf944ab8e314a4e70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bd6973599a4e9d1c803e5546c88ea4aebbda9cc16953eb9ddcb60964beb4d05
MD5 fde9ec542a32f9023a2ba41a85ba76f6
BLAKE2b-256 fcabcc6d536ba8700c8202e4fcf6cde0b029d5615bd0e8d8fd1feb42d755b158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7269c58667cb00cec55e77fab90675fe6606ab97dc38f7114b21c086b7253f18
MD5 08a47a0780dfc82770ea402415a883f6
BLAKE2b-256 770495611de9e266e8b930b8d86089f90956cbe0f4bde352333a92dabe4c200e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1dff83b75f9a29f7f50acf1a0848001ee0a4bb6c5f3f039c742975321ebe93a0
MD5 788c325fe4654bcfca62c03828906822
BLAKE2b-256 4323a68d72a913cb2848e3c63964de64ec87155fbdca6687bd9997328002f037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e596d1b0303bd31b69ca3f586b6807d725159bb0a2a29950c55dbac86a37cc2b
MD5 23c78c6b2db16138b5e3ffe6aab39188
BLAKE2b-256 b4bbf93c37c299e7ec404b32f76142affe73400ebc78435b70c094916ec7128e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 316e574e3f9c08c5c63bef293670d05095f6686f91c54f731b442c40bc873e2c
MD5 29b71cadcf0d9eaccc1d4f025f2721e2
BLAKE2b-256 509009bccae8d8ee2d9e4fec30f1ae471b614300c069973f2fd95775d2d3dbe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a8739d971eb26f09e1534c3cb3264d7a1fe044e47826fa807ac616faadc07396
MD5 a5e66437b22d335436b67b0a3e42ea46
BLAKE2b-256 bf2de2b62a8c033810752963ed2dcbeaa30cbe72666f020d0cdbf6fef537e07b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f9d7cf287dd09b282ab8468a66c21d6cb9c22c6319b78eccbd5d8d8104777c3
MD5 88376afc7a747532ecca2623da6d6955
BLAKE2b-256 74c9357355e52cc89032d5de8023f76fd7f352d48c5a76c6e92ce55ec5f9723e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e45e947b9d1fa704cd88f41ccc1d6ed344146bb891dcbd47470ebb46f437545
MD5 3e3435aef1e5cbe464b983215c4fc2ef
BLAKE2b-256 a0876ae18fd3544cf7166e7aec94615838caf57ab7ee2026ef16dba3854ffee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3d3c836815a784d0dfe1be9f25d4daf3860fb0bdf30af0b15f76692c6e5efebf
MD5 a803365019e7639f2a7ae9285e85c2a7
BLAKE2b-256 fa084b54764e85e6e4ad5a16e5e9b10c3800b23a26379fc55577e0e2a1a69e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7562f09f1c9b2515982c981d07dac05aac27920198dbb08ed7ff7666053a4f89
MD5 88a2739d335f316073d4e5dbaa8ee17a
BLAKE2b-256 1b9022d84daeb3fda6dc85d6d1afeb053c7dee962fd5c6eb4a094eff738a2ffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84dd755ed3bb7cb84eeed647556d0008edb0ddfc5faf33bc8b0803b6ef8847b7
MD5 3b09afa699f4668819dae1d13e17a122
BLAKE2b-256 27b96ed0304e649f5a6d23103051dfed2a0b1c236b1e19f67a8cd360c6a7e308

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f553daa6400ff66c13729d4e7f5e91db4f59ef0d4528081255cd6a69097b56d
MD5 19f2744b04a1cf70e296da0a9c229b50
BLAKE2b-256 4eadef6c131ebb370c0997c1c97a7a490e384cc55385f08bfb332691c8badd0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a9841558262d19a042daf3e975df1cbe3af0e4d49b05272be3088873be909e47
MD5 1ecd7f411e343c3c0b329adf72f64a45
BLAKE2b-256 b8f80a714c7241f04b9d8493b8c7ba768a529533bc6339c9f60e15ee9fe29ae6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 609c49c323cecdcc1137ac09a7a418d1ae29b39bb2ce84274b540a11b95aec2a
MD5 b048d88f7a9ad77e75ba75d9fa61dee5
BLAKE2b-256 91c149d2a9294bed71c5bf280123acadd67c0ec970869c2eecc7b9b29db7b0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cfc9c7d7bb2effe05f0e28093403c94e96818f9442b3fee85df1eaba95392a64
MD5 9228a46c55154e96c2479a52abdf4052
BLAKE2b-256 7bc84ac0b2ec77684c565f11036af97b4d534a59c7c29671739308fd92806873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72315eb4129be6e880e41945e3dcc086e55f07bf9ced1b4629c31503d208feab
MD5 bbcc923fc1ac4c182207ba6165ac3ed7
BLAKE2b-256 b2524480aa5566f6b046cbeeaebcdd8e57b3d9bf10ebb9671c7be8e0640afe39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86a276bed859a4f6de7ac32f10cc5ce08e54b34f4e1ab41fb38cf5e9e528a715
MD5 ffcea64146321f6d5d6465aa1d3af108
BLAKE2b-256 06241ecb2141faf5dac03da36137393f23571e5b2eadbbbc84ad36038b6d9e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2288d47d82c5d0f994429db273823817d87029aed50ed95849cf33cc35a8447
MD5 2c9f274b0a0480ae41bf3e31902abc9a
BLAKE2b-256 8b84314c3e20931ec3bc4e5f8b48267b8a09caf185793c41806bf19e632e2af7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b2acedfde6b15548fce372a1c57ce443fdd4bd259cded88e2d21a4482d41e8e
MD5 aa1204496134e5c59e009572a2951d3f
BLAKE2b-256 f7119341dbd9e23cdc55b7d97cfcd4cb87f9573e0ef9990c04e3f6946a271ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0185dbd4168641747b2f639f5bd94b7b30fee27c5613d8f3b6f74e2eb1552ac5
MD5 7da92981f6baf0e922cd73f09057c62d
BLAKE2b-256 5497787d2f0c2cff3ea3c05f1e5b461bbba9e2e7c61246e16b91d63c204c8e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1908e4e75e65ec4bb650d827e34bc905dd136bd08a2d7241e620896baca0997c
MD5 9c1cb73b2933f7b59961ac03aae0fc19
BLAKE2b-256 b4bc91956ebb0ca4ed7b88f99f47f99ead8d8da9db438b4a6cf2a1f1b74bd569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2867ce69783cbc1c3cabdf9e839792cab916464136e90fa30ffd92c9c05d074
MD5 9610ee60f6d09a4ed2ee194638d51e98
BLAKE2b-256 09026e13c75229fa57d02ac667f3028ab8205a4dd24a853a23e8db7836d6143e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 017f87e2e9898a49813b49ea22ab994f200b09470ef91aa76913c4b37c790574
MD5 78f35f60c827e7c5420e8de57223de45
BLAKE2b-256 e88cbf7961ef358cc36dadaca0b647d34fe20e6b37d52c990fc02c924bb973d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f9ff7996239a60041bfc853d63ea1f50551f26a441b8d62686e4f2e177c51ea
MD5 947399d5ef7e129f3835a9bc17285183
BLAKE2b-256 f6190e195a8e61a4002ba9e09a301f168a3a2f2001da285befd697b99fdb0bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1814daabc08ac70056df7677d797866f7de0700baea115e0b13b49a3dd14b352
MD5 901e9c78d81ae0b3249e8ce77d212315
BLAKE2b-256 28c12f574f84d6704f5590554b94ab2fc8e779165eedd6bd660c0a0316210a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a979c65f176a138333b8cd10fe1ed19f236a9ce2a96a4b0cf7d909cd0f2e19c0
MD5 26f60d27be041a9529e052712685589d
BLAKE2b-256 ef35b0e84429b510aa315dd19a2340bace8f1a90b130429413cd1441f6943766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 06ed35e0c4be293bbaaa88d10ee990a1f7a93d43fe3d3ed844683946b9a35476
MD5 d4a94c736f52dd24e884cb37dd213fb6
BLAKE2b-256 03f66cd854f0e78f97a3d27509b8ae119a5654ea851147b74d4f59546f12d69e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 672a3e9e9c4b1c0c894c948cfb8230dff855464d45b8cf8ac63e60be16fec3d8
MD5 7cbd2814681c6b20853aab95f1b91ce0
BLAKE2b-256 2c2ff30e09a3e7c06e59f63f7c3ce5480d6668f57446a7a792d1285bbfa2f3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db7bf6cd0dcca9820faa779bfd06718de8b4057ef8b621b4e6181bccdbbc94c2
MD5 3d5530551e822c279f4b2f383054742c
BLAKE2b-256 72f1693621441574927a5f93c5887013f83a6ae5ce87768671f3e0b6cddef809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc3859c5330357a4b67ac2c57615141ba5ffb78047622b80bab731c8931d0b73
MD5 3e6f020fd15e4a2b8309fe7451e327d9
BLAKE2b-256 bbebca03ddba70acc15cc6556e4b6c5b8c5d652f2b8a77bfaf157b0ffcf80ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d58616969ed70b0d43bc1cb198bc62091dd1480afdceaec7e5d0187984fe420
MD5 735947ba1925d2f1890e9a13fa74afc5
BLAKE2b-256 4ab020bc1ccff8962ae5f23a698ab08cbd696a47ad9cef17cc71317b421416c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 faf4e0a4bcabe80dcfba8f342dd854bbb53ac01e697ace33fc2490e52dd1e052
MD5 1563b0b81b33f583c11d7766462f4e9d
BLAKE2b-256 e5ed37fc60d1c2a74b8a3c6da4e2b14cb72fed0d8cc9718eb251c0d80bbe547c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 411d39aa71201c10454d993f762d79307919ef001a35c650b55acf916feeabda
MD5 3a7f231bc3e1444f5433aa6b6c4cb7fe
BLAKE2b-256 0dc2a6396597af97c6d905f15a73442b9413935d5a95d00eb7cc64bd0ffbcd91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 502112f51db613d8fcd6776be187009037411e4810b0d9a6f250e4640103d7b5
MD5 42adfe68aafaa715097d2041be943022
BLAKE2b-256 5c480eefdb0e59fef015ce1239a91ca262fe776893fe707a088b59ab1570e6cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7ea0b57ce99612e15f8f2ffbc0523a8ea2ba07dc084e06476f70d2626b706aaa
MD5 48ae36a45db22defc5b1e7ed789baecd
BLAKE2b-256 982183b0e2c0259f3aaa6a17863e69e1a9ccb5fea00084510696e7d554507da2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 375c5d306b40f39c1d69690195471f56c948dc8d937ad2539e7988785915b96e
MD5 e1450ee03ea18873d675ea5721744277
BLAKE2b-256 aeff42659840a32a4b483a9e935fe708195d3fec7f58dd52d43c1b27b11f92fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 53108b190be7d2e6a9f4b9e8813f1cce24a391eed81e1c26cf9c2a920347b55d
MD5 a30f6d5f8a551cf236ad394210b1b792
BLAKE2b-256 827c913d6b632699b381e153b550df82b6bae5cf66977a30f8c323cf2168b097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79957ac1fa6804cabe1e692fdd3dd2638cc6819cfe565510a0c7a911a9008bdc
MD5 b5809ac5f1658eccc2f4e5f63b801e05
BLAKE2b-256 6bf2d39fe66c2f68ffff9cbdb984642ad96855ecfa66777ef08232ea536e41c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66cd32a875f37548cd38967d1328a3d67a6d620a41b9e14aa6cbb989bbfd0e95
MD5 0f16778ecfd488ba83fb286242d51a3a
BLAKE2b-256 0817fd87ae1532347db2216d0d97ebf05c479ac010d0922412feedffe8e4ce2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 61e31691864ca633ecab46cde063d65d2162cfd09287dbc56667b0eb94181f96
MD5 30496e613a6fe83abff1272f9d2133f3
BLAKE2b-256 7cf5d1a69d9ca2ecd494b9d09c976a7ba3843b300c081878faaa754d30e30dbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18198a833a4c27806059a787d9d8e1ba49bae26cb566332e5f56ace156dbaf85
MD5 d18c936d99dde76b88465107cf7a97c3
BLAKE2b-256 4533b4f156fec5f88b86bf5e20c5f70b3ceb70fd141200f8f3c2b9a8565377e8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 26824b8a257cafbf947f9337e44b912d48f150646cd8615262947c9e42f5b532
MD5 6bda9870a4fd4e8e04ec962f924e4956
BLAKE2b-256 aa6667ac60091e079523ca47afb1e39a84443cfd800476aa2c2df810bf2e207c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7344ef4e4b510f9210c81c4e7e19442738ce22c8d056652ec36191f6e64c711
MD5 80652eaccd057fe4c88e5e65def77ce3
BLAKE2b-256 4a103e572355840961a3cc605a650075ff6abe87df5bb5a6d4923178d88fcea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 301331315d4ff58638afb1fe09930d6b6261e082b83873fff7f862e45614fe6d
MD5 8c1719053a56ea7f2a6d00c8a998c322
BLAKE2b-256 4c7536a770086bada99d306df6a95af932aeb839ea2e81429d743743267e4158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e53671a700e308594c26963632295b6c8d5c581797631fa428d439679a62d0a4
MD5 5f3e1161b8ce75efb7898edc109bc4c4
BLAKE2b-256 2a9cad9bca2c32cb59e0f9e142b2ce112fed147825569032720cf1c77825e35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0324138e61d49cf6b015ceaf72263414a38b2b20b46993676b042b7483f9ff7e
MD5 9852c210cea7d5575a1a71fff3e2168c
BLAKE2b-256 370989dbf29d649f78b5bd9d2c40b338ddc8f992bea11f21835013eb70d83833

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b994fc1e1437b595462588632a78b9f4380b00f923462000fd38495823f4afd1
MD5 01768e1c093e268671001b2da530f48d
BLAKE2b-256 498479bf042cd6bf620a7c2345f35166ea41bdba62de11b2889bc210905c2997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 844bd6c129b6f58f2cde87e86c4fe1d113b90774cc9cfa81c69002419a110e96
MD5 05c36b978274e97349c0bf5881518379
BLAKE2b-256 3eb35e0e96e9799f500cb172f5b7e4cc3ca02808f3ca9ff0f65f2649d42c1429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c83f11302ef792698e16411b285ff5c75c8569c44ba27f76fc661bb7f2beb98d
MD5 378bbd35ce90f2bd3c0039887b5dd1ab
BLAKE2b-256 6eb9316ed0b2677b5aa7721146be0f83c2208b936ad162443bf0324d00e34400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6d79fe5c35ae7db1fbee444805d68bae82f33e19e1fbf676b7b5044514d9c92
MD5 035485cb19344ad99460e906d03a451b
BLAKE2b-256 85c2e7179f40004a229b287a9bb881cc17de0ae1158007d356c7f7c819d381cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2e5e2b38e2b48f6a5d7a1770d0ea4c565d2c9542744661977b95ae30bab9509b
MD5 dc5f01bc4633fa2107fbd2359e64d11f
BLAKE2b-256 b1d34294b536feea1e683f8cba4b3bb173c420c5c5510a73e59f76f4d4d21749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24e03c0ac3887504a46a5941730743290ff6195ff3d4d1d71c69b9e7530906b1
MD5 6b16e22eaaf75b059156f24512ec47c7
BLAKE2b-256 53197a2b757fb037f96549e7ed31764676399e5b6a4f3f1eaf9f4fc2af89c429

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9de624e82788a85945df90cec6111b7adffe85de83a3fae75e204ad031c5a045
MD5 82f7fd2f02da8727b0998027b761b719
BLAKE2b-256 e8b8b84b6a7881a53d3a90e3ad1e2b00b9b0cde7363bc963b21cee9a6a543c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae911e30a19d5bc9fc2b960b348c099fb1c17da0aa1b80c6ad30c5f03b732139
MD5 30217d02576a461bc26189a23e2234df
BLAKE2b-256 2f717411f78cbd0bc342fbbf775469b2943fef5ace0e8a83860500aa5c6cd2c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c868174f65e656fa331b51f0ad83693258eb31fda80aaf56b2ed3c95de1c3d88
MD5 a5f19120bea9d53776af7fea464bb952
BLAKE2b-256 da4b96712a34ccbfa331bcfd4fe0a21a1b9e8090b67970b0812f7d516df0c3bb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 066c3800cc7a8c534f05f6d7e5c7c2a029dd1251bc823c282e4a92f361158e94
MD5 460f88cb56599ac89a4166ce87e41f69
BLAKE2b-256 80210bcedeaaaa48bc6ab9630add889a83228b2c63374e43e70c375ede99b13e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b651641a06bc7bc990bd3134ebe12c351285987f6ec01aafa504d91eed3fefdb
MD5 201ae452510321523dd9bb8f610d4bf3
BLAKE2b-256 8df265bb03cf53c969af095e45f67f0a744d94268655cd721df06a53e4e41984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30d69d2b486aa968475cafa5ab2960edd844cea03fcbfd6d8ea18bfad9b6cf88
MD5 b3ff6465ff0bb219ccceea0b701538fd
BLAKE2b-256 ced19fb0528975775f1de59785db95a9f330cb9dc6b5af9ee87afd71d5e33b12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 81ea2d646f02d60a1eb7b80e51852907058d58d1a531cb3e5e25006988e8cc64
MD5 5aa41c71bd605f44134d98e2c8c61f78
BLAKE2b-256 4ae99541e3525af873c38f9d552d537a5a8a24fb9b16ea1f27216f76d9d415a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6da9a68a3f6d2fbc1cd9fd4d09ac148a6ce341be72a6bd6abbc64461a73e1d85
MD5 89aed79117bf31e0e7373054264ca7eb
BLAKE2b-256 df245049ae0f7cd2faf315f9b5d31c37d36a69881f3eb4bd652c9d89118575b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6a7c40ebd6782953cb75250c5d4524f854fcda9fddd08c2f1deac53d00cf49f
MD5 da05b057bca784168754551ecc150bb1
BLAKE2b-256 e888713b62fa2be584f9c0d8468d62e30d8fc3c16d8a6a86c02100bb748f7dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 27af0c1688096882fd1896ce19aac4276ed595145b1acde1f5ad24f124642c14
MD5 bad5e9c7b5616aa7b6abff937fb55929
BLAKE2b-256 4f86cee6a9f67858bd346d02118808d3a90c3b0f017d27b5a9f896e72116f0d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07b0b899a130fa6ac693cd65f6d7901a7d83a57ee315144fc873b76dec28c2d4
MD5 35ac38ae0c7dfa9bdab5995efd919fbd
BLAKE2b-256 1ce6384bf4a64a44b14f6f3ad20e79527cef31e0eaf636797b50c3ab80ff0800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5dd692292d1fdd75cf27a6860b9f9cbae0f4307bf47b38d85dfbb4c5f13b341
MD5 e71529d469cfe977410934835d2b2d30
BLAKE2b-256 26f21eecccceb0cc673aa8444da5af1f3739508c84b618c358dc2a7dcb3ae219

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 54ba29ea5c684778c81ab88612ad3c4ca10f5db855161581bfa86124a3e59d6d
MD5 dc91ce886139e1893834660d3fe28b62
BLAKE2b-256 ee5507db0ed091d54f35c2591b774465a3de2f33da002fa613659a451a308eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd9439bd14d737e6ca0a0a2c1e1b71c2f5e5a357f5b8017a31f758fb0074b448
MD5 2b8cf8610a8424c63ba5e7d9e28f956c
BLAKE2b-256 2fff82f96e02d4fe2ccf467d5d82d2f6ff8288260026a717bb4455b3002f27dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 903b541ea2aeb48a1b0a223bb50dde09fca01a0bcd406e57c3fbba1bfabd42e6
MD5 9dbfe1f2e17dda69625097ebc641e2ba
BLAKE2b-256 0f31649170e4c86067ec9ea5fa66369d95ea6442f2c78c2676c314b0a9d820ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80e689597e7b39a4b840eb1d1f7b2972a53bb39e9a241291edd71d2764fab127
MD5 c9e71d043597a13bc20187d14a1c60c5
BLAKE2b-256 10d7e0376a1acca55c402934d8aa4cf59ca7a004e501520a64f8de43fbd2e1fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27ce0420a8e23dce80c1e19ae41d0ecd27194bed2f89b306deb0fe8551394b7c
MD5 3e4797372c58e0aa3e651af5f8680de8
BLAKE2b-256 8fe28b86901381c5941a1ec72b4b1bd5d8877d06b7ce56bb63d442742fcd0b9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 986c56543eacc432c02494a1ef19e0fc9853bdbe598feacf25cdc8c8996957a1
MD5 00d98dbefc66f6fd5bc85be387961e14
BLAKE2b-256 bba4f802da05297a75e7ec1834588e4577ddfa9f2f52cfb7a0308a1f1eed0142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ff0ef7a7286c6f4e026086ffe37831990c415c2d495ad221821162af7e9e5ba
MD5 f9823f24b94e9cbc683a25e42bd0777b
BLAKE2b-256 a087df54b3ce8c9fd2fddd03eee879f5942e10c172fa08e9213c9d11b0c51d4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fef74df3b8269bb1ae685b238f13c59645781ff5427cd9c33079239ac87e2e98
MD5 1d894fd5f271f57ad7ff6c312960022a
BLAKE2b-256 76ab3e07aa1f1fb6f6d2cdfbbdeb1f4cf017df0c54fd124ce5dda5e4dd1e9a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1cbf1f24a7e8283a506b4cf6e7fcc7439684f26ac8afe62ad273be2d0fdc9579
MD5 6df95ced183136570d8c481326972a10
BLAKE2b-256 ffc90c226840b8aa4586611f77da16d84421a9388291c657d8c5238a1f736e64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95777c38cef17249aa1736ac8682ae2e998ffbe5862822dba8154527f40b01ca
MD5 13cb062f38596876813485017fceb62b
BLAKE2b-256 6c3505020f9968502364f04c3ece6aaeb9c3d577a91bffd209ea750f65f93d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c87b10551d10ddee15ef251daffa569665f25b5cd95a2ae99de39202b2475818
MD5 6fc381e66e9db541b938544ead09cd42
BLAKE2b-256 45d700df13a2de6a6195582f8ee038b26753c10958bbd7f9a0392a3c4ccae35c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f3874a3b085731184126021f766a64296b617305f9d622f73cde09fce9ba809c
MD5 874dc2c542b2e749833f7bf927c1e246
BLAKE2b-256 932009c927c1d7fdef90d755a805075b74c6072b1aa51b49ade3f9ee4d23ccd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a120e4c4865dd3c01113a45205fae6f6704508e27cc517381caf073a1e296b3a
MD5 af74bb2f6d93a3b7ed93031776a4eb0c
BLAKE2b-256 9360661e7be24cdedaa9e7e7d2c1742817b3b7c56676cf30e0ecfc3ee1fd5389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8088bcc8ae8436c5a20c0c2e1bbaf2b1fe508008e1eab7f445a25a42a81e283
MD5 0a4e04228ecb94de68f5e661b04e9922
BLAKE2b-256 fb33ffdb5319ad9f9ac4fe3612a8b954735c7ff2a8487a84d4be558979546183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e56df7f6c8cd34f5919e7ad4133f33168babf9fa75320de42ca0737f99c53590
MD5 8a56162b88185c25bae4a4a9ddb41a5b
BLAKE2b-256 45a44ac57d765cef35f24977a2769da24cd108942a072d4b689df1ae5c621ecd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d673c2a97a4a2481d396cab4b9d217d8d2cf7446e40be9b446ab12ef693d519e
MD5 c997bd3875cdf707d42eedd1c8097542
BLAKE2b-256 dee913e0b9c3b67b112c7d6c6a3abf5c13300fecce00fb24d85f0ab6e015dba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8046e1074aec73917ab2b9e39cd3394fa3c810db96c0c8e9efaf9f8df86e309b
MD5 07e625deb2955c33350dbac5a0fb00ca
BLAKE2b-256 13f7bd081fd9e80641a665cb15010f40757b379e2006574db71c68fed82d0ea4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f00142b035ef41c757430424f8f507e5ff63941a9e4317678f31d85d1c7ddc08
MD5 cedd1b30c75c0fb186c6afae9f48e08c
BLAKE2b-256 262331c90699823477d057e3b5a74b23bfb4355b8763412d8a6ba2db996e33bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8cebbabb9f251cad30362b1e61002bbe5e4a7ccc7eda6b46f4cffa0b3242d07
MD5 62af874185fd61f0c5a9952865112a07
BLAKE2b-256 6e259db389b5b33c2d3492c44b45910c2951fbb3b9d05fa9a83a34a9dd0e9ed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a865e26a72a2f00f96b7995b0855220293c3890c088a49662cff442820cdb5e6
MD5 73d1676828b52c88de02d31d35a81703
BLAKE2b-256 5a5d09ee4df8affd83dba18e4f795fe2726d4ba72c752c4abcaf5465800857e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d5490ee316bd2681b62009f21f94747da1c0aad94423e04484e26dd214f6f6e1
MD5 c9ea03dbdd2d42ece38af42ff3e69dcb
BLAKE2b-256 b834d9c8e6fb05f68b4eaa8a2f1797505c2eddd0664476a2b31c518d7a11f594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccaf2a9b9ad081c9a59dcc61df080774fedc53fbd6013e978871b7aa51313603
MD5 220ccca84b34cdab48b2187b2b8f7a6b
BLAKE2b-256 19ec185e57f3f2d1d4cf14437f691f3a9954b475fe2ab680e4c2e19e6afcca58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91266d31e44f90690648d81ec6152036514c5adcbaf849741a15ca40b559ab9b
MD5 5de04eaf16c0fbf3396399a94d1f15a8
BLAKE2b-256 f900b07cd49f42fdb572e80be9dff57c9b8272c3496447af6936dbd7fe30fdad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 515b5d325ffa24ef02937f430a2fd21f9f103be2d66fa056a2f921f08a369ea9
MD5 8a49861cbe1332735860e80d2052c422
BLAKE2b-256 fd0037de42e4cf73bd409aafe7404ece1b78fad7e1d5788638e204566eb6d23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f25a20b38f4a0a293b7dafac39d64e4c68491ac933edb8cff1f8c9cd3dd28f8
MD5 14c9b80ebca622e42ee1d626cd865843
BLAKE2b-256 3de4582200991e24340c189722b77393f6eb6f149b334252cb636f3e49893557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d133573cdc6e44318cefc6e87cf674d1b0821cac3e49fa2a01d0044b887597f9
MD5 ca35f461512d465e493bc80d16a10322
BLAKE2b-256 f9e08fca75aa1d4610bc4c234ef1f65ddcdec1b70f4730e0f2990313e31e213f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 06899340bf21e18bd3f98f2544f02d347810fa6b4f8eb409223d9c436cda6971
MD5 7f3d63ba1f3bbd2e132ab1b43f0ff78f
BLAKE2b-256 483a638b720a596388ad0961b352f25fb687e5038069b467cb48006fcb615679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pysnaptest-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c39cdb12bd7f3b5d8ec484fab108cae360b35a71eb440b90b4288bef8099988
MD5 46c74e6439935616dec78f65de6ec3ba
BLAKE2b-256 786f70b53a1e2326a16bb8385eebbdccf5be22307fe6533eb02ef0d8768271f6

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