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

Uploaded CPython 3.13Windows x86-64

satkit-0.7.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.7.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.7.0-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

satkit-0.7.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.7.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.7.0-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

satkit-0.7.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.7.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.7.0-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

satkit-0.7.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.7.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.7.0-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

satkit-0.7.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.7.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.7.0-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

satkit-0.7.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.7.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.7.0-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.7.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.7.0.tar.gz.

File metadata

  • Download URL: satkit-0.7.0.tar.gz
  • Upload date:
  • Size: 287.8 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.0.tar.gz
Algorithm Hash digest
SHA256 a61a87832078d43e7fd1b410367e3f1231e394971515009ac2903eb954cd7c71
MD5 b47fd4988efb4fabdd6a926392984dbb
BLAKE2b-256 18706661cc3e1f9188060b2ff21a4f30d8e2cb8a44aa0702164819f16621b820

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86d90f8af6e4c14f2de26f1bafb12deb4f5e8432e720914b4ad49a5f39f1ac2d
MD5 c86b62cf8f515cc6abddd90c902dde7c
BLAKE2b-256 139b812c9a7008c3fa7c638df9f87279d9a159d0f136dfaed2e726805aec4476

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7646e9e5b01146bb5ccdc8ac93a7515f8bf8802ea5c2d674a9ef6f25660b1e1
MD5 69cbcd3843b08525062f35aad9681c42
BLAKE2b-256 4f0016ad3dc9253c8f1433a1cfeecce806aee2cc86425168a894dd774a9d3585

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd537279d38b739e6a3c0a6f9d6af9e07d8958488f3fb5f8711501a82ca70377
MD5 47ead966039061198e1a4d0ea72d0726
BLAKE2b-256 c9a3aae7e55bbd2f014d3d8087c8c196f79aeff0783c1d08fa337d39fcea2e37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5475492a2e8e020034abd9c018c09708629f6ff26b899ce4db0b063a7fbea3be
MD5 f09afdd1e78c019695aadad286d5138e
BLAKE2b-256 bcd5f0eaa15fa8a89139ec34b7e569a19c431a633114c89e0e84bf30484d100d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 16fdbe49eaef7764669c05ead76b9270c5c549cfc843a6f2ab636dc463792c02
MD5 097c41e8e431d41012d5b2849e5f8330
BLAKE2b-256 c1364da5d325c0ff9cb0579256a3f3f28140290c666c13965a44142a31063d41

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a026ef2d4085fe97b48dad8f12963ac7939f91f06731bd8b3693c80124f158d7
MD5 bbe2f943c356bcc7d5bbe5a74aecd3c7
BLAKE2b-256 86e31d5b1f52f5c2a92a60f1dd6aa214f4b24eb92412c54f173a2086012cf3a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1305884c3136eac07b6ef52001065d6dd38935dea6aea949d13f2e6e59950929
MD5 8f12e440ea538c8e37f73932f4d70a03
BLAKE2b-256 cf7b2a074ad92abc1b8945f7ac141a7feb0bd1cfaaf6c934cdb6cb04182b1c83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf94566c619bcda189d9616244f2e642d84218d45af65928cca4835b644f4b4c
MD5 badcdd3444cbad74a3230f3f83aab16c
BLAKE2b-256 ccdc80574cb5433c38387a14e703353b8c049a964838b91b851f0338d8c66e34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85adc355cc407f721154204e0069e538b4cc0b44563c0498750d49ada1001882
MD5 394664f75bb8ab2c55b08df042e74634
BLAKE2b-256 a76b0a0d9cf7364ab5b285dfcf69b1fba5bbe10e1931c1edae1f4e798fd23bf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 870a79e1d7559cc85f05e0191014d598edfb335f0a0706b197297804b09efdbb
MD5 f9121e9e0eb5e70443ae4dfdab73a7cd
BLAKE2b-256 dc804e713764512f057526dd995aaebf825de718b8722006d4576b54b68802bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e1ab73af88590eb6d79b2f05a2443d62a0f37af1cca481697587d806facd6e44
MD5 05f42e06078e73ae7a2794b3223ff9aa
BLAKE2b-256 b0b7336cfa06fead3827cb840394d49863f0d9760775c1ae89b11ad9953bb1eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26ce9caffbecf7ef5674e6407c815f50291c9dffff382d083a25870ea3a04d3e
MD5 a47aa413de12c51ae6b574b03487c233
BLAKE2b-256 29b66e55a23b4cf38996f160ea3bd6639f468a5b3ce3451e8239ae2e8970eb3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a89ec8af524b2a7681cdf4248a1b359de71f3ff0429bffff7fcf867da8c25aa
MD5 7ad0c05bee5957dea77bd91ee16a9acf
BLAKE2b-256 6504e67c1ac4b1e7cbc9bab21d5f94de915be70cf20d9b9b9c6c1f9b786ceefc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e75a904c5fb1aa806812d824bbda7e62aac2e389631ab6803f43f90088ccb7e8
MD5 80ba3abcf88f90e615e7ae2c15c44b01
BLAKE2b-256 6ff36a0551b01224ba60bcf30ab78a5f3540f0992ae9e1ddf226e2570c574f3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0e8ae34785b080a57ce33711628eff4e6cc5bae04d61505633391c72ebade4dc
MD5 3f8e1bbeb02f8e1c4001589ebe6d38ca
BLAKE2b-256 750f0425368c44ade32081ddb549ba0da67572e87f8da97f9b453247bfc13862

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b7010aee576bef31184b61a4c1c37258e0de66de57ad210750aa39e9f039025
MD5 37bf12c8474beb02646f97731f7cbf18
BLAKE2b-256 ceb2182d00b9d2be10aa36c8d91ad9165633d7f96036f1e76b16dda77e50a1bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 55913c4bf35c61edaadfd66e872582bba068608821ec7f0bacf735ded128b97d
MD5 74f2c6387f9fe9267ef8104c5249ad20
BLAKE2b-256 ca525a950afa2d017e9299cb7b6547a1fd3187cdd73a9b0b233f69dec536e6bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91268ba9fe7303c85a2113686e52c51530474be3a62f56587887fea2c61b64c4
MD5 bd7b13fccd07037b0681a23d3dc4a234
BLAKE2b-256 809179cbc39e68e973fbd8bea55329c9aaeae9e798135f15352a644eed618cbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 119e1ea9669b64acc1e27f7b5aacbf2afe2cf0c12a0fc1463f942a72b09dd82e
MD5 44fe9b55d0fea9ec222ec68f167614d5
BLAKE2b-256 fc96bc018629ec7ff50d16c2dc6dbcb0fd6d83bd73c0f927f2107fec6dc9732e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92d9b6400b3f4c1c9d6d81a7a9d7f0dec0557edd589defa62a64e72b20d9f747
MD5 b1400bf58db15c8a8aaf05932f352c8d
BLAKE2b-256 fcb9d48bca5bbfa5439a9732efd409f8036be5ab79fbfaea9dd08e09b8d83a23

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 305f6edbcca54db275f7f9b5e505fb4aea796d6deaebc3517b448421108a841c
MD5 c6bfe081b19164eb960bf1a127a9f020
BLAKE2b-256 ede9af3a0996562be9d54aeea1280bd8a9349894a7df4b7cc261373e9ecf0b06

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1ac54424af5f871e92290da5c69c9b173903a7fe7c9b3c852441b4e7ad42458
MD5 8734da2877df99608d9202e032d25801
BLAKE2b-256 2e53d08a5bb29ec4e1e0c2e9693d5b24720416b0a9737dc878795b2a89518aed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d03111878bc19448253efe84d6f2b5afeec2b2d4b275cfe77404e3e63ab85ae3
MD5 7fef83d2e66e9d9e51285a55e1addafd
BLAKE2b-256 f82c591f9bc1c773dce8aa85ecfb9387cfafc6114c3a5f24dea0706d10e74b6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35e29671061ffbd51d2aeff72d0f9114f63fce6b88738b2c971b374dd7b8c46f
MD5 353f8f8de5d78cf1421d3730537bee1a
BLAKE2b-256 8fbea49dc9eeb22932f3d9de82d6104f6c0bec18d6fcd9d6ce8dfb6fb33cea0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0eac137b95267e8a77bcdc17a12dc7329d4d3639773f45b371324a098b2cde7d
MD5 557a0c355e62d8ba9c32e8514afec83b
BLAKE2b-256 bfd5bde55542931ce24356c3b8bcf5498bfaad8a98e77b951df59f80fa997b8c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.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.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a8d3be01dc604ecc07a5f595fc1fd3bae2aeef9f23c529a60882adba640ad8c7
MD5 2cf046560d68a4177ae615951322f6b4
BLAKE2b-256 5d4f8ad0bb0c4a0190b40e10aed9503a53373184f46fa10425fd665c3edd0eb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e96c615d7b827da2cf4605bbc8614ebce04ac7ef8f7fd9d7ef4b34afc9aa27ea
MD5 ef5d80956ec26a632864ac098663cb58
BLAKE2b-256 3ca4573a793999c9a34eb98ff6bb9e05612b94c792111a49265a583996289a56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d193dead392ad35326bc760f46f7c11749902755c94fcfaea3eb4953ab434dba
MD5 789196a35fb29d47f799975736ceed5e
BLAKE2b-256 9363624f488059bbbe229cc09d99a7417ffc3cb271e2f7d590a4b8375ecdba5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fd6a4ff6457044cb818d822005ac23b36338ac6188d4d7837ae176a8ef77586
MD5 604fa744b7eef31a5bc0e4ade4f051c8
BLAKE2b-256 b636318d8b0361427247fd383e42b3dc95ae898dc14d5f82c703fe9ff393c0a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50bbfcd5e98ee9c2a8773bea8ef7397b64a1764ff980b64c904ea3c95c344000
MD5 af0aa73269d0d7e8fc0314f8b5dd7609
BLAKE2b-256 54a0769b755c87d05669b010b5245fefdbf54094d347406ec4a5286820e99d7b

See more details on using hashes here.

Provenance

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