freshcrate
Home > Frameworks > autobahn

autobahn

WebSocket client & server library, WAMP real-time framework

Description

# Autobahn|Python WebSocket & WAMP for Python on Twisted and asyncio. [![PyPI](https://img.shields.io/pypi/v/autobahn.svg)](https://pypi.python.org/pypi/autobahn) [![Python](https://img.shields.io/pypi/pyversions/autobahn.svg)](https://pypi.python.org/pypi/autobahn) [![CI](https://github.com/crossbario/autobahn-python/workflows/main/badge.svg)](https://github.com/crossbario/autobahn-python/actions?query=workflow%3Amain) [![CI (wstest)](https://github.com/crossbario/autobahn-python/workflows/wstest/badge.svg)](https://github.com/crossbario/autobahn-python/actions?query=workflow%3Awstest) [![CD (wheels)](https://github.com/crossbario/autobahn-python/workflows/wheels/badge.svg)](https://github.com/crossbario/autobahn-python/actions?query=workflow%3Awheels) [![CD (wheels-arm64)](https://github.com/crossbario/autobahn-python/workflows/wheels-arm64/badge.svg)](https://github.com/crossbario/autobahn-python/actions?query=workflow%3Awheels-arm64) [![CD (wheels-docker)](https://github.com/crossbario/autobahn-python/workflows/wheels-docker/badge.svg)](https://github.com/crossbario/autobahn-python/actions?query=workflow%3Awheels-docker) [![Docs](https://readthedocs.org/projects/autobahn/badge/?version=latest)](https://autobahn.readthedocs.io/en/latest/) [![License](https://img.shields.io/pypi/l/autobahn.svg)](https://github.com/crossbario/autobahn-python/blob/master/LICENSE) [![Downloads](https://img.shields.io/pypi/dm/autobahn.svg)](https://pypi.python.org/pypi/autobahn) --- **Quick Links**: [Source Code](https://github.com/crossbario/autobahn-python) - [Documentation](https://autobahn.readthedocs.io/en/latest/) - [WebSocket Examples](https://autobahn.readthedocs.io/en/latest/websocket/examples.html) - [WAMP Examples](https://autobahn.readthedocs.io/en/latest/wamp/examples.html) **Community**: [Forum](https://crossbar.discourse.group/) - [StackOverflow](https://stackoverflow.com/questions/tagged/autobahn) - [Twitter](https://twitter.com/autobahnws) - [IRC \#autobahn/chat.freenode.net](https://webchat.freenode.net/) **Companion Projects**: [Autobahn|JS](https://github.com/crossbario/autobahn-js/) - [Autobahn|Cpp](https://github.com/crossbario/autobahn-cpp) - [Autobahn|Testsuite](https://github.com/crossbario/autobahn-testsuite) - [Crossbar.io](https://crossbar.io) - [WAMP](https://wamp-proto.org) ## Introduction **Autobahn|Python** is a subproject of [Autobahn](https://crossbar.io/autobahn) and provides open-source implementations of - [The WebSocket Protocol](https://tools.ietf.org/html/rfc6455) - [The Web Application Messaging Protocol (WAMP)](https://wamp-proto.org/) for Python 3.7+ and running on [Twisted](https://twistedmatrix.com/) and [asyncio](https://docs.python.org/3/library/asyncio.html). You can use **Autobahn|Python** to create clients and servers in Python speaking just plain WebSocket or WAMP. **WebSocket** allows [bidirectional real-time messaging on the Web](https://crossbario.com/blog/post/websocket-why-what-can-i-use-it/) and beyond, while [WAMP](https://wamp-proto.org/) adds real-time application communication on top of WebSocket. **WAMP** provides asynchronous **Remote Procedure Calls** and **Publish & Subscribe** for applications in _one_ protocol running over [WebSocket](https://tools.ietf.org/html/rfc6455). WAMP is a _routed_ protocol, so you need a **WAMP Router** to connect your **Autobahn|Python** based clients. We provide [Crossbar.io](https://crossbar.io), but there are [other options](https://wamp-proto.org/implementations.html#routers) as well. Note **Autobahn|Python** up to version v19.11.2 supported Python 2 and 3.4+, and up to version v20.7.1 supported Python 3.5+, and up to version v21.2.1 supported Python 3.6+. ## Features - framework for [WebSocket](https://tools.ietf.org/html/rfc6455) and [WAMP](https://wamp-proto.org/) clients and servers - runs on [CPython](https://python.org/) and <span class="title-ref">PyPy &lt;https://pypy.org/&gt;</span> - runs under [Twisted](https://twistedmatrix.com/) and [asyncio](https://docs.python.org/3/library/asyncio.html) - implements WebSocket [RFC6455](https://tools.ietf.org/html/rfc6455) and Draft Hybi-10+ - implements [WebSocket compression](https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression) - implements [WAMP](https://wamp-proto.org/), the Web Application Messaging Protocol - high-performance, fully asynchronous implementation - best-in-class standards conformance (100% strict passes with [Autobahn Testsuite](https://crossbar.io/autobahn#testsuite): [Client](https://autobahn.ws/testsuite/reports/clients/index.html) [Server](https://autobahn.ws/testsuite/reports/servers/index.html)) - message-, frame- and streaming-APIs for WebSocket - supports TLS (secure WebSocket) and proxies - Open-source ([MIT license](https://github.com/crossbario/autobahn-python/blob/master/LICENSE)) --- ## AI Policy > **IMPORTANT: A Note on Upcoming Policy Changes Regarding AI-Assisted Content** > > Up to and in

