django-bolt
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.
https://github.com/FarhanAliRaza/django-bolt
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.
https://github.com/FarhanAliRaza/django-bolt
GitHub
GitHub - FarhanAliRaza/django-bolt: Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for…
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware. - ...
👍1
Wrapping immutable objects
Graham Dumpleton explores how Python’s wrapt library must correctly handle immutable types when wrapping objects, highlighting hidden issues with in-place operators like += and @= when applied to proxies of immutables. He outlines a refinediaddstrategy for ObjectProxy that preserves expected behaviour in version 2.0.0 of wrapt.
https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
Graham Dumpleton explores how Python’s wrapt library must correctly handle immutable types when wrapping objects, highlighting hidden issues with in-place operators like += and @= when applied to proxies of immutables. He outlines a refinediaddstrategy for ObjectProxy that preserves expected behaviour in version 2.0.0 of wrapt.
https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
grahamdumpleton.me
Wrapping immutable objects - Graham Dumpleton
Using the wrapt object proxy around immutable objects.
typeagent-py
This is an in-progress project aiming at a Pythonic translation of TypeAgent KnowPro and a few related packages from TypeScript to Python.
https://github.com/microsoft/typeagent-py
This is an in-progress project aiming at a Pythonic translation of TypeAgent KnowPro and a few related packages from TypeScript to Python.
https://github.com/microsoft/typeagent-py
GitHub
GitHub - microsoft/typeagent-py: Python port of part of the TypeAgent repo
Python port of part of the TypeAgent repo. Contribute to microsoft/typeagent-py development by creating an account on GitHub.