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.2.tar.gz (643.4 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.2-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

spiceypy-8.1.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl (871.8 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

spiceypy-8.1.2-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.2-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.2-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

spiceypy-8.1.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

spiceypy-8.1.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

spiceypy-8.1.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for spiceypy-8.1.2.tar.gz
Algorithm Hash digest
SHA256 26a12b2b9577bba28f2962b6628e81cad4f790c21b969d3770bbafb291797e83
MD5 455c0aefa9d21f9161f68658d28becf0
BLAKE2b-256 e1cd66052a3cc383013bc6edb2fc067e4b80f81286e889713afdffcf0a8092ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2.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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.2-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.13

File hashes

Hashes for spiceypy-8.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 272f2b576bd4b95e228b525a9c345a0349c9ebf6aba0dc6a1d3e39fcbe44f84d
MD5 91b255f643be43ff010378ab6700a893
BLAKE2b-256 84cc465b5d1ac9b34fb0a9a6a32d6c4905f75a052482da9e4b3022943ba002b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 b44eba9a545ddd2019a720a1b01bf65bbbd0d09e082426678f9ce1395400101c
MD5 435b8c9b39ed76bf769b5c4c4fc23909
BLAKE2b-256 5eee85ea3b52b71fc1a21eadf4898ff4cadd391d1e4405e07b9076c0d057a998

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-cp314-cp314-pyemscripten_2026_0_wasm32.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.2-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.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f560dc4aef2522b66366d3ef3017b987e2e79a69582d568008312c6881e78e9b
MD5 1240f8f6395f53d49499fb23f029767c
BLAKE2b-256 aa18bbee498252304f6f3bfa9c0da62f41104567cd90031d2b213f1ebe27bcfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51943ee83011dbbf3a23799cb57a45eef74538bfc625ae8e4bf2dfe0e873fb28
MD5 842ad212abc7464c30e38c370f073856
BLAKE2b-256 d5e8725f8297e1afae3caa6858f05f245a21397babf98a68851467161e0c7568

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f01602d2396bb90d84c8557781d45168466078f6a75bbc85fd90e8e4788166f
MD5 15aba4e2e688e2dfafd22246356358ce
BLAKE2b-256 8b1f411cc97d9e777a328f43ae9573510a986253b71f50ebb0cc37364a56b6cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 400073e767302a55e173cb847e47600aaca910b1bea1ccf61c21c957554968ef
MD5 c89e17d37d8ac791965fbdab7f3b78ea
BLAKE2b-256 4d652a2ed667c84e92600d8c7c901fc56c368491ee4a397911953d17228bbc63

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.2-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.13

File hashes

Hashes for spiceypy-8.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2c22485f26f2fd9d5ac0226fded7e1545a44260c6441fe4ed43b1be1a23a389
MD5 3538af69db1e9f54a56516feabc3f66f
BLAKE2b-256 7670b05a3c8ac1f8d98596209708b9e64f7059151df5aaaf1d7b16fe9b0ccecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-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.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a51c062b00c0eb4309d2eb3760ebd70fc26dbad86d483dea7e51830b306f1845
MD5 6f588be0a2ef2a163396a609c14308ac
BLAKE2b-256 3189a991caed3c3db51a69cee4770af9751eb402d10f7bf3a2e16ef782bdbb32

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 233dd5b7b187a666b36bd12cf3c9de9295e2c543d1c93610fd95a874bb32f7ad
MD5 f1e2e0222823e840a12e6bcc3f8f4dff
BLAKE2b-256 3fa67f499597f9fda2a37387143e4244c5463a0bdc1a057909faebe24940ebf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d665674053cb7e67d4d22a98d48b5f1e97bce46064437b05865d0f2718bef6a3
MD5 67f0b195cef01231d2fcb576a443665a
BLAKE2b-256 8a485c4992115751886718be571cea87c5e833b5540235f7a4a25bde5811c875

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ec417e90082bcb5c3d7dcbb0a773b1ef2ecd96a76818f26f7157eef03547485b
MD5 ca2248570b42c3d3c2c9b818721aff57
BLAKE2b-256 b72ec7d4289106335010fb13b44c1448089b5da8c89483a69d4656da033451fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.2-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.13

File hashes

Hashes for spiceypy-8.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 084e8ea67754035565dd77065e7bf29ce7e23cea56999ab49f14fdfdb1b7d5a4
MD5 7374620807173c38bb6358847d5a75a2
BLAKE2b-256 e82cf4d8488e0cae5408844e57a4f63dd514fa29d5eac25caef44be790937d27

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-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.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f1c1966f52c1979b9fc83cfe9f1dc93b5993c8e3f5852d541c4b89dbfc35ea66
MD5 1de269f73638bfa135291026562f00cd
BLAKE2b-256 73e8cc334851f917f97fed1e2da87420647b21474e5aea0514709e974e5a89f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bd346b5eedf68b167929c479f1c690659814c5456eb6f9e3e0ac178d8eb3dab
MD5 82f3467cd13bf18ba083f564b794396c
BLAKE2b-256 58d88a044842dbc985a6fa719ab1df9f30940b8d6fa53985998495e508a7874a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db43ad59f835cb291e582440f031beec06ba9168f8e896aec67d8c91afe24e17
MD5 cf9f4285950f6879dde7cd917303b7f4
BLAKE2b-256 bfa6a1ea7bf9cf2519793e3d89ca5180db101114eaa7b3b09e05f140c9654cb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e7171b7bafb7f1b3e89358be7c8dd29021206f6ade769f30fca96849c042163f
MD5 e6155dc22749f7704356e35178cecd08
BLAKE2b-256 53fc31d25f415a1f08cad9b5a810956b556cc12aa1a8a8f7b3cf1c46a3e20d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: spiceypy-8.1.2-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.13

File hashes

Hashes for spiceypy-8.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 786404edfca6e1e4a35a412f3b104dda94c58dff2945d284d9b2dbec08b32d23
MD5 af69b98abab0e252df4989f06a0a67e3
BLAKE2b-256 7f3af1eeaab11a693038f434595224cf7864327022b86d7fdd75b6ec3d99db0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-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.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c0900ad0b91b660961ffb84d164c3fef1114cfde34f53449c5f6962ce687a97
MD5 0630120b56d41c5806e31e817fa06fcd
BLAKE2b-256 f6500837f2ca0988936ce91c2ec6c0df8d02737013d298f761df6da4cf4a0c32

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9312973300d12e919f6cad0331e19b8465288f8b24e481b373d9ad4eb9db9a41
MD5 55f3e939f9af7b343a6b39e06710a8ed
BLAKE2b-256 cbb8764e8f6beb2df455ed70a99b8cc0330092689616047bace2919fffeef677

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 697f643e46e94e4f3c0f4d82f754ef31b61ee1dab1cd28cebb2f3601a05977c0
MD5 b577db52b2b3e30c3d5a284588ca1bb0
BLAKE2b-256 deb0dba2fa2ca94f430f22eca8be0afec12eacf5144c3390e361368f8cbdd360

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e92b33da65c7d604ff8adc42bf3605de40c5aaf2ffce2dbf76e95db7a9346b05
MD5 ec93bcdb6074a85c425a4e409f9f2d2a
BLAKE2b-256 9b055c3a8d1c393acd59700d963e848951ab891da3ad0507141d3d82aaaf4f36

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.2-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.

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