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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

satkit-0.8.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.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

satkit-0.8.2-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

satkit-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

satkit-0.8.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.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

satkit-0.8.2-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

satkit-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

satkit-0.8.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.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

satkit-0.8.2-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

satkit-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

satkit-0.8.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.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

satkit-0.8.2-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

satkit-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

satkit-0.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

satkit-0.8.2-cp38-cp38-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.8.2-cp38-cp38-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: satkit-0.8.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.13.7

File hashes

Hashes for satkit-0.8.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a938ffc58ff42ad2e2cbeb130978a46b5fdc33cf24f495dbb514246ff0a7c6b4
MD5 1ff20b1a7601a672e2a4c2ed654afa44
BLAKE2b-256 51ce3460b6d42c33c8978e167f63ae830183c79a6b064e25e8c1bf5133f1caff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e361df9315f26cae69ddcee433b446db1fff098b20b6adce5423d2da1ab5327
MD5 bf6fa30c9eadf853e2439890daf2f473
BLAKE2b-256 278b5549b18cf34fabe3566da0fe0bd2e3e736c266a9d3fd14b2332fc6701a67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e20b8df019595d6e6346057eb5db8bdabcfdb915aa41557ecaaf9e95537843a
MD5 778e4cd503eabb9db8801b6f8e5fd36f
BLAKE2b-256 1680a38412303f8412535be3e33fd305478f5f8c7cd9811759ed7af5a8fe5df6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edaa041564ba1921ca351ea20d33b6593cc891f017ee27a34d7664d2b5594729
MD5 c2f3cb2db88107cff1920b9cb41641f5
BLAKE2b-256 aeddfb684f5e2f49d618f63e5641ef3933d439905fef064a14cedbbd5188c78f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d10e76317a509353cbf5002ac19d0e3599405c59473a5a7ab682c72f4c59aa3e
MD5 7f42348c151f117d44847c2a196bcfd7
BLAKE2b-256 3084ef9f05ba50cc10c3fb8ec623d380b3f91edbf8a2d7762ff25a1869b3b822

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.8.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.13.7

File hashes

Hashes for satkit-0.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8d95b32227cc870f540e6dcf44df33d1d7d64fbfbf800d82a3f78649d48fdbe7
MD5 ad5849df8c8baebd923cb7444ca63f4c
BLAKE2b-256 b8c36fe962db39d3da3ddfa5630c76d759a272fbbaea3e09bec0445abf196332

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53988dc3c9fcb2bd62a0ec3d6f420907cb8ec78782b3bf4a78af6f43714511f0
MD5 8c37983ce1700a962ef5c80858d35624
BLAKE2b-256 b749b3a289e29bd3ff0aa42e1a67381872325dd6df183b39f2d97f208ccb55fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5660eb800000d144e3369909e33edbc58c75bab6f345cbb4d16417b07e9c495
MD5 ba3544bd54a64e372bfb42639919fb8c
BLAKE2b-256 2412474858ab8340176b7b57b5365473a73a476b8b96318361648940c2b4d2ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c6b3b339aabe627754a04ad2c6360ff38d109e5b5967272ec51f96917379919
MD5 0031bb210c43f32d816ecbf514cfc3bb
BLAKE2b-256 24bd3c416ea23b4a3ad2181d31f67778d840433e979f313c121bdb0c60ab2545

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 679440aaac58fedb11bffb096add85c2795baaa41bba9ea565f7cb40049fe05e
MD5 5f6360749499a2c2ae902379603a920c
BLAKE2b-256 6dcfa7582dcc3bd8297cfe95f37b3e67619f32e6ec181b053a2308b2980f9d6a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.8.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.13.7

File hashes

