Skip to main content

No project description provided

Project description

snapr.py

Python bindings to the snapr library.

Flexible and frictionless way to render snapshots of maps with stylized geometries.

Examples

Open Street Maps

from snapr import Geometry, Point, Snapr
import requests

def tile_fetcher(
    coords: list[tuple[int, int]], zoom: int
) -> list[tuple[int, int, bytearray]]:
    tiles = list()

    for x, y in coords:
        response = requests.get(
            f"https://a.tile.osm.org/{zoom}/{x}/{y}.png",
            headers={"User-Agent": "snapr.py"},
        )

        tiles.append((x, y, bytearray(response.content)))

    return tiles


snapr = Snapr(tile_fetcher=tile_fetcher, zoom=15)

geometries = [
    # Chimney Rock, Nebraska
    # https://www.openstreetmap.org/search?lat=41.703811459356196&lon=-103.34835922605679
    Geometry.Point(Point(latitude=41.703811459356196, longitude=-103.34835922605679)),
    # Chimney Rock Cemetery, Nebraska
    # https://www.openstreetmap.org/search?lat=41.702909695820175&lon=-103.33250120288363
    Geometry.Point(Point(latitude=41.69996628239992, longitude=-103.34170814251178)),
    # Chimney Rock Museum, Nebraska
    # https://www.openstreetmap.org/search?lat=41.702909695820175&lon=-103.33250120288363
    Geometry.Point(Point(latitude=41.702909695820175, longitude=-103.33250120288363)),
]

snapshot = snapr.generate_snapshot_from_geometries(geometries=geometries)

with open("example.png", "wb") as image:
    image.write(snapshot)

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

snapr-0.4.4.tar.gz (31.9 kB view details)

Uploaded Source

Built Distributions

snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

snapr-0.4.4-cp312-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

snapr-0.4.4-cp312-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86

snapr-0.4.4-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

snapr-0.4.4-cp312-cp312-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

snapr-0.4.4-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

snapr-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

snapr-0.4.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

snapr-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

snapr-0.4.4-cp312-cp312-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

snapr-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

snapr-0.4.4-cp311-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

snapr-0.4.4-cp311-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86

snapr-0.4.4-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

snapr-0.4.4-cp311-cp311-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

snapr-0.4.4-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

snapr-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

snapr-0.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

snapr-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

snapr-0.4.4-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

snapr-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

snapr-0.4.4-cp310-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

snapr-0.4.4-cp310-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86

snapr-0.4.4-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

snapr-0.4.4-cp310-cp310-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

snapr-0.4.4-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

snapr-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

snapr-0.4.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

snapr-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

snapr-0.4.4-cp310-cp310-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

snapr-0.4.4-cp39-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

snapr-0.4.4-cp39-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86

snapr-0.4.4-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

snapr-0.4.4-cp39-cp39-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

snapr-0.4.4-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

snapr-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

snapr-0.4.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

snapr-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

snapr-0.4.4-cp39-cp39-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

snapr-0.4.4-cp38-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

snapr-0.4.4-cp38-none-win32.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86

snapr-0.4.4-cp38-cp38-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

snapr-0.4.4-cp38-cp38-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

snapr-0.4.4-cp38-cp38-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

snapr-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

snapr-0.4.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

snapr-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file snapr-0.4.4.tar.gz.

File metadata

  • Download URL: snapr-0.4.4.tar.gz
  • Upload date:
  • Size: 31.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4.tar.gz
