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) 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.5.6.tar.gz (285.2 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.5.6-cp313-cp313-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86-64

satkit-0.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

satkit-0.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

satkit-0.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

satkit-0.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

satkit-0.5.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

satkit-0.5.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.5.6-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.5.6.tar.gz.

File metadata

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

File hashes

Hashes for satkit-0.5.6.tar.gz
Algorithm Hash digest
SHA256 7e2caa2a1c5b250f0d8a6fd93e9a85c6fdf7b11b81323b2ad8f0988c716e329b
MD5 915ee54653443b7dbb37e0a533fcc337
BLAKE2b-256 a4a239a04391848eb1d5551b7b4f36d56c3c8a2ea8da4283061b15871ec838ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6.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.5.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 61d723e5d828fa29f0478d264d7b06b270736155ecebf30cc4a9fd178d4b277d
MD5 3fcf6bce2ebb9676a2f1cedd14a18f9a
BLAKE2b-256 0059507a4547e52525978623a00cc1ac2b0a3a856a70359cca6f88306899a4fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a8939c9960c0e0d505247e7ac2ba20607a24a2b786aa21f56f07942442a72ff
MD5 4995d1d4680bc206a5b22b75fe946d76
BLAKE2b-256 629b1c151957c3536137a75dda882195bc8c5ec23a24f850f4ff4f72f0e48f55

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d88c4e775d72ffd4b813f28921933e329d6c18c92ede71c051a65445ee1ce9a3
MD5 f0546c7012309836026b05cc75c19474
BLAKE2b-256 57e89e4fc790bc9562535b3fb0a230f30cb56e19f8948936fd689051dd8bc08b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 016de3a93e692a4596954ac3f5f255d72688480d73d14081022f7a36c7da9ae2
MD5 7be532f098b4f8489718df711f50b5e0
BLAKE2b-256 67408ce1d4f46f129e9d81248338b759f0f482cb707343f3e5234d1839892be8

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3916911b49cc82168f342e75e1779df0cc1126bcfe629a6ede483da55d81c3d3
MD5 0ed7326671b62dfd2bad8b8fbb575558
BLAKE2b-256 e8c5ae6894de1df6887745bc52b6dcba4a07b1b761af62754f3f458bb536c698

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923b30c422042019477d150cc22f66769a33c371a245a9127ef895bb8016bfd3
MD5 9921754e9aa68ca7adc39faf99b5c707
BLAKE2b-256 70f8878979bb6486cc99deb29c5303887a0f1d3bc4836fbb0f68f4ca3c75d548

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6b18e42908e2a376aa07b67ae04d11ef0241f3001b9f70bfd338ba51367cf07
MD5 e65ecfd8d6b01fe0ae1fe3c62124a690
BLAKE2b-256 b2cf91f43827e44fcae41c9e7a6b3812395da4afec41d364e3a0af1afd95d095

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5276dccaf92659e1960199f74359798dafbaae89804463a743eebb963959dc57
MD5 44c3978a6101574b29dd8133bc678e79
BLAKE2b-256 9e78fba59442283bcce8de78aa9b98f469a6e7250b04792924b5ab80d867260c

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 75aecf61f8b0b92054ae45e263042f15769a3979e66e47b07d861e8e14449997
MD5 809e710c473e2200e34295ca51f4647a
BLAKE2b-256 b1504b6692456a6c940db1dd648ae83c6fb91ecacc2062954d91189580649f7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79e9455d9452b0912871c2b20cad0667f1cd104e5d7cd5fc447e41416b062e25
MD5 5098a9120e7843d768013a285c5b9b5e
BLAKE2b-256 168f1378d4464d17738c88dd59928f1b4569cb26641fb92e86b557311e172c73

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dc2050025ee0a614a321894971bb8fa745dd9769eff0ec95aabb269fc5ea713
MD5 52de42f3ffe68e20713c390bb84f1f40
BLAKE2b-256 ee9ac13c21f20e826ff8855248767e0ccd38ae5d9971039188721d7ea043b455

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 803e36df414c2e91e7c00bcd8875ff2f4083a9af3982c074afa26843b9b5d03e
MD5 c1b3c9e99c47466aeec1c08a36ce04e1
BLAKE2b-256 64cd40a4b29cdc0a73e1c05b414cb13d8ba60d161eaf46f838261a1a8f03c23a

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 daa54859fa5ae476161079935f0d6ffd722efefc8142f5d453eb8ce4481d791e
MD5 61221944e4776cc5576305580277a466
BLAKE2b-256 11932874d4dc8a78bbd0d6f79a8586919023d0a50d1883fc6d9a9d479fc1e9cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1c967a0512fd471269b8cf18a846b989e96c2bf8f3c34ea1e80027c409e8879
MD5 c961cf2b3496fba3866979c762fddff5
BLAKE2b-256 35e15170091b10b11f73068ab5834e25bc463c6e9d90696d8346870f96582c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af38e6c4d19223251fd3b3816bec3dc84c84756a11f2e108e020a47e69430d47
MD5 1ffffb0410534bc996286896a49d99e0
BLAKE2b-256 b7ec4c2303dbf72356bfa71b25c1af80249f7ee9c7b94aab9d7341b6f2e364b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0f5bcfb714ed0014ca4415ccf1ec43cf989e2955ef8a3f644f7eb816db4129ec
MD5 190e034a08c8e51263b0eabb96e615fc
BLAKE2b-256 0116d2b66d94db1b3b4c4a038905f98c62a218e5122a8828c5a521e8d4116f87

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8897f641b04f42f084259630e1a098242967f8f9b619cee80927dddf26c9684c
MD5 6479f730840bbde0a59008a970396c1a
BLAKE2b-256 e94bf53e7d32e6a98728dbcc07755b54f212a93cd5b823f5dc08b81c6e09e712

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64bde696bdff8d9cb0bafca7590cc7bff4e0b123eb14ee3ddcb5ad339655b225
MD5 d9d1888b4d77d8dd1426c1ecbee53d35
BLAKE2b-256 09419083190985845c8c6a8f3191f06efeed2e7d68d06e3703776781250b6fa7

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efa86fefe54ff8d0084bba23919ca38b327efb54136222b946be3d239fa947e5
MD5 ba678f157d67270b4cf36548b3821efb
BLAKE2b-256 465da0c4e2f36d456ddf83d7e8ff15637b81fc9e9976b7f448785030546abace

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2973838f18c86743aaa13edb1cd8774fa927dee120aa8b6bd5d3bd1f2234abe4
MD5 f340ba2b0223376061f49fd7cc8e5d27
BLAKE2b-256 25db60ea1c866bff9be981816dbe91d99b0aae8469289c21001da88299203c73

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.6-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.5.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ea44406ff282443745c5ac13149f92a86a5ec8a1789ef30c54ced7954ec2cbd5
MD5 7d0b4af2318e3654c553d765f5dcd697
BLAKE2b-256 2e17da7386350a2d599585a7aa73210e5c9db3f564778391ab00930273a2c590

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec29add62ce25e1b5c57b368aa63ef2dbcba48f71832fd5380b6dc8f680fb756
MD5 2d275c39aa3274e71221388336a1fdc9
BLAKE2b-256 afe27102d0f7201a8e9462a9569bc7b3ed1d813e6cabc0838cebd65ee350a0c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f36f7dad1fac9c78bdb62d32967ef670b3d0556ef6c0f604e5c68b1649125d53
MD5 816f4ec7fdddbd2e90e4f00bb655f22e
BLAKE2b-256 c5fcd54b8d4d811f71bbcaf13bce31089580116fd985694646bf43cd935b3b26

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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.5.6-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.6-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b54d016cf6c5c5f21c4ea60b384888f23ed817f3bbf588d2dbb97a291a3a02d
MD5 7f2adfe643359e1966f8c84713a241ee
BLAKE2b-256 d85ad919b7fdeebf6f64ca7330b2c2c94f6be8055dab0a0442efb0d94a9100e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.6-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