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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.7.3-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.3.tar.gz.

File metadata

  • Download URL: satkit-0.7.3.tar.gz
  • Upload date:
  • Size: 288.1 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.3.tar.gz
Algorithm Hash digest
SHA256 ebd6347bcb3290a03c1c07b580795b05a589e80a4d05c19d04373704fa1aaadd
MD5 b3a7b95c127bb1bbe7d7b2019e20de29
BLAKE2b-256 92e1c636bbb607dc81a1b561dd591362a6574ba802cbe616ab6ca3e0852d5a4d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3b3fb9f9d345310b2bf53777261c0cd3a05f6f1bd84bdd49693576ff372be235
MD5 8a7be89242cd2a8a6628f6596fb310f3
BLAKE2b-256 5c4c79fc64de7614b783d219e85d1212838b9a07a7b63a59a9063393976a2751

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3adf3e565b56bb888eb3030972a8e80c058a7353f50fb2ddf5c9a4fd15f0c964
MD5 bd4f621e951afb33c9ce8f2dd32a6cf2
BLAKE2b-256 beb232cf13bd110d81b57204ff2cd46785a74fc1425d187d8979872abaf50b5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4c0d15039d832ca8106e1cbc5d25c4db58a3f6a7e926e8e61091da68d75c825
MD5 bdf5ddec9ebb7eaa164eb932374ecda9
BLAKE2b-256 6d9f13eff215a8763294b1a1431820a99e3bb59bdcf4b06166b9515592f615fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32cb48440e6a871c391ad7b2598830f3f313fbae8adc215049a337a02fcc6a1f
MD5 71d83cf040eccca9914cc6be07feeed7
BLAKE2b-256 a72404948c5f74551e3c8dff95b7c6e5ad2731583b2eb0ff5bb49992bec9d9be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c436dee9618aa41f992cf09031108a0c573976b753d556649e2c0a1c84489ed7
MD5 65485942eee4b4eae96f93b7bb823ede
BLAKE2b-256 bb983ba10071d5f91ec3d37b00b82f0705734f00f1049298133436c8070860f0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7ebed12d3fbc4584a5c650a121b10c53db6b8a308da96044d4cab722f5159a3f
MD5 0693455da6490432ea9a2d5f490c9b3e
BLAKE2b-256 0a6ebb2c18bbac006f81c0631b05a1201df94b01a4b3bf816111316aff62583f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 463f8f86618db5de5204d88c1cd8d09166fa6161db26cf10d2b916f43b56d14a
MD5 4f0398784b276e1e8cc3fa0454afb194
BLAKE2b-256 63caed83875a3a33a0a2de9e8e7e50fee74adb68eda8ec4a67654abf6701e17d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88d9223a52a8daebdf780a7d9e02f3b381680d3d3941900217a064c3f48ec407
MD5 a26d44c053da72a777bf51a81c3a0c9e
BLAKE2b-256 5986d45325396a334b41f5687dc2ff0207d2f4fe554c3dbd2c63cc828552b857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ce803e2dfd2754111207e09b94ad89f1d3f5065a6935c5fb4798048d52654f7
MD5 2a2d4e20832153cca19d9746c50bfd15
BLAKE2b-256 e1a488f84c80c139dd996157f115b559e1cba3a04ca6af17f39ad6b7a910a988

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 efb2e155bab91ce8d321c9a9b161f338fb30f0ccf3734b4bd90cab2d4772127f
MD5 6855b341c001036863fa6928f7ee3786
BLAKE2b-256 a1c99d8aadde6d269fe8523a99d8b1df37b45bb292b449e030c875436df0a4e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ce4f1233ebf14e6740e94ad20f7af5c1871ee6608541d0b017aa71b00a4eb12
MD5 43ae441f561860b2de0fc5013533503a
BLAKE2b-256 b605a2121fcbf597728d656fe0c3bc380f67163630d002097e58e828a836d755

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7a97113a1ce17fb26a5ff1984e28be875e0ca28ed093b837554be8e35dacc5a
MD5 8cca7aba88f7fb401036fccd5fe2be9e
BLAKE2b-256 3f770db1a2f476f0f6668aa7a0eab3f8c96324f8ad7eee547c922e5bdf4c7b58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dba4706baffa5822cb095b0229509aa339b6decbff2441333719acfa70dc4db8
MD5 f7d7742f5df1d1ed230664f70ce2080b
BLAKE2b-256 e2495d7e24a09b2a49e0e6bfd9e44e51c7c80fd1af1328f1832ca513955d20fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b3979ea6eef64c89b79ba1d6ddba94eb7c5f8db499cdb67014029b3e03b6aa4
MD5 a011ee72ea02db9da723d54540c9b5b1
BLAKE2b-256 4ffb47e15f4c2e776343d4b3ce9dc306da45b5083c99743711dfd8686dde198c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dfb5300668eca39eef07b1a3b5f79bb7c87c8229a20aebf5977fca0098aa34e6
MD5 4d78d4b050937ffd55e913d3e15c41a1
BLAKE2b-256 91591242f24408db7054c7395580af44a1c6f8ec5436cb312535cd5efa19637e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0029bc0f8a3db7e8ef4f472807262293f8ac45ff5f3d8a186ae34686a3e12858
MD5 c7ddfa7cdd16705dc2e1485d8825557e
BLAKE2b-256 48591eca35e2541c70469ea0b4025e47364ad1086824c993efc561c11ee2e54e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1085f77af4cdf14b55f56884220bdae344d3652132c7091329506a77e9657082
MD5 2e269ccd20ae1c3d1d1edade0360b1fa
BLAKE2b-256 e37266cec8596535907fd7f213bdc9db31240af642c913c1af6a5836c8fdf7eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 780b4968ff46d063764c95ec88f0d47a39ac03de314aba687ea711a1436fd032
MD5 6306c189f70547b0b8990630477b52fe
BLAKE2b-256 c336fd6a090d89a0781ff7c82a36c952f22f227cdc065c946e19c4eb3a1df5e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 492038c8b326d5377e986166d0be4338c6d3053fef664c254602303f1bf4417a
MD5 7989d757ab7b5eb00734532160d300cb
BLAKE2b-256 3e257bd25416d90f3607cc8e39079feb235ba558136a9cf3bc35a4b3d46d8ae2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 559a1745db78546787ac2b8bfa7a1daf6d1257ef5823dcbe38dc58b46db7381b
MD5 a086f1abdedca2df006b38656db62941
BLAKE2b-256 0b9458d45fd84d277add222912f402fa139289a833445f36962af7a5e4d7c317

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 44a7ad9d8306b10dbd24642e3702a992702f15517ac16268cbf887c71886e87d
MD5 6a8d4deedef32d4fe1f09c96ea692e10
BLAKE2b-256 037c9ac562bfc401bdfd12ede4518c5edaaeb3aad5c601c43924819beb0a9fca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e1624c90350cecfefd93ecb93387a85265c6ee65fbe8467f49e381d8414dd9a
MD5 f7ce3050057febfe5c63b4441d397bab
BLAKE2b-256 c37789b11e17afcd5ebc842b4a425ae3822b46a011287499ab1b433d63be02a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a558e5b254c15e6f3a901f4d97f6d19a00b430e467763892a7620bff5ddb0c0b
MD5 3b55f1d3a63101a3e64f4aa6ce561423
BLAKE2b-256 30920bf56cc287ae00813e979e0781c7ca88bf52351e088df6f9e32eddd454da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 baba0357824b3fb239949421c524d92c38ef4b361fd7e46a47d10b236b7a7439
MD5 9801c6ae130e48426d3910a65c55f4e0
BLAKE2b-256 9d8d4e43ed0dfb29c67cfd78e6fb7a645d12b587723d85f984ebfdf2b15ec499

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 41cae89bfddc1bacc4ac0b24a6cb6764fc9c397f2e9aba605e0c0cc5d78b4d3f
MD5 5ded8d5baa1586bf0b2d0e93eec16ade
BLAKE2b-256 144362283762d872dbbcd183d5773a1352391f2c123a5ea057fb2a232551403f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.7.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 438fb2a1d8e26df09e7f6081a5e21493b4ad39da44f97e2c998959d3948ff875
MD5 b35a22e9e5814a29081913c9085971e6
BLAKE2b-256 8f211a55487c168b34a469857ac0715310e030ed5ca69fd42479be6bcf3ea8c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e151f948aebcc6ad8bf71b883d4a08d11fc9e19935744e5b45f3e58e5dcd3a6
MD5 535b2853f188f3838698d7978ca72b6a
BLAKE2b-256 85af30eda386eba03a9da46c877628643561f185f25b2f64012a7f46d4d644d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01274b04835f5766bf3f69ca8fba9c400d3fa2f71ef8832b28926df13b95d6b5
MD5 99f0e8c79c905d5617c9a3f3429dc2cf
BLAKE2b-256 4d11dc2e22130233faecc70a19f5642e5da8dcafaba611e1fe07ee71146c9746

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ea6272cec30b5bcc2672db0048943fe27d7b9a35d9d5997f46e76e791d19f3
MD5 4a4a7172dd7d70dab24ac656afcfde73
BLAKE2b-256 677423d0a222abad138bdb83de544d7d77d5429bbea2c4e99c22d6aee0008e61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.7.3-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 02e910621da32a0252c2a319faf06da28867fa2d4e45cc7673dd18a80640f231
MD5 3e0a9152a712c185e354bcc6c88d1659
BLAKE2b-256 c383038ada44186d879c69002b87fe484c4fda2e19ebb808e66af2f6659abba9

See more details on using hashes here.

Provenance

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