Skip to main content

Satellite Orbital Dynamics Toolkit

Project description

Satellite Toolkit with Rust

An accurate, high-performance satellite orbital kinematics toolkit, written in Rust with a sensible interface.
Also includes python bindings for all functions via via pyo3

Github

Build Passing? Wheel Passing? GitHub License

Crates.io

Crates.io Version Crates.io Downloads (recent)

PyPi

PyPI - Version PyPI - Python Version PyPI - Implementation PyPI - Status

Read the Docs

Language Bindings

  • Native Rust bindings
  • Python bindings for compiled rust code ... speed of Rust with convenience of Python
    Install with pip install satkit
    PyPi includes binary packages for windows, macos (Intel & ARM), and linux. Python documentation is at: https://satellite-toolkit.readthedocs.io/latest/

Features

  • High-precision coordinate transforms between:
    • International Terrestrial Reference Frame (ITRF)
    • Geocentric Celestial Reference Frame (GCRF) using IAU-2000 reduction
    • True-Equinox Mean Equator (TEME) frame used in SGP4 propagation of TLEs
    • Celestial Intermediate Reference Frame (CIRF)
    • Terrestrial Intermediate Reference Frame (TIRF)
    • Terrestrial Geodetic frame (latitude, longitude)
  • Geodesic distances
  • SGP4, and Keplerian orbit propagation
  • JPL high-precision planetary ephemerides
  • High-order gravity models
  • High-precision, high-speed numerical satellite orbit propagation with high-order efficient Runga-Kutta solvers, ability to solve for state transition matrix, and inclusion following forces:
    • High-order Earth gravity with multiple models
    • Solar gravity
    • Lunar gravity
    • Drag (NRL MISE-00 density model)
    • Radiation pressure

ODE Solvers

The high-precision numerical satellite orbit propagation makes use of adaptive Runga-Kutta methods for integration of ordinary differential equations. The pure-Rust ODE solver is included as part of the library.

The methods use Runga-Kutta pairs for ODE integration and error estimation generated by Jim Verner: https://www.sfu.ca/~jverner/

References, Models, and External Software.

The equations and many of the unit tests underlying this work are drawn from the following sources:

Data Dependencies

This code makes reference to and relies on models generated by the following:

Verification

The package includes rust test modules and python test modules for verification of nearly all calculations, including but not limited to:

  • JPL Ephemeris - Via JPL-provided test vectors for Chebychev polynomial calculation
  • SGP4 - Via SGP4 test vectors provided with original C++ distribution

Getting Started

Rust

Simply include the code in your Cargo.toml file to use. Once installed, make sure you run utils.update_datafiles to download the most-recent data files necessary for many calculations. This only needs to be done once, unless more-recent space weather and Earth orientation parameter data is required (these are updated at least daily).

satkit.utils.update_datafiles()?;

Python

Satkit is available via pypi.org, and can be installed via the pip command:

python -m pip install satkit

Binaries are available for Windows (AMD64), Mac (Intel, Apple Silicon) and Linux (x86_64) for python versions 3.8 through 3.13.

Once installed, make sure you download the most-recent data files necessary for many calculations. This only needs to be done once, unless more-recent space weather and Earth orientation parameter data is required (these are updated at least daily).

import satkit as sk
sk.utils.update_datafiles()

Author

Steven Michael (ssmichael@gmail.com)

Please reach out of you find errors in code or calculations, are interested in contributing to this repository, or have suggestions for improvements to the API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