Algorithm Hash digest
SHA256 60130ef61b62f41973de9ab3ddb31981bb816d4fbd19e8b4ae6d3448cc3378e0
MD5 4aa49e20531637ba10a64042741af0cb
BLAKE2b-256 a15e5bfa1af2f0b27568fdbac02ce2d0e45e69260eaf3ecd43a42ab50ec5a150

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e896f1b8395e1ece387ad01ca8c3179db184e23ee59e96974808def856f48703
MD5 53cc1b47fdf1aa0520c2b7f235c0dc89
BLAKE2b-256 42468c1e2c772f4d3d93fdb8d2931d1a089983203ff4b64ee22db66f28aac44c

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c20c05cddb73cc0566a09eadf48fdc4f0133bb280fb0b7147170a5d5950bec09
MD5 d83a131b0022c69069d3e8c13ff3ae09
BLAKE2b-256 81c0397b7edeb2026354c22e165582bec1c2c8dc7d6e05f6af37d3453a9c114b

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d239018a4c53977a0b2158f59a9af73adb41b1f8b7a9100f7d04c22dfa66190e
MD5 35d44e12df9b29cf65f821414ea9e9f6
BLAKE2b-256 5aff19359f3a2aab6d979694c9c8954e52bfaadcacc77a54d213f4a130f99cf7

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00c2edf1e1e48e6ce91383720e28b3a534a1e2ea538ebe6add25ba67a8fa7561
MD5 9f33047a62b65ab959a5c3e4740d0f5b
BLAKE2b-256 c1bfc1f016cb2ee8c785f773db2713580e427a62041a4dbeb98bae4be0f69f08

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 905e1ecb40e8e59af03792640613d6203c487b5299eb60e89b6ab9ec35efd000
MD5 d362e25453c049bbc47cd9d468036813
BLAKE2b-256 a75c9fcfec7caa11d16ee825e2f69b850495a863569d8671c7dacbf712e5aa33

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c315d521e666b39d94de8e90f535f2d18c261b1b04d25eed707b54e95d7d493
MD5 ebfed0d151084378f376f4669a8eff82
BLAKE2b-256 974d062ce99718371b6d26af20741b92cbc900c32df73612ae1e05c41abeebcd

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b1c89e135c157fd9c464b8995cab72c6fbb8871a488cbbf78a9d0ace9d555a4
MD5 38232ad2e22471ccdc0b094ede4f5225
BLAKE2b-256 739cdf9551e2f864b78361ffe37fb362ba6db38c81b2618a16dc509cab996172

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9861a8d6a8ef8524867ee323407dc5adadf08995fc4900764e137d90f4478e27
MD5 88ee21ff2678e7bb4e5c514f9b624f77
BLAKE2b-256 fd6787ab422a849dd35203e8345fbef148a5924cb326770a11b574b023c532ed

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 279eb398181b2ea18e32cf66ef06d929a39812869247c1243f3109b6ab82e1e8
MD5 a11b48d83ff712aea4be2c76657cb300
BLAKE2b-256 b53d09bdaa9e769b31046703a42996ae9d6b35e696ef84470cc1dd0628a97d22

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7b503aeb8cf79e537efac1b88632928079be3307d859276dd2cc6679d908286
MD5 8af2f41c17d5c9371845a8c7cc4ee90d
BLAKE2b-256 ac8708b1e3e00809a4c2c82256cb14892e9c72037cb9855b06d529e4feb374ff

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34911eca02278bec22f9fee6d704b892c74ad5a7e46183e31f1389bef7e6f61b
MD5 f59a4ccfb311833f3012e51471ca27e6
BLAKE2b-256 7d77f1cb2e392cc801cc1026bc1d25c91b03d073b0fda0baf193d8a84ea872f9

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5b939b86c86904c3cd63b3755dcd5420baba5c1e57012a431e0ed27c9b66782
MD5 7fe754a8968f0382ade2b229ccb530e6
BLAKE2b-256 974f9444bb5b25a490da20ca113ab0cfc6eb0c85426ac83a4c66de4fa6f85679

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fdc7fd0e14755791bc16169badbff909accf4b45ff8bcdc62e3618508e1dbbd
MD5 30ac5f7ce377e092a2e7659e2bba07d2
BLAKE2b-256 5ce1b3d160508785eb01dc735989bfadd5e08832de62b981f8e12a8c568dc3c0

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d985155c9096489f95ac41e48b2431b31eefebd564679bd49c1e894cdc3e298
MD5 691fb57b2d3900513985205deb6b46d0
BLAKE2b-256 514879c5a8b144cc8b7896810d40c6d51d8e47d449ef180bcaad079e6da9f057

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 278bcbcfe4ebab07cf0f290276256dcc81b9f2f8093ce734f47dfef9734a7fa7
MD5 4b1af5d5b0258734b6336ae7dae2e1b1
BLAKE2b-256 f91a7f28a5f0de35ed7e20022f1adc451c03651d4c6b88670a9c177e36814232

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 762852912e93f7094f7b21c18dcbb5f43e66b71ae922612daead8aec21783a73
MD5 1e1fd29e43a3402b361a7c5560d8d4a7
BLAKE2b-256 99ed5fa872b98c37a22f0bbafa6a11f91058fd46a0db5038659d93ada2c4e306

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-none-win_amd64.whl.

