Skip to main content

Wraps starlark-rust into Python

Project description

Github Build Status Python Package Index Release Page

This package provides a sandboxed/restricted Python-like environment by exposing the starlark-rust interpreter for the Starlark Python-like language to Python via PyO3.

Starlark claims the following design principles:

  • Deterministic evaluation. Executing the same code twice will give the same results.

  • Hermetic execution. Execution cannot access the file system, network, system clock. It is safe to execute untrusted code.

  • Parallel evaluation. Modules can be loaded in parallel. To guarantee a thread-safe execution, shared data becomes immutable.

  • Simplicity. We try to limit the number of concepts needed to understand the code. Users should be able to quickly read and write code, even if they are not expert. The language should avoid pitfalls as much as possible.

  • Focus on tooling. We recognize that the source code will be read, analyzed, modified, by both humans and tools.

  • Python-like. Python is a widely used language. Keeping the language similar to Python can reduce the learning curve and make the semantics more obvious to users.

Status: This is reasonably complete and usable.

Alternatives: Other packages with similar goals but a different twist include xingque and the older starlark-go.

Installation

To install, say:

pip install starlark-pyo3

Binary wheels are available for all major platforms. The module is importable as starlark.

Installation for Development

To use this, make sure you have nightly rust available:

curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs \| sh rustup
default nightly

Then, to install into the current Python virtual environment:

pip install maturin
maturin develop

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

starlark_pyo3-2025.2.5.tar.gz (42.3 kB view details)

Uploaded Source

Built Distributions

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

starlark_pyo3-2025.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

starlark_pyo3-2025.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp314-cp314-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

starlark_pyo3-2025.2.5-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

starlark_pyo3-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

starlark_pyo3-2025.2.5-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

starlark_pyo3-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

starlark_pyo3-2025.2.5-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

starlark_pyo3-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

starlark_pyo3-2025.2.5-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

starlark_pyo3-2025.2.5-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file starlark_pyo3-2025.2.5.tar.gz.

File metadata

  • Download URL: starlark_pyo3-2025.2.5.tar.gz
  • Upload date:
  • Size: 42.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.10.2

File hashes