satkit-0.5.7.tar.gz (285.3 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

satkit-0.5.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.5.7-cp38-cp38-macosx_10_12_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file satkit-0.5.7.tar.gz.

File metadata

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

File hashes

Hashes for satkit-0.5.7.tar.gz
Algorithm Hash digest
SHA256 2b6ddf0b2c06f085757bb6db35f2cef4d8747423fbca112e2840c37855fa1753
MD5 40645649b26e70e968169ced63a23796
BLAKE2b-256 c37afbef60e38eb9e55ae3c65eb26b2a552aaf4a6cd41cd4be13c7ad748375b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7.tar.gz:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: satkit-0.5.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 13aba9e83ff84fe3fdb9498207be915edd8e5a49aed57cf60a79e65393d173b6
MD5 ff711eaf5616370b63dff47490c412ca
BLAKE2b-256 7ca59c8c3c3a8ea9b8e38be85152c396a06fd0e5a63fce4d8610e40e42d2dde5

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea97eeb4e54ce0f837f18fb6cc4e9091ab71050952d11bb6e14b9498705b9e20
MD5 edfe8ce7e9b8fb7613b79f52de8401b0
BLAKE2b-256 93a16f52220814efe80ffc9f2115bf07a5c106d5312856db7a08c89fc9325a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a14be58862c740c5b9c69d0e9679730a023504c39f1abd3fda0e818af3b86aa
MD5 fb4c5fbb0fe0f2afb27881b7b2d2c7ba
BLAKE2b-256 b4f29ec920adcbaa881b58b4c1a224219fb0223ebe04fd9009209b1eb64c31cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b6655557838ca3d765b52c46bcca29a39423e016e2314f15a4ce870744d8782
MD5 1cf9f6992e6ef7c1cdfcdbdd5df57674
BLAKE2b-256 7f422149c526d1e4f90e05988e5ce61e49d13f2e5d0250462577a6e59793a7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1ba689dd68c66edb7d05e2b4cb82737b4a65ab52e6756e63228648d5cff58550
MD5 63153cd81ca779955d835788e81ce097
BLAKE2b-256 6ae9f083971fe24f7ffd5776ea9860e9e2a7ae33dc78195459a0b64c9a2323de

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee393df1ebf77b4fbc48ac535f6538707cd06de7fb2d336db6b8eefd4fc62717
MD5 f060604dba46b9c3ea11fc75e005592d
BLAKE2b-256 1b8234f152fecc221805196082f2253703a52ed5d7915252f761e6cc2811d88a

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 855f4ccf93b213da211503a3e23a33d213ab365c41cbc3718fd4faac3532e262
MD5 6c6e35f77f295de8f7b4f9a0133e4a72
BLAKE2b-256 40c5e51d0235b45c0bf39f2b1a2a2180cb02efb5c46458932a89bc220053af6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c9f131bcc447b9e8216ad2bd707ff8ff5e1aa0c28d16fed0c5acfb2cf7ac382
MD5 c649d4f0caaa3e97a19c0303befc0e2f
BLAKE2b-256 ea807915c151cfdcb7e95d76f84a8df18d4eeb7475003a2ef8e39fa9004e7af8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0324e993a29f9a138152d42d5e8a011d58d036e40188a3e8596720e08e49e023
MD5 9e9c9c953b352caaf1f01e8e6f6e101a
BLAKE2b-256 ae3af52fd7ea13cbae3cbd69bb92f898acb2b8d2c5ceaa17e43a5f9d22fb9c92

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a867426f153f6f97988038e774ddaccf9cd9ab6d2096510298b11d2c3651d9b0
MD5 45aaa53b4bc3c70d478ae4e5205bdbef
BLAKE2b-256 9285af1988746e6a49f9bb6e58cbf32e6e84bcf52c048f1c97019bf0199e2048

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35520c35de1901120527d67a6f1abfc3cfb4ea50c721d6b2e05a453866e86fb4
MD5 d061037e296aaee02171ea9e4cccd5e8
BLAKE2b-256 d88aa72b2ea6b82d7bb882fc04ec013131ee94b1e511a5bb3987d2774da1707f

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8be6b8d521290ea85d64c95802604b05ae62ae710f704c1b2557434c85031d0c
MD5 efb6d9c33c80d251aa03c77f2eebc1d2
BLAKE2b-256 192dcc02971a509762f7da1f9566e437e5048d52b43371adc2476ef51792627a

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95022b75341b6a6e79997c18abd797f8ace23a740e50031d7a00d963210cb13f
MD5 f8cd2b2a38dec50dd797f318ebfac71e
BLAKE2b-256 d9f20a04d09ffe53a6126c8fc1fbf984b85e9497ae78813d10441271ffd5ba44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd59b0f5bbcc4daf3ceb778a62efc20dbb1b033b445027f0bae86fe3fb4ac344
MD5 3e0a546447df81a567c9cba561725a15
BLAKE2b-256 4c02dd8213274e17d8bcf936b6df881d3f26940ad52db516b00b1d66e1b2fb95

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 07d5349758d6aa85c5052bed0d90568911e82452fd4252dde02e9c21ba06821d
MD5 32aecf222cbe5e0d17757c37b954ab92
BLAKE2b-256 23c0320a529dd6f6087cda7f992feb62b71b54adff3f037e021cd80ec1a06ad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 442aa7e93a6b191752537e7b2e66efc041bf6e4c3a4ad719bd9d8a1209c41f33
MD5 32651bb0b89410a116729b51728b81a7
BLAKE2b-256 56cb815f2205884a9d8b89c2dbf2c0a72b79a98f5d9adec79489c8642a03f4dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48e017bf129763a4751035da8b7933a9202d817a62c9f61048b0b347c31d86eb
MD5 80adf3d5903ef49dfc16d12604d81073
BLAKE2b-256 ba65eac28b1a79d6137e511e77dfe7ab0026cb6f0cadeff92b5930408f6bf282

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33f98adc195b22f510aa5402cf364fd966a0db12e7eca1298ac15ff1ec82be7e
MD5 6ddfaebc6e7fbb7e7e2793098513e06b
BLAKE2b-256 74aa6060db18a001cea44d5aec069bca1b9f43946d3c5b2b33e026a950357c9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 806e726a09381f9d59ae93c4c896d7475325612eccb4d9815e2cdd877be864dd
MD5 1de4bf7b3e95d14927207febe90dbc9a
BLAKE2b-256 1e1a881e3d81cf52ae766d038a8c10c034b32b81bc00d11fb11396f99b4c7eeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3d68d81630c9c068471874760419ad764049e1649caa842dfbcc12ec9054fe7c
MD5 84ec2804989610b9159b49b03c1fdd23
BLAKE2b-256 0be37c883fb385367d3760ba5aedd93971fcfc95a95ffba7236206501fa985fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 021fd2ba2f2079642374fa4b6cd7b47bf527b0d92b41fa36ba7cd952d1e453cc
MD5 5bea8b41c89a7316faef86d7c4628b2e
BLAKE2b-256 f3e1897b4bfd73c5c93a43a8c65ed740e3f193e4caa0cd52a1d0b583942fa066

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b6f2a51f3795193b5a862d3d4a8e5139b8fa5355d7b111727455cc991aa12d9
MD5 f192b74346ca29203e36116ff7ea2201
BLAKE2b-256 826f2a5b9aabd112f616a62aa5a0a6041bcc85439caf1c31645e4662259348e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cab103fa346ec74ea5e92957a218e4b2f59af8dd1146a127fdd9614c8d914a45
MD5 c34002bafa69e5a384f19479610c5441
BLAKE2b-256 df93c943874449c23335c837e88b3dad8ac283f77ce2aeda8bc8b210fdaae269

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 208b7e2de96d4c048ee8a2828f390541413522c62f45adc35b3c3d94d11c25d4
MD5 4130390851479583f2b0a0d1d38a2e2e
BLAKE2b-256 9a4b9b2ae22c7c9cf75fbdbe147c60405efe350a5ca6cf9a9dd0d03b2260690b

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2960a0f993fba5e0231eb1b30141bd787c96d911d8bb3b7fb52c73dfd408838a
MD5 586df3db6934f001d32aca4c84e21bbf
BLAKE2b-256 7a301dd9c4cbb8c2a1d49f9d198d7a5a1ac6a72282b836a927281ad0ec932691

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: satkit-0.5.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for satkit-0.5.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 189e9745bf7064b8636cc9fee65310c624a4370f1de95860b8aa97cb82a7e52e
MD5 79c5db5889eadd5d24c5537eba6fd24c
BLAKE2b-256 4ccf009b0750ae65780f66a13e799b027d1612b2e8a954a125a73d0670eea5d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43c315ac7def319e4da2633f7fc1e804f0add444245e85355c56b1f01473fe9c
MD5 8b7c479015534f3be139abb46090254f
BLAKE2b-256 235edd9d28254be228da6484332c9f42ce9a902721eb04ae6b6346e54d131e4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 686efa341b1563ac2c2179291ff6c23fae241531eefd79972337e0b4b661375f
MD5 5de458e565388dc3342e7fe663d3bebb
BLAKE2b-256 07da6890a69457e814136cacac339506beb970707e551c269f338709e3e0c0c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05edf6cb3bd210ea4422b505b67316f1c504a549dffcdb9144a86966bd4eebe0
MD5 dc75a8e2ac77f74558260f65da6f23bf
BLAKE2b-256 eb363c69d7ebd1333794c512730e22c398218e8d262d4417ea6072aa413a4afc

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.5.7-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on ssmichael1/satkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file satkit-0.5.7-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for satkit-0.5.7-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e6a6e6d01011921bea90bdb29b82647551f802f205e4e5acab723b1066f19b3c
MD5 b77600692b97f7d6083826883a35f9d1
BLAKE2b-256 1509118804462d2ba826b54cc1b3556f1ba3169db990d1ecd036b5d3b22986cf

See more details on using hashes here.

Provenance

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