File metadata

  • Download URL: snapr-0.4.4-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b0f776380b282036dc49cc55b24b5d7934d8b0056e2ca3582a73fa50df4bf5c
MD5 e63bd9198bff9e87b531341991635c53
BLAKE2b-256 d30472d20b64a6a4d277a31e92256d5a3ece917e9f93c6d68e7b57f65c9d0e32

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-none-win32.whl.

File metadata

  • Download URL: snapr-0.4.4-cp312-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 69949e34bc869541354ea4f0796aab54208be322fef516a8d988fbf87acd655f
MD5 9c38491a17bbb9d9ac3589e958986487
BLAKE2b-256 6f80bb3bae9a65126ed0932fda4aac18d4c7269bd5dcd3fab60bf178cd442364

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ea1b60d4c57bf62f517b7327d361ec660248767623bea05a24075cf9498b467
MD5 00ac2668a3ac132b9d1e47998615fbf7
BLAKE2b-256 b8f1f145be188df00977805cc29a8b189bb880c3bbd91de4fe07bbb31b879cc0

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54ba7462b73788726048860d0d39c26b50085583aa93eb6a682cef1338588781
MD5 7f18dfbbe4a90a20dda1c9f107a9220a
BLAKE2b-256 2838d1817390d72891de677a9773890ee248776eed297c105e6ac344025ceed3

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e742e87fe349721f240ff0ceb61ebb4e72e265aaafeba3d01cdc2a8ea009e6c
MD5 7f5b757b17cbfbfb60838aa28725c3d1
BLAKE2b-256 c3b4fd836e2402ec86515a75c4f406471ef86a2129ef035f8b6cb77becd44fbe

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb0c8c68887739adf2b17423701db4019e274d8320e2e05c584d7402c7cc3f40
MD5 e983744975bb90d47217a8e199a5eeba
BLAKE2b-256 abef14e39abd70bb34d0a1e00d44c8e108712eb29ea5ed9940dd9c97ad79e683

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2296fc2537219b87590a6d346501bf40e96b2aa7541c65425bfe53bbfe84091
MD5 6e4c69b7674849640efff3c0591cc9f5
BLAKE2b-256 098269624e7e57cf0c6abbe4024b45906751d9131a2d127b47593be8576d27b6

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4eb16649d5b3653c33ccfa7e6fe894aa72cd44c0f4d0caac5d13578b80548415
MD5 db05faf9cbd46cb99e1cef22b43874a2
BLAKE2b-256 cbce77f5fc52dbd1ba31a69c08c6de0be5fabd7cfcb3a0f566f00310a14fee7f

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a51a4e2150e4df1830328a5e4b4c7863968a35942469aa10ac8f9441af718b3
MD5 261e4a328d3f14b238c4f4a8fcd91b56
BLAKE2b-256 b491588827a547d4e17957cfcc5c9f098303004d4e1170a505618f5322046d16

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c15670f42070d7d77e2af07406cc99955d92b75c322ef03e3cab21288d06f049
MD5 6d06d4a7d75993df9ec78763d18219d0
BLAKE2b-256 203e93756fba7f0d6b11abaceff97bd5446ab1dae0951c111c271461193afa73

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-none-win_amd64.whl.

