Skip to main content

Satellite Orbital Dynamics Toolkit

Project description

Satellite Toolkit with Rust

An accurate, high-performance satellite orbital kinematics toolkit, written in Rust with a sensible interface.
Also includes python bindings for all functions via via pyo3

Github

Build Passing? Wheel Passing? GitHub License

Crates.io

Crates.io Version Crates.io Downloads (recent)

PyPi

PyPI - Version PyPI - Python Version PyPI - Implementation PyPI - Status

Read the Docs

Language Bindings

  • Native Rust bindings
  • Python bindings for compiled rust code ... speed of Rust with convenience of Python
    Install with pip install satkit
    PyPi includes binary packages for windows, macos (Intel & ARM), and linux. Python documentation is at: https://satellite-toolkit.readthedocs.io/latest/

Features

  • High-precision coordinate transforms between:
    • International Terrestrial Reference Frame (ITRF)
    • Geocentric Celestial Reference Frame (GCRF) using IAU-2000 reduction
    • True-Equinox Mean Equator (TEME) frame used in SGP4 propagation of TLEs
    • Celestial Intermediate Reference Frame (CIRF)
    • Terrestrial Intermediate Reference Frame (TIRF)
    • Terrestrial Geodetic frame (latitude, longitude)
  • Geodesic distances
  • SGP4, and Keplerian orbit propagation
  • JPL high-precision planetary ephemerides
  • High-order gravity models
  • High-precision, high-speed numerical satellite orbit propagation with high-order efficient Runga-Kutta solvers, ability to solve for state transition matrix, and inclusion following forces:
    • High-order Earth gravity with multiple models
    • Solar gravity
    • Lunar gravity
    • Drag (NRL MISE-00 density model)
    • Radiation pressure

ODE Solvers

The high-precision numerical satellite orbit propagation makes use of adaptive Runga-Kutta methods for integration of ordinary differential equations. The pure-Rust ODE solver is included as part of the library.

The methods use Runga-Kutta pairs for ODE integration and error estimation generated by Jim Verner: https://www.sfu.ca/~jverner/

References, Models, and External Software.

The equations and many of the unit tests underlying this work are drawn from the following sources:

Data Dependencies

This code makes reference to and relies on models generated by the following:

Verification

The package includes rust test modules and python test modules for verification of nearly all calculations, including but not limited to:

  • JPL Ephemeris - Via JPL-provided test vectors for Chebychev polynomial calculation
  • SGP4 - Via SGP4 test vectors provided with original C++ distribution

Getting Started

Rust

Simply include the code in your Cargo.toml file to use. Once installed, make sure you run utils.update_datafiles to download the most-recent data files necessary for many calculations. This only needs to be done once, unless more-recent space weather and Earth orientation parameter data is required (these are updated at least daily).

satkit.utils.update_datafiles()?;

Python

Satkit is available via pypi.org, and can be installed via the pip command:

python -m pip install satkit

Binaries are available for Windows (AMD64), Mac (Intel, Apple Silicon) and Linux (x86_64, aarch64) for python versions 3.8 through 3.13.

Once installed, make sure you download the most-recent data files necessary for many calculations. This only needs to be done once, unless more-recent space weather and Earth orientation parameter data is required (these are updated at least daily).

import satkit as sk
sk.utils.update_datafiles()

Author

Steven Michael (ssmichael@gmail.com)

Please reach out of you find errors in code or calculations, are interested in contributing to this repository, or have suggestions for improvements to the API.

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

satkit-0.7.2.tar.gz (288.0 kB view details)

Uploaded Source

Built Distributions

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

satkit-0.7.2-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

satkit-0.7.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

satkit-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

satkit-0.7.2-cp312-cp312-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86-64

satkit-0.7.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

satkit-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

satkit-0.7.2-cp311-cp311-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86-64

satkit-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

satkit-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

satkit-0.7.2-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86-64

satkit-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

satkit-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

satkit-0.7.2-cp39-cp39-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86-64

satkit-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

satkit-0.7.2-cp39-cp39-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

satkit-0.7.2-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86-64

satkit-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

satkit-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

satkit-0.7.2-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.7.2-cp38-cp38-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file satkit-0.7.2.tar.gz.

File metadata

  • Download URL: satkit-0.7.2.tar.gz
  • Upload date:
  • Size: 288.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2.tar.gz
