Skip to main content

Python wrapper for GeoFIK C++ library

Project description

geofikpy

Actions Status Documentation Status

PyPI version Conda-Forge PyPI platforms

GitHub Discussion

Coverage

Python wrapper for GeoFIK C++ library. The wrapped functions behave almost the same as the original implementation; there are some exceptions. The C++ library here is compiled against Eigen 5.0. For further details checkout the preprint of the paper here.

Installation

To install the package simply execute the following command:

pip install geofikpy

Usage

Here is a brief snippet on how to use the package. For more details have a look at the unit tests.

import numpy as np
from geofikpy import franka_fk, franka_ik_q4

# joint configuration
q = np.array([0.0, -np.pi / 4.0, 0.0, -3 * np.pi / 4.0, 0.0, np.pi / 2.0, np.pi / 4.0])

# get SE(3) end effector pose from joint configuration
ee_pose = franka_fk(q)

# filter solutions
_sols, idx = franka_ik_q4(ee_pose[:3, -1], np.ravel(ee_pose[:3, :3]), -3 * np.pi / 4.0)
sols = np.array([sol for sol in _sols if not np.any(np.isnan(sol))])

Development Environment

Before developing, ensure that libeigen3 is installed. Using the latest Eigen 5.0, download the contents and execute

tar -xf eigen-5.0.1.tar.bz2
cd eigen-5.0.1.tar.bz2
sudo cp -r Eigen /usr/local/include/

For development a virtual environment is recommendend such as uv. Within the virtual envronenment navigate to the project directory and execute

uv pip install -e . --group dev

To execute the unit tests run

nox -s tests

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

