Benzene for Python — Documentation

A Python port of Benzene, the middleware-based framework for hexagonal (ports-and-adapters) architecture: write your message handlers once, host them anywhere. This port is spec-first — it implements the language-neutral Benzene specification idiomatically in Python and interoperates on the wire with the .NET, Go, and TypeScript ports.

Start here

Reference

Guides & cookbooks

Concepts & the spec

Benzene Python is faithful to the language-neutral specification. The authoritative documents live in the main Benzene repository:

Status

Core + the inbound HTTP binding are implemented and conformance-green. A cloud host, the mesh module, and payload versioning are on the roadmap.