Algorithm Hash digest
SHA256 2d8ea988cadbe945c0e7425f96e82cc2ebbb0ac2ca95b3a33f104a2c5b97f16e
MD5 86b3adde043a95639174acd2c70d7429
BLAKE2b-256 87263019292c29d217f844ab1a4250995b569f1af54b5146b08d1de58e88e4d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2.tar.gz:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1890d60e68f112c2d53083d906955645a1d58ae8d609930d866e91f9af855504
MD5 68b01e5c458d0c1e723056add4765573
BLAKE2b-256 6d4dc0528583a2f3848c79308e9f6b2bceaf8a0a65a64f7cbce915944dd60686

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d747259d546b8e108717d61370650de2ba8996226520b7e961e67c68416f40ba
MD5 f7db1af6f1c4c8afa079b77a3640684d
BLAKE2b-256 cc2c82ee63a894717316f5a6b02a189f5a06cf75c4fcd5dd84011d0e91436652

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce54190fe84c01d57aa3207fd89e6486effb0a388800269f77684ec62a5ea56e
MD5 9e100b409e167561a287793cc8d378b0
BLAKE2b-256 10a6f5731da71e9f09ed64b04325b197c11a5e90f1d7a80720e8159b6da5abdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea4d508e489c9401031a34de4779b505a70e62afd40a8f581af8b9f81b06f7aa
MD5 c91abea80ef70e3aca47033314140441
BLAKE2b-256 5d3b18ec20e2f853803b8edbed7af88cd9c197b5dab2dcca3edd93871629fd6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2649add0ef32af2b4881b6379240291251d2ae543714b302bd5c0d405ed2c28a
MD5 0b00763a83685048382559dcd8af0784
BLAKE2b-256 0f5cc3837e7049003e5824ffafac18729dcf1c22bd265b44cb9ba2cd8f8cccc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 46d23eda921efc3bef14cd3a83e2d874770de2d55e993033e6cb7724279b56c1
MD5 b3a0b365db08b19e22760bdc3901e8f5
BLAKE2b-256 9d2c9e48ff648db406a10a3642c8a5e8c5b7b0b2949d5138d29c43bd33dce875

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d582bf6f4775aea8697da07be65feff5040036b33728828316892cef295abb0
MD5 2a3b5d7cd06ac5fbaf332c02c3944df9
BLAKE2b-256 19caf34adb9575ee756ca6b77ea13eb9a5dc619bb76c875eee5f4af3569580df

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b02934c827eb7ac73dce965a12ae95bd24e8006ab2b7a82c8dd2c7efa2a17dd9
MD5 484c27cb9501f55a0c556cd35f9bd957
BLAKE2b-256 4b6980263812c166e43332e8e4d6dc96bc2dbda81a1e5894d655609e0ab46dd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae8ff0851d6318b5a86bfaa9a7bc1dba47fbb4a7a7eacafb0075df9539c880a2
MD5 aec41b21194dc9e847389b75216a528e
BLAKE2b-256 f15e752917c868874e5c4efc7b689eff77bf541e7c3ffe0b62013f5933088f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e95a177a2b0d0ff5be7354693d038bfeeb7b89966fd3b227d246d61ce7565d9
MD5 f07c5cf34eb11a37f09bf4544562094a
BLAKE2b-256 ceccf888fe16d3353ac22c6717498a9a30bf62cac394bee10b7f055f24c80308

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d972d1c29fb9706248b3051191852065b596b440d08e7268038d5e678c121511
MD5 46ba8636061d873a9f59fd7a39710d7c
BLAKE2b-256 4abd9668b9e7516a5a65fc14f6180598c4da2d5416998cad7e9e08aa42343e64

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6437aeaac8833904c34dac57add96096bdcafaad6734239cd9b946817ea907d
MD5 0411c5564a73f313ff7f8f97937bef30
BLAKE2b-256 33545de93d687b4b0b799d997c6585a5c4a5f370c4cf3bde4bc6707fa2c26615

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe362c2f5c1a5f978b6fb7738c4c3384dd2d7472ba7e2803896e69b0feaca142
MD5 c17b2948ef1619511c0b54d671728a4c
BLAKE2b-256 dc5f873317e8cb03b9a737a01ec35942e0d1db9e267753db618bc48fd2fe3a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02cb350ceb57518304ec69be31703ab255d288d35eeebcc3cfa0ff7e3cc6ed05
MD5 b69db99462f5402b9fb22d5d07c7d822
BLAKE2b-256 f97488be64b662d4c7a233ca6d487bd4b6989f9dfa659caf94da387162ad944d

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6568ba98c2ec089da99f31d4dd199b76472c576dced4e9cdc62ed2ed5015aa6
MD5 3eb893699cdf5f0b9df045fee4383e83
BLAKE2b-256 9c2643eacd30a39758dc0ab77433ba733da0bf56817e5965b73f286f7466980a

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3d6da875ec5c005c1d86cdd321ccfa81220e1432ae59071df4cf93476b5fd999
MD5 c78cd03836282bf7d9255f311de536fb
BLAKE2b-256 8bb5a5b415f38fcf8c423bf1bcb8c4f8f0a7679aee178c1fe26e5fe5a0a4c5d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40c1f374e0ae7081d1bde725de46641d3dc7a03fe40b56b0cd9d6bd3c46e3789
MD5 209eddd3df20e8b56af52fabc1dd1c90
BLAKE2b-256 1a5527fbad346bd9568de1730c645e44f4c7a661343845c0b1b76c02e5ee0a15

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af2ce15c74b22fa22b94bcb0de2783bf0f7d359e575ace20d4c69bddc9c265a4
MD5 d7715c6072826f15cc04c89bd939a19b
BLAKE2b-256 8ff2a3d5f578058efff4028138d2edee89a8a6505a7658ef0bf80e02586e6bff

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d59d9f2ffcc885938b37bdd21d0a12c02ba87605899483ddc2624b41f4b9b04
MD5 3b9935fce0735adb555883c308f2a632
BLAKE2b-256 8ce2a93ed6d3c1008cb6c23a74b73f4b7fb5df05a97398a1c499126ab2c46a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 65ca2154901e2aa5f5cf60b2f7b0035763352701fe0fe83f76004c90ee55735a
MD5 b3c96d17dcee217bbd9013a6d1ccca5e
BLAKE2b-256 ef9d267d949a86d6ecb711991bc7df3efdae0616c1b15e01365f607e9cfdc1fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e685639cbffd8174211385587bbf2ee641ce5df071f8cf9e791e07ea66972389
MD5 ee3ab4796349dd4c2a5433ea441671e3
BLAKE2b-256 1908a69feab47bd900dd0b990f5cb12bd84800aba161deeaf6d281e78994354e

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a459927a8d760f1b103258fe5445f7adc84c2a363cadf7da5b355e9a63e5b0d
MD5 46da184c691fbb2866064f454a810a9f
BLAKE2b-256 f9da7379ec982f37a6e5e6490a29c3118c16e797133e026e252e74b1d20fd958

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8a73a7047f983a997032bae23f1d92f1389399b781f8a4d96eeebe22ae42d05
MD5 4de9caaf4a96af56b7d55ffd9f21f554
BLAKE2b-256 b14b3c67f7c3dbc351cecce5812a650227496ac86803717421d00f0c9fa369c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be0cfe43ec4eeb941d424df2b640eb7989ba144185ce5115362642338128ce13
MD5 395297268ef7c555359807fc630ce85c
BLAKE2b-256 1381ec8c3c15167c9e92f3bf12a3f719b02ed563461cb79314fd5eed09d90a71

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 42740fa3ac44f09ee725942b81267f9c3a4cd5141429ee958e27b73bb9968a5f
MD5 d8a0a4d0b976b8e6ddf2602a3fbfd9c3
BLAKE2b-256 9dd5db7148067a917ee93388199f6f20aa2be9435ba25b96f5b81668fce0eb4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: satkit-0.7.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.7.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c09dc6893f5e5372a17f921551234be35de79ce9c5d46949a05dc7a0e77b08b9
MD5 99a24bc3887fda9015a613e7cae6b003
BLAKE2b-256 37c17f5e2a264e09193f862844b9c2afde2dee18035352ca6f6ceaf6d51b43de

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee077cbca07be2f3b8c675ae029f0a88420d04d6ff99e2d175f26753e4d589e7
MD5 bacbe87d05ea1bf7d930bfa88e49a884
BLAKE2b-256 d9c67716cd25f97627fecdf139506be48c0c2357af829ecb180361b7f82beb7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e1d82e9c979c0fcd1d2f3fdbe46fa8bffd49102e632d527b04bb07bad0463c
MD5 bb2e9c69e9c42777e811c67fb0c91b4a
BLAKE2b-256 0c24d09b5415cd440cf8da0f4205dcf7fe0d6022e26018e426c6d592cbbb6505

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff7fb4e53f561843667e5b7d7df8848bdcec40e9d5b4c75934b74112c4e9255d
MD5 bee51f152f358eb0eb85aeabdc0542f2
BLAKE2b-256 8ca1ece86a81c54b71fea62432128a033ffdea78f3b7e891bf6d224a8059b809

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.7.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.7.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6e7fe717641f2855b359495e29c34b6a9a2f3a3867786ae2a04e6bf97c0c8072
MD5 0ba622be2a124fff731b5d30ecd5e5d9
BLAKE2b-256 d439a9bdd247f0b0c359a1a31cad3356105eff3f75731342014af758c9c9066c

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.7.2-cp38-cp38-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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