Release History

VersionChangesUrgencyDate
25.12.2Imported from PyPI (25.12.2)Low4/21/2026
fork-68427734-oberstet_autobahn_python-strict_typing_test-202601141357# Development Build fork-68427734-oberstet_autobahn_python-strict_typing_test-202601141357 Development build from pull request ## Build Information - **Commit**: 1c7d45cd - **Build Date**: 2026-01-14 14:02:37 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download Low1/14/2026
master-202601101042# Nightly Build master-202601101042 Automated nightly build from master branch ## Build Information - **Commit**: 1c7d45cd - **Build Date**: 2026-01-10 10:46:25 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow1/10/2026
fork-cee77a0c-bblommers_autobahn_python-chore_apply_ruff_up-202601092138# Development Build fork-cee77a0c-bblommers_autobahn_python-chore_apply_ruff_up-202601092138 Development build from pull request ## Build Information - **Commit**: b006e90e - **Build Date**: 2026-01-09 21:43:05 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownloaLow1/9/2026
master-202601091234# Nightly Build master-202601091234 Automated nightly build from master branch ## Build Information - **Commit**: b006e90e - **Build Date**: 2026-01-09 12:38:45 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow1/9/2026
fork-336ed2fc-bblommers_autobahn_python-websocket_server_typing-202601090018# Development Build fork-336ed2fc-bblommers_autobahn_python-websocket_server_typing-202601090018 Development build from pull request ## Build Information - **Commit**: 5e4f7e08 - **Build Date**: 2026-01-09 00:23:05 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DowLow1/9/2026
v25_12_2# Release v25_12_2 Official release v25_12_2 ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux_2_34 wheels with NVX) - **macOS**: Apple Silicon ARM64 (binary wheels with NVX) - **Windows**: x86_64 (binary wheels with NVX) ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation ```bash pip install autobahn[all]==v25_12_2 ``` Or download wheels directly from this release. ## Build Information - **Release Date**: 2025-12-15 11:12:00 UTC - **TotaLow12/15/2025
master-202512150825# Nightly Build master-202512150825 Automated nightly build from master branch ## Build Information - **Commit**: 5e4f7e08 - **Build Date**: 2025-12-15 08:30:08 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/15/2025
master-202512150317# Nightly Build master-202512150317 Automated nightly build from master branch ## Build Information - **Commit**: 467581c1 - **Build Date**: 2025-12-15 03:22:04 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/15/2025
fork-7ce4f0c4-oberstet_autobahn_python-sync_autobahn_zlmdb-202512132337# Development Build fork-7ce4f0c4-oberstet_autobahn_python-sync_autobahn_zlmdb-202512132337 Development build from pull request ## Build Information - **Commit**: 60f226c5 - **Build Date**: 2025-12-13 23:41:26 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownloadLow12/13/2025
fork-4e490deb-oberstet_autobahn_python-sync_autobahn_zlmdb-202512132101# Development Build fork-4e490deb-oberstet_autobahn_python-sync_autobahn_zlmdb-202512132101 Development build from pull request ## Build Information - **Commit**: 60f226c5 - **Build Date**: 2025-12-13 21:05:53 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownloadLow12/13/2025
master-202512111854# Nightly Build master-202512111854 Automated nightly build from master branch ## Build Information - **Commit**: 60f226c5 - **Build Date**: 2025-12-11 18:58:33 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/11/2025
master-202512111629# Nightly Build master-202512111629 Automated nightly build from master branch ## Build Information - **Commit**: 0dac159d - **Build Date**: 2025-12-11 16:34:00 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/11/2025
master-202512111100# Nightly Build master-202512111100 Automated nightly build from master branch ## Build Information - **Commit**: e2503361 - **Build Date**: 2025-12-11 11:04:45 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/11/2025
v25_12_1# Release v25_12_1 Official release v25_12_1 ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux_2_34 wheels with NVX) - **macOS**: Apple Silicon ARM64 (binary wheels with NVX) - **Windows**: x86_64 (binary wheels with NVX) ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation ```bash pip install autobahn[all]==v25_12_1 ``` Or download wheels directly from this release. ## Build Information - **Release Date**: 2025-12-10 02:42:05 UTC - **TotaLow12/10/2025
master-202512100151# Nightly Build master-202512100151 Automated nightly build from master branch ## Build Information - **Commit**: 063defe1 - **Build Date**: 2025-12-10 01:55:29 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/10/2025
master-202512092131# Nightly Build master-202512092131 Automated nightly build from master branch ## Build Information - **Commit**: 2e65cc89 - **Build Date**: 2025-12-09 21:36:02 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/9/2025
master-202512090545# Nightly Build master-202512090545 Automated nightly build from master branch ## Build Information - **Commit**: 83d985db - **Build Date**: 2025-12-09 05:50:12 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/9/2025
fork-59ec5a2a-oberstet_autobahn_python-modernization_phase_1_4-202512090529# Development Build fork-59ec5a2a-oberstet_autobahn_python-modernization_phase_1_4-202512090529 Development build from pull request ## Build Information - **Commit**: 0faf4be8 - **Build Date**: 2025-12-09 05:33:56 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow12/9/2025
fork-a52fc8dc-oberstet_autobahn_python-modernization_phase_1_4-202512051755# Development Build fork-a52fc8dc-oberstet_autobahn_python-modernization_phase_1_4-202512051755 Development build from pull request ## Build Information - **Commit**: 0faf4be8 - **Build Date**: 2025-12-05 17:59:47 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow12/5/2025
master-202512051011# Nightly Build master-202512051011 Automated nightly build from master branch ## Build Information - **Commit**: 0faf4be8 - **Build Date**: 2025-12-05 10:15:47 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/5/2025
fork-95d12097-oberstet_autobahn_python-rel25_12_1-202512050325# Development Build fork-95d12097-oberstet_autobahn_python-rel25_12_1-202512050325 Development build from pull request ## Build Information - **Commit**: d728fd84 - **Build Date**: 2025-12-05 03:29:54 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the apprLow12/5/2025
fork-6fb87ff8-oberstet_autobahn_python-rel25_12_1-202512050109# Development Build fork-6fb87ff8-oberstet_autobahn_python-rel25_12_1-202512050109 Development build from pull request ## Build Information - **Commit**: d728fd84 - **Build Date**: 2025-12-05 01:14:27 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the apprLow12/5/2025
master-202512040348# Nightly Build master-202512040348 Automated nightly build from master branch ## Build Information - **Commit**: d728fd84 - **Build Date**: 2025-12-04 03:52:47 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow12/4/2025
fork-3ec72f9a-oberstet_autobahn_python-modernization_phase_1_3-202512032120# Development Build fork-3ec72f9a-oberstet_autobahn_python-modernization_phase_1_3-202512032120 Development build from pull request ## Build Information - **Commit**: 14720c67 - **Build Date**: 2025-12-03 21:24:29 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow12/3/2025
fork-d5809869-oberstet_autobahn_python-modernization_phase_1_3-202512022045# Development Build fork-d5809869-oberstet_autobahn_python-modernization_phase_1_3-202512022045 Development build from pull request ## Build Information - **Commit**: 14720c67 - **Build Date**: 2025-12-02 20:50:23 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow12/2/2025
fork-8aa7597f-oberstet_autobahn_python-modernization_phase_1_2-202511270116# Development Build fork-8aa7597f-oberstet_autobahn_python-modernization_phase_1_2-202511270116 Development build from pull request ## Build Information - **Commit**: d0eeadac - **Build Date**: 2025-11-27 01:21:01 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/27/2025
fork-46bb48f1-oberstet_autobahn_python-modernization_phase_1_2-202511260912# Development Build fork-46bb48f1-oberstet_autobahn_python-modernization_phase_1_2-202511260912 Development build from pull request ## Build Information - **Commit**: d0eeadac - **Build Date**: 2025-11-26 09:16:24 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/26/2025
fork-563b7509-oberstet_autobahn_python-modernization_phase_1_2-202511260144# Development Build fork-563b7509-oberstet_autobahn_python-modernization_phase_1_2-202511260144 Development build from pull request ## Build Information - **Commit**: d0eeadac - **Build Date**: 2025-11-26 01:49:12 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/26/2025
fork-a1ab19e6-oberstet_autobahn_python-modernization_phase_1_2-202511252215# Development Build fork-a1ab19e6-oberstet_autobahn_python-modernization_phase_1_2-202511252215 Development build from pull request ## Build Information - **Commit**: d0eeadac - **Build Date**: 2025-11-25 22:19:56 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/25/2025
master-202511251629# Nightly Build master-202511251629 Automated nightly build from master branch ## Build Information - **Commit**: d0eeadac - **Build Date**: 2025-11-25 16:34:14 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow11/25/2025
fork-3b89d6f6-oberstet_autobahn_python-modernization_phase_1_1-202511251607# Development Build fork-3b89d6f6-oberstet_autobahn_python-modernization_phase_1_1-202511251607 Development build from pull request ## Build Information - **Commit**: e70125b4 - **Build Date**: 2025-11-25 16:12:24 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/25/2025
fork-0edf53d3-oberstet_autobahn_python-modernization_phase_1_1-202511251452# Development Build fork-0edf53d3-oberstet_autobahn_python-modernization_phase_1_1-202511251452 Development build from pull request ## Build Information - **Commit**: e70125b4 - **Build Date**: 2025-11-25 14:56:28 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation DownLow11/25/2025
fork_0ecde788_oberstet_autobahn_python_fix_1771_complete_202511240810# Release fork_0ecde788_oberstet_autobahn_python_fix_1771_complete_202511240810 Official release fork_0ecde788_oberstet_autobahn_python_fix_1771_complete_202511240810 ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux_2_34 wheels with NVX) - **macOS**: Apple Silicon ARM64 (binary wheels with NVX) - **Windows**: x86_64 (binary wheels with NVX) ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation ```bash pip install autobahn[all]==fork_0ecde788_Low11/24/2025
fork-0ecde788-oberstet_autobahn_python-fix_1771_complete-202511240810# Development Build fork-0ecde788-oberstet_autobahn_python-fix_1771_complete-202511240810 Development build from pull request ## Build Information - **Commit**: d0ab7ebc - **Build Date**: 2025-11-24 08:15:29 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download tLow11/24/2025
fork-6b8dd1d8-oberstet_autobahn_python-fix_1771-202511240252# Development Build fork-6b8dd1d8-oberstet_autobahn_python-fix_1771-202511240252 Development build from pull request ## Build Information - **Commit**: c67ed626 - **Build Date**: 2025-11-24 02:57:18 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/24/2025
fork-b3706c84-oberstet_autobahn_python-fix_1771-202511222354# Development Build fork-b3706c84-oberstet_autobahn_python-fix_1771-202511222354 Development build from pull request ## Build Information - **Commit**: c67ed626 - **Build Date**: 2025-11-22 23:59:08 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/22/2025
master-202511210957# Nightly Build master-202511210957 Automated nightly build from master branch ## Build Information - **Commit**: c67ed626 - **Build Date**: 2025-11-21 10:02:37 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow11/21/2025
fork-e20b27c3-oberstet_autobahn_python-fix_1767-202511210942# Development Build fork-e20b27c3-oberstet_autobahn_python-fix_1767-202511210942 Development build from pull request ## Build Information - **Commit**: 0b8d6515 - **Build Date**: 2025-11-21 09:46:50 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/21/2025
master-202511210011# Nightly Build master-202511210011 Automated nightly build from master branch ## Build Information - **Commit**: 0b8d6515 - **Build Date**: 2025-11-21 00:15:29 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow11/21/2025
fork-99653ffe-oberstet_autobahn_python-fix_1764-202511202336# Development Build fork-99653ffe-oberstet_autobahn_python-fix_1764-202511202336 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-20 23:40:36 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/20/2025
fork-c6c0917f-oberstet_autobahn_python-fix_1764-202511202102# Development Build fork-c6c0917f-oberstet_autobahn_python-fix_1764-202511202102 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-20 21:06:02 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/20/2025
fork-c49eef15-oberstet_autobahn_python-fix_1764-202511172337# Development Build fork-c49eef15-oberstet_autobahn_python-fix_1764-202511172337 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-17 23:41:54 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/17/2025
fork-b9d85017-oberstet_autobahn_python-fix_1764-202511172306# Development Build fork-b9d85017-oberstet_autobahn_python-fix_1764-202511172306 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-17 23:10:16 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/17/2025
fork-bf11bedf-oberstet_autobahn_python-fix_1764-202511171908# Development Build fork-bf11bedf-oberstet_autobahn_python-fix_1764-202511171908 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-17 19:12:48 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/17/2025
fork-fba06933-oberstet_autobahn_python-fix_1764-202511141246# Development Build fork-fba06933-oberstet_autobahn_python-fix_1764-202511141246 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-14 12:50:47 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/14/2025
fork-dde8d1e8-oberstet_autobahn_python-fix_1764-202511140104# Development Build fork-dde8d1e8-oberstet_autobahn_python-fix_1764-202511140104 Development build from pull request ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-14 01:08:43 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/14/2025
master-202511111723# Nightly Build master-202511111723 Automated nightly build from master branch ## Build Information - **Commit**: b0636601 - **Build Date**: 2025-11-11 17:27:47 UTC - **Release Type**: nightly ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropriate wheel for your platform: ```bash piLow11/11/2025
fork-c6c33541-oberstet_autobahn_python-fix_1760-202511111620# Development Build fork-c6c33541-oberstet_autobahn_python-fix_1760-202511111620 Development build from pull request ## Build Information - **Commit**: be24de7f - **Build Date**: 2025-11-11 16:25:01 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/11/2025
fork-d1242642-oberstet_autobahn_python-fix_1760-202511111451# Development Build fork-d1242642-oberstet_autobahn_python-fix_1760-202511111451 Development build from pull request ## Build Information - **Commit**: be24de7f - **Build Date**: 2025-11-11 14:55:56 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/11/2025
fork-ca7875f5-oberstet_autobahn_python-fix_1760-202511111137# Development Build fork-ca7875f5-oberstet_autobahn_python-fix_1760-202511111137 Development build from pull request ## Build Information - **Commit**: be24de7f - **Build Date**: 2025-11-11 11:40:57 UTC - **Release Type**: development ## Included Platforms - **Linux**: x86_64, ARM64 (manylinux wheels + pure Python fallbacks) - **macOS**: Apple Silicon ARM64 - **Windows**: x86_64 ## Python Versions - **CPython**: 3.11, 3.12, 3.13, 3.14 - **PyPy**: 3.11 ## Installation Download the appropLow11/11/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

txaioCompatibility API between asyncio/Twisted/Trollius25.12.2
python-socksProxy (SOCKS4, SOCKS5, HTTP CONNECT) client for Python2.8.1
greenbackReenter an async event loop from synchronous code1.3.0
aiolimiterasyncio rate limiter, a leaky bucket implementation1.2.1
aiosmtplibasyncio SMTP client5.1.0