Skip to main content

No project description provided

Project description

GeoPapyrus

Small python project, that binds 2 functions from rust library geo:

  • distance_haversine_m
  • distance_geodesic_m

Usage

Install: pip install geopapyrus

import geopapyrus

res = geopapyrus.distance_haversine_m(
    55.793246, 37.799445, 55.803140, 37.798920
)

assert res == 1100.3792724609375

res = geopapyrus.distance_geodesic_m(
    55.793246, 37.799445, 53.361012, 58.958361
)

assert res == 1388998.3696851355

Performance

Source code

python 0.525 ns
rust_haversine 0.135 ns
rust_geodesic 0.135 ns

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

geopapyrus-0.1.0.tar.gz (7.7 kB view details)

Uploaded Source

Built Distributions

geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (404.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (424.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (502.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (420.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (270.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (243.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (404.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (425.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (503.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (420.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (270.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (244.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (404.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (424.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (503.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (420.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (270.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (242.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp312-none-win_amd64.whl (107.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

geopapyrus-0.1.0-cp312-none-win32.whl (104.1 kB view details)

Uploaded CPython 3.12 Windows x86

geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (403.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (422.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (500.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (418.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (267.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (239.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (241.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (199.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

geopapyrus-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (202.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

geopapyrus-0.1.0-cp311-none-win_amd64.whl (108.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

geopapyrus-0.1.0-cp311-none-win32.whl (104.3 kB view details)

Uploaded CPython 3.11 Windows x86

geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (403.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (423.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (501.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (419.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (240.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (242.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (199.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

geopapyrus-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (202.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

geopapyrus-0.1.0-cp310-none-win_amd64.whl (108.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

geopapyrus-0.1.0-cp310-none-win32.whl (104.4 kB view details)

Uploaded CPython 3.10 Windows x86

geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (403.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (423.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (501.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (419.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (242.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (174.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

geopapyrus-0.1.0-cp39-none-win_amd64.whl (108.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

geopapyrus-0.1.0-cp39-none-win32.whl (104.5 kB view details)

Uploaded CPython 3.9 Windows x86

geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (403.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (423.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (501.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (419.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (243.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

geopapyrus-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (200.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

geopapyrus-0.1.0-cp38-none-win_amd64.whl (108.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

geopapyrus-0.1.0-cp38-none-win32.whl (104.2 kB view details)

Uploaded CPython 3.8 Windows x86

geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (403.3 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (423.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (501.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (419.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (241.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

geopapyrus-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (242.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file geopapyrus-0.1.0.tar.gz.

File metadata

  • Download URL: geopapyrus-0.1.0.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for geopapyrus-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7a81fd13a8aab0285691ef4f35c71f8e51a06d8ca454180d9e65f52cd7c99829
MD5 981f88cbec8bdd1ae5ed19432f8de3e2
BLAKE2b-256 932e4511edc2f45b5ed37bfcb4c47656ec2903f662776e044da9c4b4dbb27691

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1494ef3609f512cb20fc74a18ccbf1bea5ba42d76de80a7ad5a34fc1ef5ed49b
MD5 3f7f83bff684c931f521458b5f8cc7ac
BLAKE2b-256 bffdd6435fc3bd9a7590e63b42246e1c203de378e71bd97cdafd085439d2c052

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ad888e099da441fb569df301954b245511ed071e72ac25b2d1a8a10e336f80d
MD5 407735ca14228f9f8e3dfcde6e5adb40
BLAKE2b-256 89f1e397936142d94ef1e9854e733e542109f2c44f80444736827b9ff1f68ad7

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 450701f2162eeb19a90ab9cb0e113edc7340ea46d82d91a6a6afe60d2ac41061
MD5 dfcc0031cfd7358bb5e8535da8028ee4
BLAKE2b-256 d6c8ea17fa69e08dc5ed20fc7c03ed0f2ce10c00b2eb8b12ae997e7e0b99b458

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35d5a317a81eb5d19614f6187ac809479b21e7b9f642e0cfd140004bb5af7313
MD5 bf14bf4687a06d90dbdb6326bb70e7ab
BLAKE2b-256 9894e0440c57a5eb9361dece9179fca9fbea64b8e631b6d52a67a238e13a3884

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32f586f8eaa7d3f9be3c4e2eca4cf2f80e804a24c42ac223715daa2be15e4af2
MD5 03f45d2c0e0dc452e3b6ef6e8607dce4
BLAKE2b-256 841040a1e7a8249a5ac6f19828551105623ac15a30fc467fec624a16307202ab

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d7c24b342bb872ec29fe0fd86ad081fdc0c17959ff428b5895760bbe798266cd
MD5 f3ed4db14c1b1e231f0db8f16a71e57c
BLAKE2b-256 6afa03cfe08a519d3b6d5ad696dbc24deb7529d0d7e433ce44112791adb27d14

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10c3d101e554994016845a61ab5817f128b4746232440091b2144c396f2f74b5
MD5 3092df7b78bca0ab6d44ed5d1bddcff6
BLAKE2b-256 0789f2bd64fd63a597108974505695b5d129bc3a5f2d92e70001367b2444913e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e16612380ef7efba0d55e7302f4453092714cd9bdc5eabd761abae5359062a5
MD5 de4b5ea947a366b3089cc30aedb4caed
BLAKE2b-256 3b4b1085111332c3751d7cee7e981556348e2cd0c5ccc4b83c34453a7162e21f

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f91b273913e0ebc9090beddeb94664aaadf2f7590dc1b6e78ff1b18cdc272472
MD5 64c91a965ca97eae317b068e65fe3981
BLAKE2b-256 ba7c7a377181f7661eacaa3472bfe2fb83b1bed358415f0af2639647a2f48a17

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d37759990c948cfca0e63986f4cc098f71edbc7b0bd7bc7d4246471bda07980d
MD5 8c94783e9a20afc30e38d90826c32a4d
BLAKE2b-256 f230ce5101224d17448fc23d6412e8fadf1675777f5e8b8c00695f912edce563

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 019fa63cbf215c6757c06db133971f65ff94453f9695bfca227beadba071c7f1
MD5 9ec4eb25d628a3381c3d06e4865a2eee
BLAKE2b-256 e3bd2cb5531e44732e4d31aacdebf56bc8972f0a76e8323e69514e9148cf23f1

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f8356d4e80cf04d326bb408d20bf1796cd9bad0d94f1f60249293adf6238bbd
MD5 2e340020e89a15abc86763bdba5eac8e
BLAKE2b-256 a91bb60916dd3f644adcf3519707d9cb1a36c11762d09057f2dd95d137225128

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca49dab6a536d9cc1a0d3696fcb490456512cc4571b6b1594c5bc06f9006ee78
MD5 a43cea3718987a38d66793b8a177e4a7
BLAKE2b-256 54c2cbc52105666ea6118ebe2d0305e28a8131686ae7b3ae32edebb358330ed4

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81bf88a64359aa9aaef9d6bcb7f984d16a5863358c78579979eb2fcfb1c333bf
MD5 62cb708759813c793a170f5e292e90e2
BLAKE2b-256 5c36baf47fa795c2cc5c378f92e583332eeb94ef319beb2351daf8beb1171153

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55e39c4c5e491ea5766af2ad1fabd033416a88d7bd35c76be9bcaa562c10c980
MD5 931ce3e91bc598a6cd57c76f53634d58
BLAKE2b-256 76512d3e35a22e2e90193ccf521b91897821c4dbcbcb54f1e3c01bf487092b0c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c9e3a5ac23a9553410c73b597a9a88c046c26d2ca8e77179158df35725faac56
MD5 98f9d2f962339ce68bfee61ba9302a46
BLAKE2b-256 edc30e448bfed682f7edcc80cd282e0a821b549011c2200f5780c263b55f2762

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 967b74b1326f005335fcc74403db4ff783efaba9b19222e4f2e65a5a2466979a
MD5 84b418618c8fd9bdaca958b0d273dde5
BLAKE2b-256 6bade2fd0b45f942e10e7cc777b9a711a1ec51fbaa9ca702373b3756ec4cd23c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e63ca2824361095eef4f05f031a0a897a096dbc95a7b51c7b12d3d59450f56de
MD5 174c3365bfa4e40edbac08385205a7b4
BLAKE2b-256 2f8f68b40af19f2734e3be078b3b2c3e0d4d7e8d54a61e8752012c04c42247b5

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd3b3f1b81abee4c753d95e8f9e53cbcee8ce9c10fbb47584bd725ad44f7ce38
MD5 c62ef26601da8277cf8e862ef55af41e
BLAKE2b-256 d76fc226104e15991dd3ad2ed63ed78f419038b457e24f14ca80c4d37255a1bc

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 54f20421ce1a29b9e2e65300503ba2143ed3dbb2b27351d4300c9b9e741fabbe
MD5 be07500f5fdf08f2f62ba7e4b6118da4
BLAKE2b-256 a4de38f831f2e393c7d5bb11e9398fcde2b519fd6270b0cac5ce316768020bff

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f866667c4bdc1cecdb08864133e1c25ccf408a0f96efd262e90d4fb8327c51e
MD5 7c56516959fed2db76b1c609ef2f9862
BLAKE2b-256 ca89dab8acd2b8cdb31560ff08ef4410bbea657f43188fcec2ab470d8b311877

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a5d3777c1e849bd8915fb58eb24c13f0511c82a848197a2e43c2f419d0160607
MD5 ebdd004c34599b163e1327b88d4ad179
BLAKE2b-256 353e8d88dab88c8576547288ecd251e53e09441a950761ef7ba14a19dabe1e8f

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 66e256a2db58430d99abd692a07b2a90d3f1b3694dd971e53f9ffaf47d4a5219
MD5 a5270a5444cb295a514755121cca74ae
BLAKE2b-256 88079c3cf49d15b5757837630a3a3c72c8faeec988bec64d9517c9998e1b051a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20b15d203599d8000f297aaf149b0c19a971318bff6c0d5a8660f9cef97fe3fa
MD5 9e5d30a4b4467e7fb432b23bb552f292
BLAKE2b-256 119cdb6ea3f026c0a1ceb8a20bc95b55887d888f4334f52c19176a9c84173d04

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aca3052c61c9efa2bb87ccfd20f942bc8f87e3d405ce8dbdff69deea5db3dc47
MD5 6ac787f892c31ab6e6eb0eba812200dc
BLAKE2b-256 2949ef6714d1b1a3925c174d541439df56b0a4c751a5d2068d4943ea908d278a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5db3becf8b90e987da695ab668936c32e1bcf69605ebe2bd8c9c730c36c1a43
MD5 b46fe6fad7fe3839368ececf85dbaf37
BLAKE2b-256 f0815ea900c8cdf6c76e1f94ce6370dcc66404a98bcd4a897dacef02bf802422

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bd57bff4829aa3e19f0a420950497f4a4a458b93e27ded50743f0707b6ff4488
MD5 f8534ff2953edc6e0782367a93aa5ce9
BLAKE2b-256 492c802b971dcfc37bf999f5f7c58d389aa3c46d406d61401c49010e5dfc8d8c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 795f7f5ec1fa4752572bcdff5cdbb7a1490ce002d91f71255ee33267aefb744f
MD5 8fb49331d4a7c31ccc0c1067b6d02b3c
BLAKE2b-256 ac1b77cc80ab68504c9b55da326d4129fc63edebba54a8913ce8fd1136c45716

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2e5ed1fe8131016d99c13f3ba4aa59d2772baa4f410893ac9a9f2171a5771541
MD5 a1974e6de141937c41c2286438758e1f
BLAKE2b-256 33ca2cdb2bdc0f215cfc49224114503824fe3d9cbb4285d29759fb653d8179d8

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 b70828fab18dfa4d9064e22c791c52df74a219a45a9f78d3b7fec778a8e4d387
MD5 495f7e4a733bc16f2267df0903a1b437
BLAKE2b-256 870b8e490310b40b4fff39fbfead3e66997092d84264463096212508e3a84c75

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e96efb74517ecb1d2daa8da226eae0487d60d6d0fcafb53ca9717ed60b9c13c2
MD5 71cb673dd6851c241c1af93c03f38a7f
BLAKE2b-256 8fd45c1441f376b16e664ca32b5a6afca687140edaf4a5c9d396364fb487022a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15fe45212346ac94ccb19d8bf806736d129fca6223ec52cf871a76e1f5c082d2
MD5 61354287afe57f8a68728f6e4a3b3730
BLAKE2b-256 14a293bcd9a91b43599253d0cbfbfdec479010501ec779dc7cba655b787ef8fe

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2abaea628605e48047a50f4ce6c71bbdfcc80773ac43e39a4f2fe1791d1c020
MD5 4a23db1b17e9d42800101d1873868943
BLAKE2b-256 aa50d455209238e7c00ab0ac8da598219dac1546826a770b059bb574c5a603aa

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0872e3ccd8f82df314c45f1de4811a52aa19d853b61cb433ceadf95802d83f88
MD5 6de53a6bbac539600c54dda4b407cc4d
BLAKE2b-256 53e9ebd2c5fba57fb2e1b1cd0ce7096c6b77abcfc286ce7058bdf6c165b4b98e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf04eaff931ad3adfc2a7c476c37075a37848c7a3ff2166029fb2ac22118d6dd
MD5 71c2bd18d2dd23341d8a244347aded1b
BLAKE2b-256 228aeff0a5d47d1433927bc7ab5ed3bca9b403c766700a7ed9b7d3bb90abda7f

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6388f170b75a058264c0d0ef052f20c120be886599ff8eb0c67bb90021de3240
MD5 4d1d2c32b16f4e2f75e86a47ff8b716f
BLAKE2b-256 1a29a70b58d88b224ea7b196e5bc5ce2a56e3000e279f92a5d4f51d65c7a81ea

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3abea0ce6be22d3f748a5faa97a9b6dd82b7969e0dd6be950f9c289233b50bd1
MD5 61f2f9484e2f21195cdd471ef9cfd9d0
BLAKE2b-256 b48f1b8b5dadfdb3d9d2a66923c0909b2b8bdb9419fac45ee7c6fd9a1c090333

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 61cd3a0a088fa6a30e4727317340afa2422e75d7db3dcd827a7434660e6827cd
MD5 bcb890a42b71025b1f4a7e2392b486a8
BLAKE2b-256 6e08e385f62bb1977ead3830f82822c0b35fe00556ed9985337e51c919182d43

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8279cd8b3cfb37281d8f8698a35aaf772cd2897b3680cad1833381dfe458c5fd
MD5 f08766de91a07023372d84ce51082176
BLAKE2b-256 b99975b97600a73cefdfd52bd9a20eb33016e8f24c2b57ef9062a8f1abe21346

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b88d67d4f91cc5ce0e038da3d8e6541861c2441b6527d32769ae2ca87e5ac7ee
MD5 50b66339fd8a2da5a18b1fca9a0c1827
BLAKE2b-256 096b4e942bc23aacd13681f5c53123db36b460124b36b4467c48dcd01ae847ea

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 287b983a3394600ddbb12978d55e70584f94a902f8e79041a00993265ede1e5c
MD5 b1a560097bf13ea3159ee60d387d58b1
BLAKE2b-256 2e3582d43886bddf3e4b4aa500522cfe750afe364e8691ab9d11e379c452c2ad

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3083b3677092a9e083baf5aba726369e2755ab09973108a4a1146e24a9c8563e
MD5 927ccd2a049a760813e972dddfad3ac2
BLAKE2b-256 520c0f3cdfc2b31860ebbd32a0b89f401ff5eab16b742ce8c2211157da02e54e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 aed4b81baaacbc90bb0bbf8415148a6ca1fb2e7f0b58c26d1fe7baca8a24ce4e
MD5 b621f1816b70a328b7095b5477211722
BLAKE2b-256 0cd19d24870a22e66fad91928293af91edd22d2425b5da2dc821f21cfedfcabf

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3199119f22455d793da609f6f9d239e3f90a3b9df5ff51115c94952794d77166
MD5 0fb9ca6d89ddfeea2d390eeba6dabec2
BLAKE2b-256 a4492c990ec83d31045c2502a940dbf963614de10a300a9beb161d944fe6e47e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ccb2ac63b5fe6d5532ea76d2ddfbea9859d88eeadcc9b0bf0471abd9bc2ce19
MD5 044381cfaf994881e6d0660c51b43b53
BLAKE2b-256 aad154d0b9f89d0f3129af013292df72b570b4ce563504992404d2f627f63f6a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ad148d841231a998c5a5ca362e39c69926256ba5af15b52196a633e4cfc020b1
MD5 7ee115035ecdd33e7aaa1519a8eecd26
BLAKE2b-256 4f9df6a86843471b798e384cb4a43347e6d38554336fbbff6a7584fbd5d3bf2c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7600aa80cd79055700532d4d0aebbb14121f30982a3fee3cd56de29baf98f17a
MD5 4f7d176ceeafb9b041cf7a9ab8caf20f
BLAKE2b-256 ad859722e18f6d8d6bf46d6ada4eb4b6816ff3aaa0477235cf5c5ade5fae7d5b

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92505cbda07882991dc97c368dedc883257a7a802e136b3305ff503e0491fe32
MD5 651b612fdb9af0ae623a51c81a0aa21a
BLAKE2b-256 01bdbc08ff23e2f45f9ce557ba517987065915b29c80a9eb9b979a9a27411f11

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5726ca1f6b47f6963724afafed7a07ea86e051b4183ffdd46fb15a39fbe4fbc2
MD5 76d8a5a38076bd05a4b183bfc6189904
BLAKE2b-256 a23f01665b5de2d89fc9822938f0a4f5d2761322cadc3456820371f45d08262c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1fccc02b66a0dd08bb5a544a1af1ead2967a78ef0eb0399eca3e9226d4dc62b7
MD5 9655ed70d98be487ce5be04a5516557f
BLAKE2b-256 d63cb6d1783c77d4ac47b7e4762c34ffd85dba0f8f1157420e4ed304fa78fee0

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c1a9c8a929bdbac8c81c4f9fa34d26b08a5c9b5897ba8aac7450a43f9138c528
MD5 4eb073f4e248bc7707de865ae93db5d9
BLAKE2b-256 5bd1317c0de0a47bd437184223fed4dc402ed727dd96ab3911f983c5575d0801

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b3f3acd8e9e84ae42bfd1b3d875b8abe944bdb9d526ccac863d3f8e6d43e47ca
MD5 988773f9040080b6bc928c63a5e285fd
BLAKE2b-256 a121b2f835ed7716edb94189bdbb56cf82877349fd1228d6c03e04e19eca044f

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54937a198ad7b8a8e54a7d9081e1b622b053021f286daafeba8bd907a7a7578b
MD5 ab42e0d07203c8074c939c5f43db8bcc
BLAKE2b-256 fa0b0f5d6f3db2737dd7c98075efb1f8129b8aae036ee129aff331be222ddd8e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e8805053f5cb8e7962d16b88f9f94a3d25081327dd62f6353550e8f370e4738
MD5 0b5bd4119fccceb871097163d4f4c6bb
BLAKE2b-256 33d082b143d9dc74a206fe6e34c31ca176d7173863f3d8b3fc0c05b74366c2ef

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fb6b5c2821cadfeb008934dd7d350e39ea54a797a7412dbf9e890ada5887e35
MD5 8b345e7a476d66b40a5fc72c1c22cdc4
BLAKE2b-256 0a5ea03bb6c10e55aa49c0d0692757d9e6bb41bfcf7f1a2384a20fe3d2e9fd79

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3518a1afaebd0d92f0182be619fe780a91c7167a748b322813a182306de3058e
MD5 d94d8cd49af6db2342b37c723c5c772a
BLAKE2b-256 11dc01916dfb29d87a40753a31cdcf4e9b612f8b19fc7c144ace4d3cb0f57163

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 05dc87c1e652cd5c12ae64353adeeda7b93224aca37c310b8c0404202461e0f3
MD5 dfcdfa5d432e090629cdd6ffcae3dda4
BLAKE2b-256 17b3a32b61e26a490d7d62ed08a7f194000df53deae3b5fa1443f904d2f7f70d

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 82cd2f8ec0982dda3f043c736de8533415002b840bd729ee4db4441b41373b2a
MD5 4f45f0c54c1630760e10184ba542fc61
BLAKE2b-256 fccccef0ee61768a25c8b6916d2c7096d99ba01c8fe4db34931e21ec97734d96

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42692864f0c838abc1a45c3b61ae65ec01be0c1931b1368cdb97ad1885ad4a74
MD5 da585c6597b2eeb60171ee096aff8d61
BLAKE2b-256 de07c756674aa338cdbf40683afa7e2d16114984a5e2b8679716fa63ae927d95

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9bad232aa15b110d754b015c0460dcd7dfc0cebec566cab59270be3b3add0b7
MD5 39cbbf87bab7143c678e78a4e6771468
BLAKE2b-256 62fd19a75939725d5b27d33f1e7d94633c3d8576a4437fdb3405deec55d03df7

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37b1d88c4bd03351e714f4c4e3532e12562636ff97094f5e77b356284e240248
MD5 8d63cfd1cf43b6d900f36aa5817ae710
BLAKE2b-256 d9efa57bb0bbeaa40834498b4aff00c1e1a029c34d9756589f18983887e439e0

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 879cdfa36198647d939119e24224d63bc847b749a582688e26e82b2fb65970a7
MD5 b96c8ae8131eacc4ecad624a56875c9a
BLAKE2b-256 76a593789d774d9c2ad5780f246e443bacc3b0dba680b63efc901691d592f644

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38ec5bbc4212bf8426867f5a18df38cb738a77253eec52877d690af4fd759a61
MD5 06f71507469b05970e117c6397b10d9b
BLAKE2b-256 fc3c908e9c29fecd3a0a3eda6456a3ea804e14c5270e6b1978578e2689b2dbee

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a8aba8b1b621344080f223b2e94c1aabc0bb618be43da50f5153ee4d3f0c48b
MD5 a24e172d80d6e5e1f42f8b5304814576
BLAKE2b-256 757d465847d5378271f56d316a4beb5eb0d26fe89ab14426e496ef7d501f4d47

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70731386d73cf37ad4db9c8e34577fb4b00cdc07c82c36b129811d0ab02742d7
MD5 52d4380b4d13af918c4c2aebeda255f0
BLAKE2b-256 896c8b18482b1b0a74e817c0298709d032b0794f7221b675992b4f8652ef7e9d

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0b8c2048998327a9a4161d0291dbb5e213501ce87f53936ddc9c7bde38df3ad5
MD5 7cf9142e214918dc1ce961ba2206e697
BLAKE2b-256 3372d3ff804dd1b852499cdb05dbd99dc81c06f68cd4178759745533db0f3078

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 719780ebca550acc8aec60e55a27b0dbae80a777134ced2ea233b67f73ada4c7
MD5 cc55ad412ef147114eb146c18e332c43
BLAKE2b-256 9932e020db61bebbd3c21df6012a70d124283db534d52d59a553e41c5c024308

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2e32abbef40470b8311035246cb6c128d743304b6db29fbd71f185ef72f4b30c
MD5 3f42866c461cfdf83ff8064fbac1ebce
BLAKE2b-256 9a0137c6c42fed22fda1a3702f30767013cf17118c273f300f0e2bc9e0bbaaaf

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3491d44c44aeb4a0cff81e1d25ab2936ea108ff63bad7201207e64f5e4e8fd6
MD5 cd477b16e41af57740cdbcbe7bf2ecb7
BLAKE2b-256 8ff1bef8916066dd74f271ab9b718921b8b1763b5495b938f7db479a14d1d96c

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6881a1e686bf42b09d989aaefd77aa4467ab2d78487fb4c64d408d80552503bf
MD5 6902cf57d5c8d912bc60f8e8dcb4a412
BLAKE2b-256 fb8e75a4975048e1275b405a55ab92a125a5bed73bfb069d087e69374d7cab28

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-none-win32.whl.

File metadata

  • Download URL: geopapyrus-0.1.0-cp39-none-win32.whl
  • Upload date:
  • Size: 104.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for geopapyrus-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 556f8d366fe2b8f9ebc31fe0911644e71cdb0a0d76a87b189e9e5d440c130b28
MD5 ade31aebdee88ca6cd34cc3ce15dce6a
BLAKE2b-256 035ddca3c8253623e8802c76aa2c5df8debc6f9d41404fdca003df59d85c7e8e

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44836a8b571895a65a06ab1469008a6c50d2a95bf7a8c7c83e861e38706a7dc0
MD5 a633efa57b121aa65f2592ffeb2e5e90
BLAKE2b-256 2946cf40dc12f407e51530c4011af6dba4a86aa9aa4a792e7bb4490b96847d26

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a55e8f0ee5d5f3c662dbad5d5077d20a953a47764c32dd411b6b0efd61e336ab
MD5 a0991f36332fe62987c01a4cee5d7715
BLAKE2b-256 81826d56b01d54629f712e4423642027eee439154297e1b6220491e994cd3895

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 011c1386f5c50ab9e9961910b4181d01fe42d90989ddd9297508d9e5b237ec95
MD5 00665afce7789af6101cd1fb9f82347d
BLAKE2b-256 823ab8f1821764b1e52df2d60a24bbd8b6a5213e3415367ab5cf69218735bd1a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c61c945af7534efabbc39160b25ade9468b67d7254c315bcb015ae39c30f4673
MD5 fee3a8dd037a2bbf0554efe5c2f7f29a
BLAKE2b-256 06ad85c3bcdca87c813d3c24733034ed78f8c74b2fe6d5bac802d388f45b3419

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbc27c58f1ea1d8b42abe85c00ed6b69e5d6ed4bbf768235d36c81764e89a265
MD5 0f343f29b273981d4512d61c2e8f9968
BLAKE2b-256 1dc8c8e61bd791b9f07899aa062f5b166d6968c4342674e11fc7ab0746659380

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5ad559c7617298ffe3055ae45f5d0b0323c6d62fc96332dbe532a5c6d7524b0
MD5 eed12e5f63398ec0848bcf03403f2078
BLAKE2b-256 5648b9a645dc28f366f2906bf53bd23fb39e3bd57861dd2b40e0df4ceab4598a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ef8052298de80bfa5ca77206d6e5dd61c44519ec7bbf3a201dbbc5b4d29d045
MD5 8126fd5a975c5904d2843c20061150db
BLAKE2b-256 a6d6898a47a18a5e957b4a51f57b8325b72884a5929c9912cccecdcc1f8df478

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d4c45663dade6d4412fceabdd44e748a53cf1251d189b227c1cc7745e9ec1aa6
MD5 eef8603dcaf06215089b03879011870f
BLAKE2b-256 bf1ebfb89713d1773c8315d6cfbe0bcfd7f6514685f32d9fc6d7e36cee6936f2

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9fbf7d19dc520082fe76364a84ba8b122ca3797472525319cd8614409ec4899
MD5 b87583abdb3fe1200cd46b34919ad53a
BLAKE2b-256 4ed3a62c7f7882b6c1ba5f0573c0c1a1a1ace92770ada3a1336d44af3d34d9ed

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2ff4ca61f0c2b2de8868f55aa0561936dde919f89281a6f66f83c973838f99ae
MD5 ebcb2eea7ba12ec22b794c44b25aad39
BLAKE2b-256 82ae28e18203a196a90eddf6b439f6765f2479b75bd8382c84551e10812cba17

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a1f1c37b68022bb0e7a06b0884125a580be5a1fd4dc61df5dcb3998e9e25988
MD5 70360b1c22ccb9b4bddf8d52c0cf1cfc
BLAKE2b-256 e00ef4bf8e59bd6e6c51593cf3ad8d1adb8dd7a3606ac2c773d01ff77c313925

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c9b935f54ec209eb8415a7aff7d53e0331ee27f4db134b0086d886b3587b37ca
MD5 e2d7c8455c31ec694ce9eec58a4fee59
BLAKE2b-256 c6dbfcc8c9d775d1a8db0e4f498d0d6d50a94f018fe4b8208a42c35eaebfd412

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-none-win32.whl.

File metadata

  • Download URL: geopapyrus-0.1.0-cp38-none-win32.whl
  • Upload date:
  • Size: 104.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for geopapyrus-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 9246052d68df0d1de23577cccc72ddbb5052a98bb0ce181ba57fbc7901aa90e6
MD5 42396095efbbb6a46af11972ebf20f61
BLAKE2b-256 04500ee2a051b5083202cb4bfdc8936c70e86baf07d715033fec96bcd8b9c0fb

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b565da69c107ee02a623dfe9b6d1a0dfe89b2db9a80fb9666dc452f8c37b452
MD5 0612016f838054931a9d489c159369ae
BLAKE2b-256 912134aadb083885d80935b18929ba68c233cba70bb3759014334f7ac10d3e0a

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 192f51b4cf1393d861d1908e0b730e6cf9a1387520b707ce73941f65aba7d4d2
MD5 d12a11410ae7ba026425b69cbc3722ce
BLAKE2b-256 6164400fc901784a2274f8f980c4cbdcf5ff10f3c0f28d544d3d9b17ed521254

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b42cd0a3308b5345676e67f1f7a3ab7908fecc3f2e4b3422316055a67d473a0
MD5 b6239b832ee1b2268b45f8fe5fbfdbae
BLAKE2b-256 d6f5a022b63b8195665f165caf3399fd4a87518b42de31d364944933c0199493

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d958d6d15e33472e63bc490a34c58503a229c8ba6bd307e5e572b38a05f82d11
MD5 0b44ae07fa7c9a85f5a42d067c04e765
BLAKE2b-256 f93f6bbd934a2be36361aca332085a63f8ef7cbbcb75b90d6bcd6d6d92e5b183

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a262e233e4cdb9735614d6520ef610f5a836333330b45f9b40501de690a1aa85
MD5 66cfb492f74566e61e8d8d4d879d9457
BLAKE2b-256 8935d8e82bbf1a454f9b091140c0ac070a2b86e09e6e4aa9579484bebb219d15

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2eaa6f80d8dfb8338dc356f54a6019fa1917cb6fc92c1a2ec91637f8092294e7
MD5 fcfa472fb00f171d9188f2ab521f652e
BLAKE2b-256 675ff32a100e8dafff231b7de1c6b9c4b432067d2222e9b569f67b0b55317e14

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 83a441d0531cf555d1e1978d68f1e28ccdce11eea819fd831bbddc7d838650d7
MD5 f6079958c91d5dc1eb1de0ae8ad6d55f
BLAKE2b-256 2f886b14f27e4c9aa044a82d913d21809d5ea04c2c53f24736023c0374e941d2

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f59c1044876fac762813036cd9ee5dc3f7839d0d16e2adeba1a452bacabd8aaa
MD5 1dc5ba7df1a4645ee90d2ed74583f937
BLAKE2b-256 01d929d445641ca7cfaa4bf4b42f8344adaf0415184b8dd6cdce9f4e23ea31f8

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae2605581684287117d5e544cc1ef97bd1157320d40f9859efea85eb7abc72f4
MD5 9354a1b7461394cd53ab9c165fb89ae7
BLAKE2b-256 15141492e817834f3b98eac99628b2f112ffec2f4cd8ea64f71e557196e9dc55

See more details on using hashes here.

File details

Details for the file geopapyrus-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for geopapyrus-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb8ef56b1f6cdb50b9c00a500e65cd6f43c14b63f932be61cef1520060f2241d
MD5 48fcaa9e1ea228ad8792cf69a2f7de5c
BLAKE2b-256 9721b07e6c44474717070e68cd9f80e352df65bcc3815d719bec88aa35ae6501

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