SaaSHub helps you find the best software and product alternatives Learn more →
Sdk-python Alternatives
Similar projects and alternatives to sdk-python
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
msgspec
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
-
-
-
-
-
-
-
sdk-java
The official Java library for the Modzy Machine Learning Operations (MLOps) Platform (by modzy)
-
-
shiv
shiv is a command line utility for building fully self contained Python zipapps as outlined in PEP 441, but with all their dependencies included.
-
temporalite-archived
Discontinued An experimental distribution of Temporal that runs as a single process
-
sdk-python discussion
sdk-python reviews and mentions
-
The Many Problems with Celery
My problem with Temporal is that it doesn't support gevent https://github.com/temporalio/sdk-python/issues/59
-
Pydantic V2 rewritten in Rust is 5-50x faster than Pydantic V1
> Unless Pydantic is downloading all OS binaries with the package and loading the right one at runtime, this would become a "problem" as well.
Nah, it's not that bad. I built a Rust-backed Python library used by many [0], and with setuptools-rust (maturin wasn't flexible enough at the time) and cibuildwheel and GH actions, the wheels are built/shipped with the shared libraries embedded and the end user never has to worry or even be aware of its presence.
Pydantic has already been shipping a binary mode with an option for pure Python, so maybe they'll keep the pure Python mode around.
0 - https://github.com/temporalio/sdk-python
-
Python SDK: The Release
Either way, let us know how it goes! Building something cool? We’d love to hear about it! Our forum has a new Show & Tell section. If you want to share, we’ll send you some sweet swag. Have feedback on how we can do better? We want to know that too. Raise an issue in the SDK or samples repos, or send us an email ([email protected]).
-
Making Python fast for free – adventures with mypyc
We built to logic backing the Temporal Python SDK[0] in Rust and leverage PyO3. Unfortunately Maturin didn't let us do some of the advanced things we needed to do for wheel creation (at the time, unsure now), so we use setuptools-rust with Poetry.
0 - https://github.com/temporalio/sdk-python
- GitHub - temporalio/sdk-python: Temporal Python SDK
- Temporal Python SDK Beta 2 – Fault-tolerant asyncio-based workflows
-
Red Engine – modern scheduling framework for Python applications
Going to shamelessly plug Temporal’s Python SDK which was designed for asyncio.
https://github.com/temporalio/sdk-python
Disclaimer: I work for Temporal
-
Temporal raises $100M Series B to invest in open source and communities
hey sorry for taking a while to respond, was busy with personal stuff and hope you see this.
1. yes. its on the order of months. start watching https://github.com/temporalio/sdk-python
2. temporal itself will not produce something like that, because we much rather have a lively community of third party maintainers/startups do that and be their supporters rather than competitors. interested?
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Stats
temporalio/sdk-python is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sdk-python is Python.