Skip to main content

A Python Wrapper for the NAIF CSPICE Toolkit

Project description

SpiceyPy is a Python wrapper for the NAIF C SPICE Toolkit, written using ctypes and Cython.

Continuous Integration

Code Coverage

Docs

Citation

Code Style

Github - Build Status

Codecov - Test Coverage

Readthedocs - Documentation

Citation Information: Journal of Open Source Software

Code Style - Black

Introduction

SpiceyPy is a python wrapper for the SPICE Toolkit. SPICE is an essential tool for scientists and engineers alike in the planetary science field for Solar System Geometry. Please visit the NAIF website for more details about SPICE.

IMPORTANT: The code is provided “as is”, use at your own risk. However, the NAIF now distributes python “lessons” that use SpiceyPy as the python to spice interface.

Citing SpiceyPy

If you are publishing work that uses SpiceyPy, please cite SpiceyPy and the SPICE toolkit.

SpiceyPy can be cited using the JOSS DOI (https://doi.org/10.21105/joss.02050) or with the following:

Annex et al., (2020). SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit. Journal of Open Source Software, 5(46), 2050, https://doi.org/10.21105/joss.02050

Instructions for how to cite the SPICE Toolkit are available on the NAIF website:

https://naif.jpl.nasa.gov/naif/credit.html.

To cite information about SpiceyPy usage statistics, please cite my 2017 and or 2019 abstracts as appropriate below:
  1. 2017 abstract: https://ui.adsabs.harvard.edu/abs/2017LPICo1986.7081A/abstract.

  2. 2019 abstract: https://ui.adsabs.harvard.edu/abs/2019LPICo2151.7043A/abstract.

Installation

PyPI

Conda Forge

PyPI - python package index

Conda - conda-forge feedstock for SpiceyPy

SpiceyPy can be installed using pip by running: pip install spiceypy

Anaconda users should use the conda-forge distribution of SpiceyPy by running:

conda config --add channels conda-forge

conda install spiceypy

or the same commands prefixed by mamba or micromamba or other conda-like system.

If you wish to install spiceypy from source first download or clone the project. Then run python -m build and install the resulting wheel file in dist. To uninstall run pip uninstall spiceypy.

Pyodide wheels can be built using cibuildwheel on a linux (only!) operating system or vm. It helps if a pyoided virtual environment is also used.

uvx cibuildwheel --platform pyodide

Documentation

The SpiceyPy docs are available at: spiceypy.readthedocs.org. The documentation for SpiceyPy is intentionally abridged so as to utilize the excellent documentation provided by the NAIF. Please refer to C and IDL documentation available on the NAIF website for in-depth explanations. Each function docstring has a link to the corresponding C function in the NAIF docs at a minimum. SpiceyPy documentation contains the NAIF authored Lessons for step-by-step tutorials with code examples.

How to Help

Feedback is always welcomed, if you discover that a function is not working as expected, submit an issue detailing how to reproduce the problem. If you utilize SpiceyPy frequently please consider contributing to the project by citing me using the Zenodo DOI above.

Known Working Environments:

SpiceyPy is compatible with modern Linux, Mac, and Windows environments. Since the package is a wrapper, any environment not supported by the NAIF is similarly not supported by SpiceyPy. If you run into issues with your system please submit an issue with details. Please note that support for Python minor versions are generally phased out as newer versions are released.

  • OS: OS X, Linux, Windows, FreeBSD

  • CPU: x64, arm

  • Python 3.10, 3.11, 3.12, 3.13

  • ARM support for Linux-aarch64 & osx-arm64

  • Support for Python 2.7 ended with version 2.3.2 January 2020 *

Acknowledgements

Supported in part through NASA PDART23 80NSSC25K7040 FY24-FY27.

DaRasch wrote spiceminer, which I looked at to get SpiceCells working, thanks!

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

spiceypy-8.1.0.tar.gz (642.2 kB view details)

Uploaded Source

Built Distributions

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

spiceypy-8.1.0-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

spiceypy-8.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

spiceypy-8.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

spiceypy-8.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

spiceypy-8.1.0-cp314-cp314-macosx_10_15_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

spiceypy-8.1.0-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

spiceypy-8.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

spiceypy-8.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

spiceypy-8.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

spiceypy-8.1.0-cp313-cp313-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

spiceypy-8.1.0-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

spiceypy-8.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

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

spiceypy-8.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

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

spiceypy-8.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

spiceypy-8.1.0-cp312-cp312-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

spiceypy-8.1.0-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

spiceypy-8.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

spiceypy-8.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

spiceypy-8.1.0-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

spiceypy-8.1.0-cp311-cp311-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

spiceypy-8.1.0-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

spiceypy-8.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

spiceypy-8.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

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

spiceypy-8.1.0-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

spiceypy-8.1.0-cp310-cp310-macosx_10_9_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file spiceypy-8.1.0.tar.gz.

File metadata

  • Download URL: spiceypy-8.1.0.tar.gz
  • Upload date:
  • Size: 642.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0.tar.gz
Algorithm Hash digest
SHA256 75fd5c511d866dd094287da03a4628ae7a04eabff97d12b42960d00a614042cd
MD5 519566e00bc20e4a51bf4c1ff4263d29
BLAKE2b-256 7663155957e6649144923462b33707ec3a32b16d399067361a9c5e77da169700

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0.tar.gz:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 276484e0ba1d0a2f088e7e9f45c4b04760dbd839eca9b88aee8180e9af0f3916
MD5 52176618c36291aaf040397ce564da0c
BLAKE2b-256 280e85211833e4de81ce292173d25614a3c8009c4a3f667c34b2105e325fdb31

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54e984f989dbe36042208f932f99a79da124af7f5af67ca73a0abb6d22378cd9
MD5 bd787dce953aa3f3fb199b432a3f94fa
BLAKE2b-256 6ae3029419599fc966a5cdc199da0c21753b222aa75fc276d94cb82291036ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50d7dea58b1538fb621ef8dbaa4ff7284a6e6865350f15197713b12ec70d4f15
MD5 fa38a69066fe1f4c7dd85012b00f55da
BLAKE2b-256 fdf125583de1603acdf5ef9a0cde82b3e86bd8fab7b3149ae7733c1a1508dba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f11ffa154d10d541081deacf4ff64d1a209f30dd5ca293cc6da6f62b2efd2507
MD5 6bc394c1b401460da54a75df49e04da5
BLAKE2b-256 28986db7406d743668715075f9bf2adfc04232c084746f2e44a1ed618e1e8235

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 661d0ac56624463dc46ea1ca237da149c87a0fc77f4a0ca4ca0ce2c0ffa4cf86
MD5 658ca07e3e7e105c283c9e79a91f215a
BLAKE2b-256 46f152161ba0298c3e9eba8a9dc3a5d10dcfffd7c83d9087ff4cab71bad5026c

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71e0a8f00e97bfd1394b4fe138500da01938ae5043889773733db206d75824ce
MD5 af23c5922692004d821b1549414a7f94
BLAKE2b-256 c6d776df680cfd4ebda7ad6d5a5ce8c2183ed102611b8977d2cef0a0c8395ef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00dcb96cb558a02c83dad02eda07f8d3201707a5c534cc17c665c9f0c65e3da8
MD5 2368547b4b948d9c2087674d601796f4
BLAKE2b-256 610a9beda9e6b98da1847fc5d9225cdf1628d8a774f8413f4577e6a00e744bcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7b66772d1161ac2a0c6aa9209a687719dd8c0fe524a2f790e44be03f29108de
MD5 8a2089d0a22966836eb5bff4c09bbee2
BLAKE2b-256 ad6819e707685f1d1e237c4c2d22da77c7a3b15db3aa31095708b773152fdcc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd75f08629021b5c73650adb5832b39ecc0864f0362deec34edd94b401ee6168
MD5 6ec92be6497e61d2326a07a5c413460e
BLAKE2b-256 a77ad02b3219ff82a2f9c7f0e8eddaad8382f1dcfb84bd3fccb9ab88f052fcd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d5faafa2e0e0c68e00812c87513dc710be98288b688001f9a78b901879dc8d27
MD5 7c14df00158455ce799311d8d2c68b18
BLAKE2b-256 9210536da95111453546de9472a4af8be4b8554b0b0221b384f9efc839012e6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a97e6395b54cebe34d40778b343a3aad3d8034d7d810407a679bef5f65065ed8
MD5 b62f9355750a18b5c1c14c58ca223e75
BLAKE2b-256 fe2bd8c2ea70e28a76b6ef4f28b337dd8feb2999763c8e4d5ba1b3ed8191ff82

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ac5f06d52b3b68de995bdcf2988aa9972e47dae274e6f0b34cdce845f743e75
MD5 a9b07345d9d013867d9195e4e4fc641a
BLAKE2b-256 12ba7817a2e19708ded7077f7bda690816524b408969e43c2c0795e55aaf2ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba9a5d03b4ea63d1fed2f1d7c151e1ffb0643fb41139d44d63d1f452078bc743
MD5 6427c7c2a44e08089747a15c4d970447
BLAKE2b-256 2a84f1f4e0f88d9759364e0a471ac242eab0028947cf1e80555c936304da9ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b533ce84ee773479a6282004ebf54efa6f9b82e4ac3dd93b06ee17f3f7e18d68
MD5 4f9b0ac3c2c0bd0880fd36e22a356ab6
BLAKE2b-256 9dbabc8f118fb4a3a37a2310f44996c97216ab337120e2807cef6e09f59ddc41

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7e6bc04511373c06f68c866f9a441b86042ec60727d4e00283a5d429f57e15e8
MD5 505436be41b9bfde4ddfcf73e36241bf
BLAKE2b-256 adc9495c5af8f17a87c02bbf2870aeada7e12974635b2841a8416a113b529f9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3e4aa85d0ee9a1f65e20360a357a9bc986c566ece28aef97cd6fec6bb089373
MD5 88c27aae4b61670ac77d0d8d7b1e009a
BLAKE2b-256 f922af83acbaf5c8650cdcd417ae123e6b3453e563bf55ecd6bfd1a2cbcff4db

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47718ef3581de621eb404e52b5061a9f11841cf5527d46099b699df42fdb4696
MD5 4ac73a6e03660f1c127b16b19ff2b719
BLAKE2b-256 88a3d08fdd50ee02a853f4eca420b7a19a01ddf8bb66c4f916c98fd49adeecb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a94238b46e9f8e4b95e759553f84986728e33782425bf08eaa40f47f2f65209b
MD5 c4ae8674da408562cbf5b9af3996787e
BLAKE2b-256 93e95292fe92e481eff7c6f50cc52570e8b2d455d987dad6841bd7c89494c1e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5723a142d439cf58e090ddceef75f2b2eab22757af2043269fcef7010caf0a8
MD5 69e058ea9214e90217f7ddffd9a70e32
BLAKE2b-256 42e25c0f186c2fc92af996b09fe3be5806d77c6060424ca18b58bc9862b64664

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 355f55a2892c2b7099a8c7c9f75a2dc56782e0238d310feff168e09c7cca8b82
MD5 2d2447006bd3e20ec9a047cfed99dfd1
BLAKE2b-256 f8529f8309cdeb269a414aa9699cf026e62298bf07862b1db674ef41b18682cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for spiceypy-8.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f1119adf263bcc0079b9ec685ea453704a60df80bafc9bff6ced633f74bcd3b
MD5 8d7d58f6a6a7b5cc8a33078c710ad0b9
BLAKE2b-256 10754f5691922fc9fc499dce8e209314178991468173270ec09ac9a8f34b6b8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 445edb3bf66df491731c65adc5b2c32737bbd95f0a0b67e6ba178724ec419395
MD5 f3c9c7bb3bd7447ba0c77625a26f3b86
BLAKE2b-256 a02f4a238e44df3676c9f7e94efe64c9e33292b5d9f974167a97b074b8d40be9

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bc0c4e2ee6a446a06afab6c33c19da746de2b81d6dc748e085b49b8b432a48d
MD5 5e4ab50d400305204acfb15d3b7da258
BLAKE2b-256 67192885c0df33569b7225fbc9c5a0013fbb99f938b4d43866c91a78fb9d6780

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ab4bcc6a02a0eecc4b160eea82a68287c6312b1a734744c68767410ca63166e
MD5 cc6d03dd4079784eeb7783fc726208c0
BLAKE2b-256 f50323c523837d84029c5ebe3e9f2797b330d252a17bbb248999ba3179ac9940

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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

File details

Details for the file spiceypy-8.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60e487884075fffa5e229b00d7d1a9ca016b06a4261bfdeae79d97ce75c338fd
MD5 60baf8b8692250c1428ee5d68f04fd1c
BLAKE2b-256 3ac8eb58f7def9de7f44ba4c15c1f73dd527ed17531f582e32e6226b78422dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-to-test-and-live-pypi.yml on AndrewAnnex/SpiceyPy

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