File metadata

  • Download URL: snapr-0.4.4-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 9e6360497e2aacbb5bfb6002098c35c82008a7c93894b325dca5c62cf08ef1cf
MD5 b47a96d6032531d085a7720016322dae
BLAKE2b-256 4ed7a3806767949250762fc0f74b30de7af5f87bc32acb5c8ea3717076dffebd

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-none-win32.whl.

File metadata

  • Download URL: snapr-0.4.4-cp311-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 09be8072b98dc72cff0661abb92675a37f923889ea399a55fa7f8ca2c8a5ae24
MD5 4be7308a2a6c98664c62905a0dae4483
BLAKE2b-256 7fe0eebb7738994abf3e3565558d75cda2a6a7f4b0b2d6905b78d77d6911877b

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bdc3630ac32387fa2dc85e61f43fa8d8f358c55f427b33e2395b80951b0ddc52
MD5 9144108f8df165b6581eeb9e5de3a819
BLAKE2b-256 9dc9ea83601f9064055e3bfca6baf63e5cc32088c6089f1e119ef28356b759b7

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ecaa411cfcd4779f095e8f5d58942c8834f32ee55407df10eb0583c29072fa4a
MD5 28e9913355afb2075ec32b9deff1658c
BLAKE2b-256 101ee050144eb91a85ccc83f29c0cde64f6924287ae1f70d64bf0df670204101

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6458cb8a0778727052cd769bccb4eda666052ccb3b1f5425aa98bd8757c5c6c
MD5 c65c48d8b31f69a75c9bd258068a969d
BLAKE2b-256 d1e322c50c232a5522d6391cf48f8fcc7c0df66a4fcc7be3f9709b7980f67c54

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23122f47edf1854535efe4f659c230663059927fa1515a8d2f124068d9b2c71d
MD5 6305d1d6c6c491664cae021ce9cc21b3
BLAKE2b-256 41c1024c41d908cf83c47d7659bafdadc5d08ccf4c385e819060125c7632b589

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8df803aeb3e7967d8946c1b3b2c87c84b09646a0eb7ee64e101acf1699823aba
MD5 bb84b7d326bd2f622771890c177c03df
BLAKE2b-256 f0568b426e8dca8c8543ed3d19cc15d93708bde4a1f26d5bd9c00437949a4bc7

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 243bcb7b752c865532f094522bcfe2b23aedc197ec084c983972a0db742a984b
MD5 6c882003f22f484018172224531f23d9
BLAKE2b-256 40445ab291899e87589c7368fb427c1933fd60448dec43e129d0f60cae6426f8

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cd724a0a08aa528181cf0bb1dbefce3156736bea0ebc8d18d2784b18465e38c
MD5 08268db27aa48d19a514af876b77fd15
BLAKE2b-256 adaa15d6c28412fd92c601f69428823811ceb02caf1264062464b14b22c21b66

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d65a02a92f32df578b1e3efd99352e8585f941c41a744bd019f12e784846c3fb
MD5 5250fb7d71f4e2301bf500fe17cbc689
BLAKE2b-256 c21f468667d997ce7b5fb0ac02a60f82e252715ddb0355cd1dcf33e610176a5d

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-none-win_amd64.whl.

File metadata

  • Download URL: snapr-0.4.4-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 5065e73d7adf485854614bbc211217e4f2c0691435940fcdae0e2dd64af03c8d
MD5 f55f11f71f4e01b9395ef3460eaa33a3
BLAKE2b-256 c4e7f083b6281abaefb0512d64ef199b81c97e6724d26ed31b7629da19d12c2a

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-none-win32.whl.

File metadata

  • Download URL: snapr-0.4.4-cp310-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a0b3fdd42d99523ed5547dacee8f0a0a8eeb240ee1d88cda2a8a51c0dd13c683