Hashes for satkit-0.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3465f2c56d6d9a3b4565dc0914563ee985e38bc92f2a8dc239beb34031005287
MD5 91f09a596884d7281b1c6afb420291e7
BLAKE2b-256 08f2d610e0b8ca0e189675b532e0dd222ca27101a8f76e8eaec8d4219b43ca0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 563d7bad790f520e5f4ae30498aff69293defad0d48346c9f139c284d29d9737
MD5 e13a8b656bc1a3650ee7506d02324d64
BLAKE2b-256 c6d12bb839e94b5872effa4860095fca8274ad8011b1a6b53fce310a66be7dc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5bc46cd91491d2c1b6959b92289e4d92752ef1cb444d185df68da2bcb1b4e96
MD5 4fb9796b873092f049bbb2fc8e53c779
BLAKE2b-256 e1176c6290afb3f03ebf7403f60440dff43ce742e370cbc51dd9f34435dbad66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0dcbcd1fc5cee312911d9638ed5e0e70b3e3e10df9c3302d3f10cd2acde22b0
MD5 b265017b0530fae6646f8c97cda3068c
BLAKE2b-256 c14f27dadab02878ed44e7eb5a8bf49855cea45b0188e0c5ece3966dac8245dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5df70a5553cc14c45aaa129e3c5d952cd6b0052b2f1c4a7e9fb77f74d5a84ad1
MD5 5e52bd734e9c982ce1afe2d07a4b456c
BLAKE2b-256 d83af1ccf89cb2e7efa8d62e21d82c21737ebad80e87eeafdb239468240bc679

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.8.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.13.7

File hashes

Hashes for satkit-0.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ebb937d7fca63a4db26b9b354c32851963fee030259571c49901f88b68a2a08b
MD5 ffc02ad460f35b78968ba8b719133958
BLAKE2b-256 c7da081a73d261dc85bfaf891f0bbbed9a4fdd5a80c31a927f7c37f1db594b64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0e79ddefee32db33a89ae6cbcaf0851c94280bc1159ba650cdc5f87eb0c8c33
MD5 48fa2c8005647c0fa4eb1c96fe4c1bda
BLAKE2b-256 ae87984d2c3038d05d3120a62bc35436eb7b0081113ad0294fcda8c2ce518e32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9f935bc3c4e08224a304edc379db36f274e2c89b7ddb01cfe036bc57e1cabb3
MD5 c89c7b3b35ba4370853bf9ce429d5696
BLAKE2b-256 3e26f7f6ff4e54c783ec32c6d95ba0a4580f6339942c6e98b6aed30323823c7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cdb07d650f99f47939cd3a457477d000b1c51f08c500dccbdd25c02ef47bc1d
MD5 6ee2f4ca6dd20cdc13f2c8291205ab46
BLAKE2b-256 15e6bc650d766b31d24b7dd7036a8d05bd1d776416fae70fce693e9f3f0102c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc4d1a902d447e9980c8e669409656c07e9673cd4eba688021edb2206b21a571
MD5 be7bfdeb22c84c3d8b55826987bf86db
BLAKE2b-256 e02666a64b2ba99e17a225990d0eefbfe275f04f0bc74040f1b21f0f0c086e97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9142ad0d6fae24b52fe99138483cf957f7aa5129dcac47796345427870c81950
MD5 1a8410546247c1a47881287a5018dc9b
BLAKE2b-256 825f83a9984db3e1d0f87cf67ae01c83f7056949fb76354dcd519ffd352b9338

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 243c96130bc3084f06b73db19d44701a7287923a6b35f982039fabd22313bb4f
MD5 4db7bf4393d785d29a00d088f29a7f39
BLAKE2b-256 6d1a1025d9b5793e429a058d6430eece1a150d9ca179d829c578e138851d3116

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.8.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d4a1c44ac1df178d5a9700eac53c468f0b810c2f96452dedb3d0e4a9f904bd0a
MD5 e6cd544f611aebac47aa57f008c96346
BLAKE2b-256 a6e5927c68ef875b2ff031a8a8f0f6bc8a2a86fce6eeba0c2621bd87b10aef78

See more details on using hashes here.

Provenance

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