Skip to main content

Satellite Orbital Dynamics Toolkit

Project description

Satellite Toolkit with Rust

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

Github

Build Passing? Wheel Passing? GitHub License

Crates.io

Crates.io Version Crates.io Downloads (recent)

PyPi

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

Read the Docs

Language Bindings

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

Features

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

ODE Solvers

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

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

References, Models, and External Software.

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

Data Dependencies

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

Verification

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

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

Getting Started

Rust

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

satkit.utils.update_datafiles()?;

Python

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

python -m pip install satkit

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

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

import satkit as sk
sk.utils.update_datafiles()

Author

Steven Michael (ssmichael@gmail.com)

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

Project details


Download files

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

Source Distribution

satkit-0.6.2.tar.gz (287.2 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

satkit-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

satkit-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for satkit-0.6.2.tar.gz
Algorithm Hash digest
SHA256 071b35033ffaf64a62223d5df6bb6bb702f9dba18eeb2f1fb4d7face53e14822
MD5 59f3f0eade88a3e9c55dbc4f8d2a1fd1
BLAKE2b-256 b8baadb9f44d4f4eee70b105dce9c7a4d2dbda9490ba0150e9f77b87c65dc908

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

  • Download URL: satkit-0.6.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.12.9

File hashes

Hashes for satkit-0.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20d83ebc2a6e8d840adefbc6eb2964b3ef4a52245312d086b99c52d4f0d92425
MD5 279221c118fc706d58d819dffd0a1d1f
BLAKE2b-256 bff7b498ce11b1224c3d0f01104ec5199ecfdf3f9711f4c6f0a173bcf17c9b23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f3f8243669aecf52f4c37a1f69b49829a70402aa73a1553e5521064611ba357
MD5 57a3c978a002fd4ea71952d0a71bb12d
BLAKE2b-256 c0bde8078e069c2109674940e1f11a2442aff4157acf1803e9452cb09f5c7395

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 606915a7c432b5e2eeb9dba86e36628fe40305c1da6662d8fc9db4569e060d70
MD5 03650f9ee2242014fad47bcfd35f7083
BLAKE2b-256 9e9adbf2caf86b6770cd3d0847b2ff4131bedf75f6b61f0592fc75a4fd029d17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd19ba0abc05578adff167bc23c05c8a420fcd186c40f1d2ffc63403e3ce5a84
MD5 229984f44f52db3e65b0cbb3568013f4
BLAKE2b-256 e0e3ac9eca768f82d6129fd6a07fd4cb0c18f8d138ccbd3b871212079a13e6a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a3966d6231a91953ad454f060feb906238330d1d38f6e742191604e6fee2250d
MD5 e087c8f4c1bb9cdc49dbbc46fa78ea87
BLAKE2b-256 e465e31f44b77e95195a73ed159257134f567b08669cddbb0250dcc8c63d71ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.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.12.9

File hashes

Hashes for satkit-0.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 55f18489e9665f5d43622020739ec86827091f54cbd74d0173b92433fd09c35f
MD5 1bbd8b91dd423e2f05a8c60d46629b09
BLAKE2b-256 68b2c2c317ed402238793d48951a6a1144f5610750e0dcba2ec5de8376adf5f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4064ca2c0b1ec31b82807b5c00aa23e3e428d154028ed85b8ea0bcdfd8da1f59
MD5 ba4cf47514bacc1820cb54accfeb88bf
BLAKE2b-256 9aaf1a7d41e20b320b31363eb593cc321c406339a40fb1124fe72d87cec14a25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57183af2d2325de47b1e159fce6cba868a9c0eee24c59dddab9bd26260680adb
MD5 6e4f525fa9248628acfcf583165d3bdb
BLAKE2b-256 2bd3ab3732f9e48bc10c126406912ddc1a332c3840648f2d9b1cf266112e3980

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a49df1ee038516a78cb7048019a98a75fb22cb7a07932fda99d6bf665a52b874
MD5 3d1e8dc3113a60f728fd22f0ef3a0aa5
BLAKE2b-256 20e789a2c5aaad22b2152ac1aed113fe6096c54385047b2674756433f807f31d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f14ea05a46f3e9d7c92391d9133bf96c140f0de008a100e9a38ef295adeccd7
MD5 66065f83d6c9e4a185e9fa30c120bac5
BLAKE2b-256 6871622f5b5794ed8693f047596c9c25de187a7b24699447402ad5b6e971baf7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.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.12.9

File hashes

Hashes for satkit-0.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0ba94248b7ceb035d3a1b74e75d4ef8bc675f07c86bf9f40cc452dbfeecdbc6e
MD5 8b2d74b92aeca7a462a5be888a879e43
BLAKE2b-256 fac11857599e38f414026c298977dfd725ccb83bd7de6c790f23e5da326afe4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9f4e1943a54a25c474acbcff3e62254b1eb903e6116d70e55da5debca89df01
MD5 97a3e9f04d009b4c407397b5a56174c6
BLAKE2b-256 a204d05cb38f5b90d5710c3f0b490d32b2f94d68dcb3d7b0eb16de2e010e0146

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98cb1baa0bf1963b9efe50b76897e60a996e4ea6ee7ae9b32854738a9d32e33b
MD5 8fa7987b7aa2bb18efca7f3be1c96be3
BLAKE2b-256 5e88878cd0cdc1f12a00edaa6ef026114c32280ed42554d9e59ea015d41d16a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5db91a1f0512dc50daddc49e62236dbc5c3f15bd3466a59ecf3e9b1b271615ad
MD5 31fc5defb01b84dffcd76426804408dc
BLAKE2b-256 81379738325c835ef6b577ae70a10191657d92569693f287e9726bb6d1c44551

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0899b12d49762cd2c36e5acc48038cee08a22f233408f2f084b288af54586d1a
MD5 664c20b12dee2a9c1f78920771a279dc
BLAKE2b-256 080c5fba1d61df93cb12ae9630c098bd8cdf75a4144a4dbe8bc2e91e3168c523

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: satkit-0.6.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.12.9

File hashes

Hashes for satkit-0.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8f2e238fceacd9ca92d3cbf5bdf255e01e13d4c388bbc1d46763c93d5a71a6e2
MD5 5cbb27b180dd8a13c10cc231b96810f2
BLAKE2b-256 46123f68b2b785a020e179b38c9dd64f0f59cc249388a8167375a86445c974ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7ba3392c49dc5d58baf63e044537086301f9393291dd5e20ca814a4952e601c
MD5 a6430f937e03e0471002944c953136aa
BLAKE2b-256 9068ed95bb36869d8631cfe8eabc415c1b9addead1f4b50c32e46403550c6bef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2347cde3a49d8b786921d40c3aa84b8f42ae564ce43b94421756e3e50ced016
MD5 f22a98b71a0aa4070aed8245b508fe3c
BLAKE2b-256 eecdce6519305aa137651b16abad2d6f07d6b11e5188ef9b4eec9b178bb52396

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2fe2507a7a548860f40bdda892ab7a98b56df9e5770429e28a9f81bab765eba
MD5 9e1cba6e01bc859fdb6517e0869bda88
BLAKE2b-256 b90c5c4642dd04db6fca2745bfa63082efcbc3af5d4cbdc16d93aa07534402f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 caeab557e902b13bb36a934512e46f758c5a195eceed6b6ce54406d16086b616
MD5 024a1abfa2adc4aec790145f9223ce22
BLAKE2b-256 8e75d51f34ab50a3a4435cb38b501c23588b66e9eaa537537a93c4e022fa206b

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.6.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b629c14a8419292c369e7c777f7c6d6f5698512fcb6868bd5dcddf1348e7bd1f
MD5 7294b9be55bc42eda9afefefe90751f5
BLAKE2b-256 7218c5787d7190fabc30ffffacd99e5eceada77e8e219a4757d7e78d13e41705

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74e60c7ee2d35e538e358d6f4e828bf31bdb0353e3c6b8b7e719dd43846489d5
MD5 22a78ded70838a8a779383c5e65c1d2e
BLAKE2b-256 448a34bc94430c00a3fe1219dff509bae8d225e748ec33c6c72673496b010ffb

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04713238193efba55412f142da7df0027afedadf71f245efd669799ac67e96fe
MD5 a8bc575266a3106cd5ee9795b9edd46b
BLAKE2b-256 e506c129c7043f827f76c539886965543f8d80ad3931c0fe15c85032ca486cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for satkit-0.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on ssmichael1/satkit

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

File details

Details for the file satkit-0.6.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for satkit-0.6.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 822e4d043d2ebfe9e0647036f6cb129fd152739209540252397111193a3832de
MD5 1c4200e00d100bb54d0926b9a53bc9fd
BLAKE2b-256 b02fa83a3a2cc9dc631e598b8f976e1256bbb41ad61b1a236af8f0526fbc056e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b08a6e338a19a35793a7d68eb70583f95dc0452bb7f9dfa47e1355407e15a18
MD5 502d461d9449ff855e5730e394bdcbc3
BLAKE2b-256 9e0bc959c2fc93881ce078147392643627b9466e3b20f3e4988abf30c883612d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

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

File hashes

Hashes for satkit-0.6.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5ea510fb56a09b251b22d4254fcb25671a008a345b17da8b4856827c6d62b12c
MD5 749c89086264971c8ccb384cda29b247
BLAKE2b-256 2cf6921eb97e943b6e953ba321bd1cb35cb2fed5928e023f972775d9e73399a1

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c10af6de58d4795ef5399717fec9942c70cd7686769bb30803ae5d86292be748
MD5 5d386d8203c622c53f2f35165df7f535
BLAKE2b-256 5f922558df31f43ed481ff551fa4ee31845f9cda89928149e7fb4ae285e3371f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on ssmichael1/satkit

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

File details

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37cb8155fc1da2f1bfac6189d0408744452bd0f6f893933ee09269d3c712448f
MD5 853bc5847040aa6d195c8d9f65c5eb97
BLAKE2b-256 c34d343808d1a81249a24d7c14183c19b8799a5fb917adf3fb2f8b1c848c4e77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 980bee5d38297033ef2f49876cc9a6bb36e606ab64235b12dc5d088b686b35c3
MD5 abef7ef43b07bbcdb1c576d24541057d
BLAKE2b-256 8250e2fa6a3fbaa5ec583127abc88e9a520873e1979e8036beee7793561defcb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.6.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 286b8697d06093b8f866a1dee7cc9256c672fe2c953e1306fc5372f1ab85ce4f
MD5 7eb0605628ff3ed5f019f7143bbcd57b
BLAKE2b-256 fcaf6feeeb66c1c4092029ac1b5821d1a8010c5c7120b577006fb8dc33bc16a3

See more details on using hashes here.

Provenance

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