Skip to main content

Python client for Moonlight/Sunshine game streaming — receive decoded video frames as numpy arrays

Project description

moonlight-python

Python client for Moonlight / Sunshine game streaming. Receives decoded video frames as numpy arrays for computer vision and robotics pipelines.

Installation

pip install moonlight-python

Quick Start

from moonlight_python import MoonlightClient

client = MoonlightClient()
client.connect("192.168.1.100")  # auto-pairs on first connection

with client.stream(app="Desktop", width=1920, height=1080, fps=30):
    client.capture("screenshot.png")          # single screenshot
    client.record("capture.mp4", duration=5)  # record 5 seconds
    client.start_recording("long.mp4")        # background recording
    # ... do other work ...
    client.stop_recording()

For full documentation, see the GitHub repository.

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

moonlight_python-0.2.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

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

moonlight_python-0.2.0-cp314-cp314-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows x86-64

moonlight_python-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

moonlight_python-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

moonlight_python-0.2.0-cp314-cp314-macosx_15_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

moonlight_python-0.2.0-cp313-cp313-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86-64

moonlight_python-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

moonlight_python-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

moonlight_python-0.2.0-cp313-cp313-macosx_15_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

moonlight_python-0.2.0-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86-64

moonlight_python-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

moonlight_python-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

moonlight_python-0.2.0-cp312-cp312-macosx_15_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

moonlight_python-0.2.0-cp311-cp311-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11Windows x86-64

moonlight_python-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

moonlight_python-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

moonlight_python-0.2.0-cp311-cp311-macosx_15_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

moonlight_python-0.2.0-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10Windows x86-64

moonlight_python-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

moonlight_python-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

moonlight_python-0.2.0-cp310-cp310-macosx_15_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

File details

Details for the file moonlight_python-0.2.0.tar.gz.

File metadata

  • Download URL: moonlight_python-0.2.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for moonlight_python-0.2.0.tar.gz
