Skip to content

Releases: ParagGhatage/Evolve

Evolve-Web v0.1.0a2 - First Public PyPI Release

10 Dec 05:24

Choose a tag to compare

🚀 First Public Release: Evolve-Web v0.1.0a2 (Alpha)

This marks the first official public release of Evolve-Web, a Python-native UI framework that runs entirely in the browser using Pyodide + WebAssembly — with a tiny 2KB JavaScript kernel and a Solid-style reactive core.

This release is experimental (alpha), but fully installable via PyPI:

pip install evolve-web

What’s Included

  • Full Python → WASM runtime via Pyodide

  • Reactive engine with signals, computed values, and DOM patching

  • Tiny 2KB JS bridge for event handling & rendering

  • CLI tool (evolve) with:

    • evolve init
    • evolve run
  • Bundled Pyodide assets + JS runtime inside the wheel

  • Basic starter templates

  • Initial documentation & examples

⚠️ Alpha Notes

  • API is still evolving
  • Expect breaking changes
  • Not production-ready yet
  • Aimed at early adopters & contributors

🔗 Links