geofikpy-0.0.4.tar.gz (12.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

geofikpy-0.0.4-cp314-cp314t-win_arm64.whl (126.9 kB view details)

Uploaded CPython 3.14tWindows ARM64

geofikpy-0.0.4-cp314-cp314t-win_amd64.whl (136.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (130.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl (115.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

geofikpy-0.0.4-cp314-cp314t-macosx_10_15_x86_64.whl (130.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

geofikpy-0.0.4-cp314-cp314-win_arm64.whl (122.1 kB view details)

Uploaded CPython 3.14Windows ARM64

geofikpy-0.0.4-cp314-cp314-win_amd64.whl (128.6 kB view details)

Uploaded CPython 3.14Windows x86-64

geofikpy-0.0.4-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (146.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (129.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp314-cp314-macosx_11_0_arm64.whl (110.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

geofikpy-0.0.4-cp314-cp314-macosx_10_15_x86_64.whl (125.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

geofikpy-0.0.4-cp313-cp313-win_arm64.whl (117.8 kB view details)

Uploaded CPython 3.13Windows ARM64

geofikpy-0.0.4-cp313-cp313-win_amd64.whl (125.4 kB view details)

Uploaded CPython 3.13Windows x86-64

geofikpy-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (146.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (129.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp313-cp313-macosx_11_0_arm64.whl (110.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

geofikpy-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl (125.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

geofikpy-0.0.4-cp312-cp312-win_arm64.whl (117.8 kB view details)

Uploaded CPython 3.12Windows ARM64

geofikpy-0.0.4-cp312-cp312-win_amd64.whl (125.4 kB view details)

Uploaded CPython 3.12Windows x86-64

geofikpy-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (146.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (129.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp312-cp312-macosx_11_0_arm64.whl (110.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

geofikpy-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl (125.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

geofikpy-0.0.4-cp311-cp311-win_arm64.whl (117.5 kB view details)

Uploaded CPython 3.11Windows ARM64

geofikpy-0.0.4-cp311-cp311-win_amd64.whl (123.7 kB view details)

Uploaded CPython 3.11Windows x86-64

geofikpy-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (141.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (126.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp311-cp311-macosx_11_0_arm64.whl (109.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

geofikpy-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl (123.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

geofikpy-0.0.4-cp310-cp310-win_arm64.whl (116.6 kB view details)

Uploaded CPython 3.10Windows ARM64

geofikpy-0.0.4-cp310-cp310-win_amd64.whl (122.9 kB view details)

Uploaded CPython 3.10Windows x86-64

geofikpy-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

geofikpy-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

geofikpy-0.0.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (140.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geofikpy-0.0.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (124.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geofikpy-0.0.4-cp310-cp310-macosx_11_0_arm64.whl (108.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

geofikpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl (122.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file geofikpy-0.0.4.tar.gz.

File metadata

  • Download URL: geofikpy-0.0.4.tar.gz
  • Upload date:
  • Size: 12.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4.tar.gz
Algorithm Hash digest
SHA256 b51e9c3477f24447f36560ae689b095351e6f7cba30419d4b98309d25c362688
MD5 2a06772fcaaef3934d45208ece3758b9
BLAKE2b-256 9e023d5534f2ab6971454d0ca3a4970d1a09a2c2bc32af53745fd897e0f53ae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4.tar.gz:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 126.9 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 151b4bd51a25b11382cb2b17d2f90e25a40d7724d626ca6e14440eaf75760aae
MD5 cc1dcae41396f26bfcba79cdb0ae3277
BLAKE2b-256 d05e63449e585170389c0fe382b74649261df14ecc978931499044ae3c17d158

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 136.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ce3a8619a178523b63678221240ed421be13b096efa0dfcec256c48612f34355
MD5 3a182dfc56adae6cc3b9cda82473a380
BLAKE2b-256 65c9b5e3a5366acc452e19d8304f40b29096a06ada1f4403e8db1cec2fe5fdec

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e7ffe1b2900256c26bf78eb8238b3d79bceeadb75c344cc7e82fb313bdb8746
MD5 6dd75b262d2cd1d9630a530566583d8b
BLAKE2b-256 d6d46c4309f7164f1662f8e59d9002d9c947b0b033e377954df7d7308320aab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5d5962086ebc23560b05fe60bb563b70eb5f0820f72162cc96d23089e486b4b
MD5 8abb38c4fe0ab4d964563c6928e7a929
BLAKE2b-256 a358925134d28c448c0c1b5afbf44e815301daf434a172edb3777f623550ae12

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7d3a309c2c869789c486fe5222858726f68aaf2bf17f29c2d0ec00fff698d22
MD5 c13d775133adafa7f97b901397e9b575
BLAKE2b-256 d0d3291910c14ef866a11e0603fc5071dc7abf7fcec691ce609dd17a2532f6f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb0c36cfb2e7ed0fb202136ca7649806369ee9dca59f0fca35f74308890342c8
MD5 340ae292685e0bba30ccc82a4459221d
BLAKE2b-256 66596cf9e69d58626f05e8590e91a1c6d7374c6827fd4bc55e353e81b6015da1

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1f44fb3368e1d04a2518cd4259b899d6e37a2208879d7ad04d434808b33b955
MD5 2e592a21bf3edc0ae57998fe3279db96
BLAKE2b-256 bbec970f110f3b4431b8d5ea4a3b07665a8af3a0c3efdc73ede3b5ef197cb71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 24eb514f092137b61056c9e0371741340a377259cf2d7f95987dcee664a7486c
MD5 9cdedbe459180b39038205be7c218f1e
BLAKE2b-256 e4f3b76df4abeb3fa97906575ccc878988030b59b3ff2df954a7a6f41ba82a5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 122.1 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 9ee16a9c1938ef88b95eeaafb9f39b016601d8ea346dcbbf62632f0fe370b3df
MD5 cf33db56ac3150fd2acb19d422e7a6bd
BLAKE2b-256 d70d1302f46c172db07c94628f66545fd7e1862e5949e3b6490c67ca6a802ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 128.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 25eea8b60c84130984ce91b92b4dcae3ad342a4ce06678006a58e9ae578b6252
MD5 b1d0382f1690acaa98ddb12a30c2a03e
BLAKE2b-256 7cdbfd6dccfe13aea50af138c758c34ef4eb5b2b81f4cfc93241b6514946c028

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60787ccc20b1cd242987a29df909d28b8a1e20dce5fb45dbbd13250a6ad37b56
MD5 7c8d7d9cd50931bdcb7d8ae2a5244c9f
BLAKE2b-256 788b1c3379f4d033d56dabe76d19c8adfb789d3127127125ce32e40804c6fb9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ed456ddef7df3ee7fed79e08b75b18589d90fb9e08abcd58f90a54fd74d9386
MD5 417017e60f5f84e93cea72c031db18b4
BLAKE2b-256 bc2a35e609303203f824ee3910bf2d09f6ba67afc5a630c1a783411be3197dc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b6073993e6bb416eadafc74d67fa6aeb7ded24b9934866bec455046836c83160
MD5 9efc224907b83285f6bbf039837587c2
BLAKE2b-256 fa34ea9205a2b1a70ceb96b20fbb03e9127a63321b6b6a79d0f2bec315068d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8f88d231e2470142cfd069e33be6ca2be52c74807ac6d47a5a905b07c539d33
MD5 627c75b273f26cb5d19b55316b74a1d2
BLAKE2b-256 9a5601867a1d736ae6babcc183022624f4c174e27f2d09479cf2dc35b1241a0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37e159d7e1112695763dfd66465f6905b00be4da8ca67ca8fdcdf390086ec155
MD5 b0b96ef9222e0d8fc777c758aacad70c
BLAKE2b-256 0f77f594dc3134bd9e6fe26d3e74203f0c6d482201c0827a675dce9a605aa7fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 370acdaebe029f7ef2fc78bfc74a01e08e3a3d905c3745aef93727f6a2b36ed6
MD5 35e4244732d5f75cc212b08f432660b7
BLAKE2b-256 ebfb0c6755141dfe77bd0f4c9aabd259e08803ec72f4d3018f3f11c1c9343431

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 117.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 895b3d2eb5d70163eaed9c86b191792435d006db49b9f7ceda1afa80830916d0
MD5 5d28d71c4eae57f48452f05c583b0899
BLAKE2b-256 97afa76a5d74f92f41fe1ed4ffd23f2416d8fa965c0f663aa8ab1231b008812b

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 125.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 30f490d396e61a589c4fd24fe822d97aa6f2a8a194de9b3d4ac5e3d4601c4768
MD5 0a1ba6c083549366222f5a00f4aec7db
BLAKE2b-256 a3807d5b6b6add7981138b6afe6cb1a74a27936f0323aabee0267720500ff10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 466cb7158926eac088088bf2b0ad64af7eb65740d24637db3e02e55348126c23
MD5 0721b27c6a9532d1807deeda2882c182
BLAKE2b-256 27b4e7184abfdfa26b166e37d5f50911942a77a7d95565eec2124a50bde9a76a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0b03c31ca9560f05b5a3ef46714d1bcb3cd282261918e742e796d6d75a1f226
MD5 0170d3ba0b01971455d722cffee0d564
BLAKE2b-256 82473ffe9c4688959ceb6adb32c902a816aa608614d399f1481aec6b28943e83

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dfb810649841d6d3f3e1873eeea5558c7df6a338f5ea223cd85c59dde58ab9ee
MD5 8b9057d517737829e375bb6ecd18a695
BLAKE2b-256 c0b31db5a165be7362b7a783c6f2e1dff681172480707fdb88cd04e61f8dbac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25674402aad14b6eb9b528c0c819975d460fd23366a6fb8d2a3e0db0c3618e57
MD5 59837ae235c034c0fc0d18ca70db3e4b
BLAKE2b-256 4bf2b624cd1d4995dbcc58063c7775f4db52f8991129cb69a7c4d660e7c7958f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d8ba1e8ddee9f15d390ac7f78dc4bdcc3389b93ebfe27f380d97b58887a9513
MD5 ac5490ceeb73c06461f0b7abfb12beb1
BLAKE2b-256 76208f051897fa93068bcd1117876690f3e5dd9137348395e610e4fc0811ede6

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fd55b13e5cb358be2c30b21e1a1a490a6834859ba98ae8b6dfdbff581ab7e819
MD5 1c4f881de55be74eade1d5cecbe06432
BLAKE2b-256 26161392d3c625f152828ae750083fffa7e16246872c0b59030f4452ee3480c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 117.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 68a564b8bd2b9d010a899677b214d7b35796d74a559b3a94b77661706e045418
MD5 8e044fbfaba2d4a11531ea052afbf4d7
BLAKE2b-256 8d633f6a6f524b6dcf5bad31cfaaf62693da1c0777d4602f5b8e1cb5482b06e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 125.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 418805c8e6a9be387a753614533c8751f9ea1ecb13f0a35064803d2cb72e03df
MD5 48b30c56aae61de37ff41bfe8ff9c31e
BLAKE2b-256 490a3303a86f7649ad7400d991e180b9fe85438b22fc95a46d9eb2cb4b87134a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dd28b8d6629f23a6167908c0306c019425e263bff65d5dd0e9ba71b648ece82
MD5 19aec1de86c1c61d7893d8a976945eed
BLAKE2b-256 2646342e01dff5743d6e0d48788dd5d89a5c77dca5623b29f681896cd41c38c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d01b74ff3c7266155646d4d42e9ed079abafa9c5beb635a276568304046d2571
MD5 d898c1298b1385ffdf52dd9aa5af3b89
BLAKE2b-256 a3d7e6df7892a3721bd9a23bc9a0d7d8d8ffe39f2032266680776aaae01a9d81

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 926b753fe407bbc76f7a1233792997ed8f011157b9218e12350f1f5a935768c3
MD5 f0fdbcda451e923023ad30c86a564545
BLAKE2b-256 5e29955f64c9f0e7a5a58ff6f1d287df100b3128f6d0185e505b8b8da43d124c

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b053cd85799c28d2c2cc21713d59b5cf4adacf12ea2d3d2a181565a8a1b927c9
MD5 f7bf204ce11ea8c8d19d8ed535c264b9
BLAKE2b-256 fb1901da0831828dd921dbd24e16179ccd0c4b0ccb1f9847de207fe1e0056f2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1d17c627b3cfd095a536a4e330d794f5b63e1b5648a9f2ab6d2ca0a19774a4b
MD5 6fcf92b0daf669c4cd6b2cf4f9095f0c
BLAKE2b-256 b406104f307c98199c3b614f116a8c42e995f347e82fb4d0f7dfdcc88e8bed01

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bbd919d5da02037404d0d901256dac0e6002583e9ccfc96c017beb1c81c63823
MD5 0db666cc5f9b805cbce72c8817d86e45
BLAKE2b-256 89e352fffc29c92b88d90ab43a87d5b72ef0ffba12c6d2c31719926f727e1418

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3160d33795594b71c7c215bd544b2e4d25e7028f5b911e6e0ad1220249550897
MD5 67c931e57b62fc885358526cf4ec3b29
BLAKE2b-256 3fc89667ff0b6e7b31dc623daeef3b9a3fa338f6eb619cb7b7358283bf83ba0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 123.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ebce3e9d772e8bd1ce0b4a3aba478163ae1496db99f5b00499573a3d35096f6b
MD5 606e7ee4f9e1b5463b4b0fd2d3d21bf6
BLAKE2b-256 965e9354b070de707fb005c37efb18e86f55b72992e36ee5a7454032d193cdba

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64df2606ffd4fefe2a1ed65c52f34caf716aae2f676b959c7cafb7d9d8343a3b
MD5 e805ef983edafd611997e40c55f5d77d
BLAKE2b-256 4f883f95143543e3619b41ed475eba35b4efcae51900f271396d7d994dd7cd33

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f837b85546f8547fb24600942f59a9e7105549c74a1321a0705472dd18c3387
MD5 fb420701d4fee6d27e7fc981ee654cc3
BLAKE2b-256 4e9c4b098a0bbf229c806b00e8eeb9e49b6cca08f423bb4c4b63828ce6fcfb89

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6199edcbe51e819b71e4d9152f3a857f52cb264523a8bb149ac669e641765c5
MD5 ca61fdde6116ef45748b2be1addee8f3
BLAKE2b-256 b5834e96ccc576d9b72af61f74ceb8c8e8c4592f242d14da63385ea145f8f133

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d43ddd8787533f7f6264627ddcad72bee9563b4b789052fd6364c2bf6472079
MD5 87d732bb2d7ef8b6bd6fa7ed0d37fafc
BLAKE2b-256 bea6495dfaadd143598927e081451995735d772907d2a356ebea15abce1e62a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9362e9aaff28d57102ec301a6722733eea8cf4c7d1d3d01ac915091e20d93a3
MD5 a5b3afa1c2d8a79f9845a0a1fb895285
BLAKE2b-256 297d86e002b00f8557c07d7520cd53a5a65f45e91daf4b8a771031bc10ce771f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e150056ccbd540e65edb0b3a7dc996e970d03e3a01d88486757ad7519d66a2a0
MD5 9f1c35103e5f597fb172f5fbce4fa7b6
BLAKE2b-256 48253db767bfcdabbef663463d9c44393e784e99cc78d1e97e058932442a115f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 116.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 fda67928e433e291bd882bd86ade3f53da6ef3fff7093ff8417e6d56f40b3473
MD5 7fa910ce71f422527cf0afc39373a847
BLAKE2b-256 0e9026c6fa0dd0659fb3c6d865aed8eafc0c5fec3a43f6415abce32a387584ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-win_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: geofikpy-0.0.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 122.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2b9962a8d43d71132afabd79870ef37538accf84495acf6306ab23c6b19e2e39
MD5 09b080725604abadd611b1aa17a8d5db
BLAKE2b-256 c2b078a40b4589c1ce56fba070706d225870028e9bfc73dbdc4bb6a7b302614f

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-win_amd64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0ce51c0359e0f89d817025b9c311a774f0ed4c63fa85d6b59ab1ff9601473c9
MD5 c96148c1e98917eb6c401fe8ff416c3c
BLAKE2b-256 05244e51614057d36d1c5caf1e995bb770f959868f5c570af099f235b9b29fc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da47a4ba5642f2771fa894a240363860ea7877b76baab5dfa1b527e145224e59
MD5 3553a4487b25d932f987ba7f88703c52
BLAKE2b-256 489cae6642c033bdf73c57ab6069cbabb4cb2aa15dee1fe298f793bd061ee533

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d28f240727f1580e418017c12c2d2a103a4c1a6b670e7f58b1057da82b94af75
MD5 44ed327c4dd77c0a2a969355996ab885
BLAKE2b-256 d342992fc9ecbb376094d2ee887023a1832ea18bce2eca5c42b6fa2c3faada39

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9670ad3f7abc38d57baba19f4bb087b4fc37588bbfe80cc0dafc0e0dc69cec38
MD5 c36a1e6de50d88828af57f09ac040f7c
BLAKE2b-256 34fbd5ef702ece956592491a3140360bfb5bac98b17a0273cd96198a4f128679

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9ee3088b72fd2a7d0d8bffd320ec1e60517659052cef3d70833a19be810c4ee
MD5 7062f375dc46f4a3753b48f4426e0761
BLAKE2b-256 fa5bbd7bc1004d29e3432044fd25d3a0332c198e1b8b6a28cdaf603b93af65cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geofikpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geofikpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d4fb8913f2c014e9e33701e9d010ba2e455dee175f88745ef31014d5a3b1df3
MD5 15e5e7931aa4d2ae1f16aa0c554211a0
BLAKE2b-256 cc8f59d805c83d46cd6c0fcba6a54a1f42523da8b31ef372131cbc7b6d07ec33

See more details on using hashes here.

Provenance

The following attestation bundles were made for geofikpy-0.0.4-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: cd.yml on greinerth/geofikpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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