Hashes for starlark_pyo3-2025.2.5.tar.gz
Algorithm Hash digest
SHA256 ac14b42364cc0e116e0e573a60858395f321489a74b65630641c243c772d1e1d
MD5 3a173b7a862f8e29f54fb2aef291b428
BLAKE2b-256 fd1dbaa48161b66b6664e891a5c76c23fd0fdf1ca53fa643b6429287b9de62cd

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d54f55246489a01524d7bb6ef115bb7408a3f9aa43949db8eba8dd255a10e66
MD5 af134f00d7a6fdab63464a02a1b4ab55
BLAKE2b-256 a1a172f9a297ca1973a5f38362b7351e988fe3d9481e586ffc925523775e94f9

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 088f3bee6ecb6df809754e46dff8cfd6b9ad358596995d71d99f7a3aabb32efd
MD5 00d833e5db862f8b8ad4e86924679e13
BLAKE2b-256 b8f65e01ce21d221445586cc0d34c6a966392492a522113fd9a222f047d06027

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e2ea81cd468242e987c06a571dbbe4c4ab13c12de2252b015ec13054c5c7800
MD5 aa5c70fd2dc6fd81f450e2bd2b0d651f
BLAKE2b-256 4428497e8a62919e741b8c05019410f9c33b8656fefbda428069204741648118

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8b7de07f9723aab59a76e775d9650871f4234625eabe6a86ab8b7ac0c5f62f9
MD5 7f8cc801a6f66ef658232ce60f2c9193
BLAKE2b-256 ec6260684da6c7b7ec77ae9341bd2b94fd0eb2464b3396d62712f2f4d51650c5

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bbdc20ce466ed05a7e321608fd8edde8cb13b4baacc2cbfc234b3828bd8050a8
MD5 7d4ffa0f80ade7f13b17c04a909a786a
BLAKE2b-256 b1d20e0bfb2fa96800647373c791bf969c2e5bc0bf0c8ab90673c2ef1900ade9

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1583ad6a649ec4d9393351e2cce34f77be6b389c7c2fb252bcd0e79154dd059b
MD5 a36dcefab285f53d91148064ec70e9d4
BLAKE2b-256 67bea658fadbee8db86e8d7fc33bb4d58c13229665d4b7362057950dc14794df

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3ed535de786b5af43f2315ad38065c0b85c0bdd4b6511ca5e5a1a3f4ed2f4dd7
MD5 49683024c5eff4b062a38c6efc17dff0
BLAKE2b-256 d85a7c7930982c7c1ea46ccaa2ebf1f61e44b41586099e2498bdc37b11938851

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7222506272bfd9eb48d10ba79914cf2fc5a4a81a4217fa718f145cd658fcadbe
MD5 02831b77c8fc9c96fba441f03a592c82
BLAKE2b-256 4aaad1a2ac67a3785c893baea3ed919a394e038d466ac54e57bb8ceadf1766e8

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a50917b0606795adf4b050c124b91df4dca05f5ee2afac93dcf2e33c4f3ee3ca
MD5 c6134248cb56615daeab90ccb1f2827c
BLAKE2b-256 33da8f5d99a263998280fca11d1a7a29fd3161c242d015366071d26f48459604

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da6700b6031e288f78c9f53851a361b504083c56acd7dd3d7e46cc1cb432407b
MD5 2984e72de17d29c4e55556231a854669
BLAKE2b-256 989e72a694d25d5cc8546d275f3110b392a721cff5b260f3ab2c6fe13789c909

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 082d2869aae5b3a253b3af4a3a14dc73a3ab3261717e0cce8d34bb4d2ac05643
MD5 6a5c922a638a4412c65a4865f60cf3b8
BLAKE2b-256 b5485922590f308ab4e566cfdb466bcb9d18508916557997ccc311fe327ec06c

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b94cd453d33d6ac1affefbd92bfd968858807070be11ff600f2ec86a49f5e76e
MD5 56c3fa459b2ecbd632a1f20f1a96fbdd
BLAKE2b-256 f0a08f061eb916895a39797d16c3283e2359339088d8ef47b129be491a021685

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a629b6fd4881930b2b581525a3d998e88076ae0d27c65d6bad916d47eaf8da6a
MD5 e4a80e0be5f54a5edc391831506dec59
BLAKE2b-256 f109afd93f47c15672bc6aebe85112b43e0ec783a42e7425b4bcf6b53819bd54

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c39f97a0c1f70984421bde53bfe4fec4bd86a5a6d26de81444b564a5d20e8cdc
MD5 4a919a5e21a484547872c72e6ac27614
BLAKE2b-256 f85551be13e38a81a9b94cf3d33137652bf813d799c4b87dd373efbc48c920c6

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 23b3ec64bcaaf4fc3568ca4591446243e7499c0f3877ba3d098c9e959c5b1ff8
MD5 ccae31ac73fc96f29d98b22bb867ecbd
BLAKE2b-256 d9ca0637494f41d8abbfe174e5cf15462b360fb89f72def69659a36f34ea45cf

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a76170bff91af8682043b558ac067af1b784bfec64cf6dbce7c19a3883cb9323
MD5 d6bf519bdeeeaab021c9db638b79d387
BLAKE2b-256 58d6bd0903946ebb6e48b3c98a350b0abd2c47d538c9178ab23e900ac174cc76

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8dcc129ac5ab09f9eb3f44cbba96c100e61a993ddd76db4b4039e42a91e5d563
MD5 7eee1c11172e7e51fd7348640cc3d932
BLAKE2b-256 75fa4673f911d8abf5495672fdacaf3d5722fe2a373412bcc7e4658944c77ff7

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ce62f599460a94627d2497112a98b00afc46b7007155c0cbb44bcd58c680c87
MD5 60f792cd707a90804e7710b108c85923
BLAKE2b-256 c79b9c262fce73df0b90347c150b54dc79980a3906863481ed68816d7829ad1f

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d93a5aba388166829cd110b0735e098195f6d7f1f8b22621fc3fbe678169f7f5
MD5 7778577fba5d8e634e96435b2fed0946
BLAKE2b-256 1b91cb22909a98bc1ca4e942b249faf5790378cb6b25067f2c59454a65fb2b01

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 631a98ca34fe6cbc7c400111e6b19a5f72a5b12ad552d3ed894b360bd3c47a78
MD5 1ef3b9cf5eadb09e8ed45482d188241b
BLAKE2b-256 a2d4e44a641d06f01ad734869ef6eb56a28110c3499b17c9560392318c515806

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d3dc906ab148c18c3c07e2e26e2a549fe535f7a5064add4222997dc8c9db99b
MD5 c9413d7e59d83ce20676defd71fb2c28
BLAKE2b-256 c0f5b6a0222e7a4d77a9719e538a52e7065d0bf75fa0d5d92556dd87cf3cc798

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1ffe9d62219cabfdc3e94e9e3eee5eed355f35f82a02f80d76d657d21611cba8
MD5 e55cf0f6b5abd44f1085341ea02f6d57
BLAKE2b-256 839b39f5c00f5f91c3460015f778377319bcf60d1dd3719177852f8ca81bb2d9

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0cd5d6489663aa5a254508683d5f4419ba824f7e9f473167722ed48aa96f36d
MD5 f1381b939042c2f17b3f60573d099753
BLAKE2b-256 f54058ba7a34fb32996880ad6ec8406af99ebf1ff6cb943a7598109e9d5e2d2c

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c6c9ce07daefeb2779906f109dd22414d4a17c28915901686c1fe48747c58651
MD5 b6c8a70e8254442d88035b49691c380a
BLAKE2b-256 b34a70899c6b94344ccefa8d571225f89be10c435a81eed0286114e497d7abe4

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45382bafc6879569d0ab79a679fce451d8e1f7ce9c85e2b9f1d295732959b9ed
MD5 753963665172dacdc0eb3ba16a7091cc
BLAKE2b-256 a955477e69e1a00a9bb51b4e92d5a6c07058b57ff71be9e9de8048e538de44f8

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f724236ca9df642ecc101598c05970376bb9d9ebc59bb2ba8d08c8e7d63e7792
MD5 2892bc9224f8351e48d988c7a5c44bff
BLAKE2b-256 f3e22e7ee7a0b44697d22904eefc7f7eef52ca064419ed4c779507014fa852fd

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2025.2.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f5a904e8d344bd9d94c687cf301c608e0e2e79d19db14748e5398e703606e59
MD5 d68d7f8380c39b589600e45d2f184266
BLAKE2b-256 d6d6cc2a83b1e2c9a22621f784488e0a6a0549c8b08178db91031de7be238302

See more details on using hashes here.

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