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.5.tar.gz (283.8 kB view details)

Uploaded Source

Built Distributions

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

satkit-0.5.5-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

satkit-0.5.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

satkit-0.5.5-cp313-cp313-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

satkit-0.5.5-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

satkit-0.5.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

satkit-0.5.5-cp312-cp312-macosx_10_13_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

satkit-0.5.5-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86-64

satkit-0.5.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

satkit-0.5.5-cp311-cp311-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

satkit-0.5.5-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

satkit-0.5.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

satkit-0.5.5-cp310-cp310-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

satkit-0.5.5-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86-64

satkit-0.5.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp39-cp39-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

satkit-0.5.5-cp39-cp39-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

satkit-0.5.5-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

satkit-0.5.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

satkit-0.5.5-cp38-cp38-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

satkit-0.5.5-cp38-cp38-macosx_10_12_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for satkit-0.5.5.tar.gz
Algorithm Hash digest
SHA256 e662cfb104985d365f7ffdd95f90c9ed48bcecb26be99a48289232e985ee3029
MD5 efb44618d745408545360348faf20666
BLAKE2b-256 13611f4a43e0baf66577689856ec7020aaa4d279f8d5043b43eaf7f181e87f74

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f7fe142030620185c4b56199a8fc5e4969ad9a52df182369e2ae37be515af9b8
MD5 10682381ba4490c19e56aac67ef0692b
BLAKE2b-256 27225f302c7eeda2cfc8cd79206d94f04ebfb85f51bd5ad660bc1123c0889ca6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d208f937d2f284a075fd48ff8985d0744547117c310b83b2ca276c696128c992
MD5 3637531be68e3bab75530f875e5a6f33
BLAKE2b-256 6c4d07017e65e5d05016ca6214f3cda96c2d9e767a2403dfd5461818ca93eea9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d0ca365dcd79869a5d87704eeeded8bbc8deabd12fe6219bd3934b91185bd7f
MD5 8ee09d2e576f9b9e44725399e4cc8303
BLAKE2b-256 072dae4df2c8a4aa91974a19197f488b1424f91910a8d110ab262c3b3aa0de7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c4b6dcecd963ee0030fbf61e9d62e6d8d34d2fa9455711e20c431ec2e783aa40
MD5 b5682f9305ba324ec46cb3943405c3b2
BLAKE2b-256 cfdce2c1531f06b9b0018b7118f3ef24bae0ce053b02af37874fde88580dab46

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5649a3bd2fa8df30565ecbc10324ee5f66ed148b43408dcecd7148a01f2ef941
MD5 10f39524f3eb63156a1c02f315040134
BLAKE2b-256 5b27662501f4bc46e54f62ba15489ac4c856081d5baf963615644d364fc20d60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f3ef796806dc28cd3369fc5935b23014854da63654ffdb477429e46b3e7a1d4
MD5 56367f1864a51e9eb19a97e04f518a61
BLAKE2b-256 0f81a9133fb48392b2923d7bd26911becaedcac1bdc99ad9e8d65d792b3c3e78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8238b6bcb595cf73b127f22edbd2c472552682c24d6c20238a8650c824973caf
MD5 691315b84a252a89d8fef3932a20d92d
BLAKE2b-256 739a14e278baf1b18320778dca6ccab750275f97a38383b4d9e00998ef6d1b68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b1583379b44c876012c6df301134f0b2723084189b508ea1c59419f3b6fe8fed
MD5 5d9f33c659b57814120c3f731ec6828b
BLAKE2b-256 818654766c80f25fffce4afe693631fa2e1dd9a3f58e4b8b88ddbc44f8f13deb

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ee61836274b183acf94483715580f5e06a22cd5616dd09eb0d2476bc4eef8a9e
MD5 5274b4672730d25741c694b03ad2b036
BLAKE2b-256 88a5aef226c6a53a78ebcfa05cd6acb101849b22610d07594e903c86ac58cb4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59e74358654661b62fbaf2bf4e24d286a6f3cc722e5d15b29183f124841ad777
MD5 31edab4f13939dd38a9b804dc327e971
BLAKE2b-256 7407a50dda7d6d58db757635b1503d37f1996eac7511fb0a0c1743c31d39d506

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e132bc543059350466e332a4648ba55ae8baacc9b3bc0c0d6a994eda677a1eb7
MD5 3932f01dd2705d5f17229284da4ff349
BLAKE2b-256 1aa3c9ca5f43d7805ef8ea98c6c8c4f1f0321ab4addf5fcebea17d8742f1989e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ada54e03e322f572c8825901e1e2a5fafb07222b8757858cf1a76d7f2d608e0
MD5 5b2f08a27f4a058f5e0386fb90c9147b
BLAKE2b-256 8a59a3d1594910dc770f87e78a1a50761c1f5aca84959a977674ba25e9694c96

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c6a05a2d360c367c28d541037f6bd0f27e1632600a1ab5c294d495aee79f471a
MD5 ff429bb1c714829e334656da7f9a30b6
BLAKE2b-256 04dfa67cbe3343203e05e73402f7a4a62cfec8e24bf3c33380b4cbc36aaae719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a866f94c97f63752cfa3f7faa3e17970a94c0d0f914a138c2806809b14e25489
MD5 b02e0e5499e4cb1744ba7df4cccfed4c
BLAKE2b-256 6e4de9804f5588b53aa8c42bddba5b374ea2e692391b148804dba90e39196513

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55eeaebd61b32db6701d6f5181d2b829cefda7cbaec6553646634284c7b19bba
MD5 74175161eb6b9785c2a814cc501cf39b
BLAKE2b-256 ba4b36177a9bfcf8f38373e566a19299e90da682b4a91b68d38f30844dd71578

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fccd1b047dafa18235aa91227dd1b31db4f4965761631bb869c5820032678f3b
MD5 7276fc484f0cd659cf62dc72277ac9f8
BLAKE2b-256 34d2acb1e10258eb14b0c1cb879f31c7af151a60a65c5b94b9776ce570f419b3

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f30a32f08136cda924083826ab313ee226f540c7938fe900fe41280ab01284b9
MD5 4a396d8f8f86cdd109ebb74029dca299
BLAKE2b-256 82721d299aca67e7648c8ecf94b34bde4bd39a2ae3b1df21eb0a02be0ca2fe0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be000786b6ba440162cce08e090f2e8eed19691eec9806ca22769c262b17956b
MD5 c6985a596f938d54f9969b1f78d5d43c
BLAKE2b-256 0337a0af366260eeecba367bc419d668814575e7241c11cbeef3cd236be99567

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1456078b71a3e7e38667ff1484f691dee32d946d6592133aab05db90c7caa730
MD5 bb6478626d85f1258e5d934d227e151e
BLAKE2b-256 633f822cca4d48e2a72147772ccb4f6609af32456d059080123217b49145580d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c422ae1fbdcc142b597e575a1c795671f6ff9536d506a38e1b0eac2ebf34b3b8
MD5 948e92190aee32ffef9c7fba25e5ce45
BLAKE2b-256 a5591c5f872d161feb294db946273444a7a0e487f3117e5c0d485149945a03db

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for satkit-0.5.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 625d49ecc9423d6e3376a1d24cd375dde619cce5337b31caa82b0bb1568552f2
MD5 5d266249ce7b3fe108589be6e8380047
BLAKE2b-256 77974ef099ba8372db9ab3ab85d558077e73778a94c3c826cbdab2b94f54438e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31bc8790e49396e98776b89ca657e3c311a6aec8a2c0dc2f5c6ff416051f5ca3
MD5 a38e3e9676ab9a61752668442f6de046
BLAKE2b-256 d4a2ff8d93c3f54ccb31129ec4896e43f2012dd9c68acf0bf692bee0369088bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dec8435d1f271727fc839d2b8731a868e6b977d311ad74801797a8301c8defa3
MD5 82f798961c9300d266171717c83ef8cb
BLAKE2b-256 3995b3b00d649e0c2fd1a3bb6e637363a7d584c6224579fcaab465ca9ea715d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for satkit-0.5.5-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3758b1d96c49f71bbe53751a2e9797a82fa0405db14d1412596f2c6e5ce660a7
MD5 a9565d1c4fc98a36399d6b4a5175de9e
BLAKE2b-256 84273b202773f92b06af672d451766cb00aceb2928e5c3672e723b73961c810e

See more details on using hashes here.

Provenance

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