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

Uploaded CPython 3.13Windows x86-64

satkit-0.6.0-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.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

satkit-0.6.0-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.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

satkit-0.6.0-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.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

satkit-0.6.0-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.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

satkit-0.6.0-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.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

satkit-0.6.0-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.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.6.0-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.6.0.tar.gz.

File metadata

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

File hashes

Hashes for satkit-0.6.0.tar.gz
Algorithm Hash digest
SHA256 e2bf5ebad58bcbd69a3070050c57c130a1126b1fee32d83d74ac62942dbcbdaf
MD5 32fd14581bb55dca7f965f0f29b24db8
BLAKE2b-256 bee86cf0f56c765e2b78ed39648d566ea71d27013ea78ff866e85e67b78fae02

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3264b5b2962fcee5d731001fb97b404e917c94cf9d622714e61a10ecba6b9a9c
MD5 a4de9816831f269bdcd128c2875fddb1
BLAKE2b-256 31a9c12df94e13dac699e08de1a8681ed33b49d94a1c1a9cbdb532235be8d144

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fecb3452c986e84c354dee49b1584d231751a51e7c271519a81507bc5377d562
MD5 4934e61fb36165f3a6667b7a5613db6d
BLAKE2b-256 e8d702f89fa5832230284b6913a33d320bcf4219aff23fb1e37677aac1697a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 173fd7e391691bd2d082821c6f3f0738a13c09873383f1c312c152dc37d6a098
MD5 13444bb96428a0c7da9ad8f726d51352
BLAKE2b-256 deb1cf5116b212f60422f2136837eca8954fa8942a2b4eb37a06f434aec08684

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 483b11a362371d579b163db5b658dd6d8ffe2473df4d7cf9eaf8935e397adc36
MD5 ca79ed180583673bacc9f0e9a7031952
BLAKE2b-256 4e74e2eb3f28233c5636d0ad181c282657837f5f7142c8303adb021a68d7995a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 309e711ee818d8de54725ad5ba4cb342313c464c4e23f9958243a6b4f7489886
MD5 2ebe295c03e5c897a9b7b12418a71d30
BLAKE2b-256 8fdb7b10e17adfe4075ec7e6e893ea1b60d308f5046eb28ca687945818b66600

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0f8632c985aa577663591fd673297b2fd2748e4e6619daccd29844f6425883b8
MD5 1f63a8c6111dcf2bdd17d3e8387c197b
BLAKE2b-256 084b49378993e4c1017c2d537a823222d3fb55448ae9cf1d03aabc091c7b5095

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e37a84ad603c3ba44685838954a1e76590224d81774d22433a9a767d9488d6aa
MD5 ecd83cc82b437a8f501e8d7e0458de2f
BLAKE2b-256 9b2a632a85db28094dc7630d989ac1ce2076fc8b1bada4f04cc5526bc54c6dd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb972aabbea92e47d8ce214cc63e6eefc158a410436d4eaaf648d82f4287cbe9
MD5 99669b7a334b4296b21438e6f6f0888e
BLAKE2b-256 dec1fb501782a0055f4de2706d1dc8d91a069892c47462d03cfea732a1e33d93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f005ca367e60eff9002017f95bfa4a2be0e0c1397f3be4ab22d3851ae7c990a
MD5 d5781cc4d8d4c1838bacad3e8ce56306
BLAKE2b-256 752434f4f82942f83c5c75f0491660a9344c82905b3782b8193e62826ca4a139

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ef09c147603da96c970387b54da417b6d76a6d4f294202c1d3da0512d0515fd4
MD5 c1256a352697146eb74bacd2bb0e3e06
BLAKE2b-256 4a6d61ecf4b7b9eda4d585df5c51d43971e0fc80e0570917a330876582d0da60

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c42b2812d5889c63e84d3a7e8437672aeae307f3b510a191e205dcf712247b9e
MD5 1abd548a6e5dd62467fc0788972100de
BLAKE2b-256 8828cdd481d3d4872baf0171fb6068c27530df26bcfb39acb62b18568c56d049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe0a3a0b86b1c6a7dafd18edd5cf835e04a72f63e03185ae2cc495c1ccd02c4
MD5 c3fb69efe714789aebf5bad878b9b2a7
BLAKE2b-256 27ae1f244e3c1c212309fd4e75ea0db5500c480157e4bd70f896dd724b3bf8b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b632b107c8ad858636e1f8c2c8c6793f788290533952a571e825c32a29a74b3
MD5 99a2a0f9a86950b9a49b4617f80ad2f8
BLAKE2b-256 346fcb8eb793ad7be658479d3fe314f14fd80c38cb5dcca495b65377e58ef59b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34901ad38fcabfe230ac03bf50647d934e432e6184e1fadb55ae2088724cd2f9
MD5 e06bd356f25e720ab2ae46a7659ab9ee
BLAKE2b-256 0dea4d739231d4b8e53d6f05ff3231ef8e97f20056a3ed2805a5b53927442ff9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d5df4e044934c71f97254bab01eacc36c3943730c04dcfb3cc25a442573abdcd
MD5 fd36173cfbe018f34991493e174e7a87
BLAKE2b-256 5c1772bb3a1bb2fd7f06350359532d7f9c95e47ab16872db0232faee8e9c67ce

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fef193f412912494bea2ba2af6f91a54e4d08f0ba83c3becd4e471b93ae6f1fc
MD5 09094c3deeea42ef9ac802f11dbaa91b
BLAKE2b-256 c93522e0af3c041230552da7f5107bc9cfd4cda4b3486d24a389345cdaf8682e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c50af203cf911e4ca86dde43d23b9bd31cddc64f80ee62c3d3033fffcd7849f
MD5 e167532a7579e41b464aa4abcfcdd068
BLAKE2b-256 18cc9e80211ea3a82c6b149e916d5eab47dc44914a64d0e2ffeffcece0886a7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdd74c348001c52b15d5599d3999e2073c46e539a5d6bb5e69d4144b4383ee35
MD5 48d1aa025c564aef4b7492f60fa94d7f
BLAKE2b-256 695ccfb6982547bca743fd2912b6f9557daa3f9449088e407a4861cb90529ec3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01739d418dfa5c3697ed7514bec8d96104f25a1ac847d426afb0babfebb2d716
MD5 f707ec7aefd94073b30c2fe7f7736f32
BLAKE2b-256 66be15c68a9cc28ac7ea27b3ccf2f63635a7e4e9597309c2f66f5f3c6d432862

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2f266e211840740fe657631c7cc14c9f58228ca77e7a7218b839e1c0b22266f
MD5 20d0645ad8f4fd052b1f3830f3a64261
BLAKE2b-256 2908d000bcf438a45727a38f97ab028645cec8f7ced87f98a80fae43511a38a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3c0d19666059a11398c9eb08cbe184e005103c7c0cdba5fbc81cbb3c8615f14
MD5 14963de507ec05444228d2812006b479
BLAKE2b-256 21b69faa978a239a65cc4019fcfa12f06df0ef5b5d3969fb01437f63aeb4c4df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62dbe0d50b5f1db270b68bd489594e3a2efe336fa7612d440d2e78c4bafb05db
MD5 3784d9acc9059d6e2126c4834ee8d08b
BLAKE2b-256 94ac5164d2ab4dba3ac84da9dfa964feae50c31e724d08c0a3dcb2695b95205e

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95798e7b5b9280b14da208ec670eb5f2e88b5a56503467623060cce79f5b1230
MD5 75effa61fa4447f9eb073540a7b28ebe
BLAKE2b-256 40de8eab9ed81043d4aa067b95a745dc333ad4d71878b50b1f6b3f3fdd469c38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6970707e5fd6afd645f3633a518b91de74947299749692ebbd7800ffc5dcaa2
MD5 4c2ec5da101561d61388cef741164c4e
BLAKE2b-256 b0e0a661b6c73165cd4b2df8a92c2dddb39f527f0a6e687e576b6c71f4d72db4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cbe0355defb6db033c79dad57c16831c8c1fc5c8efa8bd9b2ff34c1e5b4c2674
MD5 26372aaeb58fe9e91027bd7ae21b1695
BLAKE2b-256 ead96f2b746a247656cd1369b981351393214b584928b7b646eda659b699b272

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.0-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.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dc8a1a0a92a48901663b2f68f7e439e99ff09cdfad36d6548fcaed79ff48e86d
MD5 664222d07b44847e63d6b80cafd3bc46
BLAKE2b-256 5907a1c713891b1c40a236d3794f0c7049ab4cd7aec83286b854691b430482d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ed08b50598f4b4fca8eb78b71c0d068b7eb394999333bcaa1322c4cbd9bfc72
MD5 0f4b363fd487f350df0f56e018a07aaf
BLAKE2b-256 44fb91f47a35be9635352ecfb6fdc0a46261e7210ac9599812839a062cfef06b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.0-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.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92c2a18506c64b4ec5c6e51b06b2e61575d4d60b7739f5abe9a01436ba15417b
MD5 f1d3be0ae039aeaf9a6e3e5da78c753c
BLAKE2b-256 8f9bd89be0eb9e85e03a13a075b7a7edafdea7056aeb243400cd771b93d54428

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcc2eee6423f93b511bc7823ff5bc367fc5e131e8231c3f17076d04009af1af6
MD5 ee2eda0943f4c90ab098719d466acf2b
BLAKE2b-256 1a7bfb505a451a0a70265a0265c7401759db27197e53106bf82eafca6856897f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e37b2ccf0e70f5d90c1dd8c6e75092b87f24bd820329af0ee680cd7c23d1f4a
MD5 1b7e52387726c40ecf9c579df60d0933
BLAKE2b-256 103034308cb3a6a6632e8b24268bc47aac010b2abe5846e2fa0c94569f68ea1a

See more details on using hashes here.

Provenance

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