Skip to main content

A healpix manipulation library.

Project description

CDSHealpix

Build Status Deploy status PyPI version Documentation

This is a BSD-licensed HEALPix package which is wrapped around the cdshealpix Rust crate.

cdshealpix is multi-platform and is currently deployed on PyPI for i686, x86_64 and aarch64 archs.

pip install cdshealpix

Or

conda install -c conda-forge cdshealpix

Reminder on conda activation/deactivation:

conda config --set auto_activate_base false
conda activate base
conda deactivate

Test:

import cdshealpix
from cdshealpix import healpix_to_lonlat
lon, lat = healpix_to_lonlat(0, 0)
assert lon.rad[0] == 0.7853981633974483

Features

Documentation

Here is the link to the documentation for informations about how to use this package.

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

cdshealpix-0.7.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

cdshealpix-0.7.0-cp312-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

cdshealpix-0.7.0-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp311-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

cdshealpix-0.7.0-cp311-cp311-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp310-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cdshealpix-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp39-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cdshealpix-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp38-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cdshealpix-0.7.0-cp38-cp38-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cdshealpix-0.7.0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.8 MB view details)

Uploaded CPython 3.8 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

File details

Details for the file cdshealpix-0.7.0.tar.gz.

File metadata

  • Download URL: cdshealpix-0.7.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for cdshealpix-0.7.0.tar.gz
