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

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded PyPy musllinux: musl 1.2+ i686

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

Uploaded PyPy musllinux: musl 1.2+ ARM64

snapr-0.4.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

snapr-0.4.3-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.3-cp311-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

snapr-0.4.3-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.3-cp310-none-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

snapr-0.4.3-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.3-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.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for snapr-0.4.3.tar.gz
Algorithm Hash digest
SHA256 d65d86805d149d3acb30c2302e36580f6042db601c939c8935fec8f2a30110c7
MD5 73de43e6d2640e8c4e421211d31f9b51
BLAKE2b-256 473b3d622e5f9fa4d6f581546251096f45d522feda609928ae2430636ae76306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b75d4882b8ecaeda115c4a23e12dabe179c4af02e334b8a5aa315d0f58bdd95e
MD5 27db03214c8a2587148a55b86f777e63
BLAKE2b-256 65bdf1bd6e34d427c9a39e031730abd646e5eb3a3c4380324e79df46362cb4ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d1947a53300ed9e307c64bef3a2b4a48b3f1a6f3ab5c885ec33d53da35540fa
MD5 585cf494731f9746529b1e3bad36f7b3
BLAKE2b-256 45a3d7637b54e6696a9ecaa815f60f316cd94c2c2313006949964a545d0b9365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d6086ff1c99b8ce2bd7f6c9c8e4e6e7f014764339c4fb3ef34d292a3345d2bf
MD5 3d126e02ddeb74e699c1bd281d73a282
BLAKE2b-256 e580ab190510034e3cf438d5fd4e24e4c9ed2f42c8960cbb0d1aa5869b8bb995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76ffaac39958a3b8fbecd6ebba71cca3f0847b428643a9029165284cca53869a
MD5 2c0872766a976db62c77ade05a2b4b1f
BLAKE2b-256 0e0d7927631bad1071c645e8f8418cf325fc729247f181d5f4dff3e1b1ab4464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54ef3f3696f8bfeccfa4fb6d3e01fd2074daa1faad1932bd11424d801898ff0a
MD5 5bb1a77e5d82eeb3e865d04b638ae948
BLAKE2b-256 72ff557c19552c2c47ec5d28402dbbc1ce2d4d2a9d0827324cdb3cae0171eca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55fbfc34bce6f027db3793f8560999be606f1b6e2b366efd95d5ea1dc3dc1b3b
MD5 ed03877eff5196cadcaefdd7f3b2a7ec
BLAKE2b-256 afef04a05ef3575d2a2471c0ef84ff79c4e336930776d143cd82691dc2d360c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df437afba21eed70c99bf5fc1305bb4057cfc4ede5631d72eb5348caddae49f1
MD5 19312e32576f15c47d8c016630806c3e
BLAKE2b-256 c083d3d18a652fc7e9c65f3c70d36f3fb846c775aaada132b16ca69c02ca714a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9623c1c4a88cc1e33794ad65d2e9817df31af6972b2e8b4297f653c31c56de40
MD5 78a06aebb7338db4fe266f113ee1dbb0
BLAKE2b-256 77dd3e2e3b16b5538fb51966bfd9bea4ff1bde8439846ff1bf98ea4a7c5ea559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cd283d365a21e01523620a83cad930909c712578b0af2cd3ce2f5185b91402f
MD5 63309d15377e98799dbea977675aec4a
BLAKE2b-256 d5a060a93f2c3887f96123453053fd4983d4b46accdd44e857b6205a3609e668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f2f4cc8382071d88f7b1d61383dccd11353c3b6e03ae398c664ddc7832d4e80
MD5 7095986fb8ccb56a35f677ac4e7fe264
BLAKE2b-256 a932623f1616f77cd77f24555ed6ec83c12b40b94eb63dce89dd636a8ed32fe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cc0662a6d0fafb001f22f36f82fc1c1a8aea5ec93458fef0e16896da8934fdb
MD5 d4638b71d7547bf119248f817c2eb21c
BLAKE2b-256 db62aa25f065e22dc5ff6b21090aba38f42589fe644d21bd1691baf75fd20869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea81c64af55d95c720aa8df9b0de38e0d6274b5b7f82ff74ec390ea28aef5835
MD5 1cfcb786e90c462c83fcc2babb919dcf
BLAKE2b-256 3955c4f45d310e52edcadb0525624464d3a614621569988bfe6982161380ae9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d051b0bdc49b62c7b43d32af016780bcab69a1f4ebf50b1cb229071771e2d85e
MD5 83a2c575cb5ed695c4cd30a32a695d9c
BLAKE2b-256 d20bd538fb627b6fee8dd25ac4e237ba4dfc68a323b3459012602852b2256d35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 290a6f1920c5426ec22e9c5f984909ecc3a6c20039ee3fba20f7f887d3299540
MD5 8ef345eca5503af7eb9ddaf03357ad0f
BLAKE2b-256 14557e3463e999e82744582265b720ab2da0594cd63358d87da2c9113c5aa7a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4592151652718a256210230743e976875564640ea3be4fd7b2af3a633764628b
MD5 cbcee99023a90fa195799fa29e581abc
BLAKE2b-256 d8f211056384f965e9774fd8e157b11e2d7ae251ee50e02a815dbe264aa95a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af8fd0643cca4cbdec7103b88a73114c73b3ac1e2fb5d906cc044baf323d6e03
MD5 98c0041d05575191feea2eeb916900ff
BLAKE2b-256 865d3752efc59c71a6ab2b0b52e4d734909267f72fa825765bbefaabf007028b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1684105be7d347fa09cbc6834c9f59a6f99a3342e3e27ef80b3849b2b4900a9f
MD5 38a6052c9da02e4e7feb45a8b9955f6a
BLAKE2b-256 dc154e1318b15a12b9a8d5d2537599802ce043d9ba677af078b4f66b79bf78fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 c02a8142deeebdb1f20e89cd73464f3d77a22419afdc1e10a9e09df14dcf1933
MD5 ca63fe2e9b045a17e71c0a73fd8b08c8
BLAKE2b-256 72b344f66865332951cf3d89dad1e2274317c518fc4c9f7ca20903205a25e6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87b6ca052aae9306a5eada61e8d1c4b4433b2c4ea71f588d50a9d0f62e4e8b3a
MD5 fbe2fd5651095ab991a41df2a251187e
BLAKE2b-256 14218c8dbdd72ff06ef5bc51294e44578612da973ce7108f02530279140d503b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b0412955d0de00ce8306c088599616ecd3b7530a6970f75413535e4e1799e7c
MD5 884d6066cf2103d013c436ca595979b7
BLAKE2b-256 4566e7eaa90e0896f0b2bf94562200522d69519e17b49923c1ce73acc5b5a04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f8143f2ae737c37868c49ef680553b782ceaf4af85c160079d3e3a6fdb9e522
MD5 22990cf61154da515ba26b7798ca1287
BLAKE2b-256 7cf783aa5fc2fec000fe45570fef8b92f3787050a78ca8a771341c423b9ec9e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 105f6738d003335c7e337fb0a701d92ba58b2ea883efcc93a06c8cdba7b73f84
MD5 e6506442b3c9b5092c9dc906ee8e9fb0
BLAKE2b-256 412fcd704e18b0801648386ae424f882728afdb6184365ebaa5f4fd89c045738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30ef08d55daf1071fc707c411405693e90ff50e4d526de6c6ee619bcbbcd67f8
MD5 4c45becbab0b24e6b0d491dacbd91687
BLAKE2b-256 99970d8071bb7b5d817c78fcd8058448261a8964a791ea808d38ab35146d38bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ea1a8eb812407f739f1e0d3143a50b672ce067ab6ca5bc3b8c418f79c4f3aab
MD5 5f7b441cc2e412d9a8cb675820e59704
BLAKE2b-256 c5d666c9b7bf2ab401f0a155e0f1d012001ff2d81bc421a584e4479632b872e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e26314e30e42df0a93eb56f34031b58e998b2d5ffae8ba8f0a44c1fd249dcf3f
MD5 d73a87d0a081065832de26268cace088
BLAKE2b-256 77e86898ce27af916f94ab6b7e1e352970a8f87385d975d55aeb6c3c39b16950

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04d28040ee4e3c3fb70153b367eaf845b76fabf6e7e6fb8178cda04c8606ccc4
MD5 f7f5356ea60c9ab6240331dd4960af65
BLAKE2b-256 7f4acd16fc14308daea0fe068f807b62e52c00aa9d803e9a8cddc79eedebd0f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 7346343dc5c5a0aa6cc75f79ee5394490a000dcb9067745fe9d44c030a3eacc1
MD5 94605ca2da2ee913ff4d23e3044eb401
BLAKE2b-256 8863aa46b1612c91fa5548ddb67611c18ed216566938caa3421e5e502a3941c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 08be3eacd3e577bbaedf2e535e246e35cf5d1d603f50330a449d74c98be87fb9
MD5 27b73fc30d38091bbb8415ec4ead18b7
BLAKE2b-256 68aa94b5d5ffd67302c79688c716279759ce4d587b74873bb95d109abbf573f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce4467f7c4393c3072058dea47643606226d2e8d0bfec8a6d6b54725d925c3a4
MD5 8592b3e097e4b84e82ea73253db59ca4
BLAKE2b-256 b6907917e6f12856a4d09caee07df4909af71b1af88d1e9ad3e077ab565ffbd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 999d9c2ddca536fccb281aed044495c400e9ca8f2585effd358c72571400b8bf
MD5 2108df0c2b08ec9d20024d9cfa1954c3
BLAKE2b-256 e0488cde70fe257aca4485026172f67402c3bd3e4057f159a367a31c06ea6197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca371912d13cd0d91b0f9febee1759ac94dfbf54324a308085206db61310c527
MD5 73f3b3493d76a3867df037c0c2b72537
BLAKE2b-256 38bbdb6feca39dfc121a56ef6f6aacee0bfc93c8706b0750fff55f4f48054e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd6872769fcb2a069bcb2323dc13ca30c83d27e98bf48aeedc371f47b1810671
MD5 c11228fc4b854956d1c277a29271e23e
BLAKE2b-256 cf9052c6bcb6db7edd1a652e3320b13750e2e7b135ca27184d6886ae4363bd91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e259a6b38b9fc99e9355a176f72a57938915f84426a8617f8209f8f2f9bbda76
MD5 a93367f247d5fac222a0d15e4a39ca13
BLAKE2b-256 ba4aa6a70d6ea49fa20b36213df29d272cf4ea85bdb600baa85d22e4f596973a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93f621b94340c0173d70f6b4ae6e5f9d369adaa100495241ba4c4f89b6bf2bdc
MD5 a53d53866d827ac0387ae1068acea6f6
BLAKE2b-256 db42a364189d92eca15dfc8cfe3f11ee72c32597f67cdaab9fe57cc0705dabe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14fe3d097b15e3a5121c70b8e930a1518d09f47b6d81a9aab0bfb17585fcd094
MD5 947b2ceeb1476f08e7159aca084475b6
BLAKE2b-256 35c4e9534ce70d935e519754d9557dabd4dcde349b0127220ff8af00307d4be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4969e4c46172e901a358d0926bfa0dcc5aeab8eafa21710f0f6e849ecf78e317
MD5 b76f71c04860fbcf8f129ef17e705e85
BLAKE2b-256 40061a34e1705651359119271644742f670cab1a260b539a0bfd09f11fdae881

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 83f68bc200792682b5e4abc0a0fbb84bfe0a38a5857d8249c68193857233f98e
MD5 b4d20cd8b68c7b17946b2db5184a85af
BLAKE2b-256 f7f4d33436f5b863718907113439055c05aa136aa5434ec6933f98b1b40270ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 40ca196b7df699f9012f0e9c21378dbbb5ed2f3ba9f99ffb8eb296075304b7f9
MD5 c4066aa86c261c40323a758c7775800b
BLAKE2b-256 479d2874c555f8bc42ff6a6f36ce11bc589decdc64fb952f915c3e156076c544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92aee39acd17e16881e635fbcf958074796ac8654916f4aa1ff5a5557b2a4afc
MD5 551dd84a724f727eb977756d85bd278c
BLAKE2b-256 a2a333322ff43d95db0503c98019802a4a5c0c81622fb2eb57fbfd4f6d97a5cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1bc5716e8ecb8d0c9cc331271c19d6043e9a6843bd1c6de5e2e0a1d36712b20a
MD5 ad903f80916996ca220ca47cc445f6f6
BLAKE2b-256 327f93e0c89c9f3e7e10861d5045385d8305daaa0f8582562532d5d8bb778d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84122a048b314a2cc349a07b967cb5aa926b9b5b94782bdf6c7ab4b4b3f8283f
MD5 81043b101690cca7b431d069be5345aa
BLAKE2b-256 fad418a7a44614c2b8c62a3a7a73578fa9f6e9bbdabbfd926c1b241dbeed3869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd8a5ec807265d429285b4f500b2f5944b0077c70398228b9c4d15fa6c608122
MD5 755dafd768fa782a1db909e737bdaa57
BLAKE2b-256 fea159b541aad339ae2d5c30557981e7be83107a5aef8861e13a68e1aa527e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 02f8091c4b11e611686702ce286070f24373382632e2c348dd3f404b49fb1d20
MD5 e519ee70f800795b8ffd15f2702bf70d
BLAKE2b-256 b584c54c15937f815da694ce5485809a5852bd31c41d9977fd3e5e8d6ef184eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53827154c56426c2870ef5a4727a4dd89f695c28ca7bd4ea95bf9a2995d4293a
MD5 4f67f5f16615d2da08304bc71dc0d12a
BLAKE2b-256 1b17069477d1c9427b5a976821e29c26a097e8a0c154a2c1f16c8610ed7ffbc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cca44d56c60360ab6e34176267e5ed453a90e1d1f5580d7097b843de6e940822
MD5 dcffbef20486313fcc8277f604ea2d88
BLAKE2b-256 258916be6a845cefaf6a07d02f260b2ac269f1a9e8a0eb98fd2def3fb2c3ecb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 45b287226817d851da239f2a12aee72d576a2f7fc0fb63e18979fa3529953ce5
MD5 f6909c12f56161410010478cfa2da54b
BLAKE2b-256 63432487e43fecd2a58aa0bff0c7db6f2b5dc5ece06f820c9703383de0d04611

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 df33c4e7742faafd74067e0959838b85dc586475240847e6d8762e33345a96a9
MD5 6a7608a48f92286a21e2a9bf5eb7cf54
BLAKE2b-256 bfebb5cda4423d9cae4034187491738b3d18f78bdc0047c3c9329b3c886c5e9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6611d3c80122db21388ff25bc106055511321006c63f4048dfa1c9db08a8ed84
MD5 e07d144667853a8d429e58f4432f7335
BLAKE2b-256 a6826a6ac6a2980f443994470b1247051e538f0a2d9f7ac4249e9d50cb406322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ada33f514ad033e31fff1a373dac2dfff6724e94eb3c4a6f24f49904c07a8ee9
MD5 ea8ecaef6676adc849a2829726e0112d
BLAKE2b-256 bb0da3f08b299dc2fbb459053039afa0ec11b78052648ebeca8d4546b7867023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 624ee471f0fe01fd9d26ded5ed06370c5e1e9f12bf763131dd4187dc02af5209
MD5 5ac82a4860a63096c7a3bf7506e90db3
BLAKE2b-256 2c8d25166624f564ba22318642fec83955aa2716da0e20f1935ef2e3beecebd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93b4bd2d1b9b8e67bd0653e71266106a37ef9332f662666bba3f75c8d29c9978
MD5 ff20e6b91956e9df0d7ced378f586a9a
BLAKE2b-256 d537f84c8b36efb919c2efec9619a3dee104d997cf1d9b73c6c62e0e850fcc41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e367d53ed2f1063f43be096b0f1d6ac877b64aaaad16ff7969654f8e7cdb8932
MD5 d31127ccd35728986bdb9eecf5d9f6c3
BLAKE2b-256 ff232b8a665359df1e1dba0131df1d5779d7ba860f26ba75a7a992df32d7feed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3a2c5828f4c3a3be866be16584383ad251a8d76b2806877c90f0e374aa8cdab
MD5 d3e89d91d3e77e808e3f5763edd2a484
BLAKE2b-256 3551c3fc57301bf8e1ad54e3ecb841d19b28651427c7489eac529552d99d285f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f88a89e1db2546439d57f2738b6422fa99addf3785779e38cc0bef5e7add1fea
MD5 3a54f425933e2c5cabf64be6d9f17f59
BLAKE2b-256 be0874551caaa5267a32174a63d8506eac1611d36a3e3b6ffc7cdae29b1d5f16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 53daa33e683f18ed53b4c4ab30424b1f655530e60dc4577ea70c262e6c088075
MD5 c227cecdcbbbe63ea8e5360bf1dfe530
BLAKE2b-256 be43f0b0047f7f56bb9a275b1ce4949207621676a3ee34fabe8587fb436fc1a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: snapr-0.4.3-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.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 edb5daa58fb1bc3758f81fe8a4d316e44716304d67a0bd9a8fc1d1041253132e
MD5 4fa7d7f270eda8756846618a1021f127
BLAKE2b-256 fe20669891fd94e5d1c85994f80bf7aaab45e004fc454b5b0dc306a66774e063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ba32ca2605694cb32368123019ba70b5814d486ca6f7268e91cf09b8df7c261
MD5 0b796b9e4a29798a3da0631e3a40c107
BLAKE2b-256 320db65eb52da27fe98a02c573cf128f4c752229f6f1482aa1c90352f6c6f506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e35d332f050afddbcff58579f4c28685b5c45cb27df3718b203be7ab5eb03fc
MD5 c270bd59cbaecb1c552281e1f0b36014
BLAKE2b-256 48083fd4d1549d054488523338a4dfbda5c94af3c83dffd3dc8aca5e607fca57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85367672348065d8fb680dc0880c9bb00cc7c9ba0c63523e8b98741bd3a66ba8
MD5 33085854690fa9a1c5d99df79ae8cd7c
BLAKE2b-256 429493d9c2da8afc52efcac54daea793fbea44dcb7c640189b2690231c1ff7e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8aa56a84cbf194a4764a8bd8134ea16ed0caa39ad44b73c6cd5c00186b5f9506
MD5 0aa15414d6908889e9757c1f8646392b
BLAKE2b-256 409bd674d3f5ac4b99d28fd36ba1c1fa4eafe9a0469acf75b0752a14e7a3e7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49056b3460578daaccd04fa3b547b7c2a8dfc08b5798020f35afc096d566e073
MD5 53fc69830cad62c663790d47fc3dfea1
BLAKE2b-256 6ea07182a7aae7bd6674f847723c4794b2c2b24a67c7ce9854b27f35d44f8cbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for snapr-0.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb93d44c8e077e2868800324bed3068fdc36fa90ec8f8a8e3c083bdfd3b5b085
MD5 033693f72ec944ac09d4dfc3127f1517
BLAKE2b-256 830e51923cee2b829476c4da57d4afd2428137e83fd308d9dc1876a5f242d3c9

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