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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

spiceypy-8.1.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl (874.2 kB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

spiceypy-8.1.1-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.1.tar.gz.

File metadata

  • Download URL: spiceypy-8.1.1.tar.gz
  • Upload date:
  • Size: 643.3 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.1.tar.gz
Algorithm Hash digest
SHA256 b16eddba6a2c0a16c6808d14cd27438b96252a42585663ba3bdb3b0ba5809d9c
MD5 364a5ed8fb8320ae7256702b4feef007
BLAKE2b-256 852b04047030326bdceec25bc60314caf0d9510d201bdc7a623a4d11f1cc69f4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spiceypy-8.1.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1dc344c5fc7292724339a4c782357e681f8aded9e69179f50a8e0870a2d16ccc
MD5 01bfaca40f69b6229b51eae5956ef488
BLAKE2b-256 b1484f83dc60d9fb1f7c091ff092db9d8c4d6536b6102545d5d41e27e5fbed12

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.1-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.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ddcd1a44507efed37a5b9540f50a30420f3ab158efaadd245613af2f807e730
MD5 eae028d2db8bb22d860682c7b9798e46
BLAKE2b-256 78ea1c22385a5845755f2b6cbeefe05c887991e666a4caf0b2aa478ea89061e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c275988757dfb7e67d52015ee6280ddd2932ed1ee6012d1c9eecc4428bace1a
MD5 716ad9660fe1d261f8dd0d9b31728a72
BLAKE2b-256 4b110c1c8881211f5efc7de8ab0edee968b949447e9e51655db59f9437e72678

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 153d96d845efa5dc6011df1f03f33eae4431898aba3279f601801ac137ee9b93
MD5 0a91c76360db475b1980fb90bbe6c96f
BLAKE2b-256 e64005557dc279dd2a4275c54fb01622e1000831e3a570b86e3f958dba72d1a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f4ffc1c0f47fe6f0d3390f22672552a88ff1f76385977142e01cf183b405c62c
MD5 fcb44bea80d0f5a50f32b51a9376d7b8
BLAKE2b-256 f7ab8728eca2d9ed6de9021240bf8be2054637f78623251ca8c0e8355a45313f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spiceypy-8.1.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d1d507b08db1c06044e0c4c454cebd0306e7309235ea44d15d8cc2347e031e6c
MD5 38c6a01403cd7214806d1ec838769349
BLAKE2b-256 62db3ea61551b11ce9e9d68451631e9ea48eb61709eec88b6280e3e00f30056f

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.1-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.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl.

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 b7d64d8690299a28bfded3e6e3270c6149632f3c03a5787e3c20fa0407b86f0e
MD5 e7e155df95e0628947cb1c0cfd70609c
BLAKE2b-256 66a9c086e1b7f14b12b7d01bdc1c4f1c1091bd819e63bf2521b0021a9a5cd6ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.1-cp313-cp313-pyemscripten_2025_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.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f20e678de4a4389d6281c25d5bd0f17296a1753e53f3b2086343ff71164175f
MD5 a1cae313d4b9351ac58040bd01e9a2c8
BLAKE2b-256 ff0d370259c08ec918d12e1bbd2149b6d4f7204fd78179fa0250d7a19806b4d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 107aa11715c9b16df2b6c5b91e26ae6279b5ff5c7a36eb25c76e22c41880db97
MD5 f43188aeed6c75c4e29624c73f42878b
BLAKE2b-256 454fdfe9f7229d6c4dd914140bc00074430e04fc40fc94650f6067bb55df8574

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2784f4c126ecdf6df866cf0394bb305ed25928ba3a51304ff5305b51c6b4791
MD5 a3ad2ec65d5ad355f43758e92adbf7e1
BLAKE2b-256 939408fb5656ed0c2c71b80fcd90db70f838c278f8944fbbeb4d51ebf796b34e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a50adf49554c904304a6cf6fff3a6c2ae550dbafe74039ca1776b16704934372
MD5 53ab7d076737f1b854582c2218c58464
BLAKE2b-256 2ad126a460f12ea39ce20f04213a35223486f4d6367317ccbb8669a8b810eae9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spiceypy-8.1.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7f0eb6698cff0586a5e7199155f45393cdaebfc7096597f9c793a0930b726b4b
MD5 32d3fe02569afeeae0b69123dd1cefdf
BLAKE2b-256 76baab9568c2b8629d7f5c0638b006beb995d90041e725566862a6cc973518a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.1-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.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15643153103eca3a05f4786df85423eea9d7e04dc07f3f025d1092ccae1521c3
MD5 5c7db75c2447d380333f549a1a91c25c
BLAKE2b-256 3af14af8db0cf7f7d3cc34ba943be1cf240faedfcae6f407408fb3ddfed2fdb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2111d8c070daf2d12d800c632f9ec4a01490210c17034301116a72ffe1e5f67b
MD5 7372134ee106c9f534f763599a7a8020
BLAKE2b-256 bdd6fcd1a7f96e032059836000f64273de43da1af4425d3ec738082bf65f94cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a8bf86fa1d480b2d4b5390e58a29d32552bbd69a52ba8842c01668943c3805
MD5 15522fdd2e9ab77d9be10803fb2dfd2a
BLAKE2b-256 9c97b401e507c6f4b3b79cd050ac4a62fade284065b11c2b03e843c6fc5b1b2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3d1d654309dfee5d410c17a6200d9077d01ffba37ef9b7d26cbc8582afbd19fd
MD5 b751f41d0942d82430c4dd2ff1a8a070
BLAKE2b-256 5cb028d762f9dbb3e37adf06ad26b60e07ef2cbf5c199daf3d999a538f4dde89

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: spiceypy-8.1.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c1781e348e6588e2850ae6e8ebf8490fd56b2d89219bb7f795d8efc218737312
MD5 653121cd5904cf437cc4d2d6278d99ed
BLAKE2b-256 c99f55cdc132f9a3b9cabde1e6e2ec09d0feb932f7b852949711ecbd0ae4200a

See more details on using hashes here.

Provenance

The following attestation bundles were made for spiceypy-8.1.1-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.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e65ae48d0bf5b020f013d82e829ace21a17e694634871c5308e44c96a7b97854
MD5 5badc94936b94d086ac9c14918abcb3e
BLAKE2b-256 cd1275b69b7a0dc8f810e0178a8f27200b241dae39a27210fc895e57e596afca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ad76d457b1942ac7bf8d7d10beb3d7c4ba2fc3a29bb6c04823aa173b3799728
MD5 fb92bc3e35faac6cfe0778338031d8a9
BLAKE2b-256 d347d22eacff3566bd380ce6773a7a5532ff55e1d40a2c4251f5d433a769bc1e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eeaf51dd353745171face0c58b43c5d18d886f270c545e3a940bedf166490d75
MD5 0bf78e232988a263ef8b3568222cfed3
BLAKE2b-256 e86a52bc99938f02c0d74e5988e393fea69ef48c2a207a892f835a13c04e6c43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for spiceypy-8.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c52ff4e74376fcb2fa3d98dda5ae37db3950cfd674e4a82ce9dff0b790aa770e
MD5 618dea8ea86a69036194ceef3fd6ce22
BLAKE2b-256 6614e73cf92500015e84eb3914ff892662a70f3372cf5b74c3e56099fe497f61

See more details on using hashes here.

Provenance

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