Algorithm Hash digest
SHA256 c51372225fc4a1b740bf782642994942e19fd49f2f5964e49533295cfd65fd05
MD5 be2b65bac646e715f3c79a245c682d22
BLAKE2b-256 e82190af3d57f0d88c44ea4c8f9c29d596a994ad0a8fa71608dd379956d42225

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1223ad4b4ffc2d8a88ffe20c19a35af9e52cce867b49700b9a6d7649080aa0b5
MD5 f216326139c2940952e86b988188c34a
BLAKE2b-256 e096cd7f5be5a01681faab55d34c571e2b634da5f13cc9e2a6fceb8ee99eae0f

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6886a7fb8bdb0891d10add8ed6a3cdeb7dfbd05456219069e93016c5175d5e97
MD5 2570e4c62c8ee5471acb69431e08a176
BLAKE2b-256 adeb5345418d72ad7f85c28b22d05d634739427fb74101a080f5d8a628d10038

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96b96bf7b21d18a1184bceb0e775d10f123e40da99f525d4df00c64c3736f506
MD5 6dda0edd9f0ffe1e8b090f37d0672f92
BLAKE2b-256 dcbec52b67c8fc0f5964422df9462e56dcbbc98b3c7c744850bbf49432236a2c

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a49185b00dc02192005caf806b3c9086e83e6cb20168b9e089402b1bef2dc9c
MD5 40aec1dc821c132ae8d4e05f02d9c455
BLAKE2b-256 deb0f45c03c3ab5544f6dd8b2bdbf5a442fa0d0c236b5bf3fb86fdbc41a28327

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dccb1d9dcc98231013008533414b16d488b339f290c897b8f2329a4bf2b757f1
MD5 f4428c7d8b9e23b9200653ed4a24ec3d
BLAKE2b-256 9d7e59597d21d7550f136a5b314aa5c4348e9e881f70be840573cfee08e7851b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0be36eaa0d1c730bdce191615e0a424a867b0d29564599e078bae9524287561e
MD5 6d0be1d7d4ccdb3b40a28f5ef62adb09
BLAKE2b-256 ccb615cdb0ef0e0ef165a4523b9deecadeeebb299ce0d92e81d5ef55207f0cd5

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 336da2f20473ce0bb23640982f35830ce69abc123357239c9f15860d25df8f95
MD5 7bc70575c6e32bfa7aa512fe548354ab
BLAKE2b-256 c4895c3d9c0aaba67efeb046e292c73de605e5d2ecc16dab611b8a7f9ea01f5e

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 48d487aa8a2be39f9cf8e04892abfc63eea3f4118d82b527cc1d35e1b051954b
MD5 ce66e98147ba9962cbf7efd57cfe7c45
BLAKE2b-256 8da56ec3580752819d8c718d3c696c567f2e6a64651fbb56d75f46df7f083d24

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccf300f1b9223469fa4e33b85246e4f1f0dfecee96c33ce79f3e5eca3cc4c5c0
MD5 8508d22eb29a516e25523839a36d8e92
BLAKE2b-256 569bfc3e9d667ff18b6824c1f939234b92cc320cbb4b7b8c1fdc9457f6db1c5a

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6880e22aab214c4fda48a1721bceda14e99a45c7b79b17388304499da8ac9929
MD5 a0e43084e33f15e519dacf5bb3b70339
BLAKE2b-256 9267068acbdbf219a51c6042dc8a7f8f15484bdbd2e9396487c7d098d2ae5c43

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 498b5dec66f7abf02b8184f23e8f0ad7fca0b1ab4b0bee684ff1eb5067f0f49a
MD5 daa4a46a75499af52306a12affc92772
BLAKE2b-256 9ad2207f08dff34d35dd55d25e93e185c13e08bc72fe910af0a61a451539e275

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5aab1895032c7a74b26bd1c18a3e99c667210bdcf4ce51dff5c085d0fb35db6b
MD5 a94d8092c2df3da36f68828296a0a759
BLAKE2b-256 2ec1ca7d17f61b49b05157051fea4505d85960c49140b3421a48c9924ec159e9

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53dbd0e5124f7a07a3092d575fc0b133cdf138710b54bd50c2dec695b0152268
MD5 b38fa7bb9ae0da23c0269f42ec2c528a
BLAKE2b-256 02ad4d3f765385b40a87d092764a9372d11422efff16165bc854885ac1e3e682

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 716e93a2a54a69fd6c801c1ff3ca4ff1f2c91a12c71ad7f5986bd3e309a458bc
MD5 7f8729169cdff12be7b97346255c7aa3
BLAKE2b-256 1e94ab65d640097929d276d329d5cb64989d79f5f22b7cbf107433983df54b0b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 3da7dbcfbee46f31d660427377dab215936aa9dd8651961f72135c7ca0f4af22
MD5 7cff716c51c1ee9e7999e93859bbc615
BLAKE2b-256 8e1880d9cb7779ae0ad3e95c9b95c4176386d86753e2e6e7d0cc231f2741df51

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2880d2694e7d0de5a32fd804b184610667012b44be97eb13f0954ac972d76b1a
MD5 402edd25dd7aba9f4e996c0361435434
BLAKE2b-256 f18c9f6db2272cf0b26673d1d4b603157e6619b1d2f4190336323a8a82635dd2

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 96c2494703c6b1eb52e8dd86998c8a65d3dbb416fe224e719b5649f6328388a7
MD5 eadd4ec9a631070fb96e1ca22a86adfb
BLAKE2b-256 926906c90442862cd621fb19283eefa7c8d132abaad80a0a806b6776938faa8b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b8c231ae0412f317336dc694552b892ab3f8db09879f196fb3499a44fcfd073
MD5 93fd102d0ab536fb213976025573f6c1
BLAKE2b-256 04e6f964f93753a29ca665610448a111f1f6e6bf341187a892e868713b38c956

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e352c9406f8f7ccdf904770f968e75dbb1f073eee5d2dd0e6fc9e009f4a45a04
MD5 9b887d1ff7805bbc8e444ab208b29410
BLAKE2b-256 099c2669bd1c73967c8cecb06584c8f4f48a5db0d7324d4d046a626697c84638

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ffb636e43e5877338eade6c87ce69cb1d89d1d6d1183e309656c39437f2b63c
MD5 07737ddcf466d1c530fad4dcfaf6f149
BLAKE2b-256 0878767dba3969a6d7226273bc614d431786d008648dec2c8b16468b7d8fc40b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66b6744314a7011e88465c3c7faea5388a61daf6b74f9247c165adb575ff9f02
MD5 aa8d49c7069f6ea4923eac22bf6a1074
BLAKE2b-256 dcb12d87571068362e58dcb89811560e865884fd5e7e459c220fa08b9bfe0b1f

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c522a747dfcf5c6b458eb9ee5a3aaa9affa14e2031f2e753e32f0f4a1129434
MD5 80fb616f9bf0204e084b180cba0161b0
BLAKE2b-256 c756dc7daa6bc4daee6043f6315f851359732c522c0a0d87bdacd082d819fef6

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 acaeb71f13d28e3f7ecfb9fe0fc7d762e6879a914d8a3f38e13a2bc06fb9dfa7
MD5 671aa0f6efc36ad2459fba63a84bb75b
BLAKE2b-256 cf9347b2f4762ded96e146c6d784b98402f48e15b6901ea15c923975bf82d91c

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 06c46098edf7b858b9d66cd3fdef137a65d654b2c8174ce216577587c9f7dbf5
MD5 e65eae48972f850fb2ab9baded6bd817
BLAKE2b-256 588ab902cdf1a8b51daf761ddf2e1d271dde5ee2efe4a4be6e331fd95a2e4c0b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5970771ef2ea34826f6ec284ec719a2bd1ae304e7688a5439a8a95b427fc061
MD5 8733259bb69840075cc543608544d28a
BLAKE2b-256 e25a2d61eba56ea9688c5fef99b525c41ef0cc48cb19fb54c12cd7dca0b2d3ef

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c23bfaa4ac922ce52901039ea3da05296e2132d8967d810738e96975ea113b0
MD5 62e95830c8fb32113eff3c54f6c54346
BLAKE2b-256 4e95f8c58f11644dc30d874960e4480fa92bb1e535df5a3ca10198e660ffb02b

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59ddb2394635e738b947270273aa4753de5a07be456aab58b9ec443dc128addf
MD5 e3af12b04e685cde590f7b305d2d3c9e
BLAKE2b-256 e41f0e793e83e9f6a3885535408a4e6872e8bc26fc95b1ea0311633b721e1e15

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57c909d4e8b816b4e31782a466247ebbd550e3a7d8f4a39dfd553462b9f1880f
MD5 fd72f83dc9e217af274c2a430fd12457
BLAKE2b-256 bec8f7a9dd02272b46e1afc6cfcc06559fb59f4a4c997ef1855af33cfd5e023a

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 85cf0cfddcda6431cd88a12dcb634fb4520982e905fd5f27ff71f3a4baf79539
MD5 b87c3c4fe78cddcad6421aaa61e6a544
BLAKE2b-256 1debdcfd1de2b429d8cd5f1138c0db3b0fe728d2498e047e6dbd52525f8a6601

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4b9b441a80265aa640ff29ba90f0e6221be55d22bb96cdb0b729c719363e3a8
MD5 fdfada4a16bf729f0ceb077f610259b9
BLAKE2b-256 0d05f7f41b0bf03dc87916a3c14bf09fad9efdffdf32bb40bd3a8c9acb6cd4e3

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76fb3afc3a5c5f83b0ec6ee4465d4f9e1536810a6992cb67b14b209df84e8f70
MD5 3420000fb7b9892d72a79018fd888107
BLAKE2b-256 ccd9c728bf1f6582c3f9d12b4d6f508a47c9ccea206a585d3635b640c452822f

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 38c22f674b7872763d16e3cf0b4fc3510cafa8478d6e0a07915973f5b2743e3a
MD5 21f8ca0db72b286d306fc9d67dbcf95a
BLAKE2b-256 38607ad20f4aac5c7f70d0e5587944dfcde692f4ff1900abddc424d32852203c

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 e31cbd5c9fcb512d181a7680b4de706f0316a51137598061fa97d99456a85b0b
MD5 9c05cfa3d67b67083f42d9f1b134013e
BLAKE2b-256 8d40d83d599abd3689834ab6fa580db56ead64562c62ad3fcae7c743436ea5d6

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d2bf308953b484700a6296ac3ff80d35203b57da46ddefbb468ed3ca215edab
MD5 9bd17217e9af4b96316032a92f146c3f
BLAKE2b-256 4458c69573e2a5fb5903b7209fbfc7f8dcd8352485b9a498d06f2a7002fd33d9

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aaee4544ab9d4b381a4d89f0094980b40cab94083a68603f6505d81b032491e7
MD5 f2510d57061bf8b89c3703d1f9987fae
BLAKE2b-256 f09661264f8b197f355734440f93c318c485bc4312465d7e223fd6917d5e8750

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a85e69d799a6c33d23ad6f1e97e6d64f230500e57280c7b063da912471c8668
MD5 f5cdd4398c76407198553b771ed138c3
BLAKE2b-256 5652b6e8130c0d1269269b055a3ed90712ba88ae7c8e7b360e0cb30204331d26

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8163bcfd580e69dab4cf4386d453eb5dee4ba41d48d6a8ce36ef29957f8b361
MD5 0755d52d987ddbf9a75526651428d92e
BLAKE2b-256 aaa614d927f3b45c018d06fb42d3e6a16da3ebfeae5a8be9b656261824baddeb

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ece9d85ef711c9202cfae241983572ac54f2800bcdce9d0efbd65a29d38620e7
MD5 92259e412c0b13b31ed946d915977f67
BLAKE2b-256 0bcd44b7376cf027fa035b9510a85e6ec46fd19ec1684e10fde47eebb831f838

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb665940fffa4a43b126863f1940baa7803b28a0bcd79a45ad718abe77796d5a
MD5 cdf88eb57cd623a5fc792e8aa6f43e2c
BLAKE2b-256 0d897de92a23bc3c5d0e129a2909f61c13213bdd4f5384a8a7976bd3e5fc34d0

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d0a575001961a2c789df42aa93ad7253d6f2c0de7e63b7ba92879918c960210
MD5 d69c1f8c62af680fd06795a8b5d23b74
BLAKE2b-256 c027c69c2741c7f805e38d5557ab459a6a63c43d21bcb0a40eddd04b408de981

See more details on using hashes here.

File details

Details for the file cdshealpix-0.7.0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for cdshealpix-0.7.0-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 1474d4da2bde52daae03991a27dcd90e7041b75b79ed9495fe4c5d569a241030
MD5 06e47961b6c7a8d7dc5e1efdd531169c
BLAKE2b-256 13c4f75bdfe3659bed5872d145ed94c139f49097e444d3c61c44885f2646e25c

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