MD5 f44486426cb9f98e2403b8fda4ae8ab7
BLAKE2b-256 36bf76c926cd80b081afead771c83e10dd928b43dae91d3d47e420fdfbf5359b

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f28fcacc5617df39f6e4d11e08ab828d9805f15650fd428ab2481f290d055b59
MD5 b8b53c11743281864fd26e1a55253964
BLAKE2b-256 f2b2f55a587ed63fcffe33bffda43f1b32ac5cf0d593f54c30c0167fbd3b7c2c

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ca6d82c7b41bb9e759dc2ac34ce2170377da77be54c4a88ae7692850067f7dd
MD5 ce441b2a57a1783ccc8bc581864e48d3
BLAKE2b-256 be6fbc3f77362fd0b313d70202006394baadb8ecb5dce24a700bc82eb1d6fcd3

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a495021caace60c00037946264b2d0f834e2c6f5717f5f6f1238263b6984e535
MD5 506f41d5ecfa7464d5be9b88558b2621
BLAKE2b-256 c7f20cfb10a4d9e2fa1fced1373fa30b3cabee3bce8a053dc41fb38f822fa520

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f2043363851214cd4e7ef4672aebc8c96111c180b2d6d5c7a88c2c9641499f8
MD5 0780978cad66daf1bb0ab295a5cfc544
BLAKE2b-256 123fa2e81f0620f2abd17b715eb8857019d521f4b7d42e0082a60f5c261fcda2

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a7ecb7647400601a79f72121130daf5f6f0ad00f02f1cf45ee192b4d9029ec7
MD5 9d7e721a44f8e7c1195176ad0a7060b4
BLAKE2b-256 fac20d80582a70da37b9bc834f0007945b59f865ccfd4a2555f42bb5a1b21952

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74fde16f705ac387b7d30119ee5253bc1cf38bab6482a3f6a312ffba46b475a0
MD5 f50c2ceb029213fb7698ca39741a6b6a
BLAKE2b-256 58d186d513d3f4b8247b1bd692b5576620903d13c4f080aff6b2bfa93989c4df

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d5337b3411464b784404fb4c2efd211a387b4abc37c18148c5b48c74cd270ee
MD5 f2962cf43cfbb7c4f5abd8222246f20e
BLAKE2b-256 f3ebb61243da751caa648466761dda29589345b165f290f0eb6e964a8f995cba

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-none-win_amd64.whl.

File metadata

  • Download URL: snapr-0.4.4-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 d1076a9f61745e70023867f81d6faf173405e4346cde271684c8dffcbb6c387c
MD5 745e5e22e98e5a44bdedb857bcd16e49
BLAKE2b-256 e4ea5444471861bf2ddd6b8c261ff64ae49f812631ffc3c80f32c65c37b95df0

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-none-win32.whl.

File metadata

  • Download URL: snapr-0.4.4-cp39-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 735a2c0d0a9607ea18d42e1e3f8b90935f33200440b13a79abf0d5d96a632075