Algorithm Hash digest
SHA256 823acee6a3027ca04c2b7fb9bf4f79b55e5bce1d82eb51080f302b0551b532e8
MD5 f55ddbfb5e6040ca1af5752f32ff16f6
BLAKE2b-256 d883eda911f98fe50ecf11d78774a80ed7a81e236954f7e26a8770b95cdf9e32

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0.tar.gz:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d3ef165d1b690dfdf95e72ecca3b3013dbfd3f7dea1cce57ec9240e177be528d
MD5 63206636c96ddb68745721d655705561
BLAKE2b-256 ffd52c1d71c9bf0fb7e3ac464f6f108a8f4e29897998c898027e0c1f4398bba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a57ebe2f01db3663074ca91449abafbddbb028af779a6aa909cdf79f300959af
MD5 5736037b22aab588937174e42c383627
BLAKE2b-256 cb6151565ec5b40f59aadcef79aa29a4204563b98befcc799e9fe59a8b76b789

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9007452b7b799d23aee1580bd1cf680c65b44f0972491f7ed72730933eb0c35
MD5 fb9cd78eb36b97db77e354adedd331e7
BLAKE2b-256 fe12036f1ae0d6752603866722f30b2de0cb5b74561345fd55e5bf4531a7e138

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 85c83f09d9eeb649c3bf4ad1c14e08414266de3b0d0f9ee2688681947e9a38d2
MD5 8c46a352781542278942ffededfb7883
BLAKE2b-256 f71980b205dea7b5a253816e63e004631ba8225eb15c3bc4a8274a41adef2c0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a2a6353a2ddb5037ad184df48b127390405fd4b1716264d025035f53da077c92
MD5 2fb02f42dfc313ffc5beac1c87e3f80a
BLAKE2b-256 180b696d201c340ee22c10ec3918752ebd77938eb7044da81c21d01f169c95c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0c55b8d98f9a518c3c547493ee0923d3a71e49bcc5086b09221d6348a425b0f
MD5 9e949a154d019c7433f68ddd932b5be8
BLAKE2b-256 2cc5f02bed154c87d419c2bc8693689161f7a2befbd213f954af7f7c3cd2d81e

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31648a863cf126898fc5653dc2f7d7d4f1b273f51719c4d8783881824681f359
MD5 8811f66c12feb0e4bb6da06ce05af710
BLAKE2b-256 4471b99103f8f9d71956eb76c90d67dc652a88d2adc025889cda3a550bc1bb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c2be72f20183f2319d2d934c2aebf89c89be5a96fe41e7b4ab5989d5533c4426
MD5 43b181e6ea038c4b0676f1dce8313aab
BLAKE2b-256 e8223694a72f0bc03b29552a64f999911ca6609d6fbcb02ba180290a5a8943ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 426da1104fed17226052866a15fe6a225516f312887cddad837868e518d4eb64
MD5 f982ce58f027f5fc840afd3c5a2df157
BLAKE2b-256 38be5693defb48bb0e6c19c65e151f9cbf93ceab31ffb6343fc8a4e9580ba410

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18ea5ba41f864cbef1ed7226932d75a337e7d2c93b955efd4e2689f04cafb6c4
MD5 d065b769e81ecac382d5109f8ff17808
BLAKE2b-256 6adce3d62d1ba1bbd35571f1233b06cd11b7693000c31860d6ab804eb140c1b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de39903bbbcfec3136e71c722023a6ea5aa59dc74a58f4b96d4fcf707cd9a750
MD5 3d889f987a7a7e32ecd1d5901a953d52
BLAKE2b-256 c522d13de9275401c508b7d29296b51ce5be595ffd1fa5eaab70d1debbbbba34

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a08f08cd90bbd7a866fde03d79c6d3c198e9bbd6203734c90c83315f1cea431b
MD5 d567c9073575782c751f293e43bff461
BLAKE2b-256 af218cab600ca421b5591e0fea20055b42997cc394b168cec02e663f17eaca3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a9af294b340039f663ee95c7208f933e332d423038bc44a710778cdf3749a3f0
MD5 55ce5f6912dc2cfb60cc8eb6d81197a4
BLAKE2b-256 f49e801ad9b9a2253a178017749229f8b1bc2be18b3688178d979cf372f45541

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f5ab7486020fbc2596a30c86031d78b9dd3a3af4da96bb384aaf2a5cefb34b2
MD5 461bf18de5fed91dd6be81e4f5a0b8ab
BLAKE2b-256 b656c37aa93918532620ea1a80836f8a3f96ab637c581c6ba2c58e88c2a46d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c90b90497241aa79464b8c435825117cc15628c1ea60d822814c750226e5c2f
MD5 574317c6a0dc0f42a55ffce503a7f7c4
BLAKE2b-256 9823d7bb3ba0b9e01d0ec770526751c3dace38e7360a1bf1d7247ca57e884d41

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 34075d9e54d7d9387628e41073dade42f430e02eb9953129eb81be8196e928aa
MD5 a9456392fd4e47206b20922eefc1b7e0
BLAKE2b-256 0b3d4ad6c8fd59933dd9ebafe382d1403a730ec6ea7152725644dd09b8ddf8b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4192c364d626a6586298d2dd1c3528c0d85756010c860003438b9d1eb4d144ed
MD5 efe40f61f6fb137fc0caf66d0d7744a0
BLAKE2b-256 00fa84585331afd87dac77a8e0ecfd2ffb3589208207e5ae2afebc72f4f62d09

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7abed9adb713895950a9dd5dfe3aee2be19a8df55d590021b5a79aaca1ce91b8
MD5 86b9d9ce77a9007462725668e2a0f47d
BLAKE2b-256 8f369526dd5bc689b9d098142b9e73ab4cdc88b7ee49c800e692d15bd368f92c

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d474f59c641c02c50fde895b1b6aa23520a0fd972176c44e49b7c46bc82014fe
MD5 24cf75c8bfa17b5c49e7873fe8a7419f
BLAKE2b-256 c0c4dd326f4979f29ae8d53cdd69a093675ac57af6bb9463f014cb0a14a49906

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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

File details

Details for the file moonlight_python-0.2.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for moonlight_python-0.2.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 98c3607a9d467566e12dfed720da649d70844360f7586fe4c42861e9ac0eee52
MD5 a96f6ba85c5b232e8929d21c28437938
BLAKE2b-256 9ad55ee379fc05fafb4734a8f8d4a13043e934cc8eafe20856bdb3894c200a56

See more details on using hashes here.

Provenance

The following attestation bundles were made for moonlight_python-0.2.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: build-wheels.yml on StanfordFSL/moonlight-python

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