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.2.tar.gz (31.4 kB view details)

Uploaded Source

Built Distributions

snapr-0.4.2-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.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-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.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-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.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.2-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.2-cp312-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

snapr-0.4.2-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.2-cp312-cp312-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

snapr-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

snapr-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

snapr-0.4.2-cp311-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

snapr-0.4.2-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.2-cp311-cp311-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

snapr-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

snapr-0.4.2-cp311-cp311-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

snapr-0.4.2-cp310-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

snapr-0.4.2-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.2-cp310-cp310-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

snapr-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

snapr-0.4.2-cp39-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

snapr-0.4.2-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.2-cp39-cp39-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

snapr-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (1.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

snapr-0.4.2-cp38-none-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

snapr-0.4.2-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.2-cp38-cp38-musllinux_1_2_i686.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

snapr-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

snapr-0.4.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for snapr-0.4.2.tar.gz
Algorithm Hash digest
SHA256 b086dfb00102b3d41563e922a3690f17867a5e48124a7692fab8e006d192a4fb
MD5 3c6998e1381d2fc699f79fe224e1e219
BLAKE2b-256 dd285e8a1163ace8b64d08a082e288487654e7c42acda2dcd2e033ae56af5341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e0da4e3a0997e9f6799639f28c24e871ac3de54970d5afe79a2b503b213f8ff
MD5 f925b1d5b5e4ca919d2261b4bf35e3a8
BLAKE2b-256 67e713b3430bf8a6bcb293dac37b235f32b5a3b058eeab30f02423f85c996492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e37a0edba89c8780654cefa6c177e2c85887510b5a6b94c64101dcf2c5613995
MD5 13e95e1c084f5a6ca77b75341140711f
BLAKE2b-256 5b1c42aff667281ee6af2a2fa1b63103033e7dd5d4de5529f35c2f2a01f9afc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0e3ad9d411c03b5bf5315656e961805694a8cf0a9f3052bb52321665a803755
MD5 64790d363ddb259ae9ce49d1d8f1ac2e
BLAKE2b-256 4e8e6eb2020b307672137f339fc53b114fd4b1da97a9dd4998e9162676720795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83f343b9da64fe3906a835d256d38e96e4ffe88dd4824db10ce031c928cf78cc
MD5 0724a0234d69aee9fc8cefaedc1fb109
BLAKE2b-256 c3367b8c7a37ff9fc45cac265afb5dbe0c0223ed16db6a922916cc0795d13f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7df0cb242edf1dd15b0b19f0dc6e2dbbd45b286a63732784e1c9646b920f4c7d
MD5 8ee05be99eb5ee00426d6d4ca5d7eaa5
BLAKE2b-256 0cead2a12ec007be05d16c2753b148ab91dc1721d02ba318b31310e63a15b18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67d398f1eba32a64794e1079a873c275e59b14d1435aa91c3b80a83f98d7308e
MD5 3bdba9f43a29b5a7ceeaa5f9efd5da7d
BLAKE2b-256 244029ed0d563d5897247b8a0e82da8cfa36f52fbfdb7e9a75fcc9ba58a317ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66c0f07da8acb2d8959a4eb2d01d34e0b7d469a325b95ff5f2a27ecec71fdedf
MD5 a95e9adf558cb94dddd5bcf6bf634b55
BLAKE2b-256 a8ca0df967f7248abf36b38da852f74921fef9d790de13741b682580a2ead19a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c6c15cc947d1f6d2b4095a68d81b2fd14a50191a211e52c1b073c88e24e8f7f
MD5 75bfcadcfbac7ebb894b7d270a259e15
BLAKE2b-256 0921d78cc80fd6afdc06ac07e99096c546b45269f4abcdddce3e4c7983bd1637

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 030d4ae493552741d3181c0c0c6cad377581069e62a09d4c9b518defe6d3252f
MD5 df749b9820fa051cd67cef5e36f6d795
BLAKE2b-256 ca86a2562cf5a541088f15cbbd1b95551955757f1e83dba6c3601686c004db55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0184e882e5e649b0ab2f8c8687f8dbf634296931c79ba22fb2e3d789a40c1eba
MD5 b753823fb3de3795d402b41e288e7f94
BLAKE2b-256 a48773a0e0237e783f4197bb5893ce5aaaed9d3feb9213545c8d98d6da051426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82f720b867dcf098a12bc893afa659a3248a04e1037f52d7cd4094743ef4b0f3
MD5 7f23ccee6424877cf452e3caf1f9f284
BLAKE2b-256 e9cc3c50a4821808c04bc914bac659c60936bdddc11b950a3bbd1c05b9afa333

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5aaf31debe2f4f06c455e55dfdc6c2b0e006c3dd02d68db3d6786c9453172fb2
MD5 5b511217f27b94be66cc6c505247a252
BLAKE2b-256 ffcfb6d06fdee74b9b551ce2e1e05f88e6312920d6f98b2d34d26fcaf451b18e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f671ad2d82f5d04074ec3fd73774d159a39c440735d9643c8718e370114110f
MD5 a7804584b41c5428bc9652e6b470a5d0
BLAKE2b-256 7854ff6dfbe165c830c106b6f5a4e2bb58ba9ef17c27a4eed66539136fe4733e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 21bbff9a569f9ad6f8eee0a576f9afb2961882d9452726d4de2c9d3aba84d6d7
MD5 729ca5a9ec25fae9a2134a03887918d8
BLAKE2b-256 049268b59cd3a99f1b9316b97c582df222d502ffd5334e624c1064620e4c425a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcfd639c0b1259e216b5267d8de5d13785b89142904eda6b6709ad81d44b618e
MD5 645581080badad4751c55ec996b6b328
BLAKE2b-256 d56002b99b7d9e9eb43b0a6153b2ef90553aa4c06f8c55b5c065b17e8df25387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3b1bdd3bd42c83ef46871a616817028b622f5d7b1c201374c556fe3614fc4d7
MD5 1b9581d38f6e69db7931633ab19613c2
BLAKE2b-256 191c4389df0b6cbcdc5264d9c4ecf44314be5541d0d37825800d889cc67a3c5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.2-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 e36b6985a922fd1847d9cb228d03ef1bc8a22dacbf28a474002ff002b00af437
MD5 e16daf036fbac9f0244c2385018cb32b
BLAKE2b-256 1e0d0d062501fbdb00a06ae01c621b3beb06f244b4eebea8e007a53052148374

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-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.2-cp312-none-win32.whl
Algorithm Hash digest
SHA256 5d792da6f8c0faec7b3a6fb4cd19a60bedd750e37f76f1fabb1c6eec4159030f
MD5 18678324dd70c5a0ce71b79015e747b8
BLAKE2b-256 f3055a6b45e3040a790c43eb2250cbdcb56f6709b650fe0e038db80078bd724e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1c9da2510b1f0024f1e1e3587102985178980fc1ce09534e3f6532ddf49fb30
MD5 af8b31863742b8a5487252a8d342c283
BLAKE2b-256 37a1c0c796aa7d26ead1798dddc1357a42d23586bf8d4cd69dee3eff574feaee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4bba119aff95d3e4865596b1c0386c5e78d6a95e411c04c18e6c2003ba21a9d1
MD5 f0b9d1a60a34b563244a4a87b14b5cd1
BLAKE2b-256 9eb246d73448b612338edab231bd1a6eda36e24fca93469d697417c3a87104de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dd941355245728f82de0c0405b1de7e5f9de68fab39222bb08097b5796a9f069
MD5 d00d114174697763316a94a476ec57cc
BLAKE2b-256 6aec63f3840928465483a8cd7772c99ecde41d773c934c39833dca5eb0225bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6837de05b245bb46d848959811f2344c64f3d28c99f87476064f1560b0ed0e44
MD5 fe1aba42a1aad7ef2f17580adfab639f
BLAKE2b-256 8f9aac9a5ca561ce50e3ca144135b3f1f6d2a99ecfc9574249d143e7f7d79f10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5db86f6bd9f13d642fe8a66e67c20d344540601f424be7d155f4ca13156a70a6
MD5 3aa971340cee53662985e5c095e84dc3
BLAKE2b-256 1650fb6172b082d86c568b0e168fd03347543152208f58a945dadc16c3b8b7b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff20345cfed1f9bdd47a33791536eb57b1aac09b22af9e8e36ccf7faa231cba7
MD5 b95b4555bc56fe107ab4e0c859225d57
BLAKE2b-256 5d89fd83b32e4b64376fae246798dbe1b7e6ccc033f97ec21f6c450e2e4ed837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45290e98120e82fdfa45703506feab56baa34238b5a351426ab65a90fa649dba
MD5 288b56e2813c6f446450e6e08c66844a
BLAKE2b-256 a6574f79b541f7beda0e6fb5a04255615a82a33a3435544149d862b1a1c0b345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 869facecf666b36f667517f38975f4641fbaad62b7a03bec7fbd83a3b009f05d
MD5 568df462abc209a5c1b163dc7c89e2f8
BLAKE2b-256 a804f933d6f68e2dd97f88e0c4a3d6ce1e016176613d8d76fd795f8114240e76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 a2ed720c9e271e2727853dad5b0b47ab053de33b82500f64864913fd06728d3e
MD5 a1181b5108c3d3922c59c665521755e5
BLAKE2b-256 f40c690514155b3428a1c6cdf1755cd6bffe665011f850d6d57e289e86c1d07a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-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.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 af05d0e14a75332a74e3229212d90ae4c046e2539c67d2337bde09488309aff1
MD5 a7a474ebabb214f3ac97af3dbfda561c
BLAKE2b-256 4d36f98e0191d9f509af23f570ee23b6744fae57b11dee0d13ecf60cb47563d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b277d5b455299bad0bd93d8f389ea1cf235e543fac9eaec84bd3e581c4fbb7ba
MD5 d742e7c8c8e3fb604f86db9314d74f03
BLAKE2b-256 8da5d2d167c066ec7a378500cd96c7f9169b02b2c1464a96abe82e30d5fc37fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14e13728271a136cfcbb3fa3091650a45b2abc2b7f23ee8b86ac52ef0bb5e1cb
MD5 4e779d0a4ccccdc3c2fdcff0b2389613
BLAKE2b-256 210f03cab5a6f742c2b1cfbd678081dd6fcabe0adceaad0576ab4673974a0bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2a9b9b359bcc223602a432c413dcaa25b9c31232342ee1bda663163bec8b397
MD5 b7a58d007683152463a66f9bf00a8bd7
BLAKE2b-256 dbde2a91864fa12fe515387ce3e225a8a8a2df08f97f7b2c7e8f6be092a4842a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3712ffcc7238524bd32a00a57b5dd7bef664a055027a9aac2c5b9db63d4dc121
MD5 e7f040d72610777bde36f36c2939b231
BLAKE2b-256 39d3e9149b575ffbd9edc417295014f5ff2bac4869cc774d37e8d199a8f882d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c7901c3864c48dcddc5909d7ff434dad042e0414669dd7a0248f1e71d324b06
MD5 e245bf16f74b4d0452aebaa0c299d146
BLAKE2b-256 967a3ee090182e3fe03ef24c47276bbee74ead64418c556c04c71d4cf70a3b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c96fea8a04a657ef54180122175013ccc9cfa0d670b2f8811db242a57d40e332
MD5 26f994d37ac47bee754644b5e85bae5f
BLAKE2b-256 c5d0689e417c812071a959ad7a5e2334a1afd0c95f57e2e50f9fca434a318d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3016dba81ec2db31ab300b0914c30137e717c1b607ddb724110922740a01f3a1
MD5 6f20cbee2c8afadf630f5d212622ec5e
BLAKE2b-256 b3e64326e79fcede2da6fff9e865d3b5cbb8ff9ed378f12e978f7a06ff9674c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 36094d9bc81b1bcae4dab62d635534f8a7c5f4ea3f093640055c963c507e84ab
MD5 3277a1d713000f8b88334b5520e2c096
BLAKE2b-256 8b33008ca0d64d294dc783fb83bf0d50eb2cfaf9a01ac83d307348cd321f6651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 0fc43e273456f40717217ee03727980ed4b388f3ebc91be49ddf9e2114e190be
MD5 a67b162bb61c319fd7f3c260a7b55b35
BLAKE2b-256 d70c1b677da9eb0fd8f1cd8f898d8ab6b948d585650befa8b9485c2394d505ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-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.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 485a49eeeb21f918e44e904e1f1b0f51f3129b3e02ec7a94c62776e35bf5e3ca
MD5 67027c39307cdb35b700f501c1e07a0f
BLAKE2b-256 42d9aa613c521e9f2ac7ee7d90b506759cd87fe0cff96abc2c38d8d704cdcc97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7497851e409cb866fc2e43a2f16b31254f9d7bdb002a189c57a3ea53da6b6d49
MD5 759d3d697dac44af91b296b67b8846b6
BLAKE2b-256 133bc479bfc8fd1b74d49ae4d7e6f2578336e80d1cc37232f453963175854210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49166874d4d6306056ce68f5a4608d5cd7764caabb653080c4583e0cf9aa3741
MD5 32f2ee01ffeb9efacbe5acf1db8d0ab7
BLAKE2b-256 df6edecc1ab80bb3156d530479b3da727c1982c156739a62a9b38fdd2cb27d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44a8e916f98b47d024b7a3839a6bfb9064da9ac674696a73d318b7c772251e9a
MD5 81624196eeeeda89273daeca827d7914
BLAKE2b-256 8bf730c0f4bd10e73ad5db94f96f4b4a788f087a516fdf15a8c4b558a559c65d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 058e7341a208c607fd0bda7203f359cf8c410919a4c9c79aba1c3382cc900dcb
MD5 c4b48ab77e57c6463878b39731239b4f
BLAKE2b-256 de2fe159fcd9a25a2fb6201fb3afc7f0a06f312eb7ad38feb077c9607416e406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 132cbb494875433e44f7a43dd5a7dbfbbad2530d525defc156a0478645ff05bd
MD5 a4399b0ae522846e56b5b467cc1533bc
BLAKE2b-256 1881b30058f4528f1fc3cb164010b38dc6b6393ab7a51ac43d6a4cf6ef52eb51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec8381216e9500cf0de79f0dcd369a81330fc4defc08a68570b5acc936963a54
MD5 8fcd7de26c600d6fe2195b74c3b67ad5
BLAKE2b-256 59347339bc8ccfc9c3571e9047105427c03fee959ca7129663b0a9b0ad420eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58c9c6ea808e898d1b55d469cabaddb9218fcfb0c3cb1632290fa9a60e25d474
MD5 124988e73789d1ba59c652fa4fbf8e14
BLAKE2b-256 6e016d2e0bdded870b7b2afc34782201681696bc6cc5a666145b84a7643acbe5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 3e6263e968ff9dbf4bc63049a7928afd9ef757219e7b8867151c34cf66adcf53
MD5 619b3cf1b306b87f7f5d590d2c13eb58
BLAKE2b-256 810d307e0a74c579fa34c5a5b2b9a0179c2d798e5d563bf18cfcddd008a5806f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-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.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 e1519d34269d33fd3ec95f96f41102f3d9bb076c31e43501dff9ff44d545950c
MD5 0a57c72b8ada918182ea1730a33f0eb9
BLAKE2b-256 b14646650d616a87a797245bff869347691863cde45639a73b619aef8de000f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f978caef0f92bd9bc3a81aedced02b9db7b18b8c184127034aaef4d2e5253c4
MD5 725e1155fa1e582a939ad5f1f92424bf
BLAKE2b-256 9cfff0d84d7fe1199ef517b640a302db5576340afefd737d5e2d6c75f939079a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 93a58c6e15b8ff7e63b0d4ab6a768412ea166e43a2256243ca523d87bed1c964
MD5 ebdc6f0ace1d6ad02bec0ed7b1d683ec
BLAKE2b-256 1dbf35aba0899e3e84f038162e26e481458dee20e78e88ea55ac95f35ff749bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 718662c4f5060394ad87d0bef21fd097ac3a9f6cdeb8031d0d10dc5c7d9f80dc
MD5 8a6645ffc1fbb46fa397e5ccddf37b05
BLAKE2b-256 c58eeaa9f4db633908738b4927014c3a84e6eab296ee11d38cfba8813ce6ed01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f11eb148df90c5042f186da1157521f959583b755d23e2fd3f91664ea20ddb39
MD5 f5cecaafbedf68310a17a3f711de853f
BLAKE2b-256 549ca91f6e152e393c20eb0194d590052ffd493d593ce1d2d1f6ec0402cabf77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f09df44da60e878e424b34f4004135c0979aeb850389413c82788d2465ee5e57
MD5 4420cd737481f10cf1cea89b22aa153e
BLAKE2b-256 6291f42a1c0765f79331e175e72df3c1ee224d919ecaa627750c1b305cf5f711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6776a4b7e151a643ae2c172b520c5d3bd3c93418856fc7d21e517a0cec661b14
MD5 d19205678295dca79e98d7575f10903f
BLAKE2b-256 7dd640ad2929cc1de2569425054424bb2f7ae0710a781e3107160d4c6ee6e0d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0f48bd38e16cdbb0b3e11661ebfc2e8256d709a876d7760345b96f9fe6d51ea
MD5 958e5d69763f3914086ec8da6e611b98
BLAKE2b-256 2de3118c09cd6bb537c56e69f923b5870c1b7436a01a3b2c487350f04921f9ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ff7eceba07a6588cfe2b7e9adc556ddb2184569836ea85a288f416670ae44865
MD5 f95f94ed46eabc3da1192e1beafe3080
BLAKE2b-256 e851f8697752cf05f1ceda7cc82c27e4c9a04b18863cb18891abee939a74db96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.2-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.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 451cc86aa9a84dba8d7a2e37046c0b27b16a664ee55cbe827f6bc13a38898e41
MD5 751f8aad5700acdc956697da01e3d411
BLAKE2b-256 651180025c9360b55bd82360943b16bf1b045467f14d43dd1ab660d7327c4a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2489ab091360a4192d9fa19ac0c7fed13986f40ff02b124ee12e3b497939c30e
MD5 c36dabbede723b7f04f64d31ec66e84d
BLAKE2b-256 d2e5af050904407a097bdf789d64bf0a4403ab0d8b5bae1f86b0b6a138eb5f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9afd61fafd813878bd3ebf14346f2c3dbdd908ccf22b73f6017646fa904dbf7e
MD5 a05ec720837b8d67c5156fedebda63a7
BLAKE2b-256 77dd5ea041cc859dbb8e5d77ca6986fb3d65a22f4c3f4d1d93528bf65fa35467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eede0f71ad5dfc1f93f5c80a8a2dbf3980911969094fb9a850bf1438de78acb0
MD5 770830e5c45f27f084104399a67d5626
BLAKE2b-256 656e21189b5d3dc7f2c1ac3706779f53a5d9b7cc10702324b73c6a5a7af5661d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbcbe4fd279f82b1cf8d041619f376a6d5dc1c0fb80c8066795428498d57022f
MD5 66e3dc3709e2d4df8a4d76c43135d95c
BLAKE2b-256 94a789a53cf532ef117ab93701f76b2ce30e43c3a908bdedab208ef0c3b93a77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8aa2b453d875681f5145f02f01cafe60df64d63770191c47bfe8d0803c000340
MD5 afc2a36789efd35cfc4af6bac5eaee9b
BLAKE2b-256 ecfdd0358ae92c808cbbad73b6ab436c65a954ea6a76461758973df15e03f9be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f7c91015f8298f31b1a81e9384e51d8831c97b2ce2be7d27693b8f096ea80b6
MD5 79be90f6698b175e5f6c5818b9de5116
BLAKE2b-256 7aab8a22f7530536115ccf69f9543a903d420154dc370b99882dd0295baf8ff0

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