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.

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

Uploaded Source

Built Distributions

starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp312-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86-64

starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp312-cp312-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

starlark_pyo3-2024.1.3-cp311-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp311-cp311-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

starlark_pyo3-2024.1.3-cp310-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp310-cp310-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

starlark_pyo3-2024.1.3-cp39-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp39-cp39-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

starlark_pyo3-2024.1.3-cp38-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp38-cp38-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

starlark_pyo3-2024.1.3-cp37-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7 Windows x86-64

starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

starlark_pyo3-2024.1.3-cp37-cp37m-macosx_10_12_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for starlark_pyo3-2024.1.3.tar.gz
Algorithm Hash digest
SHA256 7835ad4ab6cad67b597fb0ab18342d23d3d47adebff2a0d8072c850566d9c723
MD5 e8dbf43152978cfa5565d384dd1d2b4f
BLAKE2b-256 fe8fa4befdc1281298dd48d3aee736f94eaec7f25d405e2b575c04bc8b580c1a

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76c9da59afd79a9bd6dd016bec3ba5de475812528e1a061633d22f6ad1fbd37c
MD5 c4dd86d6d091ecd37ab2e339899880f3
BLAKE2b-256 037cfddc90ed41fe05d257e5d8dfd54e2dba8031b5e743d2691e3a1b74e03e07

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 224941f8ea20061c29ab8e942033823305fe4e78f43ca8b9d327094c4ad2d2ae
MD5 0b9f222ead898f009d6e68a305461112
BLAKE2b-256 1f02a591e7b3c07e043a789dfd626ba3b6899794a1c1fe8bda5034f8d2bd109b

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d74315f916be8d14a76220945276ac5c9bead69fffd47e734e01a19981c2d8c
MD5 b3ac48b1e4e19c73b650f46f8e50c72e
BLAKE2b-256 7d1701b82360c5f33f67c563776250045a8516675ab293178cf7790103bc82e3

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e38f5fe9e328ba50a3260ccacf9965c56a60834486f07f642f2c34a51c957450
MD5 b36d2b477f86df15c5488440f3c9b59b
BLAKE2b-256 0bfccec892343cd7f81162ad4979471a01d8b4d7b50e1029979c7a9c6dc1a44c

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8310c5e0d2678a58e18dd5357dcd70c114d9f34622200855160e81a71cbd9934
MD5 05802d2e5f64a00eff04fd4e6778a8dd
BLAKE2b-256 7bef6abe3c339b4e1bab3c52cabd4f4990807f08ebd49246c4d4ec97c0bd55fc

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1122e1d19be73a5f0e7c20fc02e3e2bb577ff652e5e38f4e5ecdefef847e0be
MD5 27ace56514ea5a7d2448f46949c70d19
BLAKE2b-256 de9390beaed02d994875b78986d273d03afce03387594735aee25640ea5167ed

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b94f4c702eafb7ffe806a0eb4c21c2fe3cf11f62bb109759fdbac040efa23df
MD5 1f42d27226a91b185865f116b3f1b728
BLAKE2b-256 a1f2603fa8ec18387e820759eb63175b7b9360c7c867c20ab498e60d93aad6c7

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c3ee91915a1d710fda5345df950bd6e3bf6d913db25481193797c790fd01151f
MD5 d2e92d9e404c8777a3c84ca345c93ed7
BLAKE2b-256 e7584666d441e66027d18eaa82d65a56deaa1f9060a608087bddc599dfe23505

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dac9fe42e3a3d7be03cad5f193bef5cf73c00280fbe41895af9cc662c1cff45
MD5 1aa2051d971b7142f56340286a66564d
BLAKE2b-256 297bac5604a4112b63224973389904d053e89271bb2037a9dfd79cc4e006879b

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02d5166057ca36dc98eb470da5d8b5c419727905d2ce7ca595e1844903876ee5
MD5 3cb109bd2d07c11052545c5695c9ddb1
BLAKE2b-256 4e64fa0cf7c7467cfce30e561478131e399a9b040a7c6b47facf8207f6b9e6c8

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14d521ca1d8ff0af16348e13ef1049d9a737605e5da1d74ee528a97f2eefe5eb
MD5 5b8abf5da13361abc0e7918ada2aa557
BLAKE2b-256 9302cb95d15b637f7896469b1fedd7fb0250d18598fe48a71a87b8d9e9ad79fb

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21fc67ce6e1a32bd81046dc761069ce19a3ab6f54df3589cf3d215ee86755b38
MD5 44e27a2d79cf7bc3f9e4480fca422549
BLAKE2b-256 9a78e923ab23b16a522c6fa19c6c0823109c68375a94265179bd8bd751df31bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b9115aae601bad26be53d7d3642c37b1925d8fcf6dfa1059bd214343f0834dc7
MD5 fed4e62c4565183673f11b701a473a57
BLAKE2b-256 9852a02f6e591fe6b1bb9638173ba188099acfa58f5e1c8d96466636b5f41874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f373b38e44a7ec3cc2011c17358760c9e887124fca64cac7e0a8ba7c0ed3752d
MD5 d17dc5008fecbdabbfe344ae02d0fbe7
BLAKE2b-256 fb7e70902fbeb87c4ff89d4400e26fa930b2d422621fdac332c12abc0a32e39e

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 89890365727798a11628548613bde9cf9b1dab5f4ea8f04e59546a493bbf4010
MD5 8a60b0f1c3e35a1625b0f8a20c29d14a
BLAKE2b-256 8b7fe3ee30ed2cdcc5cd023434c05788a36e683e14d947096ee43eb4bd299434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 482b3d0ff769b01895e6b0eae488e22874a5ace2e2a00e069fff49d6d53348dd
MD5 14980181f94e48e141caab791532442f
BLAKE2b-256 f873b11ab30602918bde55015b3b8e0ff81290c74ce5b4a1b09ba0b6a5443101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 811ee852f2ca7191f5ff57bc6d8d5ecc99f01e29fb901220eb9d0240d95f5c2e
MD5 d29bfd576514375d1f89e17ff34d2ca8
BLAKE2b-256 0ba2335835ce4e53c630465cffbdf2686025a669dd1f9500562f017b45991acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f10b8aecf155c53a3f2fc2e44723c11bd41a268ecd6e968ad14d601aac6a8aae
MD5 f2c564d0b44c49bd3ec488ba776e3dd9
BLAKE2b-256 95ec9b0e2c580911dda5bf1a0b2bcbd1fc0949929e008b1b861a2541f2b99f24

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5385f33d1c5aca2d4c90837acb6586fbddbcc6c436cb8fdfa341e1345e7218a3
MD5 8eeb49e622a8433aa7e6c28f4172442b
BLAKE2b-256 42a5e571807bf9f1afe9c6d10a63677a163e50c0e0841b682c01a0d5184a34e4

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 706cb3b21da30487ddc9fad81dcc9b8ebfeed2336364b44e87d3d74716af5a23
MD5 be94bd245b6c97f0aeb6ab6bb6eaf568
BLAKE2b-256 c938fc286753fe3d93b3e94ecb30880fe728038ae54286445f5fb62d9caab7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2e1cb58218342a6951868836621061c1449fe9a7c97d0ca5560873f6019a3d0
MD5 7e67ef62bce8e591390e6b4ddc46676e
BLAKE2b-256 10f0c5aa6a6be75235e2fcff6b151324a239a0d69e16c4022ac312487ca8c8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ccc1dc2c97c237b5189d6915a7b8ca4d77d4af85210cc9692328c52f36625cd5
MD5 d4271290791e60a50edc04aef62a2484
BLAKE2b-256 df73ad4a7d0b91fb188125981b56763f37bdabc110300b59c315414f0be4b32a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd9bee247d3f5a672d25a290edfc6c982c94cd3a7169067efa54b72a4ee6bdc4
MD5 dd8d2665d937fe05b2ef25c0a446f72b
BLAKE2b-256 d679eaa4fedc5d71763845190c8e1bf9034f0d50f99afaa9a9549e7cac54e504

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a6472454f3b437e7a5df5e7523afd89f292f42f61d732234f9d4af92b71c4aeb
MD5 6fac6cf3aaeb0a50f269a45db1c034a5
BLAKE2b-256 9df1c03bd81b8504005b3696a0b69dd5e6aa9cc5b446198036953d2eea143bc3

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 fd2a02cf0da0ce5f31a033b12718c6884f7d065319c8495515743a977dcc60e7
MD5 a51f1cc2bea9cc5273d0eebf48ca7288
BLAKE2b-256 c854d10be91f3a2426589ba1d6553c4fffccfab42b62f88dc6ce1b8772c36202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46793704687950a46d13f73cd447c5ea83fafdc79105703a423414968131c197
MD5 ca2740d61f45ca9e3376bacfcf7effba
BLAKE2b-256 9f5766a2ce0736e0a0888b3ada8494cbbb7e8130cf92eefc985c6181c8d7bafc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b7b2700809cbdd9b1c82691ebafe45566aa0ffb3a3bd1ee381c116c75322d85
MD5 2fdd1a7ec78355df0c7623f0cc5c963e
BLAKE2b-256 1586b66e13d2621b065bacbe011b5bc47fb2940f0366ccf32751fcc74d201436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cfac263330956e7e42900e97c10be4fdd59c28a83ff03ba344ff48d7f8cc06b
MD5 e892af0080237e66d6c087800f17c1bf
BLAKE2b-256 7893e75ef49cbda0cb41bd84dced5bb2c1cf0ce709f9eebb1c7648e5930ce019

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4faaee416e666d7e3129aabe2d750e2e930370a062868b7b5e66b2f738a83932
MD5 49508e26ebac94fc73b376fa835861ae
BLAKE2b-256 7c289780d66a05ab351d3d6e9e9e78a2e070672326a46c661cbbae7c2a670ab8

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 5962bc3014b539ddb1414fa8b9eec94cf2e244d5fe79010fdc528717c27fd861
MD5 86da18d596b403419e07e660cd2f62d7
BLAKE2b-256 de86f5a8e9d4b01959025865552aeee43bc7469c25291e56aa7706a068de73d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d1f15a2b47618852742d846fbf0fb062d725f8e980a06c9ff45687985c5e7de
MD5 74ac0d734603b758ec585616c133f129
BLAKE2b-256 2f8394fd64054f0db49a9d6738157539ed6d570624b420e4f4193520223a388f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 50f6521a3ab5d27d5924ded67783bfce27b7f805598a23b7d9359b20b498fdfa
MD5 96ea1b411ebb74f1381cf5ddf497dba5
BLAKE2b-256 3831deacd9e45bca629eda5865104e005a192fd6d11988892361a8947405abf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 516bf82086c2924aeec210d16cee25d514664f08219de5be00aac3ea1a92e3bc
MD5 13a1a30c94f815b05b71e181c5468ae7
BLAKE2b-256 8a15ea11e9b7ea020cccee16afec08a851e57c20ce6b15fb56b392ab013bd4f2

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 048d8e551f02b3185f033cb71ce340d4f0221039ca79b42966d8bf9fcf714edc
MD5 8664a18edfa1f46df454aca8da5c3621
BLAKE2b-256 f885a856dfa503f6e9f1dc75127ae93219b66ff0297dab60439c08c6d56017f1

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 68a0e176c863d2d563f0174a299a11e3cd812b0223e39a8ee3c1554d03d45026
MD5 b545407e10202c30640fa1caf03d07cd
BLAKE2b-256 df4bccb0029c106adb88cb975b2f6d3841abc4a07a73af35e52179b911f0b376

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fd216a29beee128807deb93dee8898d0c5e92bdcda7125bfbe73ad964d82f43
MD5 c26095e73b06fcd49fad0328f0443a3f
BLAKE2b-256 9a5e66689387fcdeff9d5a3f25e06f17c291f4277c9ac0c8dea8d62f8c12dd7e

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a761d16ded0b47463702ad29ec861f16ed14481cb61876494cf77b93ed1da3d9
MD5 e345d3a1177abbf27bcabe6df5abd554
BLAKE2b-256 3272f3bd1697b5922e9474dd4d43e769b090fa60d24070a4e49c3712091d405e

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fc650c68fa6144c2354214948666d89f2c46d5f2a94f9274005dbee8659b3c6
MD5 2be33e6478281846e02098b12032a2e6
BLAKE2b-256 604aa7d9fc2b66ed9bc686f73f269f20dbee868e8de822f0834beccc077adf76

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2491efb919c6956a265e0a511db40b31863780af2e5eb8a29049b16308857a07
MD5 e611794b8548650840b6391a311ef8fe
BLAKE2b-256 a84d184af399f81c9ca119f9d4cfbed815a34192b18eb30b9a22ea1525883881

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 7850d69f0b2057d5fa6128841c9a0ba6b9223caa08e29945592ce2bbfc1e198c
MD5 9f22d8e83635875555335ac62f8a439e
BLAKE2b-256 71a8c3b154fddbfa2bf3be00a8f9f9153d60a06a6d9a77a0c2de88aaa0a4b005

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54654b6c32228f9805d6a96aae0471e6293854ae14d7e40e3f007d88f5fae112
MD5 7ee76328923bcb8293b4a53792b5e6c4
BLAKE2b-256 ad077b5ddf05f37515279242f80f1445ff703e6022d97f0b92df51a6e3115327

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd8a77f04d4f3c1943ad5ed7a62e5cc46a1c63443010bfc6c45a604cbf948fdc
MD5 f2d32a23cabf00eee056cb3a6b50d205
BLAKE2b-256 949271360b1726ed6228675d098463266b895badd59ec38603824a894fb053df

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0628dcb2b21baccfb92dd84faadfa9b06d573b3e2dbf252a3816380ee45ef021
MD5 8e7740603f21c4f458c165c3f79c2c45
BLAKE2b-256 18f386ce234b5b06bb66811c5bb2f7ceb1bd34aa38bed5c604fda887fb169f77

See more details on using hashes here.

File details

Details for the file starlark_pyo3-2024.1.3-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for starlark_pyo3-2024.1.3-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0ebbe396a53051d59df6cc9ae40157baee699956290f36d6e4a67d91ce094c87
MD5 d73c040bdcf61a7312c6dffa2f33f309
BLAKE2b-256 b9cdaee95a0cd6b87148146032197b391089ad23f566a7ac10c17d8a0e566e6d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page