WebComPy
  • Home
  • Documents
    • Documents

  • Demos
    • HelloWorld
    • HelloWorld (ClassStyle)
    • FizzBuzz
    • ToDo List
    • Matplotlib Sample
    • Fetch Sample

What is WebComPy

WebComPy is Python frontend framework for PyScript, which has following features.
  • Component-based declarative rendering
  • Automatic DOM refreshing
  • Built-in router
  • CLI tools (Project template, Build-in HTTP server, Static Site Generator)
  • Type Annotation

Get started

Run following commands to initilize a new project.
mkdir webcompy-project
cd webcompy-project
pip install webcompy
python -m webcompy init
python -m webcompy start --dev

Source Code

Project Home