Skip to content
@pywire

pywire

pywire

The Live Conduit for Python and the Web.

pywire v0.1.0 is now available! 🚀

pywire is a Python HTML-over-the-wire framework that combines server-side logic with reactive HTML templates in single .wire files. It bridges the gap between your backend and frontend with a persistent, real-time connection.


Core Philosophy

  • ⚡️ Instant Reactivity: State changes on the server are reflected in the browser instantly via WebTransport/WebSocket.
  • 🧬 Single-File Components: Write Python logic and HTML structure in one .wire file.
  • 🔋 Zero Boilerplate: No API endpoints, no serializers, no complex JavaScript build steps.

The Ecosystem

Repository Description
pywire The core framework, CLI, and runtime.
create-pywire-app Official project bootstrapping tool.
vscode-pywire Syntax highlighting, snippets, and LSP integration for VS Code.
pywire-language-server Language Server Protocol implementation for .wire files.
examples Reference implementations and community examples.

🚀 Quick Start

If you already have uv installed, you can get started instantly:

uvx create-pywire-app

If you don't have uv installed or aren't sure, use our installer script which handles the setup for you:

macOS / Linux

curl -fsSL pywire.dev/install | sh

Windows (PowerShell)

irm pywire.dev/install.ps1 | iex

Community & Support


Built with the speed of Python and the power of the Web.

Popular repositories Loading

  1. pywire pywire Public

    Modern HTML-over-the-wire web framework for Python, designed for easy-to-maintain interactive web apps.

    Python 1

  2. tree-sitter-pywire tree-sitter-pywire Public

    Tree-sitter grammar for the pywire .wire template format.

    C 1

  3. pywire-language-server pywire-language-server Public

    Language Server Protocol (LSP) implementation for pywire, providing IDE features like autocomplete and diagnostics.

    Python 1

  4. vscode-pywire vscode-pywire Public

    Official VS Code extension for pywire, featuring syntax highlighting, snippets, and LSP integration.

    TypeScript 1

  5. examples examples Public

    A curated collection of example applications and code samples showcasing pywire in action.

    Python 1

  6. pywire.dev pywire.dev Public

    Official website and infrastructure source for the pywire project.

    Astro 1

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…