MD5 0c9bd464f262f8c9f0ea0b87f98ea26e
BLAKE2b-256 73bb5c8da75bea3ea9854235ac6c34b52392221731fe39878d9a4fe5fc4f77bd

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35c0759ca6a54af1ef7e63a23f33191a78b3cc9a6b4179a736f48195c0135d86
MD5 6187b6062c77c7ed4c39832d0f763cea
BLAKE2b-256 eaced32bc4749f24b334ab66f39b94c21d2865e4f6da0d77429eedde9aded694

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27ab246df65370b2ab1271035b6541af2134e7eb01c88d9bac042624de6fcbbd
MD5 f220107fffab0385b0605e449a524c41
BLAKE2b-256 cea57ef899fb7dc13a90ecb3c242517784999595f9ea2904e8c14459488829d0

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f50b647d2cfa0a4dce6d5db6421d0e478bd8dba6b83244d4c4fea90e1e6427db
MD5 eb5b79e631696576b1b757b682608c21
BLAKE2b-256 009801e81ce0627d0043e4b8fdf2b7d7085098261ffacee63f77fa76a3a8e23a

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93a00805c854075ad86555ea4d89107b828992362280b4c6eb5bc28743ee789f
MD5 fa7462eeeab104d762cbdda8dae57a73
BLAKE2b-256 63569985896de1eae9b177d5da5d2e66b2c79e1ce64f785d1595a7627b4ee852

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c7c3fc9844e2401df061f4718e5a27954e41830781d7f592d8bc71f11bec2037
MD5 c62fb19dc5bc4089ba07326e8dc230f9
BLAKE2b-256 911bbcd1a586cb153ec7152c5da955f910d72952ba39d2518d63cde445afa672

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bf53dedfc9897afa65517a9e4ae9b5f061add9bf42f4f1c4b34348766edc085
MD5 e4b3af9ceefe26b924d182851d21a157
BLAKE2b-256 0e7d49922ead5bcd644cf399ebd6e2e720a9f139844300511a22df532855360f

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c81d0151451ad69bb043356027b3271e1ee880c301f4d62036b0ffd068b542f
MD5 1e3ed2a858075391d9e554e699182c35
BLAKE2b-256 0d0ae37dced7eea85bfd805fa311f1521853c46488fb3c22e7bd69c2dd7a6070

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-none-win_amd64.whl.

File metadata

  • Download URL: snapr-0.4.4-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4b5491b298ca415042b0fbe181d05795fccf4a63eaaaf8fc8742d9223a2aa2f
MD5 b1af28f92460bfbf015a0db14103295a
BLAKE2b-256 18cefe5478ac79ca5d1a3df41e0f2a1a2d71fa92f145014db025cc1e781f3b6e

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-none-win32.whl.

File metadata

  • Download URL: snapr-0.4.4-cp38-none-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for snapr-0.4.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 7af77c07f96ade7e455001a474f8a239661c494b970bf3389295d99c2045617f
MD5 5d5a484e67498bf40bf28f2c59cb99a6
BLAKE2b-256 f4d762f38a7bbab98eb6a0ad1f8e6a20e2e37ff091e906eeccd2036f128934fc

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d7fd782a22231eb5e954e4b628b0e2b13e676416572cf457690eba23e36cb37
MD5 1ad6c5a29bd59ed476b5a756c1fc53b4
BLAKE2b-256 e82c2d51e9dbb9dffb7668f7421023122d0934e856e18fc9097aa1c06a2f9694

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e9de9c77bef49fed16bbb735945a0224586eadf4f7614428d13f642d1ec9182
MD5 ed1ad0c5a42d87b963c8690459e85358
BLAKE2b-256 d53e0192d9936ce51c0f0ace7559e13f6faf9a14a9b243ddec08c4c41566aa65

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a624b492d3b553ab936eed9d44f3e2583d602054b45d0613b6b0c27a2b9c758
MD5 a967ad8f5b4ecd348b74fea9607b9eb2
BLAKE2b-256 f742e38a65414f1b7f9699b4060cdad6eaaab343dc146d044173aa6fe5a91333

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a242863fb1df48af0cf1863c8d23f8a2d9f1e3629af87943dcfcf4f9cf9f3ac1
MD5 1e29019337a336f2a44e7bead686005d
BLAKE2b-256 2490da927dce392a7781025f65464828a4e2a62e326104e06259123ca593fce4

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2efe9edc401afffbdb8c123909262a8dab72d270dba3aa523ee25ab80eabaa36
MD5 0df447c8a83ad57c00a52661a23cb761
BLAKE2b-256 0c74d17946f9aaa04bfb05d680052bd3ea2be2257efd8ea38c84f82a9db94366

See more details on using hashes here.

File details

Details for the file snapr-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for snapr-0.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 535744417517914c2bc99f32f474b30789335cd190d44f5127fe94aa40d8bd34
MD5 be10bb8c748ecaec8b13bb309dbf0399
BLAKE2b-256 22b40ae5271cafe9dd0c2f5bc44eab02204fb60b2af9378a8569874f6d42d8fb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page