Skip to main content

A Python SDK for Restate

Project description

Documentation Examples Discord Twitter

Restate Python SDK

Restate is a system for easily building resilient applications using distributed durable async/await. This repository contains the Restate SDK for writing services in Python.

Community

Using the SDK

Prerequisites:

  • Python >= v3.10

To use this SDK, add the dependency to your project:

pip install restate_sdk

Versions

The compatibility with Restate is described in the following table:

Restate Server\sdk-python < 0.6 0.6 - 0.7 0.8 - 0.9 0.10 - 0.16
< 1.3
1.3 (1) (2)
1.4 (2)
1.5 (3)
1.6 (3)

(1) Note The new Service/Object/Workflow constructor fields and the decorator fields inactivity_timeout, abort_timeout, journal_retention, idempotency_retention, ingress_private, workflow_retention work only from Restate 1.4 onward. Check the in-code documentation for more details.

(1) Note The new Service/Object/Workflow constructor field and the decorator field invocation_retry_policy works only from Restate 1.4 onward. Check the in-code documentation for more details.

(3) Warning SDK versions < 0.6 are deprecated, and cannot be registered anymore. Check the Restate 1.5 release notes for more info.

Contributing

We’re excited if you join the Restate community and start contributing! Whether it is feature requests, bug reports, ideas & feedback or PRs, we appreciate any and all contributions. We know that your time is precious and, therefore, deeply value any effort to contribute!

Local development

Set up your virtual environment using the tool of your choice, e.g. VirtualEnv:

python3 -m venv .venv
source .venv/bin/activate

Install the build tools:

pip install -r requirements.txt

Now build the Rust module and include opt-in additional dev dependencies:

maturin dev -E test,lint

You usually need to build the Rust module only once, but you might need to rebuild it on pulls.

For linting and testing:

just verify

Releasing the package

Pull latest main:

git checkout main && git pull

Update module version in Cargo.toml and run a local build to update the Cargo.lock too, commit it. Then push tag, e.g.:

git tag -m "Release v0.1.0" v0.1.0
git push origin v0.1.0

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

restate_sdk-0.16.0.tar.gz (252.9 kB view details)

Uploaded Source

Built Distributions

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

restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp314-cp314t-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp314-cp314-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

restate_sdk-0.16.0-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

restate_sdk-0.16.0-cp314-cp314-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp313-cp313t-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-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

restate_sdk-0.16.0-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

restate_sdk-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-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

restate_sdk-0.16.0-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

restate_sdk-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-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

restate_sdk-0.16.0-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

restate_sdk-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

restate_sdk-0.16.0-cp310-cp310-manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

restate_sdk-0.16.0-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

File details

Details for the file restate_sdk-0.16.0.tar.gz.

File metadata

  • Download URL: restate_sdk-0.16.0.tar.gz
  • Upload date:
  • Size: 252.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for restate_sdk-0.16.0.tar.gz
Algorithm Hash digest
SHA256 b032b5ef363a60ff730639df53be9fff84dbb5a34ecda7c1d48795d445074ce9
MD5 16c480d3bb2325d94848c7e410d5f8bb
BLAKE2b-256 7699f2feb22033eb0c53182e9026a83263e041211982c3ac0aadabf3278fbefe

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd52812465301ad382cc3e5651ee4006136adad426a639a767c5340dd97ee8e7
MD5 112a7351ac05e8f7094ca215bca39727
BLAKE2b-256 ac5203f36e610e073aa362ee9a78281d9ebe1245856f971360a8c316d1974501

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f15c9df3007807916b8dda37436eb77335736d36e24c4a97b8bc60f7d3fb21ff
MD5 3f62a6d521965ba1e28e51324538ace4
BLAKE2b-256 68d6b32896fc624460d51f4776e8dca63075e3dfc3d1bce91fa509d23d59724f

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e38fb74484918f3b6067b2c294cac37e4fcf5119321edf0a15c97b52e77abfef
MD5 43b4000886f185c992914620054f6334
BLAKE2b-256 1fb03796c18c9e87a476a6f0ed4ee882847700b429bd204b305728f6508173bb

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96d8214caedb5dc0fec2cf88c63462d388a278de1ba4130588926cc060eab392
MD5 64d2839f00fe9d59ba7a710ea8564f10
BLAKE2b-256 9244854ae1baa1658a1bf6b656f6adc8761e1b98c5913a2117d08ff56aaf8701

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2da21798e2d9592ef14b7f85afaa88a7917d3677aa8935fe2e4220dfcc52e5b
MD5 67aee87442ab1e8a958a336b8ae6ee13
BLAKE2b-256 2580934757482ac637e1db884203a620e21de4a0e45bfaa41fe78ee88adbe1d5

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7dedd848aedabbe93ed1a1651bfcce80408f00bad3452dcdc9773a8a466bfacb
MD5 ca5163b3200004dde49b3e84f38cc506
BLAKE2b-256 7dd6e3b5ecf738b609c27b6c0f82aa29629be035689fc21bae613c7f9b7ede8b

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0097c62df4fddcec8b8b1e617d6e57e3153b28530b85d1880de9c92e505afc1
MD5 5c2f74fc93e4353339939f0ce0324232
BLAKE2b-256 f9dede65519039f33662fa08661367bb273b30086453b48beb085165eb2499a9

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c1b57688c0da87ad26f33aa27cedfd09b70e077901f46b619f93c44aeb53a08
MD5 22077528ad97e7615bd7fa35526e5bc3
BLAKE2b-256 098cf99d794741f82430358ca9d7fa924b6a45f4395a54e7bfd617f952508ebf

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6460a0dc9b0108d1bad7f9c2877b289c934e240b4b7ad06663ae8b833c794d9d
MD5 2faf0e8ee33c8c9cc66baab3cf2db662
BLAKE2b-256 607fc62691b3d2ecbbd579c9d050204cf00491f3d79a40655e0add2dcc75ead1

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e752a3733f12cb8520d73a480f508b795883f4a14a024aefad68cee84c39bdd
MD5 fc0b7f62c9248885c003e54704aa07b9
BLAKE2b-256 507dd8a39acccbb90a614158e19b2a7a3e15ace112b3858d2c2424fe85a1b396

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5cd1fa92af776ca70045f880f280993f6417862d275480d3f87232011bebe34c
MD5 2e6f6ce0c996702239051972acdacfc7
BLAKE2b-256 1d6a1ad11d7bb2d9bef355859ec1c386df02e85c9cc26fbedd9e18bd6293e38f

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0efd964442d7c18c8c2d08b0e60edb52d9b89d1367f6c963b062f3ce2ffa7dca
MD5 c462b7e83f2bfefac62f4fa713fcc6c5
BLAKE2b-256 e0c67950f25bdd8ee538c24e01e575657278f3e348a935efaafadacf1400bcb8

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2865ef16e832ba81f1d1f1b600a48878eec657ed777ec1e0342762f6a9ba8004
MD5 d78f250b515988fa1502888d094c996b
BLAKE2b-256 424ba3e8a94467aac44adcc2ab073439e733c1af0f23d26967d8e1c339b4f10e

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dcad64494bb1446c984a0bc8f8f7bbbdbb9bd3973a649b02cf9284b49aef46f
MD5 37fd6fb061be11a0a152b48505ff8e70
BLAKE2b-256 cd58e2bd8e67c7068e803aaa56a6b379516cc5e645afb24efacd1f4dde9394b2

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3044a9ba93834f1f15808e9bc565b3a60d57d31064df0fa1e320ad19c5387428
MD5 d094f935a19f2cb46a07581bacf1a1bf
BLAKE2b-256 e8e3010180b7d9ef4fbe5e37aa124c2259b1f87684fd2de631115423502bc2cc

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7265570f3ca7bf1a75c992bd2601a99a212f8a18724c2dd4cb329b22e86575fd
MD5 4c33273cd5c8ebda4475dbab847cb5a0
BLAKE2b-256 8a868af92e81de1ee0026d509ead7bf64603132318c63b47ddfa072964c35afb

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41abef0b191878fc1461a4c22373d5186e19b1df70086643e4c56caff80a9200
MD5 bc71933abcb703b94e0b45141afacc29
BLAKE2b-256 4f35a23ebd0b2497626b1fc88d9565bd9fe9091122c4252b48be49f167f0d520

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 501716b4e14d58227c27d55d2e3ed5615c0485f91cd2397598587e6c07e650fa
MD5 6da9c8d62e7b9d870c49d91c4bbbf7f7
BLAKE2b-256 3a249ea812985bc4512d11bde554c30c923f2071ff77d0f044206fbf77a5fb73

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 355f963a9e3b8f1856502146291cdcc50fc01fd7e999f368d26604758a8a0489
MD5 d474b2b91d551ee3a7429658f9a6542e
BLAKE2b-256 5964a4337569ef0fe38ccd93321bf271140219f92f1d52d0c3b8e0a56440bf63

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1be1121c4247e0880bc2351caa2c466627956f59bd81218826c3106570c0e243
MD5 6a3f06d6d9e933e491521b1e0e7cda53
BLAKE2b-256 4ffc8576712df40cb5fa39e25e97f4e281ae3a3650cca0c118558158f67ebcc1

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d7e14809882fb9c267c093bafaa72fd984916a131960b1ce960cda74bd89978
MD5 c75e94d77b43239307a6634107672aab
BLAKE2b-256 4775d597ae6b93d09fbce3b3259df422725d0b06848df9625f678d816a6ed094

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b9c9be6e7df4fb92e4dba6169fa12a9c8547c0c7925524d4c8344dfc4f017bd
MD5 a0e6122914f5e8853492d78bb5aad2e7
BLAKE2b-256 0d9552ef0d6ddcef40b0d15890ba961d80ce51cf01f925889a5c51b386ab3d2a

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86e80b472010c040bb39ee1fd844a071dc27507194d2ff0e8f833568e0a429ae
MD5 ae0d1440a233ddd1acc9c4aac7123037
BLAKE2b-256 13bc8449c8022382f785e80b4cbdcc148925e38e36b01bf91654b2170d0ebab9

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e5a7060bf8884eed3db2f8faf9b0e1487fc8fee90a0df89d53d3a5d6e834dff
MD5 1cfcdd749e4fa8b94becc513e136a614
BLAKE2b-256 b296bb2f836957836e096f6235b2d405925cc6a849b37362ad6ab9248031f8e1

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed7c6577369e415c66d3280bc7eb9c8d74b5e291122b481deb612ef9b7da200d
MD5 0d0539996455905130b7488e8d71cb69
BLAKE2b-256 3c5af798611de677add38c773ffacefdeb7856c84fd5ae96e34b3eab689abaa7

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd4670e0d10142d4ba1335a3ecc6e65c2f8a73953d857c92d056f3aff872531b
MD5 c3f8372f18b49f06d4f50bbe42e8ff53
BLAKE2b-256 c380a757edcd0ad4b45f4644539c5e1669f7d1e50e9e23a55ed680d07fb1611f

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12fe27204f4e35ccf5d77c8dd596e85180380de65ed982dcd855e12c1688802a
MD5 580148ae690146db37d8ae20881f5513
BLAKE2b-256 27ebcd8ef3e061b17cc3c3700e05c8ea3a35593efe76943c4d07dc5b14d2d83a

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44fdcfc26152f8c0e3a67360874cc23b909833c98e0201d9f5c8574038ca690e
MD5 f105bf40213bb0d8563c22076e29d686
BLAKE2b-256 ee26601b7b8a2da4b8a28443fbd68debb817c355bb1d152b0f137a3f58ed9508

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67ba2693b554d20d94dc07497f48d27119ec8490aacc94a949e35288d813e8b8
MD5 5bdd6a1fb9d3cfab0aacb41ef4839190
BLAKE2b-256 24fa762f0b18b3b195951be66677283bb347185402b45b6b93153cd1f8dc54a6

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fce8237b9d15900cc16d04351fb9c54002543c60ec9a4cf740b57153529146fb
MD5 8714455675cbd856372e8d8916f5aac5
BLAKE2b-256 6c3654456fc9f59748fd5482decd5d5368440654468e5f008372dffc3ff92b8c

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a0b93bee6ceb3f4facac9f15bf5bdb17fe85ea3fe1d1bfee141a12d32be399fc
MD5 81df6d43160a229d1c068d4cb1540a4b
BLAKE2b-256 f61fee5d4e5058a3ce36c1602f92b935bd31803b8a00fd6de895c84187b01423

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecdd7d0fbe4d18c79af486c237be1e31d2b85140b24ce56dbc75acbdbebe3ce1
MD5 12199c48cf89cefa2cc7b42efcb88d73
BLAKE2b-256 6f198acba608689e84efc81518dddbe8efd549ffee82181d3d6f28afee7ce0df

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 408f3868c32b9228826e45ccf8b925d0f2ebd4d3d281f4cc6c994d107f8c6e93
MD5 e3bffea6b86e16d3059d923acc025d2d
BLAKE2b-256 362e13e6a9360ade06c61441acf665078746e409ddd90a3cc5bd0f17025ae0d3

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 822bafa42a56f950edc200fd0da385d49d89343d55100cfd313d84ea5bd675bb
MD5 8394af8267ffaeb00c9218e041a1c169
BLAKE2b-256 f11d2dc7be0c9e4daff57296544d77cae9e40897b950e97a52e02531ae8cfe9c

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0ab47cb8e1d4f3078e3a8489313de7ad7c0fa379ede44041765c624544a148a
MD5 afcc3260e76ee3b53bfbfa6287831c5b
BLAKE2b-256 781a711f78df4a8e213056e6f4c5ac6ea43a00578553874b66b26902f5a47014

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7223c955e66bed02c4bab101bbd79433c86a4a2a457a00c898b3da0ea932c3b6
MD5 da62f06718920829be9863d56f4fd277
BLAKE2b-256 7ddeb18b57f17a4a737c01f2cac447728bcb6293556177ccccc5a67b84707089

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f7a5653849bb753a81927ed4292bc68928d77a87ee900f2f2e2cf89df4c6596
MD5 a5492cb879ebcb6c28f99c37bb69fdfd
BLAKE2b-256 92cc7ef1ea0464550ce56780ad4f0da1ce37b9d0177711f546f3ac13ec83a8e3

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f35a0c1cd78d72e335ccfe0b90a6ee8740737ce53b4659ebaf25aa70a01ae169
MD5 031cc492a1646093431c2383673c67e4
BLAKE2b-256 44187e4df25c45237849eb5e7fef1d8ac6873fe43ce78d6e826537cc18b49ba6

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb1cb222a3821d534e821b0bb8ccce26960d1bb1342acb3358ba4a413f84778c
MD5 e6f5f16527d638ed87440db8101a7534
BLAKE2b-256 a0e68bc555277b12bdf008fb41b13229208ecf50ac88483e1a52325da74bd42d

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c5a4f42193c34a3681e8e738ed44860a15717aab74695a30fd66699f7f1d365a
MD5 2c03695455ce2868e337b0fea501c413
BLAKE2b-256 337dbbd657cfd149d39aaf0390fd5941997c360297e938b0f350eb3e26bd435a

See more details on using hashes here.

File details

Details for the file restate_sdk-0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for restate_sdk-0.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4a62bee2cba429647275deb285f5abd9d83c30c19791e8fdaeca80566bcefc
MD5 0ef07e7787e11501c60e099f1a7b4880
BLAKE2b-256 5052bb39b04c13e9bf3e662ae303bad67097d967fd9a9e5c5b036e9571ac1878

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